|
|
@@ -108,8 +108,8 @@ namespace UAS_MES_NEW.Make
|
|
|
this.RePrint = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.IfTest = new UAS_MES_NEW.CustomControl.CustomCheckBox.ReSetCheckBox();
|
|
|
this.ReleaseSN = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.StartWorkHour = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.StopWorkHour = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.DeviceCode = new System.Windows.Forms.TextBox();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -1022,45 +1022,23 @@ namespace UAS_MES_NEW.Make
|
|
|
this.ReleaseSN.UseVisualStyleBackColor = false;
|
|
|
this.ReleaseSN.Click += new System.EventHandler(this.ReleaseSN_Click);
|
|
|
//
|
|
|
- // StartWorkHour
|
|
|
- //
|
|
|
- this.StartWorkHour.AllPower = null;
|
|
|
- this.StartWorkHour.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.StartWorkHour.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWorkHour.DownImage")));
|
|
|
- this.StartWorkHour.Enabled = false;
|
|
|
- this.StartWorkHour.Image = null;
|
|
|
- this.StartWorkHour.IsShowBorder = true;
|
|
|
- this.StartWorkHour.Location = new System.Drawing.Point(1501, 242);
|
|
|
- this.StartWorkHour.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.StartWorkHour.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWorkHour.MoveImage")));
|
|
|
- this.StartWorkHour.Name = "StartWorkHour";
|
|
|
- this.StartWorkHour.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWorkHour.NormalImage")));
|
|
|
- this.StartWorkHour.Power = null;
|
|
|
- this.StartWorkHour.Size = new System.Drawing.Size(175, 52);
|
|
|
- this.StartWorkHour.TabIndex = 85;
|
|
|
- this.StartWorkHour.Text = "开始计算工时";
|
|
|
- this.StartWorkHour.UseVisualStyleBackColor = false;
|
|
|
- this.StartWorkHour.Visible = false;
|
|
|
- //
|
|
|
- // StopWorkHour
|
|
|
- //
|
|
|
- this.StopWorkHour.AllPower = null;
|
|
|
- this.StopWorkHour.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.StopWorkHour.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWorkHour.DownImage")));
|
|
|
- this.StopWorkHour.Enabled = false;
|
|
|
- this.StopWorkHour.Image = null;
|
|
|
- this.StopWorkHour.IsShowBorder = true;
|
|
|
- this.StopWorkHour.Location = new System.Drawing.Point(1501, 302);
|
|
|
- this.StopWorkHour.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.StopWorkHour.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWorkHour.MoveImage")));
|
|
|
- this.StopWorkHour.Name = "StopWorkHour";
|
|
|
- this.StopWorkHour.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWorkHour.NormalImage")));
|
|
|
- this.StopWorkHour.Power = null;
|
|
|
- this.StopWorkHour.Size = new System.Drawing.Size(175, 52);
|
|
|
- this.StopWorkHour.TabIndex = 203;
|
|
|
- this.StopWorkHour.Text = "暂停计算工时";
|
|
|
- this.StopWorkHour.UseVisualStyleBackColor = false;
|
|
|
- this.StopWorkHour.Visible = false;
|
|
|
+ // DeviceCode
|
|
|
+ //
|
|
|
+ this.DeviceCode.Location = new System.Drawing.Point(1458, 259);
|
|
|
+ this.DeviceCode.Name = "DeviceCode";
|
|
|
+ this.DeviceCode.Size = new System.Drawing.Size(240, 35);
|
|
|
+ this.DeviceCode.TabIndex = 203;
|
|
|
+ //
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label11.Location = new System.Drawing.Point(1291, 253);
|
|
|
+ this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label11.TabIndex = 85;
|
|
|
+ this.label11.Text = "设备编号";
|
|
|
//
|
|
|
// Make_TestCollection
|
|
|
//
|
|
|
@@ -1068,8 +1046,8 @@ namespace UAS_MES_NEW.Make
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.ClientSize = new System.Drawing.Size(1724, 1070);
|
|
|
- this.Controls.Add(this.StopWorkHour);
|
|
|
- this.Controls.Add(this.StartWorkHour);
|
|
|
+ this.Controls.Add(this.label11);
|
|
|
+ this.Controls.Add(this.DeviceCode);
|
|
|
this.Controls.Add(this.ReleaseSN);
|
|
|
this.Controls.Add(this.IfTest);
|
|
|
this.Controls.Add(this.RePrint);
|
|
|
@@ -1216,7 +1194,7 @@ namespace UAS_MES_NEW.Make
|
|
|
private CustomControl.ButtonUtil.NormalButton RePrint;
|
|
|
private ReSetCheckBox IfTest;
|
|
|
private CustomControl.ButtonUtil.NormalButton ReleaseSN;
|
|
|
- private CustomControl.ButtonUtil.NormalButton StartWorkHour;
|
|
|
- private CustomControl.ButtonUtil.NormalButton StopWorkHour;
|
|
|
+ private System.Windows.Forms.TextBox DeviceCode;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
}
|
|
|
}
|