namespace Core.StlMes.Client.ZGMil.ResultConrtrol { partial class IPAddressBox { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.textBox4); this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.textBox3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(2, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(147, 21); this.panel1.TabIndex = 2; // // textBox4 // this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox4.Location = new System.Drawing.Point(114, 1); this.textBox4.MaxLength = 3; this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(32, 19); this.textBox4.TabIndex = 4; this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textBox2 // this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(42, 1); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(26, 19); this.textBox2.TabIndex = 2; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textBox3 // this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox3.Location = new System.Drawing.Point(74, 1); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(30, 19); this.textBox3.TabIndex = 3; this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label2 // this.label2.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(68, -2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(12, 24); this.label2.TabIndex = 1; this.label2.Text = "."; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(104, -2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(12, 24); this.label3.TabIndex = 1; this.label3.Text = "."; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(-2, 1); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(35, 19); this.textBox1.TabIndex = 1; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label1 // this.label1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(32, -2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(12, 24); this.label1.TabIndex = 1; this.label1.Text = "."; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // IPAddressBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Name = "IPAddressBox"; this.Size = new System.Drawing.Size(149, 22); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; public System.Windows.Forms.Panel Panel1 { get { return panel1; } set { panel1 = value; } } private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label2; public System.Windows.Forms.Label Label2 { get { return label2; } set { label2 = value; } } private System.Windows.Forms.Label label3; public System.Windows.Forms.Label Label3 { get { return label3; } set { label3 = value; } } private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; public System.Windows.Forms.Label Label1 { get { return label1; } set { label1 = value; } } } }