188 lines
7.8 KiB
C#
188 lines
7.8 KiB
C#
|
namespace ControlSystem
|
|||
|
{
|
|||
|
partial class FrmBarcode
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
this.treeView2 = new System.Windows.Forms.TreeView();
|
|||
|
this.tabControl1.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.tabPage2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(218, 250);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.button1.TabIndex = 1;
|
|||
|
this.button1.Text = "删除";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(218, 354);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.button2.TabIndex = 2;
|
|||
|
this.button2.Text = "添加";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(3, 318);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(322, 21);
|
|||
|
this.textBox1.TabIndex = 3;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(89, 12);
|
|||
|
this.label1.TabIndex = 4;
|
|||
|
this.label1.Text = "当前周转箱号码";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 294);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(113, 12);
|
|||
|
this.label2.TabIndex = 5;
|
|||
|
this.label2.Text = "手动添加周转箱号码";
|
|||
|
//
|
|||
|
// treeView1
|
|||
|
//
|
|||
|
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.treeView1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.treeView1.Name = "treeView1";
|
|||
|
this.treeView1.Size = new System.Drawing.Size(314, 189);
|
|||
|
this.treeView1.TabIndex = 6;
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(36, 251);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.button3.TabIndex = 7;
|
|||
|
this.button3.Text = "刷新";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// tabControl1
|
|||
|
//
|
|||
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|||
|
this.tabControl1.Location = new System.Drawing.Point(3, 24);
|
|||
|
this.tabControl1.Name = "tabControl1";
|
|||
|
this.tabControl1.SelectedIndex = 0;
|
|||
|
this.tabControl1.Size = new System.Drawing.Size(328, 220);
|
|||
|
this.tabControl1.TabIndex = 8;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.treeView1);
|
|||
|
this.tabPage1.Location = new System.Drawing.Point(4, 21);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage1.Size = new System.Drawing.Size(320, 195);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "14001#叠盘机";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// tabPage2
|
|||
|
//
|
|||
|
this.tabPage2.Controls.Add(this.treeView2);
|
|||
|
this.tabPage2.Location = new System.Drawing.Point(4, 21);
|
|||
|
this.tabPage2.Name = "tabPage2";
|
|||
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage2.Size = new System.Drawing.Size(320, 195);
|
|||
|
this.tabPage2.TabIndex = 1;
|
|||
|
this.tabPage2.Text = "14002叠盘机";
|
|||
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// treeView2
|
|||
|
//
|
|||
|
this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.treeView2.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.treeView2.Name = "treeView2";
|
|||
|
this.treeView2.Size = new System.Drawing.Size(314, 189);
|
|||
|
this.treeView2.TabIndex = 7;
|
|||
|
//
|
|||
|
// FrmBarcode
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(330, 396);
|
|||
|
this.Controls.Add(this.tabControl1);
|
|||
|
this.Controls.Add(this.button3);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.Name = "FrmBarcode";
|
|||
|
this.Text = "配置组垛信息";
|
|||
|
this.Load += new System.EventHandler(this.FrmBarcode_Load);
|
|||
|
this.tabControl1.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.tabPage2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TreeView treeView1;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.TabControl tabControl1;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
private System.Windows.Forms.TreeView treeView2;
|
|||
|
}
|
|||
|
}
|