namespace ProcessHacker { partial class SessionInformationWindow { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.labelUsername = new System.Windows.Forms.Label(); this.labelSessionId = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelState = new System.Windows.Forms.Label(); this.labelClientName = new System.Windows.Forms.Label(); this.labelClientAddress = new System.Windows.Forms.Label(); this.labelClientDisplayResolution = new System.Windows.Forms.Label(); this.buttonClose = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 13); this.label1.TabIndex = 0; this.label1.Text = "User name:"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 13); this.label2.TabIndex = 0; this.label2.Text = "Session ID:"; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 48); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 13); this.label3.TabIndex = 0; this.label3.Text = "State:"; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 70); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 13); this.label4.TabIndex = 0; this.label4.Text = "Client name:"; // // label5 // this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 92); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 13); this.label5.TabIndex = 0; this.label5.Text = "Client address:"; // // label6 // this.label6.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 114); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(119, 13); this.label6.TabIndex = 0; this.label6.Text = "Client display resolution:"; // // labelUsername // this.labelUsername.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelUsername.AutoSize = true; this.labelUsername.Location = new System.Drawing.Point(128, 4); this.labelUsername.Name = "labelUsername"; this.labelUsername.Size = new System.Drawing.Size(24, 13); this.labelUsername.TabIndex = 1; this.labelUsername.Text = "n/a"; // // labelSessionId // this.labelSessionId.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelSessionId.AutoSize = true; this.labelSessionId.Location = new System.Drawing.Point(128, 26); this.labelSessionId.Name = "labelSessionId"; this.labelSessionId.Size = new System.Drawing.Size(24, 13); this.labelSessionId.TabIndex = 1; this.labelSessionId.Text = "n/a"; // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelUsername, 1, 0); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4); this.tableLayoutPanel1.Controls.Add(this.labelSessionId, 1, 1); this.tableLayoutPanel1.Controls.Add(this.labelState, 1, 2); this.tableLayoutPanel1.Controls.Add(this.labelClientName, 1, 3); this.tableLayoutPanel1.Controls.Add(this.labelClientAddress, 1, 4); this.tableLayoutPanel1.Controls.Add(this.labelClientDisplayResolution, 1, 5); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 6; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(309, 132); this.tableLayoutPanel1.TabIndex = 2; // // labelState // this.labelState.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelState.AutoSize = true; this.labelState.Location = new System.Drawing.Point(128, 48); this.labelState.Name = "labelState"; this.labelState.Size = new System.Drawing.Size(24, 13); this.labelState.TabIndex = 1; this.labelState.Text = "n/a"; // // labelClientName // this.labelClientName.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelClientName.AutoSize = true; this.labelClientName.Location = new System.Drawing.Point(128, 70); this.labelClientName.Name = "labelClientName"; this.labelClientName.Size = new System.Drawing.Size(24, 13); this.labelClientName.TabIndex = 1; this.labelClientName.Text = "n/a"; // // labelClientAddress // this.labelClientAddress.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelClientAddress.AutoSize = true; this.labelClientAddress.Location = new System.Drawing.Point(128, 92); this.labelClientAddress.Name = "labelClientAddress"; this.labelClientAddress.Size = new System.Drawing.Size(24, 13); this.labelClientAddress.TabIndex = 1; this.labelClientAddress.Text = "n/a"; // // labelClientDisplayResolution // this.labelClientDisplayResolution.Anchor = System.Windows.Forms.AnchorStyles.Left; this.labelClientDisplayResolution.AutoSize = true; this.labelClientDisplayResolution.Location = new System.Drawing.Point(128, 114); this.labelClientDisplayResolution.Name = "labelClientDisplayResolution"; this.labelClientDisplayResolution.Size = new System.Drawing.Size(24, 13); this.labelClientDisplayResolution.TabIndex = 1; this.labelClientDisplayResolution.Text = "n/a"; // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonClose.Location = new System.Drawing.Point(246, 152); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 3; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // SessionInformationWindow // this.AcceptButton = this.buttonClose; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(333, 187); this.Controls.Add(this.buttonClose); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SessionInformationWindow"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Session Information"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labelUsername; private System.Windows.Forms.Label labelSessionId; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelState; private System.Windows.Forms.Label labelClientName; private System.Windows.Forms.Label labelClientAddress; private System.Windows.Forms.Label labelClientDisplayResolution; private System.Windows.Forms.Button buttonClose; } }