namespace UHFReader18demomain { partial class locateForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox_IP1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox_IP2 = new System.Windows.Forms.TextBox(); this.textBox_IP4 = new System.Windows.Forms.TextBox(); this.textBox_IP3 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(327, 100); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(149, 12); this.label1.TabIndex = 0; this.label1.Text = "Please input device IP:"; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.textBox_IP4); this.panel1.Controls.Add(this.textBox_IP3); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.textBox_IP2); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.textBox_IP1); this.panel1.Location = new System.Drawing.Point(152, 25); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(162, 20); this.panel1.TabIndex = 1; // // textBox_IP1 // this.textBox_IP1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox_IP1.Location = new System.Drawing.Point(3, 1); this.textBox_IP1.MaxLength = 3; this.textBox_IP1.Name = "textBox_IP1"; this.textBox_IP1.Size = new System.Drawing.Size(41, 14); this.textBox_IP1.TabIndex = 2; this.textBox_IP1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_IP1_KeyPress); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.Window; this.label2.Location = new System.Drawing.Point(33, 2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(11, 12); this.label2.TabIndex = 3; this.label2.Text = "."; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.Window; this.label3.Location = new System.Drawing.Point(75, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(11, 12); this.label3.TabIndex = 5; this.label3.Text = "."; // // textBox_IP2 // this.textBox_IP2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox_IP2.Location = new System.Drawing.Point(39, 1); this.textBox_IP2.MaxLength = 3; this.textBox_IP2.Name = "textBox_IP2"; this.textBox_IP2.Size = new System.Drawing.Size(41, 14); this.textBox_IP2.TabIndex = 4; this.textBox_IP2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_IP2_KeyPress); // // textBox_IP4 // this.textBox_IP4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox_IP4.Location = new System.Drawing.Point(129, 1); this.textBox_IP4.MaxLength = 3; this.textBox_IP4.Name = "textBox_IP4"; this.textBox_IP4.Size = new System.Drawing.Size(41, 14); this.textBox_IP4.TabIndex = 7; this.textBox_IP4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_IP4_KeyPress); // // textBox_IP3 // this.textBox_IP3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox_IP3.Location = new System.Drawing.Point(80, 1); this.textBox_IP3.MaxLength = 3; this.textBox_IP3.Name = "textBox_IP3"; this.textBox_IP3.Size = new System.Drawing.Size(41, 14); this.textBox_IP3.TabIndex = 6; this.textBox_IP3.TextChanged += new System.EventHandler(this.textBox_IP3_TextChanged); this.textBox_IP3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_IP3_KeyPress); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.SystemColors.Window; this.label4.Location = new System.Drawing.Point(110, 2); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(11, 12); this.label4.TabIndex = 8; this.label4.Text = "."; // // button1 // this.button1.Location = new System.Drawing.Point(60, 62); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(95, 23); this.button1.TabIndex = 2; this.button1.Text = "OK"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(180, 62); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(95, 23); this.button2.TabIndex = 3; this.button2.Text = "Cancle"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // locateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(355, 125); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "locateForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Specific Search"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox textBox_IP1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox_IP4; private System.Windows.Forms.TextBox textBox_IP3; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox_IP2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; } }