|
|
@@ -35,10 +35,15 @@
|
|
|
this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.Process = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.TraceFilePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.TraceFile = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.XY = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.XYFilePath = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label5
|
|
|
@@ -77,6 +82,62 @@
|
|
|
this.Process.Size = new System.Drawing.Size(0, 41);
|
|
|
this.Process.TabIndex = 241;
|
|
|
//
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(891, 149);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label2.TabIndex = 242;
|
|
|
+ this.label2.Text = "进度";
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label6.Location = new System.Drawing.Point(180, 336);
|
|
|
+ this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(242, 41);
|
|
|
+ this.label6.TabIndex = 244;
|
|
|
+ this.label6.Text = "贴片机导出文件";
|
|
|
+ //
|
|
|
+ // TraceFilePath
|
|
|
+ //
|
|
|
+ this.TraceFilePath.AllPower = null;
|
|
|
+ this.TraceFilePath.BackColor = System.Drawing.Color.White;
|
|
|
+ this.TraceFilePath.ID = null;
|
|
|
+ this.TraceFilePath.Location = new System.Drawing.Point(434, 342);
|
|
|
+ this.TraceFilePath.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.TraceFilePath.Name = "TraceFilePath";
|
|
|
+ this.TraceFilePath.Power = null;
|
|
|
+ this.TraceFilePath.Size = new System.Drawing.Size(445, 35);
|
|
|
+ this.TraceFilePath.Str = null;
|
|
|
+ this.TraceFilePath.Str1 = null;
|
|
|
+ this.TraceFilePath.Str2 = null;
|
|
|
+ this.TraceFilePath.TabIndex = 245;
|
|
|
+ //
|
|
|
+ // TraceFile
|
|
|
+ //
|
|
|
+ this.TraceFile.AllPower = null;
|
|
|
+ this.TraceFile.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.TraceFile.DownImage = ((System.Drawing.Image)(resources.GetObject("TraceFile.DownImage")));
|
|
|
+ this.TraceFile.Image = null;
|
|
|
+ this.TraceFile.IsShowBorder = true;
|
|
|
+ this.TraceFile.Location = new System.Drawing.Point(434, 420);
|
|
|
+ this.TraceFile.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.TraceFile.MoveImage = ((System.Drawing.Image)(resources.GetObject("TraceFile.MoveImage")));
|
|
|
+ this.TraceFile.Name = "TraceFile";
|
|
|
+ this.TraceFile.NormalImage = ((System.Drawing.Image)(resources.GetObject("TraceFile.NormalImage")));
|
|
|
+ this.TraceFile.Power = null;
|
|
|
+ this.TraceFile.Size = new System.Drawing.Size(198, 56);
|
|
|
+ this.TraceFile.TabIndex = 243;
|
|
|
+ this.TraceFile.Text = "导入贴片机资料";
|
|
|
+ this.TraceFile.UseVisualStyleBackColor = false;
|
|
|
+ this.TraceFile.Click += new System.EventHandler(this.TraceFile_Click);
|
|
|
+ //
|
|
|
// pr_code
|
|
|
//
|
|
|
this.pr_code.AllPower = "ifall";
|
|
|
@@ -133,22 +194,25 @@
|
|
|
this.XYFilePath.TabIndex = 12;
|
|
|
this.XYFilePath.TextChanged += new System.EventHandler(this.inoutno_TextChanged);
|
|
|
//
|
|
|
- // label2
|
|
|
+ // dataGridView1
|
|
|
//
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(891, 149);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
- this.label2.TabIndex = 242;
|
|
|
- this.label2.Text = "进度";
|
|
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView1.Location = new System.Drawing.Point(41, 482);
|
|
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
|
+ this.dataGridView1.RowHeadersWidth = 82;
|
|
|
+ this.dataGridView1.RowTemplate.Height = 37;
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(1416, 535);
|
|
|
+ this.dataGridView1.TabIndex = 246;
|
|
|
//
|
|
|
// Query_SpecialReport
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1494, 1075);
|
|
|
+ this.Controls.Add(this.dataGridView1);
|
|
|
+ this.Controls.Add(this.TraceFilePath);
|
|
|
+ this.Controls.Add(this.label6);
|
|
|
+ this.Controls.Add(this.TraceFile);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.Process);
|
|
|
this.Controls.Add(this.label1);
|
|
|
@@ -162,6 +226,7 @@
|
|
|
this.Tag = "Query!SpecialReport";
|
|
|
this.Text = "Query_SpecialReport";
|
|
|
this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -178,5 +243,9 @@
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label Process;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton TraceFile;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox TraceFilePath;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
}
|
|
|
}
|