|
|
@@ -61,14 +61,13 @@
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_checkno = new System.Windows.Forms.Label();
|
|
|
this.RepairComplete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ms_sncode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.Scrap = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.sb_sncode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.nr_code = new System.Windows.Forms.Label();
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ms_prodcode_label = new System.Windows.Forms.Label();
|
|
|
this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.sb_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.mb_badremark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
|
|
|
this.bd_soncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.mbp_partdgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
@@ -405,14 +404,13 @@
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ms_sncode_label);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ms_checkno);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.RepairComplete);
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.ms_sncode);
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.Scrap);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.sb_sncode);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.nr_code);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode_label);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.ms_prodcode);
|
|
|
- this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pr_code);
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.sb_makecode);
|
|
|
this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.groupBoxWithBorder1.Location = new System.Drawing.Point(18, 16);
|
|
|
this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -486,7 +484,7 @@
|
|
|
this.RepairComplete.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.RepairComplete.Image = null;
|
|
|
this.RepairComplete.IsShowBorder = true;
|
|
|
- this.RepairComplete.Location = new System.Drawing.Point(1110, 132);
|
|
|
+ this.RepairComplete.Location = new System.Drawing.Point(1282, 119);
|
|
|
this.RepairComplete.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.RepairComplete.MoveImage = ((System.Drawing.Image)(resources.GetObject("RepairComplete.MoveImage")));
|
|
|
this.RepairComplete.Name = "RepairComplete";
|
|
|
@@ -499,40 +497,19 @@
|
|
|
this.RepairComplete.UseVisualStyleBackColor = true;
|
|
|
this.RepairComplete.Click += new System.EventHandler(this.RepairComplete_Click);
|
|
|
//
|
|
|
- // ms_sncode
|
|
|
+ // sb_sncode
|
|
|
//
|
|
|
- this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.sb_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.ms_sncode.AutoSize = true;
|
|
|
- this.ms_sncode.CutLength = null;
|
|
|
- this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_sncode.Location = new System.Drawing.Point(181, 55);
|
|
|
- this.ms_sncode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.ms_sncode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
- this.ms_sncode.Name = "ms_sncode";
|
|
|
- this.ms_sncode.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.ms_sncode.TabIndex = 126;
|
|
|
- //
|
|
|
- // Scrap
|
|
|
- //
|
|
|
- this.Scrap.AllPower = "ifall";
|
|
|
- this.Scrap.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.Scrap.DownImage = ((System.Drawing.Image)(resources.GetObject("Scrap.DownImage")));
|
|
|
- this.Scrap.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.Scrap.Image = null;
|
|
|
- this.Scrap.IsShowBorder = true;
|
|
|
- this.Scrap.Location = new System.Drawing.Point(1300, 132);
|
|
|
- this.Scrap.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Scrap.MoveImage = ((System.Drawing.Image)(resources.GetObject("Scrap.MoveImage")));
|
|
|
- this.Scrap.Name = "Scrap";
|
|
|
- this.Scrap.NormalImage = ((System.Drawing.Image)(resources.GetObject("Scrap.NormalImage")));
|
|
|
- this.Scrap.Power = null;
|
|
|
- this.Scrap.Size = new System.Drawing.Size(136, 48);
|
|
|
- this.Scrap.TabIndex = 56;
|
|
|
- this.Scrap.Tag = "IfRead";
|
|
|
- this.Scrap.Text = "报废";
|
|
|
- this.Scrap.UseVisualStyleBackColor = true;
|
|
|
- this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
|
|
|
+ this.sb_sncode.AutoSize = true;
|
|
|
+ this.sb_sncode.CutLength = null;
|
|
|
+ this.sb_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sb_sncode.Location = new System.Drawing.Point(181, 55);
|
|
|
+ this.sb_sncode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.sb_sncode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.sb_sncode.Name = "sb_sncode";
|
|
|
+ this.sb_sncode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.sb_sncode.TabIndex = 126;
|
|
|
//
|
|
|
// nr_code
|
|
|
//
|
|
|
@@ -585,33 +562,33 @@
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
this.pr_detail.TabIndex = 82;
|
|
|
//
|
|
|
- // ms_prodcode
|
|
|
+ // pr_code
|
|
|
//
|
|
|
- this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.pr_code.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.ms_prodcode.AutoSize = true;
|
|
|
- this.ms_prodcode.CutLength = null;
|
|
|
- this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_prodcode.Location = new System.Drawing.Point(1009, 55);
|
|
|
- this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
- this.ms_prodcode.Name = "ms_prodcode";
|
|
|
- this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.ms_prodcode.TabIndex = 20;
|
|
|
- //
|
|
|
- // ms_makecode
|
|
|
- //
|
|
|
- this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.CutLength = null;
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(1009, 55);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_code.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // sb_makecode
|
|
|
+ //
|
|
|
+ this.sb_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
- this.ms_makecode.AutoSize = true;
|
|
|
- this.ms_makecode.CutLength = null;
|
|
|
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_makecode.Location = new System.Drawing.Point(567, 55);
|
|
|
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
- this.ms_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
- this.ms_makecode.Name = "ms_makecode";
|
|
|
- this.ms_makecode.Size = new System.Drawing.Size(0, 41);
|
|
|
- this.ms_makecode.TabIndex = 85;
|
|
|
+ this.sb_makecode.AutoSize = true;
|
|
|
+ this.sb_makecode.CutLength = null;
|
|
|
+ this.sb_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sb_makecode.Location = new System.Drawing.Point(567, 55);
|
|
|
+ this.sb_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.sb_makecode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.sb_makecode.Name = "sb_makecode";
|
|
|
+ this.sb_makecode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.sb_makecode.TabIndex = 85;
|
|
|
//
|
|
|
// mb_badremark
|
|
|
//
|
|
|
@@ -1011,19 +988,18 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_Repair_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LocationSource)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ComponentSource)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mbp_partdgv)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mbl_locdgv)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RefreshTreeView)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private CustomControl.ButtonUtil.NormalButton RepairComplete;
|
|
|
- private CustomControl.ButtonUtil.NormalButton Scrap;
|
|
|
private CustomControl.ButtonUtil.NormalButton SaveBadLocation;
|
|
|
private CustomControl.ButtonUtil.NormalButton NewBadCode;
|
|
|
private System.Windows.Forms.Label ms_prodcode_label;
|
|
|
@@ -1034,8 +1010,8 @@
|
|
|
private System.Windows.Forms.Label ms_makecode_label;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
- private CustomControl.ValueLabel.ValueLabel ms_prodcode;
|
|
|
- private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_code;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel sb_makecode;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox bg_name;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox bc_name;
|
|
|
@@ -1063,7 +1039,7 @@
|
|
|
private System.Windows.Forms.Label bg_code;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox bd_soncode;
|
|
|
private System.Windows.Forms.Label nr_code;
|
|
|
- private CustomControl.ValueLabel.ValueLabel ms_sncode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel sb_sncode;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxWithTextArea mb_badremark;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mbp_part1;
|
|
|
private System.Windows.Forms.DataGridViewImageColumn DeleteCom;
|