|
|
@@ -36,7 +36,6 @@
|
|
|
this.OperateResult = new System.Windows.Forms.RichTextBox();
|
|
|
this.Clean = new System.Windows.Forms.Button();
|
|
|
this.MakeCode_lable = new System.Windows.Forms.Label();
|
|
|
- this.ma_code = new System.Windows.Forms.TextBox();
|
|
|
this.Timer = new System.Windows.Forms.Timer(this.components);
|
|
|
this.ATEFile = new System.IO.FileSystemWatcher();
|
|
|
this.Type = new System.Windows.Forms.ComboBox();
|
|
|
@@ -45,9 +44,12 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.BaudRate = new System.Windows.Forms.TextBox();
|
|
|
- this.ComPort = new FileWatcher.SerialPortCombox();
|
|
|
this.NowQTY = new System.Windows.Forms.TextBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.ComPort = new FileWatcher.SerialPortCombox();
|
|
|
+ this.li_code = new FileWatcher.SearchTextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new FileWatcher.SearchTextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ATEFile)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -115,14 +117,6 @@
|
|
|
this.MakeCode_lable.TabIndex = 12;
|
|
|
this.MakeCode_lable.Text = "工单号";
|
|
|
//
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.Location = new System.Drawing.Point(204, 220);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Size = new System.Drawing.Size(436, 35);
|
|
|
- this.ma_code.TabIndex = 17;
|
|
|
- //
|
|
|
// Timer
|
|
|
//
|
|
|
this.Timer.Interval = 2000;
|
|
|
@@ -141,7 +135,7 @@
|
|
|
this.Type.Items.AddRange(new object[] {
|
|
|
"投入",
|
|
|
"产出"});
|
|
|
- this.Type.Location = new System.Drawing.Point(204, 317);
|
|
|
+ this.Type.Location = new System.Drawing.Point(204, 366);
|
|
|
this.Type.Name = "Type";
|
|
|
this.Type.Size = new System.Drawing.Size(436, 32);
|
|
|
this.Type.TabIndex = 18;
|
|
|
@@ -150,7 +144,7 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(34, 311);
|
|
|
+ this.label1.Location = new System.Drawing.Point(34, 360);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(75, 38);
|
|
|
@@ -199,17 +193,9 @@
|
|
|
this.BaudRate.Size = new System.Drawing.Size(146, 35);
|
|
|
this.BaudRate.TabIndex = 24;
|
|
|
//
|
|
|
- // ComPort
|
|
|
- //
|
|
|
- this.ComPort.Location = new System.Drawing.Point(204, 120);
|
|
|
- this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.ComPort.Name = "ComPort";
|
|
|
- this.ComPort.Size = new System.Drawing.Size(176, 40);
|
|
|
- this.ComPort.TabIndex = 21;
|
|
|
- //
|
|
|
// NowQTY
|
|
|
//
|
|
|
- this.NowQTY.Location = new System.Drawing.Point(204, 409);
|
|
|
+ this.NowQTY.Location = new System.Drawing.Point(204, 443);
|
|
|
this.NowQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.NowQTY.Name = "NowQTY";
|
|
|
this.NowQTY.Size = new System.Drawing.Size(146, 35);
|
|
|
@@ -219,18 +205,75 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(34, 406);
|
|
|
+ this.label4.Location = new System.Drawing.Point(34, 440);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(133, 38);
|
|
|
this.label4.TabIndex = 25;
|
|
|
this.label4.Text = "当前计数";
|
|
|
//
|
|
|
+ // ComPort
|
|
|
+ //
|
|
|
+ this.ComPort.Location = new System.Drawing.Point(204, 120);
|
|
|
+ this.ComPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.ComPort.Name = "ComPort";
|
|
|
+ this.ComPort.Size = new System.Drawing.Size(176, 40);
|
|
|
+ this.ComPort.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // li_code
|
|
|
+ //
|
|
|
+ this.li_code.AllPower = null;
|
|
|
+ this.li_code.Caller = null;
|
|
|
+ this.li_code.Condition = null;
|
|
|
+ this.li_code.DBTitle = null;
|
|
|
+ this.li_code.FormName = null;
|
|
|
+ this.li_code.Location = new System.Drawing.Point(204, 291);
|
|
|
+ this.li_code.Name = "li_code";
|
|
|
+ this.li_code.Power = null;
|
|
|
+ this.li_code.ReturnData = null;
|
|
|
+ this.li_code.SelectField = null;
|
|
|
+ this.li_code.SetValueField = null;
|
|
|
+ this.li_code.Size = new System.Drawing.Size(436, 41);
|
|
|
+ this.li_code.TabIndex = 28;
|
|
|
+ this.li_code.TableName = null;
|
|
|
+ this.li_code.TextBoxEnable = false;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label5.Location = new System.Drawing.Point(34, 291);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 27;
|
|
|
+ this.label5.Text = "线别";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = null;
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(204, 214);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(436, 41);
|
|
|
+ this.ma_code.TabIndex = 29;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.TextBoxEnable = false;
|
|
|
+ //
|
|
|
// AutoMakeQTY
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1443, 640);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.li_code);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
this.Controls.Add(this.NowQTY);
|
|
|
this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
@@ -240,7 +283,6 @@
|
|
|
this.Controls.Add(this.AutoStart);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.Type);
|
|
|
- this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.MakeCode_lable);
|
|
|
this.Controls.Add(this.Clean);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -254,7 +296,7 @@
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ATEFile)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -268,7 +310,6 @@
|
|
|
private System.Windows.Forms.RichTextBox OperateResult;
|
|
|
private System.Windows.Forms.Button Clean;
|
|
|
private System.Windows.Forms.Label MakeCode_lable;
|
|
|
- private System.Windows.Forms.TextBox ma_code;
|
|
|
private System.Windows.Forms.Timer Timer;
|
|
|
private System.IO.FileSystemWatcher ATEFile;
|
|
|
private System.Windows.Forms.ComboBox Type;
|
|
|
@@ -280,6 +321,9 @@
|
|
|
private System.Windows.Forms.TextBox BaudRate;
|
|
|
private System.Windows.Forms.TextBox NowQTY;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
+ private SearchTextBox li_code;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private SearchTextBox ma_code;
|
|
|
}
|
|
|
}
|
|
|
|