namespace AGVSystem { // Token: 0x02000010 RID: 16 public partial class InputSet : global::System.Windows.Forms.Form { // Token: 0x060000E8 RID: 232 RVA: 0x0001873C File Offset: 0x0001693C protected override void Dispose(bool disposing) { bool flag = disposing && this.components != null; if (flag) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x060000E9 RID: 233 RVA: 0x00018774 File Offset: 0x00016974 private void InitializeComponent() { global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.InputSet)); this.panel1 = new global::System.Windows.Forms.Panel(); this.groupBox1 = new global::System.Windows.Forms.GroupBox(); this.label9 = new global::System.Windows.Forms.Label(); this.numericUpDown3 = new global::System.Windows.Forms.NumericUpDown(); this.comboBox8 = new global::System.Windows.Forms.ComboBox(); this.label8 = new global::System.Windows.Forms.Label(); this.label7 = new global::System.Windows.Forms.Label(); this.comboBox7 = new global::System.Windows.Forms.ComboBox(); this.comboBox6 = new global::System.Windows.Forms.ComboBox(); this.comboBox5 = new global::System.Windows.Forms.ComboBox(); this.numericUpDown2 = new global::System.Windows.Forms.NumericUpDown(); this.label1 = new global::System.Windows.Forms.Label(); this.label2 = new global::System.Windows.Forms.Label(); this.textBox1 = new global::System.Windows.Forms.TextBox(); this.label3 = new global::System.Windows.Forms.Label(); this.label6 = new global::System.Windows.Forms.Label(); this.label4 = new global::System.Windows.Forms.Label(); this.comboBox4 = new global::System.Windows.Forms.ComboBox(); this.numericUpDown1 = new global::System.Windows.Forms.NumericUpDown(); this.label5 = new global::System.Windows.Forms.Label(); this.comboBox1 = new global::System.Windows.Forms.ComboBox(); this.comboBox3 = new global::System.Windows.Forms.ComboBox(); this.comboBox2 = new global::System.Windows.Forms.ComboBox(); this.toolStrip1 = new global::System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new global::System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new global::System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new global::System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new global::System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new global::System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new global::System.Windows.Forms.ToolStripButton(); this.dataGridView1 = new global::System.Windows.Forms.DataGridView(); this.板卡编号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.端口号 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.端口位 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.输入值 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.区分 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.起始位ID = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.中转位ID = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.最终位ID = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.备注 = new global::System.Windows.Forms.DataGridViewTextBoxColumn(); this.comboBox9 = new global::System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown3).BeginInit(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown2).BeginInit(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).BeginInit(); this.toolStrip1.SuspendLayout(); ((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit(); base.SuspendLayout(); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = global::System.Windows.Forms.DockStyle.Right; this.panel1.Location = new global::System.Drawing.Point(675, 0); this.panel1.Name = "panel1"; this.panel1.Size = new global::System.Drawing.Size(442, 670); this.panel1.TabIndex = 0; this.groupBox1.Controls.Add(this.comboBox9); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.numericUpDown3); this.groupBox1.Controls.Add(this.comboBox8); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.comboBox7); this.groupBox1.Controls.Add(this.comboBox6); this.groupBox1.Controls.Add(this.comboBox5); this.groupBox1.Controls.Add(this.numericUpDown2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.comboBox4); this.groupBox1.Controls.Add(this.numericUpDown1); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.comboBox3); this.groupBox1.Controls.Add(this.comboBox2); this.groupBox1.Dock = global::System.Windows.Forms.DockStyle.Fill; this.groupBox1.Enabled = false; this.groupBox1.Location = new global::System.Drawing.Point(0, 71); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new global::System.Drawing.Size(442, 599); this.groupBox1.TabIndex = 42; this.groupBox1.TabStop = false; this.label9.AutoSize = true; this.label9.Location = new global::System.Drawing.Point(30, 454); this.label9.Name = "label9"; this.label9.Size = new global::System.Drawing.Size(77, 12); this.label9.TabIndex = 48; this.label9.Text = "终点位编号:"; this.numericUpDown3.Location = new global::System.Drawing.Point(114, 452); global::System.Windows.Forms.NumericUpDown numericUpDown = this.numericUpDown3; int[] array = new int[4]; array[0] = 1000; numericUpDown.Maximum = new decimal(array); this.numericUpDown3.Name = "numericUpDown3"; this.numericUpDown3.Size = new global::System.Drawing.Size(120, 21); this.numericUpDown3.TabIndex = 47; this.comboBox8.FormattingEnabled = true; this.comboBox8.Items.AddRange(new object[] { "呼叫控制", "放行控制" }); this.comboBox8.Location = new global::System.Drawing.Point(113, 270); this.comboBox8.Name = "comboBox8"; this.comboBox8.Size = new global::System.Drawing.Size(121, 20); this.comboBox8.TabIndex = 46; this.comboBox8.SelectedIndexChanged += new global::System.EventHandler(this.comboBox8_SelectedIndexChanged); this.label8.AutoSize = true; this.label8.Location = new global::System.Drawing.Point(42, 275); this.label8.Name = "label8"; this.label8.Size = new global::System.Drawing.Size(65, 12); this.label8.TabIndex = 45; this.label8.Text = "控制类型:"; this.label7.AutoSize = true; this.label7.Location = new global::System.Drawing.Point(30, 389); this.label7.Name = "label7"; this.label7.Size = new global::System.Drawing.Size(77, 12); this.label7.TabIndex = 44; this.label7.Text = "中转位编号:"; this.comboBox7.FormattingEnabled = true; this.comboBox7.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7" }); this.comboBox7.Location = new global::System.Drawing.Point(241, 142); this.comboBox7.Name = "comboBox7"; this.comboBox7.Size = new global::System.Drawing.Size(121, 20); this.comboBox7.TabIndex = 43; this.comboBox7.Visible = false; this.comboBox6.FormattingEnabled = true; this.comboBox6.Items.AddRange(new object[] { "0", "1", "2", "3" }); this.comboBox6.Location = new global::System.Drawing.Point(241, 78); this.comboBox6.Name = "comboBox6"; this.comboBox6.Size = new global::System.Drawing.Size(121, 20); this.comboBox6.TabIndex = 42; this.comboBox6.Visible = false; this.comboBox5.FormattingEnabled = true; this.comboBox5.Items.AddRange(new object[] { "", "card1", "card2", "card3" }); this.comboBox5.Location = new global::System.Drawing.Point(241, 14); this.comboBox5.Name = "comboBox5"; this.comboBox5.Size = new global::System.Drawing.Size(121, 20); this.comboBox5.TabIndex = 41; this.comboBox5.Visible = false; this.numericUpDown2.Location = new global::System.Drawing.Point(114, 387); global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.numericUpDown2; int[] array2 = new int[4]; array2[0] = 1000; numericUpDown2.Maximum = new decimal(array2); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new global::System.Drawing.Size(120, 21); this.numericUpDown2.TabIndex = 40; this.label1.AutoSize = true; this.label1.Location = new global::System.Drawing.Point(30, 328); this.label1.Name = "label1"; this.label1.Size = new global::System.Drawing.Size(77, 12); this.label1.TabIndex = 28; this.label1.Text = "起始位编号:"; this.label2.AutoSize = true; this.label2.Location = new global::System.Drawing.Point(42, 17); this.label2.Name = "label2"; this.label2.Size = new global::System.Drawing.Size(65, 12); this.label2.TabIndex = 29; this.label2.Text = "板卡选择:"; this.textBox1.Location = new global::System.Drawing.Point(113, 520); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new global::System.Drawing.Size(240, 64); this.textBox1.TabIndex = 39; this.label3.AutoSize = true; this.label3.Location = new global::System.Drawing.Point(66, 81); this.label3.Name = "label3"; this.label3.Size = new global::System.Drawing.Size(41, 12); this.label3.TabIndex = 30; this.label3.Text = "Prot:"; this.label6.AutoSize = true; this.label6.Location = new global::System.Drawing.Point(66, 523); this.label6.Name = "label6"; this.label6.Size = new global::System.Drawing.Size(41, 12); this.label6.TabIndex = 38; this.label6.Text = "备注:"; this.label4.AutoSize = true; this.label4.Location = new global::System.Drawing.Point(72, 145); this.label4.Name = "label4"; this.label4.Size = new global::System.Drawing.Size(35, 12); this.label4.TabIndex = 31; this.label4.Text = "Bit:"; this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "0", "1" }); this.comboBox4.Location = new global::System.Drawing.Point(113, 208); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new global::System.Drawing.Size(121, 20); this.comboBox4.TabIndex = 37; this.numericUpDown1.Location = new global::System.Drawing.Point(113, 326); global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.numericUpDown1; int[] array3 = new int[4]; array3[0] = 1000; numericUpDown3.Maximum = new decimal(array3); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new global::System.Drawing.Size(120, 21); this.numericUpDown1.TabIndex = 32; this.label5.AutoSize = true; this.label5.Location = new global::System.Drawing.Point(24, 212); this.label5.Name = "label5"; this.label5.Size = new global::System.Drawing.Size(83, 12); this.label5.TabIndex = 36; this.label5.Text = "Input Value:"; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "", "card1", "card2", "card3" }); this.comboBox1.Location = new global::System.Drawing.Point(113, 14); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new global::System.Drawing.Size(121, 20); this.comboBox1.TabIndex = 33; this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7" }); this.comboBox3.Location = new global::System.Drawing.Point(113, 142); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new global::System.Drawing.Size(121, 20); this.comboBox3.TabIndex = 35; this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "0", "1", "2", "3" }); this.comboBox2.Location = new global::System.Drawing.Point(113, 78); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new global::System.Drawing.Size(121, 20); this.comboBox2.TabIndex = 34; this.toolStrip1.BackColor = global::System.Drawing.Color.White; this.toolStrip1.ImageScalingSize = new global::System.Drawing.Size(64, 64); this.toolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4, this.toolStripButton5, this.toolStripButton6 }); this.toolStrip1.Location = new global::System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new global::System.Drawing.Size(442, 71); this.toolStrip1.TabIndex = 28; this.toolStrip1.Text = "toolStrip1"; this.toolStripButton1.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton1.Image"); this.toolStripButton1.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton1.Text = "新建"; this.toolStripButton1.Click += new global::System.EventHandler(this.toolStripButton1_Click); this.toolStripButton2.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Enabled = false; this.toolStripButton2.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton2.Image"); this.toolStripButton2.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton2.Text = "查询"; this.toolStripButton3.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton3.Image"); this.toolStripButton3.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton3.Text = "添加"; this.toolStripButton3.Click += new global::System.EventHandler(this.toolStripButton3_Click); this.toolStripButton4.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton4.Image"); this.toolStripButton4.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton4.Text = "删除"; this.toolStripButton4.Click += new global::System.EventHandler(this.toolStripButton4_Click); this.toolStripButton5.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton5.Image"); this.toolStripButton5.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton5.Text = "更新"; this.toolStripButton5.Click += new global::System.EventHandler(this.toolStripButton5_Click); this.toolStripButton6.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton6.Image"); this.toolStripButton6.ImageTransparentColor = global::System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.Size = new global::System.Drawing.Size(68, 68); this.toolStripButton6.Text = "保存"; this.toolStripButton6.Click += new global::System.EventHandler(this.toolStripButton6_Click); this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.BackgroundColor = global::System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] { this.板卡编号, this.端口号, this.端口位, this.输入值, this.区分, this.起始位ID, this.中转位ID, this.最终位ID, this.备注 }); this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill; this.dataGridView1.GridColor = global::System.Drawing.Color.DimGray; this.dataGridView1.Location = new global::System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersWidth = 60; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new global::System.Drawing.Size(675, 670); this.dataGridView1.TabIndex = 20; this.dataGridView1.DoubleClick += new global::System.EventHandler(this.dataGridView1_DoubleClick); 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.区分.DataPropertyName = "区分"; this.区分.HeaderText = "区分"; this.区分.Name = "区分"; this.区分.ReadOnly = true; this.起始位ID.DataPropertyName = "起始位ID"; this.起始位ID.HeaderText = "起始位ID"; this.起始位ID.Name = "起始位ID"; this.起始位ID.ReadOnly = true; this.中转位ID.DataPropertyName = "中转位ID"; this.中转位ID.HeaderText = "中转位ID"; this.中转位ID.Name = "中转位ID"; this.中转位ID.ReadOnly = true; this.最终位ID.DataPropertyName = "最终位ID"; this.最终位ID.HeaderText = "最终位ID"; this.最终位ID.Name = "最终位ID"; this.最终位ID.ReadOnly = true; this.备注.DataPropertyName = "备注"; this.备注.HeaderText = "备注"; this.备注.Name = "备注"; this.备注.ReadOnly = true; this.备注.Width = 200; this.comboBox9.FormattingEnabled = true; this.comboBox9.Items.AddRange(new object[] { "0", "1" }); this.comboBox9.Location = new global::System.Drawing.Point(241, 208); this.comboBox9.Name = "comboBox9"; this.comboBox9.Size = new global::System.Drawing.Size(121, 20); this.comboBox9.TabIndex = 49; this.comboBox9.Visible = false; base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f); base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font; base.ClientSize = new global::System.Drawing.Size(1117, 670); base.Controls.Add(this.dataGridView1); base.Controls.Add(this.panel1); base.Name = "InputSet"; base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "板卡Input设置"; base.WindowState = global::System.Windows.Forms.FormWindowState.Maximized; base.Load += new global::System.EventHandler(this.InputSet_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown3).EndInit(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown2).EndInit(); ((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit(); base.ResumeLayout(false); } // Token: 0x04000185 RID: 389 private global::System.ComponentModel.IContainer components = null; // Token: 0x04000186 RID: 390 private global::System.Windows.Forms.Panel panel1; // Token: 0x04000187 RID: 391 private global::System.Windows.Forms.ToolStrip toolStrip1; // Token: 0x04000188 RID: 392 private global::System.Windows.Forms.ToolStripButton toolStripButton1; // Token: 0x04000189 RID: 393 private global::System.Windows.Forms.ToolStripButton toolStripButton2; // Token: 0x0400018A RID: 394 private global::System.Windows.Forms.ToolStripButton toolStripButton3; // Token: 0x0400018B RID: 395 private global::System.Windows.Forms.ToolStripButton toolStripButton4; // Token: 0x0400018C RID: 396 private global::System.Windows.Forms.ToolStripButton toolStripButton5; // Token: 0x0400018D RID: 397 private global::System.Windows.Forms.ToolStripButton toolStripButton6; // Token: 0x0400018E RID: 398 private global::System.Windows.Forms.DataGridView dataGridView1; // Token: 0x0400018F RID: 399 private global::System.Windows.Forms.GroupBox groupBox1; // Token: 0x04000190 RID: 400 private global::System.Windows.Forms.ComboBox comboBox7; // Token: 0x04000191 RID: 401 private global::System.Windows.Forms.ComboBox comboBox6; // Token: 0x04000192 RID: 402 private global::System.Windows.Forms.ComboBox comboBox5; // Token: 0x04000193 RID: 403 private global::System.Windows.Forms.NumericUpDown numericUpDown2; // Token: 0x04000194 RID: 404 private global::System.Windows.Forms.Label label1; // Token: 0x04000195 RID: 405 private global::System.Windows.Forms.Label label2; // Token: 0x04000196 RID: 406 private global::System.Windows.Forms.TextBox textBox1; // Token: 0x04000197 RID: 407 private global::System.Windows.Forms.Label label3; // Token: 0x04000198 RID: 408 private global::System.Windows.Forms.Label label6; // Token: 0x04000199 RID: 409 private global::System.Windows.Forms.Label label4; // Token: 0x0400019A RID: 410 private global::System.Windows.Forms.ComboBox comboBox4; // Token: 0x0400019B RID: 411 private global::System.Windows.Forms.NumericUpDown numericUpDown1; // Token: 0x0400019C RID: 412 private global::System.Windows.Forms.Label label5; // Token: 0x0400019D RID: 413 private global::System.Windows.Forms.ComboBox comboBox1; // Token: 0x0400019E RID: 414 private global::System.Windows.Forms.ComboBox comboBox3; // Token: 0x0400019F RID: 415 private global::System.Windows.Forms.ComboBox comboBox2; // Token: 0x040001A0 RID: 416 private global::System.Windows.Forms.ComboBox comboBox8; // Token: 0x040001A1 RID: 417 private global::System.Windows.Forms.Label label8; // Token: 0x040001A2 RID: 418 private global::System.Windows.Forms.Label label7; // Token: 0x040001A3 RID: 419 private global::System.Windows.Forms.Label label9; // Token: 0x040001A4 RID: 420 private global::System.Windows.Forms.NumericUpDown numericUpDown3; // Token: 0x040001A5 RID: 421 private global::System.Windows.Forms.DataGridViewTextBoxColumn 板卡编号; // Token: 0x040001A6 RID: 422 private global::System.Windows.Forms.DataGridViewTextBoxColumn 端口号; // Token: 0x040001A7 RID: 423 private global::System.Windows.Forms.DataGridViewTextBoxColumn 端口位; // Token: 0x040001A8 RID: 424 private global::System.Windows.Forms.DataGridViewTextBoxColumn 输入值; // Token: 0x040001A9 RID: 425 private global::System.Windows.Forms.DataGridViewTextBoxColumn 区分; // Token: 0x040001AA RID: 426 private global::System.Windows.Forms.DataGridViewTextBoxColumn 起始位ID; // Token: 0x040001AB RID: 427 private global::System.Windows.Forms.DataGridViewTextBoxColumn 中转位ID; // Token: 0x040001AC RID: 428 private global::System.Windows.Forms.DataGridViewTextBoxColumn 最终位ID; // Token: 0x040001AD RID: 429 private global::System.Windows.Forms.DataGridViewTextBoxColumn 备注; // Token: 0x040001AE RID: 430 private global::System.Windows.Forms.ComboBox comboBox9; } }