namespace Mesnac.Equips.Connection.GroupNet { partial class SetConfigForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtIP = new System.Windows.Forms.TextBox(); this.btnOk = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.txtEquipCode = new System.Windows.Forms.TextBox(); this.lstIP = new System.Windows.Forms.ListBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtIP); this.groupBox1.Controls.Add(this.btnOk); this.groupBox1.Controls.Add(this.btnRemove); this.groupBox1.Controls.Add(this.btnAdd); this.groupBox1.Controls.Add(this.txtEquipCode); this.groupBox1.Controls.Add(this.lstIP); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(364, 263); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "请按设备群组顺序指定IP地址"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(118, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 8; this.label2.Text = "IP"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 7; this.label1.Text = "机台"; // // txtIP // this.txtIP.Location = new System.Drawing.Point(141, 21); this.txtIP.Name = "txtIP"; this.txtIP.Size = new System.Drawing.Size(131, 21); this.txtIP.TabIndex = 2; // // btnOk // this.btnOk.Location = new System.Drawing.Point(278, 231); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 5; this.btnOk.Text = "确定"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnRemove // this.btnRemove.Location = new System.Drawing.Point(278, 46); this.btnRemove.Name = "btnRemove"; this.btnRemove.Size = new System.Drawing.Size(75, 23); this.btnRemove.TabIndex = 4; this.btnRemove.Text = "移除"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // btnAdd // this.btnAdd.Location = new System.Drawing.Point(278, 19); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "添加"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // txtEquipCode // this.txtEquipCode.Location = new System.Drawing.Point(38, 21); this.txtEquipCode.Name = "txtEquipCode"; this.txtEquipCode.Size = new System.Drawing.Size(74, 21); this.txtEquipCode.TabIndex = 1; // // lstIP // this.lstIP.FormattingEnabled = true; this.lstIP.ItemHeight = 12; this.lstIP.Location = new System.Drawing.Point(10, 46); this.lstIP.Name = "lstIP"; this.lstIP.Size = new System.Drawing.Size(262, 208); this.lstIP.TabIndex = 6; // // SetConfigForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(389, 284); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "SetConfigForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "连接配置"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnRemove; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.TextBox txtEquipCode; private System.Windows.Forms.ListBox lstIP; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtIP; } }