|
|
@@ -45,6 +45,13 @@
|
|
|
this.ma_softversion_label = new System.Windows.Forms.CheckBox();
|
|
|
this.ma_ecncode_label = new System.Windows.Forms.CheckBox();
|
|
|
this.ClearSn_code = new System.Windows.Forms.PictureBox();
|
|
|
+ this.ms_craftcode = new System.Windows.Forms.Label();
|
|
|
+ this.ma_bomversion = new System.Windows.Forms.Label();
|
|
|
+ this.ma_bomversion_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_craftcode = new System.Windows.Forms.Label();
|
|
|
+ this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -57,13 +64,6 @@
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
- this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
- this.ms_craftcode = new System.Windows.Forms.Label();
|
|
|
- this.ma_bomversion = new System.Windows.Forms.Label();
|
|
|
- this.ma_bomversion_label = new System.Windows.Forms.Label();
|
|
|
- this.ma_craftcode = new System.Windows.Forms.Label();
|
|
|
- this.sourceStepCount1 = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -260,6 +260,94 @@
|
|
|
this.ClearSn_code.TabStop = false;
|
|
|
this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
|
|
|
//
|
|
|
+ // ms_craftcode
|
|
|
+ //
|
|
|
+ this.ms_craftcode.AutoSize = true;
|
|
|
+ this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_craftcode.Location = new System.Drawing.Point(1152, 67);
|
|
|
+ this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_craftcode.Name = "ms_craftcode";
|
|
|
+ this.ms_craftcode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ms_craftcode.TabIndex = 142;
|
|
|
+ this.ms_craftcode.Visible = false;
|
|
|
+ //
|
|
|
+ // ma_bomversion
|
|
|
+ //
|
|
|
+ this.ma_bomversion.AutoSize = true;
|
|
|
+ this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_bomversion.Location = new System.Drawing.Point(1152, 208);
|
|
|
+ this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_bomversion.Name = "ma_bomversion";
|
|
|
+ this.ma_bomversion.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_bomversion.TabIndex = 143;
|
|
|
+ //
|
|
|
+ // ma_bomversion_label
|
|
|
+ //
|
|
|
+ this.ma_bomversion_label.AutoSize = true;
|
|
|
+ this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_bomversion_label.Location = new System.Drawing.Point(1023, 208);
|
|
|
+ this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_bomversion_label.Name = "ma_bomversion_label";
|
|
|
+ this.ma_bomversion_label.Size = new System.Drawing.Size(114, 31);
|
|
|
+ this.ma_bomversion_label.TabIndex = 144;
|
|
|
+ this.ma_bomversion_label.Text = "Bom版本";
|
|
|
+ //
|
|
|
+ // ma_craftcode
|
|
|
+ //
|
|
|
+ this.ma_craftcode.AutoSize = true;
|
|
|
+ this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_craftcode.Location = new System.Drawing.Point(1132, 137);
|
|
|
+ this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
+ this.ma_craftcode.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_craftcode.TabIndex = 145;
|
|
|
+ this.ma_craftcode.Visible = false;
|
|
|
+ //
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(1029, 407);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(119, 34);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 189;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = null;
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(144, 65);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(222, 31);
|
|
|
+ this.ma_code.TabIndex = 141;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "ma_code";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
+ //
|
|
|
+ // LockMakeCode
|
|
|
+ //
|
|
|
+ this.LockMakeCode.AutoSize = true;
|
|
|
+ this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LockMakeCode.LeaveEvent = false;
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(372, 67);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.LockMakeCode.TabIndex = 140;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// ma_prodcode
|
|
|
//
|
|
|
this.ma_prodcode.AutoSize = true;
|
|
|
@@ -439,100 +527,12 @@
|
|
|
this.sn_code.Str2 = null;
|
|
|
this.sn_code.TabIndex = 65;
|
|
|
//
|
|
|
- // LockMakeCode
|
|
|
- //
|
|
|
- this.LockMakeCode.AutoSize = true;
|
|
|
- this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LockMakeCode.LeaveEvent = false;
|
|
|
- this.LockMakeCode.Location = new System.Drawing.Point(372, 67);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.LockMakeCode.Name = "LockMakeCode";
|
|
|
- this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
- this.LockMakeCode.TabIndex = 140;
|
|
|
- this.LockMakeCode.Text = "锁定";
|
|
|
- this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AllPower = null;
|
|
|
- this.ma_code.Caller = null;
|
|
|
- this.ma_code.Condition = null;
|
|
|
- this.ma_code.DBTitle = null;
|
|
|
- this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(144, 65);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Power = null;
|
|
|
- this.ma_code.ReturnData = null;
|
|
|
- this.ma_code.SelectField = null;
|
|
|
- this.ma_code.SetValueField = null;
|
|
|
- this.ma_code.Size = new System.Drawing.Size(222, 31);
|
|
|
- this.ma_code.TabIndex = 141;
|
|
|
- this.ma_code.TableName = null;
|
|
|
- this.ma_code.Tag = "ma_code";
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
- this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
- //
|
|
|
- // ms_craftcode
|
|
|
- //
|
|
|
- this.ms_craftcode.AutoSize = true;
|
|
|
- this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_craftcode.Location = new System.Drawing.Point(1152, 67);
|
|
|
- this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ms_craftcode.Name = "ms_craftcode";
|
|
|
- this.ms_craftcode.Size = new System.Drawing.Size(0, 31);
|
|
|
- this.ms_craftcode.TabIndex = 142;
|
|
|
- this.ms_craftcode.Visible = false;
|
|
|
- //
|
|
|
- // ma_bomversion
|
|
|
- //
|
|
|
- this.ma_bomversion.AutoSize = true;
|
|
|
- this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_bomversion.Location = new System.Drawing.Point(1152, 208);
|
|
|
- this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_bomversion.Name = "ma_bomversion";
|
|
|
- this.ma_bomversion.Size = new System.Drawing.Size(0, 31);
|
|
|
- this.ma_bomversion.TabIndex = 143;
|
|
|
- //
|
|
|
- // ma_bomversion_label
|
|
|
- //
|
|
|
- this.ma_bomversion_label.AutoSize = true;
|
|
|
- this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_bomversion_label.Location = new System.Drawing.Point(1023, 208);
|
|
|
- this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_bomversion_label.Name = "ma_bomversion_label";
|
|
|
- this.ma_bomversion_label.Size = new System.Drawing.Size(114, 31);
|
|
|
- this.ma_bomversion_label.TabIndex = 144;
|
|
|
- this.ma_bomversion_label.Text = "Bom版本";
|
|
|
- //
|
|
|
- // ma_craftcode
|
|
|
- //
|
|
|
- this.ma_craftcode.AutoSize = true;
|
|
|
- this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_craftcode.Location = new System.Drawing.Point(1132, 137);
|
|
|
- this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ma_craftcode.Name = "ma_craftcode";
|
|
|
- this.ma_craftcode.Size = new System.Drawing.Size(0, 31);
|
|
|
- this.ma_craftcode.TabIndex = 145;
|
|
|
- this.ma_craftcode.Visible = false;
|
|
|
- //
|
|
|
- // sourceStepCount1
|
|
|
- //
|
|
|
- this.sourceStepCount1.LineCode = null;
|
|
|
- this.sourceStepCount1.Location = new System.Drawing.Point(1029, 407);
|
|
|
- this.sourceStepCount1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.sourceStepCount1.Name = "sourceStepCount1";
|
|
|
- this.sourceStepCount1.Size = new System.Drawing.Size(119, 34);
|
|
|
- this.sourceStepCount1.Source = null;
|
|
|
- this.sourceStepCount1.StepCode = null;
|
|
|
- this.sourceStepCount1.TabIndex = 189;
|
|
|
- //
|
|
|
// Make_FeedingCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1347, 816);
|
|
|
- this.Controls.Add(this.sourceStepCount1);
|
|
|
+ this.Controls.Add(this.StepCount);
|
|
|
this.Controls.Add(this.ma_craftcode);
|
|
|
this.Controls.Add(this.ma_bomversion_label);
|
|
|
this.Controls.Add(this.ma_bomversion);
|
|
|
@@ -617,6 +617,6 @@
|
|
|
private System.Windows.Forms.Label ma_bomversion;
|
|
|
private System.Windows.Forms.Label ma_bomversion_label;
|
|
|
private System.Windows.Forms.Label ma_craftcode;
|
|
|
- private CustomControl.TextBoxWithIcon.SourceStepCount sourceStepCount1;
|
|
|
+ private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
}
|
|
|
}
|