|
@@ -28,32 +28,32 @@
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
- System.Windows.Forms.TreeNode treeNode81 = new System.Windows.Forms.TreeNode("Get单节点");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode82 = new System.Windows.Forms.TreeNode("Get多节点");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode83 = new System.Windows.Forms.TreeNode("Get", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
- treeNode81,
|
|
|
|
|
- treeNode82});
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode84 = new System.Windows.Forms.TreeNode("写入单值(如温度)");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode85 = new System.Windows.Forms.TreeNode("写入多值(重量,批号,牌号)");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode86 = new System.Windows.Forms.TreeNode("写入多值(工单,批号,牌号)");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode87 = new System.Windows.Forms.TreeNode("单选写入");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode88 = new System.Windows.Forms.TreeNode("多选写入");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode89 = new System.Windows.Forms.TreeNode("不写入,只检查");
|
|
|
|
|
- System.Windows.Forms.TreeNode treeNode90 = new System.Windows.Forms.TreeNode("Post", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
- treeNode84,
|
|
|
|
|
- treeNode85,
|
|
|
|
|
- treeNode86,
|
|
|
|
|
- treeNode87,
|
|
|
|
|
- treeNode88,
|
|
|
|
|
- treeNode89});
|
|
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode61 = new System.Windows.Forms.TreeNode("Get单节点");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode62 = new System.Windows.Forms.TreeNode("Get多节点");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode63 = new System.Windows.Forms.TreeNode("Get", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
+ treeNode61,
|
|
|
|
|
+ treeNode62});
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode64 = new System.Windows.Forms.TreeNode("写入单值(如温度)");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode65 = new System.Windows.Forms.TreeNode("写入多值(重量,批号,牌号)");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode66 = new System.Windows.Forms.TreeNode("写入多值(工单,批号,牌号)");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode67 = new System.Windows.Forms.TreeNode("单选写入");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode68 = new System.Windows.Forms.TreeNode("多选写入");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode69 = new System.Windows.Forms.TreeNode("不写入,只检查");
|
|
|
|
|
+ System.Windows.Forms.TreeNode treeNode70 = new System.Windows.Forms.TreeNode("Post", new System.Windows.Forms.TreeNode[] {
|
|
|
|
|
+ treeNode64,
|
|
|
|
|
+ treeNode65,
|
|
|
|
|
+ treeNode66,
|
|
|
|
|
+ treeNode67,
|
|
|
|
|
+ treeNode68,
|
|
|
|
|
+ treeNode69});
|
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
@@ -62,6 +62,8 @@
|
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
+ this.button4 = new System.Windows.Forms.Button();
|
|
|
|
|
+ this.button5 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
@@ -70,29 +72,29 @@
|
|
|
this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.treeView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.treeView1.Location = new System.Drawing.Point(6, 37);
|
|
this.treeView1.Location = new System.Drawing.Point(6, 37);
|
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.Name = "treeView1";
|
|
|
- treeNode81.Name = "00";
|
|
|
|
|
- treeNode81.Text = "Get单节点";
|
|
|
|
|
- treeNode82.Name = "01";
|
|
|
|
|
- treeNode82.Text = "Get多节点";
|
|
|
|
|
- treeNode83.Name = "AA";
|
|
|
|
|
- treeNode83.Text = "Get";
|
|
|
|
|
- treeNode84.Name = "1";
|
|
|
|
|
- treeNode84.Text = "写入单值(如温度)";
|
|
|
|
|
- treeNode85.Name = "21";
|
|
|
|
|
- treeNode85.Text = "写入多值(重量,批号,牌号)";
|
|
|
|
|
- treeNode86.Name = "22";
|
|
|
|
|
- treeNode86.Text = "写入多值(工单,批号,牌号)";
|
|
|
|
|
- treeNode87.Name = "3";
|
|
|
|
|
- treeNode87.Text = "单选写入";
|
|
|
|
|
- treeNode88.Name = "4";
|
|
|
|
|
- treeNode88.Text = "多选写入";
|
|
|
|
|
- treeNode89.Name = "5";
|
|
|
|
|
- treeNode89.Text = "不写入,只检查";
|
|
|
|
|
- treeNode90.Name = "AA";
|
|
|
|
|
- treeNode90.Text = "Post";
|
|
|
|
|
|
|
+ treeNode61.Name = "00";
|
|
|
|
|
+ treeNode61.Text = "Get单节点";
|
|
|
|
|
+ treeNode62.Name = "01";
|
|
|
|
|
+ treeNode62.Text = "Get多节点";
|
|
|
|
|
+ treeNode63.Name = "AA";
|
|
|
|
|
+ treeNode63.Text = "Get";
|
|
|
|
|
+ treeNode64.Name = "1";
|
|
|
|
|
+ treeNode64.Text = "写入单值(如温度)";
|
|
|
|
|
+ treeNode65.Name = "21";
|
|
|
|
|
+ treeNode65.Text = "写入多值(重量,批号,牌号)";
|
|
|
|
|
+ treeNode66.Name = "22";
|
|
|
|
|
+ treeNode66.Text = "写入多值(工单,批号,牌号)";
|
|
|
|
|
+ treeNode67.Name = "3";
|
|
|
|
|
+ treeNode67.Text = "单选写入";
|
|
|
|
|
+ treeNode68.Name = "4";
|
|
|
|
|
+ treeNode68.Text = "多选写入";
|
|
|
|
|
+ treeNode69.Name = "5";
|
|
|
|
|
+ treeNode69.Text = "不写入,只检查";
|
|
|
|
|
+ treeNode70.Name = "AA";
|
|
|
|
|
+ treeNode70.Text = "Post";
|
|
|
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
|
- treeNode83,
|
|
|
|
|
- treeNode90});
|
|
|
|
|
|
|
+ treeNode63,
|
|
|
|
|
+ treeNode70});
|
|
|
this.treeView1.Size = new System.Drawing.Size(366, 335);
|
|
this.treeView1.Size = new System.Drawing.Size(366, 335);
|
|
|
this.treeView1.TabIndex = 0;
|
|
this.treeView1.TabIndex = 0;
|
|
|
//
|
|
//
|
|
@@ -127,6 +129,18 @@
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // listBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.listBox1.FormattingEnabled = true;
|
|
|
|
|
+ this.listBox1.ItemHeight = 24;
|
|
|
|
|
+ this.listBox1.Location = new System.Drawing.Point(6, 454);
|
|
|
|
|
+ this.listBox1.Name = "listBox1";
|
|
|
|
|
+ this.listBox1.ScrollAlwaysVisible = true;
|
|
|
|
|
+ this.listBox1.Size = new System.Drawing.Size(366, 436);
|
|
|
|
|
+ this.listBox1.TabIndex = 7;
|
|
|
|
|
+ this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
|
|
|
|
+ //
|
|
|
// label1
|
|
// label1
|
|
|
//
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
this.label1.AutoSize = true;
|
|
@@ -146,26 +160,14 @@
|
|
|
//
|
|
//
|
|
|
// button1
|
|
// button1
|
|
|
//
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(1169, 19);
|
|
|
|
|
|
|
+ this.button1.Location = new System.Drawing.Point(1151, 19);
|
|
|
this.button1.Name = "button1";
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(75, 32);
|
|
|
|
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 51);
|
|
|
this.button1.TabIndex = 4;
|
|
this.button1.TabIndex = 4;
|
|
|
this.button1.Text = "查询";
|
|
this.button1.Text = "查询";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
//
|
|
|
- // listBox1
|
|
|
|
|
- //
|
|
|
|
|
- this.listBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
- this.listBox1.FormattingEnabled = true;
|
|
|
|
|
- this.listBox1.ItemHeight = 24;
|
|
|
|
|
- this.listBox1.Location = new System.Drawing.Point(6, 454);
|
|
|
|
|
- this.listBox1.Name = "listBox1";
|
|
|
|
|
- this.listBox1.ScrollAlwaysVisible = true;
|
|
|
|
|
- this.listBox1.Size = new System.Drawing.Size(366, 436);
|
|
|
|
|
- this.listBox1.TabIndex = 7;
|
|
|
|
|
- this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
|
|
|
|
- //
|
|
|
|
|
// label5
|
|
// label5
|
|
|
//
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
this.label5.AutoSize = true;
|
|
@@ -204,7 +206,7 @@
|
|
|
//
|
|
//
|
|
|
// button3
|
|
// button3
|
|
|
//
|
|
//
|
|
|
- this.button3.Location = new System.Drawing.Point(1576, 121);
|
|
|
|
|
|
|
+ this.button3.Location = new System.Drawing.Point(1658, 125);
|
|
|
this.button3.Name = "button3";
|
|
this.button3.Name = "button3";
|
|
|
this.button3.Size = new System.Drawing.Size(94, 42);
|
|
this.button3.Size = new System.Drawing.Size(94, 42);
|
|
|
this.button3.TabIndex = 22;
|
|
this.button3.TabIndex = 22;
|
|
@@ -239,11 +241,33 @@
|
|
|
this.checkBox1.Text = "点位";
|
|
this.checkBox1.Text = "点位";
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
//
|
|
|
|
|
+ // button4
|
|
|
|
|
+ //
|
|
|
|
|
+ this.button4.Location = new System.Drawing.Point(1311, 20);
|
|
|
|
|
+ this.button4.Name = "button4";
|
|
|
|
|
+ this.button4.Size = new System.Drawing.Size(75, 50);
|
|
|
|
|
+ this.button4.TabIndex = 26;
|
|
|
|
|
+ this.button4.Text = "导入";
|
|
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // button5
|
|
|
|
|
+ //
|
|
|
|
|
+ this.button5.Location = new System.Drawing.Point(1411, 20);
|
|
|
|
|
+ this.button5.Name = "button5";
|
|
|
|
|
+ this.button5.Size = new System.Drawing.Size(131, 50);
|
|
|
|
|
+ this.button5.TabIndex = 27;
|
|
|
|
|
+ this.button5.Text = "模板下载";
|
|
|
|
|
+ this.button5.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
|
|
|
+ //
|
|
|
// ConfigForm
|
|
// ConfigForm
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1820, 980);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1878, 980);
|
|
|
|
|
+ this.Controls.Add(this.button5);
|
|
|
|
|
+ this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.textBox3);
|
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label2);
|
|
@@ -284,5 +308,7 @@
|
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
|
|
|
+ private System.Windows.Forms.Button button4;
|
|
|
|
|
+ private System.Windows.Forms.Button button5;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|