|
|
@@ -38,15 +38,10 @@
|
|
|
this.ChooseFolder = new System.Windows.Forms.Button();
|
|
|
this.OperateResult = new System.Windows.Forms.RichTextBox();
|
|
|
this.Clean = new System.Windows.Forms.Button();
|
|
|
- this.MakeCode_lable = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.Master = new System.Windows.Forms.ComboBox();
|
|
|
this.AutoStart = new System.Windows.Forms.CheckBox();
|
|
|
- this.ma_code = new System.Windows.Forms.TextBox();
|
|
|
- this.BatchAnalysus = new System.Windows.Forms.Button();
|
|
|
this.Timer = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.Device = new System.Windows.Forms.ComboBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.XmlWatcher)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -85,7 +80,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(48, 400);
|
|
|
+ this.label1.Location = new System.Drawing.Point(48, 350);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(162, 38);
|
|
|
@@ -95,7 +90,7 @@
|
|
|
// FolderPath
|
|
|
//
|
|
|
this.FolderPath.Enabled = false;
|
|
|
- this.FolderPath.Location = new System.Drawing.Point(218, 400);
|
|
|
+ this.FolderPath.Location = new System.Drawing.Point(218, 350);
|
|
|
this.FolderPath.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.FolderPath.Name = "FolderPath";
|
|
|
this.FolderPath.Size = new System.Drawing.Size(436, 35);
|
|
|
@@ -104,7 +99,7 @@
|
|
|
// ChooseFolder
|
|
|
//
|
|
|
this.ChooseFolder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ChooseFolder.Location = new System.Drawing.Point(686, 394);
|
|
|
+ this.ChooseFolder.Location = new System.Drawing.Point(686, 344);
|
|
|
this.ChooseFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.ChooseFolder.Name = "ChooseFolder";
|
|
|
this.ChooseFolder.Size = new System.Drawing.Size(156, 48);
|
|
|
@@ -134,17 +129,6 @@
|
|
|
this.Clean.UseVisualStyleBackColor = true;
|
|
|
this.Clean.Click += new System.EventHandler(this.Clean_Click);
|
|
|
//
|
|
|
- // MakeCode_lable
|
|
|
- //
|
|
|
- this.MakeCode_lable.AutoSize = true;
|
|
|
- this.MakeCode_lable.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MakeCode_lable.Location = new System.Drawing.Point(48, 311);
|
|
|
- this.MakeCode_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.MakeCode_lable.Name = "MakeCode_lable";
|
|
|
- this.MakeCode_lable.Size = new System.Drawing.Size(104, 38);
|
|
|
- this.MakeCode_lable.TabIndex = 12;
|
|
|
- this.MakeCode_lable.Text = "工单号";
|
|
|
- //
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
@@ -181,68 +165,19 @@
|
|
|
this.AutoStart.Visible = false;
|
|
|
this.AutoStart.CheckedChanged += new System.EventHandler(this.AutoStart_CheckedChanged);
|
|
|
//
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.Location = new System.Drawing.Point(218, 311);
|
|
|
- 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;
|
|
|
- //
|
|
|
- // BatchAnalysus
|
|
|
- //
|
|
|
- this.BatchAnalysus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.BatchAnalysus.Location = new System.Drawing.Point(686, 308);
|
|
|
- this.BatchAnalysus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.BatchAnalysus.Name = "BatchAnalysus";
|
|
|
- this.BatchAnalysus.Size = new System.Drawing.Size(156, 48);
|
|
|
- this.BatchAnalysus.TabIndex = 18;
|
|
|
- this.BatchAnalysus.Text = "批量解析";
|
|
|
- this.BatchAnalysus.UseVisualStyleBackColor = true;
|
|
|
- this.BatchAnalysus.Click += new System.EventHandler(this.BatchAnalysus_Click);
|
|
|
- //
|
|
|
// Timer
|
|
|
//
|
|
|
this.Timer.Interval = 10000;
|
|
|
this.Timer.Tick += new System.EventHandler(this.Timer_Tick);
|
|
|
//
|
|
|
- // Device
|
|
|
- //
|
|
|
- this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.Device.FormattingEnabled = true;
|
|
|
- this.Device.Items.AddRange(new object[] {
|
|
|
- "AOI设备",
|
|
|
- "测试设备"});
|
|
|
- this.Device.Location = new System.Drawing.Point(218, 222);
|
|
|
- this.Device.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Device.Name = "Device";
|
|
|
- this.Device.Size = new System.Drawing.Size(436, 32);
|
|
|
- this.Device.TabIndex = 20;
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(48, 222);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(75, 38);
|
|
|
- this.label3.TabIndex = 19;
|
|
|
- this.label3.Text = "工序";
|
|
|
- //
|
|
|
// AutoAnalysisXmlByStep
|
|
|
//
|
|
|
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.Device);
|
|
|
- this.Controls.Add(this.label3);
|
|
|
- this.Controls.Add(this.BatchAnalysus);
|
|
|
- this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.AutoStart);
|
|
|
this.Controls.Add(this.Master);
|
|
|
this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.MakeCode_lable);
|
|
|
this.Controls.Add(this.Clean);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.ChooseFolder);
|
|
|
@@ -273,15 +208,10 @@
|
|
|
private System.Windows.Forms.Button ChooseFolder;
|
|
|
private System.Windows.Forms.RichTextBox OperateResult;
|
|
|
private System.Windows.Forms.Button Clean;
|
|
|
- private System.Windows.Forms.Label MakeCode_lable;
|
|
|
private System.Windows.Forms.ComboBox Master;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.CheckBox AutoStart;
|
|
|
- private System.Windows.Forms.TextBox ma_code;
|
|
|
- private System.Windows.Forms.Button BatchAnalysus;
|
|
|
private System.Windows.Forms.Timer Timer;
|
|
|
- private System.Windows.Forms.ComboBox Device;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
}
|
|
|
}
|
|
|
|