|
|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_LabelCheck));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
@@ -46,6 +47,7 @@
|
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ this.cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
|
@@ -138,7 +140,7 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(88, 581);
|
|
|
+ this.label10.Location = new System.Drawing.Point(50, 592);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(40, 27);
|
|
|
this.label10.TabIndex = 12;
|
|
|
@@ -149,7 +151,7 @@
|
|
|
this.sncode.AllPower = null;
|
|
|
this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
this.sncode.ID = null;
|
|
|
- this.sncode.Location = new System.Drawing.Point(148, 581);
|
|
|
+ this.sncode.Location = new System.Drawing.Point(110, 592);
|
|
|
this.sncode.Name = "sncode";
|
|
|
this.sncode.Power = null;
|
|
|
this.sncode.Size = new System.Drawing.Size(252, 28);
|
|
|
@@ -214,11 +216,30 @@
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 31);
|
|
|
this.pr_detail.TabIndex = 16;
|
|
|
//
|
|
|
+ // cancel
|
|
|
+ //
|
|
|
+ this.cancel.AllPower = null;
|
|
|
+ this.cancel.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage")));
|
|
|
+ this.cancel.Image = null;
|
|
|
+ this.cancel.IsShowBorder = true;
|
|
|
+ this.cancel.Location = new System.Drawing.Point(435, 592);
|
|
|
+ this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
|
|
|
+ this.cancel.Name = "cancel";
|
|
|
+ this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
|
|
|
+ this.cancel.Power = null;
|
|
|
+ this.cancel.Size = new System.Drawing.Size(88, 28);
|
|
|
+ this.cancel.TabIndex = 17;
|
|
|
+ this.cancel.Text = "取消核对";
|
|
|
+ this.cancel.UseVisualStyleBackColor = false;
|
|
|
+ this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
|
+ //
|
|
|
// Make_LabelCheck
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1329, 651);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1329, 649);
|
|
|
+ this.Controls.Add(this.cancel);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.showResult);
|
|
|
this.Controls.Add(this.sncode);
|
|
|
@@ -264,5 +285,6 @@
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton cancel;
|
|
|
}
|
|
|
}
|