namespace AGVSystem { partial class InputSet { /// /// 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(InputSet)); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.numericUpDown3 = new System.Windows.Forms.NumericUpDown(); this.comboBox8 = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.comboBox7 = new System.Windows.Forms.ComboBox(); this.comboBox6 = new System.Windows.Forms.ComboBox(); this.comboBox5 = new System.Windows.Forms.ComboBox(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 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(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); 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.起始位ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.中转位ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.最终位ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.备注 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.comboBox9 = new System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(675, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(442, 670); this.panel1.TabIndex = 0; // // groupBox1 // 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 = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Enabled = false; this.groupBox1.Location = new System.Drawing.Point(0, 71); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(442, 599); this.groupBox1.TabIndex = 42; this.groupBox1.TabStop = false; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(30, 454); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 12); this.label9.TabIndex = 48; this.label9.Text = "终点位编号:"; // // numericUpDown3 // this.numericUpDown3.Location = new System.Drawing.Point(114, 452); this.numericUpDown3.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDown3.Name = "numericUpDown3"; this.numericUpDown3.Size = new System.Drawing.Size(120, 21); this.numericUpDown3.TabIndex = 47; // // comboBox8 // this.comboBox8.FormattingEnabled = true; this.comboBox8.Items.AddRange(new object[] { "呼叫控制", "放行控制"}); this.comboBox8.Location = new System.Drawing.Point(113, 270); this.comboBox8.Name = "comboBox8"; this.comboBox8.Size = new System.Drawing.Size(121, 20); this.comboBox8.TabIndex = 46; this.comboBox8.SelectedIndexChanged += new System.EventHandler(this.comboBox8_SelectedIndexChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(42, 275); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 45; this.label8.Text = "控制类型:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(30, 389); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 44; this.label7.Text = "中转位编号:"; // // comboBox7 // this.comboBox7.FormattingEnabled = true; this.comboBox7.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7"}); this.comboBox7.Location = new System.Drawing.Point(241, 142); this.comboBox7.Name = "comboBox7"; this.comboBox7.Size = new System.Drawing.Size(121, 20); this.comboBox7.TabIndex = 43; this.comboBox7.Visible = false; // // comboBox6 // this.comboBox6.FormattingEnabled = true; this.comboBox6.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.comboBox6.Location = new System.Drawing.Point(241, 78); this.comboBox6.Name = "comboBox6"; this.comboBox6.Size = new System.Drawing.Size(121, 20); this.comboBox6.TabIndex = 42; this.comboBox6.Visible = false; // // comboBox5 // this.comboBox5.FormattingEnabled = true; this.comboBox5.Items.AddRange(new object[] { "", "card1", "card2", "card3"}); this.comboBox5.Location = new System.Drawing.Point(241, 14); this.comboBox5.Name = "comboBox5"; this.comboBox5.Size = new System.Drawing.Size(121, 20); this.comboBox5.TabIndex = 41; this.comboBox5.Visible = false; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(114, 387); this.numericUpDown2.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(120, 21); this.numericUpDown2.TabIndex = 40; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 328); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 28; this.label1.Text = "起始位编号:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(42, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 29; this.label2.Text = "板卡选择:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(113, 520); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(240, 64); this.textBox1.TabIndex = 39; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(66, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 30; this.label3.Text = "Prot:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(66, 523); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 38; this.label6.Text = "备注:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(72, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 12); this.label4.TabIndex = 31; this.label4.Text = "Bit:"; // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "0", "1"}); this.comboBox4.Location = new System.Drawing.Point(113, 208); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(121, 20); this.comboBox4.TabIndex = 37; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(113, 326); this.numericUpDown1.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 21); this.numericUpDown1.TabIndex = 32; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(24, 212); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(83, 12); this.label5.TabIndex = 36; this.label5.Text = "Input Value:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "", "card1", "card2", "card3"}); this.comboBox1.Location = new System.Drawing.Point(113, 14); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 20); this.comboBox1.TabIndex = 33; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7"}); this.comboBox3.Location = new System.Drawing.Point(113, 142); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(121, 20); this.comboBox3.TabIndex = 35; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.comboBox2.Location = new System.Drawing.Point(113, 78); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(121, 20); this.comboBox2.TabIndex = 34; // // 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(442, 71); this.toolStrip1.TabIndex = 28; this.toolStrip1.Text = "toolStrip1"; // // 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.Enabled = false; 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 = "查询"; // // 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); // // 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.端口位, this.输入值, this.区分, this.起始位ID, this.中转位ID, this.最终位ID, this.备注}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.GridColor = System.Drawing.Color.DimGray; this.dataGridView1.Location = new 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 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(675, 670); this.dataGridView1.TabIndex = 20; this.dataGridView1.DoubleClick += new 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; // // 起始位ID // this.起始位ID.DataPropertyName = "起始位ID"; this.起始位ID.HeaderText = "起始位ID"; this.起始位ID.Name = "起始位ID"; this.起始位ID.ReadOnly = true; // // 中转位ID // this.中转位ID.DataPropertyName = "中转位ID"; this.中转位ID.HeaderText = "中转位ID"; this.中转位ID.Name = "中转位ID"; this.中转位ID.ReadOnly = true; // // 最终位ID // 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; // // comboBox9 // this.comboBox9.FormattingEnabled = true; this.comboBox9.Items.AddRange(new object[] { "0", "1"}); this.comboBox9.Location = new System.Drawing.Point(241, 208); this.comboBox9.Name = "comboBox9"; this.comboBox9.Size = new System.Drawing.Size(121, 20); this.comboBox9.TabIndex = 49; this.comboBox9.Visible = false; // // InputSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1117, 670); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel1); this.Name = "InputSet"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "板卡Input设置"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.InputSet_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion 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.DataGridView dataGridView1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox comboBox7; private System.Windows.Forms.ComboBox comboBox6; private System.Windows.Forms.ComboBox comboBox5; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.ComboBox comboBox8; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label9; private System.Windows.Forms.NumericUpDown numericUpDown3; 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.DataGridViewTextBoxColumn 起始位ID; private System.Windows.Forms.DataGridViewTextBoxColumn 中转位ID; private System.Windows.Forms.DataGridViewTextBoxColumn 最终位ID; private System.Windows.Forms.DataGridViewTextBoxColumn 备注; private System.Windows.Forms.ComboBox comboBox9; } }