![]() |
Sylloge
A C# helper library
|
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 namespace Sylloge.Controls 00017 { 00018 partial class IPv4 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.c_PanelIp = new System.Windows.Forms.Panel(); 00046 this.c_TextBoxOctet4 = new System.Windows.Forms.TextBox(); 00047 this.c_LabelPeriod3 = new System.Windows.Forms.Label(); 00048 this.c_TextBoxOctet3 = new System.Windows.Forms.TextBox(); 00049 this.c_LabelPeriod2 = new System.Windows.Forms.Label(); 00050 this.c_TextBoxOctet2 = new System.Windows.Forms.TextBox(); 00051 this.c_LabelPeriod1 = new System.Windows.Forms.Label(); 00052 this.c_TextBoxOctet1 = new System.Windows.Forms.TextBox(); 00053 this.c_PanelIp.SuspendLayout(); 00054 this.SuspendLayout(); 00055 // 00056 // c_PanelIp 00057 // 00058 this.c_PanelIp.BackColor = System.Drawing.Color.White; 00059 this.c_PanelIp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 00060 this.c_PanelIp.Controls.Add(this.c_TextBoxOctet2); 00061 this.c_PanelIp.Controls.Add(this.c_TextBoxOctet4); 00062 this.c_PanelIp.Controls.Add(this.c_TextBoxOctet3); 00063 this.c_PanelIp.Controls.Add(this.c_LabelPeriod2); 00064 this.c_PanelIp.Controls.Add(this.c_TextBoxOctet1); 00065 this.c_PanelIp.Controls.Add(this.c_LabelPeriod1); 00066 this.c_PanelIp.Controls.Add(this.c_LabelPeriod3); 00067 this.c_PanelIp.Location = new System.Drawing.Point(0, 0); 00068 this.c_PanelIp.Name = "c_PanelIp"; 00069 this.c_PanelIp.Size = new System.Drawing.Size(130, 22); 00070 this.c_PanelIp.TabIndex = 2; 00071 // 00072 // c_TextBoxOctet4 00073 // 00074 this.c_TextBoxOctet4.BackColor = System.Drawing.Color.White; 00075 this.c_TextBoxOctet4.BorderStyle = System.Windows.Forms.BorderStyle.None; 00076 this.c_TextBoxOctet4.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00077 this.c_TextBoxOctet4.Location = new System.Drawing.Point(102, 2); 00078 this.c_TextBoxOctet4.MaxLength = 3; 00079 this.c_TextBoxOctet4.Name = "c_TextBoxOctet4"; 00080 this.c_TextBoxOctet4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; 00081 this.c_TextBoxOctet4.Size = new System.Drawing.Size(23, 15); 00082 this.c_TextBoxOctet4.TabIndex = 3; 00083 this.c_TextBoxOctet4.Text = "0"; 00084 this.c_TextBoxOctet4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00085 this.c_TextBoxOctet4.WordWrap = false; 00086 this.c_TextBoxOctet4.TextChanged += new System.EventHandler(this.c_TextBoxOctet_TextChanged); 00087 this.c_TextBoxOctet4.Enter += new System.EventHandler(this.c_TextBoxOctet_Enter); 00088 this.c_TextBoxOctet4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c_TextBoxOctet_KeyPress); 00089 this.c_TextBoxOctet4.Leave += new System.EventHandler(this.c_TextBoxOctet_Leave); 00090 // 00091 // c_LabelPeriod3 00092 // 00093 this.c_LabelPeriod3.AutoSize = true; 00094 this.c_LabelPeriod3.BackColor = System.Drawing.Color.White; 00095 this.c_LabelPeriod3.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00096 this.c_LabelPeriod3.Location = new System.Drawing.Point(90, 2); 00097 this.c_LabelPeriod3.Name = "c_LabelPeriod3"; 00098 this.c_LabelPeriod3.Size = new System.Drawing.Size(16, 16); 00099 this.c_LabelPeriod3.TabIndex = 6; 00100 this.c_LabelPeriod3.Text = "."; 00101 // 00102 // c_TextBoxOctet3 00103 // 00104 this.c_TextBoxOctet3.BackColor = System.Drawing.Color.White; 00105 this.c_TextBoxOctet3.BorderStyle = System.Windows.Forms.BorderStyle.None; 00106 this.c_TextBoxOctet3.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00107 this.c_TextBoxOctet3.Location = new System.Drawing.Point(69, 2); 00108 this.c_TextBoxOctet3.MaxLength = 3; 00109 this.c_TextBoxOctet3.Name = "c_TextBoxOctet3"; 00110 this.c_TextBoxOctet3.RightToLeft = System.Windows.Forms.RightToLeft.Yes; 00111 this.c_TextBoxOctet3.Size = new System.Drawing.Size(23, 15); 00112 this.c_TextBoxOctet3.TabIndex = 2; 00113 this.c_TextBoxOctet3.Text = "0"; 00114 this.c_TextBoxOctet3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00115 this.c_TextBoxOctet3.WordWrap = false; 00116 this.c_TextBoxOctet3.TextChanged += new System.EventHandler(this.c_TextBoxOctet_TextChanged); 00117 this.c_TextBoxOctet3.Enter += new System.EventHandler(this.c_TextBoxOctet_Enter); 00118 this.c_TextBoxOctet3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c_TextBoxOctet_KeyPress); 00119 this.c_TextBoxOctet3.Leave += new System.EventHandler(this.c_TextBoxOctet_Leave); 00120 // 00121 // c_LabelPeriod2 00122 // 00123 this.c_LabelPeriod2.AutoSize = true; 00124 this.c_LabelPeriod2.BackColor = System.Drawing.Color.White; 00125 this.c_LabelPeriod2.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00126 this.c_LabelPeriod2.Location = new System.Drawing.Point(57, 2); 00127 this.c_LabelPeriod2.Name = "c_LabelPeriod2"; 00128 this.c_LabelPeriod2.Size = new System.Drawing.Size(16, 16); 00129 this.c_LabelPeriod2.TabIndex = 4; 00130 this.c_LabelPeriod2.Text = "."; 00131 // 00132 // c_TextBoxOctet2 00133 // 00134 this.c_TextBoxOctet2.BackColor = System.Drawing.Color.White; 00135 this.c_TextBoxOctet2.BorderStyle = System.Windows.Forms.BorderStyle.None; 00136 this.c_TextBoxOctet2.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00137 this.c_TextBoxOctet2.Location = new System.Drawing.Point(36, 2); 00138 this.c_TextBoxOctet2.MaxLength = 3; 00139 this.c_TextBoxOctet2.Name = "c_TextBoxOctet2"; 00140 this.c_TextBoxOctet2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; 00141 this.c_TextBoxOctet2.Size = new System.Drawing.Size(23, 15); 00142 this.c_TextBoxOctet2.TabIndex = 1; 00143 this.c_TextBoxOctet2.Text = "0"; 00144 this.c_TextBoxOctet2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00145 this.c_TextBoxOctet2.WordWrap = false; 00146 this.c_TextBoxOctet2.TextChanged += new System.EventHandler(this.c_TextBoxOctet_TextChanged); 00147 this.c_TextBoxOctet2.Enter += new System.EventHandler(this.c_TextBoxOctet_Enter); 00148 this.c_TextBoxOctet2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c_TextBoxOctet_KeyPress); 00149 this.c_TextBoxOctet2.Leave += new System.EventHandler(this.c_TextBoxOctet_Leave); 00150 // 00151 // c_LabelPeriod1 00152 // 00153 this.c_LabelPeriod1.AutoSize = true; 00154 this.c_LabelPeriod1.BackColor = System.Drawing.Color.White; 00155 this.c_LabelPeriod1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00156 this.c_LabelPeriod1.Location = new System.Drawing.Point(24, 2); 00157 this.c_LabelPeriod1.Name = "c_LabelPeriod1"; 00158 this.c_LabelPeriod1.Size = new System.Drawing.Size(16, 16); 00159 this.c_LabelPeriod1.TabIndex = 2; 00160 this.c_LabelPeriod1.Text = "."; 00161 // 00162 // c_TextBoxOctet1 00163 // 00164 this.c_TextBoxOctet1.BackColor = System.Drawing.Color.White; 00165 this.c_TextBoxOctet1.BorderStyle = System.Windows.Forms.BorderStyle.None; 00166 this.c_TextBoxOctet1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00167 this.c_TextBoxOctet1.Location = new System.Drawing.Point(3, 2); 00168 this.c_TextBoxOctet1.MaxLength = 3; 00169 this.c_TextBoxOctet1.Name = "c_TextBoxOctet1"; 00170 this.c_TextBoxOctet1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; 00171 this.c_TextBoxOctet1.Size = new System.Drawing.Size(23, 15); 00172 this.c_TextBoxOctet1.TabIndex = 0; 00173 this.c_TextBoxOctet1.Text = "0"; 00174 this.c_TextBoxOctet1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 00175 this.c_TextBoxOctet1.WordWrap = false; 00176 this.c_TextBoxOctet1.TextChanged += new System.EventHandler(this.c_TextBoxOctet_TextChanged); 00177 this.c_TextBoxOctet1.Enter += new System.EventHandler(this.c_TextBoxOctet_Enter); 00178 this.c_TextBoxOctet1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.c_TextBoxOctet_KeyPress); 00179 this.c_TextBoxOctet1.Leave += new System.EventHandler(this.c_TextBoxOctet_Leave); 00180 // 00181 // u_IPv4 00182 // 00183 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; 00184 this.Controls.Add(this.c_PanelIp); 00185 this.Name = "u_IPv4"; 00186 this.Size = new System.Drawing.Size(131, 22); 00187 this.c_PanelIp.ResumeLayout(false); 00188 this.c_PanelIp.PerformLayout(); 00189 this.ResumeLayout(false); 00190 00191 } 00192 00193 #endregion 00194 00195 private System.Windows.Forms.Panel c_PanelIp; 00196 private System.Windows.Forms.TextBox c_TextBoxOctet4; 00197 private System.Windows.Forms.Label c_LabelPeriod3; 00198 private System.Windows.Forms.TextBox c_TextBoxOctet3; 00199 private System.Windows.Forms.Label c_LabelPeriod2; 00200 private System.Windows.Forms.TextBox c_TextBoxOctet2; 00201 private System.Windows.Forms.Label c_LabelPeriod1; 00202 private System.Windows.Forms.TextBox c_TextBoxOctet1; 00203 } 00204 }