Sylloge
A C# helper library
code/Controls/IpPort.designer.cs
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 namespace Sylloge.Controls
00017 {
00018     partial class IpPort
00019     {
00023         private System.ComponentModel.IContainer components = null;
00024 
00029         protected override void Dispose(bool disposing)
00030         {
00031             if (disposing && (components != null)) {
00032                 components.Dispose();
00033             }
00034             base.Dispose(disposing);
00035         }
00036 
00037         #region Component Designer generated code
00038 
00043         private void InitializeComponent()
00044         {
00045             this.components = new System.ComponentModel.Container();
00046             this.c_LabelPort = new System.Windows.Forms.Label();
00047             this.c_TextBoxPort = new System.Windows.Forms.TextBox();
00048             this.c_Error = new System.Windows.Forms.ErrorProvider(this.components);
00049             ((System.ComponentModel.ISupportInitialize)(this.c_Error)).BeginInit();
00050             this.SuspendLayout();
00051             // 
00052             // c_LabelPort
00053             // 
00054             this.c_LabelPort.AutoSize = true;
00055             this.c_LabelPort.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00056             this.c_LabelPort.Location = new System.Drawing.Point(0, 2);
00057             this.c_LabelPort.Margin = new System.Windows.Forms.Padding(0);
00058             this.c_LabelPort.Name = "c_LabelPort";
00059             this.c_LabelPort.Size = new System.Drawing.Size(48, 16);
00060             this.c_LabelPort.TabIndex = 0;
00061             this.c_LabelPort.Text = "Port:";
00062             // 
00063             // c_TextBoxPort
00064             // 
00065             this.c_TextBoxPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00066             this.c_TextBoxPort.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00067             this.c_TextBoxPort.Location = new System.Drawing.Point(50, 0);
00068             this.c_TextBoxPort.MaxLength = 5;
00069             this.c_TextBoxPort.Name = "c_TextBoxPort";
00070             this.c_TextBoxPort.Size = new System.Drawing.Size(48, 22);
00071             this.c_TextBoxPort.TabIndex = 1;
00072             this.c_TextBoxPort.Text = "0";
00073             this.c_TextBoxPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
00074             this.c_TextBoxPort.TextChanged += new System.EventHandler(this.c_TextBoxPort_TextChanged);
00075             this.c_TextBoxPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c_TextBoxPort_KeyPress);
00076             // 
00077             // c_Error
00078             // 
00079             this.c_Error.ContainerControl = this;
00080             // 
00081             // u_Port
00082             // 
00083             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
00084             this.Controls.Add(this.c_TextBoxPort);
00085             this.Controls.Add(this.c_LabelPort);
00086             this.Name = "IpPort";
00087             this.Size = new System.Drawing.Size(100, 23);
00088             ((System.ComponentModel.ISupportInitialize)(this.c_Error)).EndInit();
00089             this.ResumeLayout(false);
00090             this.PerformLayout();
00091 
00092         }
00093 
00094         #endregion
00095 
00096         private System.Windows.Forms.Label c_LabelPort;
00097         private System.Windows.Forms.TextBox c_TextBoxPort;
00098         private System.Windows.Forms.ErrorProvider c_Error;
00099     }
00100 }
 All Classes Namespaces Files Functions Variables Enumerations Properties Events