namespace AGVSystem { partial class AGVManage { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AGVManage)); this.label1 = new System.Windows.Forms.Label(); this.num_id = new System.Windows.Forms.NumericUpDown(); this.num_seq = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cmb_linelist = new System.Windows.Forms.ComboBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.cmb_iplist = new System.Windows.Forms.ComboBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmb_switchip = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.numPort = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lab_km = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.cmb_type = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.cmb_status = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.cmb_worktype = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IP地址 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.通讯端口 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.交换机IP = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.设备状态 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.设备型号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.线体编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.线体名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lab_id = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.num_id)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_seq)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPort)).BeginInit(); this.groupBox1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(54, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 6; this.label1.Text = "编号:"; // // num_id // this.num_id.BackColor = System.Drawing.SystemColors.ScrollBar; this.num_id.Location = new System.Drawing.Point(102, 37); this.num_id.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.num_id.Name = "num_id"; this.num_id.Size = new System.Drawing.Size(120, 21); this.num_id.TabIndex = 7; // // num_seq // this.num_seq.Location = new System.Drawing.Point(105, 33); this.num_seq.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.num_seq.Name = "num_seq"; this.num_seq.Size = new System.Drawing.Size(120, 21); this.num_seq.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(58, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 8; this.label2.Text = "序号:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(46, 89); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 10; this.label3.Text = "IP地址:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(52, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 12; this.label4.Text = "线体:"; // // cmb_linelist // this.cmb_linelist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_linelist.FormattingEnabled = true; this.cmb_linelist.Items.AddRange(new object[] { " "}); this.cmb_linelist.Location = new System.Drawing.Point(100, 80); this.cmb_linelist.Name = "cmb_linelist"; this.cmb_linelist.Size = new System.Drawing.Size(205, 20); this.cmb_linelist.TabIndex = 13; this.cmb_linelist.TextChanged += new System.EventHandler(this.cmb_linelist_TextChanged); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.编号, this.序号, this.IP地址, this.通讯端口, this.交换机IP, this.设备状态, this.物料名称, this.设备型号, this.线体编号, this.线体名称}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(655, 542); this.dataGridView1.TabIndex = 14; this.dataGridView1.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged); this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick); // // cmb_iplist // this.cmb_iplist.FormattingEnabled = true; this.cmb_iplist.Location = new System.Drawing.Point(104, 86); this.cmb_iplist.Name = "cmb_iplist"; this.cmb_iplist.Size = new System.Drawing.Size(121, 20); this.cmb_iplist.TabIndex = 15; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataGridView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Panel2.Controls.Add(this.toolStrip1); this.splitContainer1.Size = new System.Drawing.Size(1130, 542); this.splitContainer1.SplitterDistance = 655; this.splitContainer1.TabIndex = 16; // // panel1 // this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 71); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(471, 471); this.panel1.TabIndex = 15; // // groupBox2 // this.groupBox2.Controls.Add(this.cmb_worktype); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.cmb_switchip); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.numPort); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.cmb_iplist); this.groupBox2.Controls.Add(this.button5); this.groupBox2.Controls.Add(this.pictureBox1); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.lab_km); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.cmb_type); this.groupBox2.Controls.Add(this.num_seq); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.cmb_status); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Enabled = false; this.groupBox2.Location = new System.Drawing.Point(0, 116); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(471, 355); this.groupBox2.TabIndex = 15; this.groupBox2.TabStop = false; this.groupBox2.Text = "基本信息"; // // cmb_switchip // this.cmb_switchip.FormattingEnabled = true; this.cmb_switchip.Location = new System.Drawing.Point(104, 139); this.cmb_switchip.Name = "cmb_switchip"; this.cmb_switchip.Size = new System.Drawing.Size(121, 20); this.cmb_switchip.TabIndex = 33; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(27, 143); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(71, 12); this.label11.TabIndex = 32; this.label11.Text = "Switch IP:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(256, 89); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 30; this.label10.Text = "通讯端口:"; // // numPort // this.numPort.Location = new System.Drawing.Point(322, 85); this.numPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.numPort.Name = "numPort"; this.numPort.Size = new System.Drawing.Size(86, 21); this.numPort.TabIndex = 31; // // label9 // this.label9.Location = new System.Drawing.Point(44, 232); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(199, 89); this.label9.TabIndex = 29; // // button5 // this.button5.Location = new System.Drawing.Point(189, 361); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 23; this.button5.Text = "清零"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(168, 372); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(17, 12); this.label7.TabIndex = 22; this.label7.Text = "km"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(37, 196); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 26; this.label8.Text = "设备型号:"; // // lab_km // this.lab_km.AutoSize = true; this.lab_km.Location = new System.Drawing.Point(118, 372); this.lab_km.Name = "lab_km"; this.lab_km.Size = new System.Drawing.Size(11, 12); this.lab_km.TabIndex = 21; this.lab_km.Text = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(44, 372); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 20; this.label5.Text = "行驶里程:"; // // cmb_type // this.cmb_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_type.FormattingEnabled = true; this.cmb_type.Location = new System.Drawing.Point(104, 193); this.cmb_type.Name = "cmb_type"; this.cmb_type.Size = new System.Drawing.Size(86, 20); this.cmb_type.TabIndex = 27; this.cmb_type.TextChanged += new System.EventHandler(this.cmb_type_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(256, 35); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 24; this.label6.Text = "设备状态:"; // // cmb_status // this.cmb_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_status.FormattingEnabled = true; this.cmb_status.Items.AddRange(new object[] { "禁用", "启用"}); this.cmb_status.Location = new System.Drawing.Point(322, 32); this.cmb_status.Name = "cmb_status"; this.cmb_status.Size = new System.Drawing.Size(86, 20); this.cmb_status.TabIndex = 25; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.groupBox1.Controls.Add(this.lab_id); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.cmb_linelist); this.groupBox1.Controls.Add(this.num_id); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(471, 116); this.groupBox1.TabIndex = 30; this.groupBox1.TabStop = false; this.groupBox1.Text = "设备选择"; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.White; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(64, 64); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4, this.toolStripButton5, this.toolStripButton6}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(471, 71); this.toolStrip1.TabIndex = 27; this.toolStrip1.Text = "toolStrip1"; // // cmb_worktype // this.cmb_worktype.FormattingEnabled = true; this.cmb_worktype.Location = new System.Drawing.Point(322, 139); this.cmb_worktype.Name = "cmb_worktype"; this.cmb_worktype.Size = new System.Drawing.Size(121, 20); this.cmb_worktype.TabIndex = 35; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(256, 143); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 34; this.label12.Text = "物料类型:"; // // 编号 // this.编号.DataPropertyName = "编号"; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; // // 序号 // this.序号.DataPropertyName = "序号"; this.序号.HeaderText = "序号"; this.序号.Name = "序号"; this.序号.ReadOnly = true; // // IP地址 // this.IP地址.DataPropertyName = "IP地址"; this.IP地址.HeaderText = "IP地址"; this.IP地址.Name = "IP地址"; this.IP地址.ReadOnly = true; this.IP地址.Width = 140; // // 通讯端口 // this.通讯端口.DataPropertyName = "通讯端口"; this.通讯端口.HeaderText = "通讯端口"; this.通讯端口.Name = "通讯端口"; this.通讯端口.ReadOnly = true; // // 交换机IP // this.交换机IP.DataPropertyName = "交换机IP"; this.交换机IP.HeaderText = "交换机IP"; this.交换机IP.Name = "交换机IP"; this.交换机IP.ReadOnly = true; // // 设备状态 // this.设备状态.DataPropertyName = "设备状态"; this.设备状态.HeaderText = "设备状态"; this.设备状态.Name = "设备状态"; this.设备状态.ReadOnly = true; // // 物料名称 // this.物料名称.DataPropertyName = "物料名称"; this.物料名称.HeaderText = "物料名称"; this.物料名称.Name = "物料名称"; this.物料名称.ReadOnly = true; // // 设备型号 // this.设备型号.DataPropertyName = "设备型号"; this.设备型号.HeaderText = "设备型号"; this.设备型号.Name = "设备型号"; this.设备型号.ReadOnly = true; // // 线体编号 // this.线体编号.DataPropertyName = "线体编号"; this.线体编号.HeaderText = "线体编号"; this.线体编号.Name = "线体编号"; this.线体编号.ReadOnly = true; this.线体编号.Visible = false; // // 线体名称 // this.线体名称.DataPropertyName = "线体名称"; this.线体名称.HeaderText = "线体名称"; this.线体名称.Name = "线体名称"; this.线体名称.ReadOnly = true; this.线体名称.Width = 180; // // lab_id // this.lab_id.AutoSize = true; this.lab_id.Location = new System.Drawing.Point(234, 41); this.lab_id.Name = "lab_id"; this.lab_id.Size = new System.Drawing.Size(47, 12); this.lab_id.TabIndex = 14; this.lab_id.Text = "label13"; // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox1.Location = new System.Drawing.Point(258, 196); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(128, 128); this.pictureBox1.TabIndex = 28; this.pictureBox1.TabStop = false; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(68, 68); this.toolStripButton1.Text = "新建"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(68, 68); this.toolStripButton2.Text = "查询"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(68, 68); this.toolStripButton3.Text = "添加"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(68, 68); this.toolStripButton4.Text = "删除"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(68, 68); this.toolStripButton5.Text = "更新"; this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); // // toolStripButton6 // this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.Size = new System.Drawing.Size(68, 68); this.toolStripButton6.Text = "保存"; this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); // // AGVManage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1130, 542); this.Controls.Add(this.splitContainer1); this.Name = "AGVManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AGV设备管理"; this.TopMost = true; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.AGVManage_Load); ((System.ComponentModel.ISupportInitialize)(this.num_id)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_seq)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numPort)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown num_id; private System.Windows.Forms.NumericUpDown num_seq; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cmb_linelist; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ComboBox cmb_iplist; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lab_km; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; private System.Windows.Forms.ToolStripButton toolStripButton5; private System.Windows.Forms.ToolStripButton toolStripButton6; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cmb_type; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cmb_status; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown numPort; private System.Windows.Forms.ComboBox cmb_switchip; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cmb_worktype; private System.Windows.Forms.Label label12; private System.Windows.Forms.DataGridViewTextBoxColumn 编号; private System.Windows.Forms.DataGridViewTextBoxColumn 序号; private System.Windows.Forms.DataGridViewTextBoxColumn IP地址; private System.Windows.Forms.DataGridViewTextBoxColumn 通讯端口; private System.Windows.Forms.DataGridViewTextBoxColumn 交换机IP; private System.Windows.Forms.DataGridViewTextBoxColumn 设备状态; private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称; private System.Windows.Forms.DataGridViewTextBoxColumn 设备型号; private System.Windows.Forms.DataGridViewTextBoxColumn 线体编号; private System.Windows.Forms.DataGridViewTextBoxColumn 线体名称; private System.Windows.Forms.Label lab_id; } }