using Pulsar.Server.Controls; namespace Pulsar.Server.Forms { partial class FrmConnections { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmConnections)); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lstConnections = new AeroListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.refreshToolStripMenuItem, this.closeConnectionToolStripMenuItem}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(169, 48); // // refreshToolStripMenuItem // this.refreshToolStripMenuItem.Image = global::Pulsar.Server.Properties.Resources.refresh; this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem"; this.refreshToolStripMenuItem.Size = new System.Drawing.Size(168, 22); this.refreshToolStripMenuItem.Text = "Refresh"; this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click); // // closeConnectionToolStripMenuItem // this.closeConnectionToolStripMenuItem.Image = global::Pulsar.Server.Properties.Resources.uac_shield; this.closeConnectionToolStripMenuItem.Name = "closeConnectionToolStripMenuItem"; this.closeConnectionToolStripMenuItem.Size = new System.Drawing.Size(168, 22); this.closeConnectionToolStripMenuItem.Text = "Close Connection"; this.closeConnectionToolStripMenuItem.Click += new System.EventHandler(this.closeConnectionToolStripMenuItem_Click); // // lstConnections // this.lstConnections.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4, this.columnHeader5, this.columnHeader6}); this.lstConnections.ContextMenuStrip = this.contextMenuStrip; this.lstConnections.Dock = System.Windows.Forms.DockStyle.Fill; this.lstConnections.FullRowSelect = true; this.lstConnections.Location = new System.Drawing.Point(0, 0); this.lstConnections.Name = "lstConnections"; this.lstConnections.Size = new System.Drawing.Size(703, 421); this.lstConnections.TabIndex = 0; this.lstConnections.UseCompatibleStateImageBehavior = false; this.lstConnections.View = System.Windows.Forms.View.Details; this.lstConnections.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstConnections_ColumnClick); // // columnHeader1 // this.columnHeader1.Text = "Process"; this.columnHeader1.Width = 179; // // columnHeader2 // this.columnHeader2.Text = "Local Address"; this.columnHeader2.Width = 95; // // columnHeader3 // this.columnHeader3.Text = "Local Port"; this.columnHeader3.Width = 75; // // columnHeader4 // this.columnHeader4.Text = "Remote Address"; this.columnHeader4.Width = 95; // // columnHeader5 // this.columnHeader5.Text = "Remote Port"; this.columnHeader5.Width = 75; // // columnHeader6 // this.columnHeader6.Text = "State"; this.columnHeader6.Width = 85; // // FrmConnections // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(703, 421); this.Controls.Add(this.lstConnections); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmConnections"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Connections []"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmConnections_FormClosing); this.Load += new System.EventHandler(this.FrmConnections_Load); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Controls.AeroListView lstConnections; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader6; private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeConnectionToolStripMenuItem; } }