project-carbon/ProjectCarbon/frmSocketInformation.Design...

81 lines
3.6 KiB
C#
Raw Normal View History

2015-06-29 20:48:49 -05:00
namespace ProjectCarbon
{
partial class frmSocketInformation
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnClose = new System.Windows.Forms.Button();
this.lstSocketInformation = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnClose.Location = new System.Drawing.Point(440, 336);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(80, 24);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "OK";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lstSocketInformation
//
this.lstSocketInformation.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.lstSocketInformation.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lstSocketInformation.FormattingEnabled = true;
this.lstSocketInformation.IntegralHeight = false;
this.lstSocketInformation.ItemHeight = 15;
this.lstSocketInformation.Location = new System.Drawing.Point(8, 8);
this.lstSocketInformation.Name = "lstSocketInformation";
this.lstSocketInformation.Size = new System.Drawing.Size(512, 319);
this.lstSocketInformation.TabIndex = 2;
//
// frmSocketInformation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(532, 373);
this.Controls.Add(this.lstSocketInformation);
this.Controls.Add(this.btnClose);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "frmSocketInformation";
this.Text = "Socket Information";
this.Load += new System.EventHandler(this.frmSocketInformation_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ListBox lstSocketInformation;
}
}