namespace SystemConfig { partial class FrmRouteDeviceEdit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); _formInstance = null; } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.button3 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.button5 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(1, 4); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(979, 614); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.button4); this.tabPage1.Controls.Add(this.button6); this.tabPage1.Controls.Add(this.button7); this.tabPage1.Controls.Add(this.comboBox1); this.tabPage1.Controls.Add(this.comboBox2); this.tabPage1.Controls.Add(this.checkBox1); this.tabPage1.Controls.Add(this.listView1); this.tabPage1.Controls.Add(this.button3); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.button1); this.tabPage1.Controls.Add(this.button2); this.tabPage1.Controls.Add(this.comboBox3); this.tabPage1.Controls.Add(this.button5); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(971, 585); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "生成路径设备对照表"; this.tabPage1.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(11, 504); this.textBox1.Margin = new System.Windows.Forms.Padding(4); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox1.Size = new System.Drawing.Size(945, 17); this.textBox1.TabIndex = 27; // // button4 // this.button4.Location = new System.Drawing.Point(440, 542); this.button4.Margin = new System.Windows.Forms.Padding(4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(100, 29); this.button4.TabIndex = 26; this.button4.Text = "button4"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button6 // this.button6.Location = new System.Drawing.Point(148, 542); this.button6.Margin = new System.Windows.Forms.Padding(4); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(101, 29); this.button6.TabIndex = 25; this.button6.Text = "撤销全选"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.Location = new System.Drawing.Point(857, 44); this.button7.Margin = new System.Windows.Forms.Padding(4); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(100, 29); this.button7.TabIndex = 24; this.button7.Text = "批量生成"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(139, 11); this.comboBox1.Margin = new System.Windows.Forms.Padding(4); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(699, 23); this.comboBox1.TabIndex = 13; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(363, 41); this.comboBox2.Margin = new System.Windows.Forms.Padding(4); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(259, 23); this.comboBox2.TabIndex = 23; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(133, 44); this.checkBox1.Margin = new System.Windows.Forms.Padding(4); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(209, 19); this.checkBox1.TabIndex = 22; this.checkBox1.Text = "指定入出库方向的交换设备"; this.checkBox1.UseVisualStyleBackColor = true; // // listView1 // this.listView1.CheckBoxes = true; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.listView1.GridLines = true; this.listView1.Location = new System.Drawing.Point(8, 80); this.listView1.Margin = new System.Windows.Forms.Padding(4); this.listView1.Name = "listView1"; this.listView1.ShowGroups = false; this.listView1.Size = new System.Drawing.Size(948, 399); this.listView1.TabIndex = 19; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "路径编号"; this.columnHeader1.Width = 70; // // columnHeader2 // this.columnHeader2.Text = "路径描述"; this.columnHeader2.Width = 100; // // button3 // this.button3.Location = new System.Drawing.Point(283, 542); this.button3.Margin = new System.Windows.Forms.Padding(4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(100, 29); this.button3.TabIndex = 17; this.button3.Text = "清除内容"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 15); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(112, 15); this.label1.TabIndex = 11; this.label1.Text = "选择调度路径:"; // // button1 // this.button1.Location = new System.Drawing.Point(629, 44); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(208, 29); this.button1.TabIndex = 9; this.button1.Text = "生成路径和设备对照表"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(629, 542); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(209, 29); this.button2.TabIndex = 15; this.button2.Text = "保存路径和设备对照表"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Location = new System.Drawing.Point(139, 11); this.comboBox3.Margin = new System.Windows.Forms.Padding(4); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(699, 23); this.comboBox3.TabIndex = 14; // // button5 // this.button5.Location = new System.Drawing.Point(27, 542); this.button5.Margin = new System.Windows.Forms.Padding(4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(101, 29); this.button5.TabIndex = 16; this.button5.Text = "全选"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 15); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 15); this.label2.TabIndex = 12; this.label2.Text = "选择调度路径:"; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(971, 585); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "路径和设备对照表维护"; this.tabPage2.UseVisualStyleBackColor = true; // // FrmRouteDeviceEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(981, 621); this.Controls.Add(this.tabControl1); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRouteDeviceEdit"; this.Text = "生成路径设备对照表"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Button button5; private System.Windows.Forms.Label label2; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox1; } }