|
|
@@ -34,33 +34,36 @@
|
|
|
this.count_label = new System.Windows.Forms.Label();
|
|
|
this.md_reson = new System.Windows.Forms.Label();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
- this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pr_code = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode = new System.Windows.Forms.Label();
|
|
|
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.inputreson = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.mdcode = new System.Windows.Forms.TextBox();
|
|
|
this.INPUT = new System.Windows.Forms.RadioButton();
|
|
|
this.NOTINPUT = new System.Windows.Forms.RadioButton();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.EndDate = new System.Windows.Forms.DateTimePicker();
|
|
|
this.BeginDate = new System.Windows.Forms.DateTimePicker();
|
|
|
- this.st_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.st_rstepcode_label = new System.Windows.Forms.Label();
|
|
|
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.macode = new System.Windows.Forms.CheckBox();
|
|
|
+ this.stcode = new System.Windows.Forms.CheckBox();
|
|
|
+ this.date = new System.Windows.Forms.CheckBox();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BatchFreeze = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.st_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.inputreson = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -119,61 +122,15 @@
|
|
|
this.md_prodcode,
|
|
|
this.pr_detail,
|
|
|
this.MD_DOWNMAN});
|
|
|
- this.LabelDataGridView.Location = new System.Drawing.Point(43, 463);
|
|
|
+ this.LabelDataGridView.Location = new System.Drawing.Point(43, 475);
|
|
|
this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
this.LabelDataGridView.RowHeadersWidth = 82;
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
- this.LabelDataGridView.Size = new System.Drawing.Size(1494, 384);
|
|
|
+ this.LabelDataGridView.Size = new System.Drawing.Size(1494, 372);
|
|
|
this.LabelDataGridView.TabIndex = 200;
|
|
|
//
|
|
|
- // md_macode
|
|
|
- //
|
|
|
- this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_macode.DataPropertyName = "md_macode";
|
|
|
- this.md_macode.HeaderText = "工单编号";
|
|
|
- this.md_macode.MinimumWidth = 10;
|
|
|
- this.md_macode.Name = "md_macode";
|
|
|
- this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // md_sncode
|
|
|
- //
|
|
|
- this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_sncode.DataPropertyName = "md_sncode";
|
|
|
- this.md_sncode.HeaderText = "序列号";
|
|
|
- this.md_sncode.MinimumWidth = 10;
|
|
|
- this.md_sncode.Name = "md_sncode";
|
|
|
- this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // md_prodcode
|
|
|
- //
|
|
|
- this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.md_prodcode.DataPropertyName = "md_prodcode";
|
|
|
- this.md_prodcode.HeaderText = "产品代码";
|
|
|
- this.md_prodcode.MinimumWidth = 10;
|
|
|
- this.md_prodcode.Name = "md_prodcode";
|
|
|
- this.md_prodcode.ReadOnly = true;
|
|
|
- this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "产品名称";
|
|
|
- this.pr_detail.MinimumWidth = 80;
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.ReadOnly = true;
|
|
|
- this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // MD_DOWNMAN
|
|
|
- //
|
|
|
- this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.MD_DOWNMAN.HeaderText = "";
|
|
|
- this.MD_DOWNMAN.MinimumWidth = 2;
|
|
|
- this.MD_DOWNMAN.Name = "MD_DOWNMAN";
|
|
|
- this.MD_DOWNMAN.Width = 2;
|
|
|
- //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
@@ -205,89 +162,6 @@
|
|
|
this.ms_makecode.TabIndex = 206;
|
|
|
this.ms_makecode.Visible = false;
|
|
|
//
|
|
|
- // dataGridViewTextBoxColumn1
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
|
|
|
- this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
|
|
|
- this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
- this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn2
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
|
|
|
- this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
|
|
|
- this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
- this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn3
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
|
|
|
- this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
|
|
|
- this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn4
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
|
|
|
- this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
|
|
|
- this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
|
|
|
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn5
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewTextBoxColumn5.HeaderText = "";
|
|
|
- this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
|
|
|
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
- this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
- //
|
|
|
- // OperateResult
|
|
|
- //
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(757, 200);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(780, 244);
|
|
|
- this.OperateResult.TabIndex = 204;
|
|
|
- this.OperateResult.Text = "";
|
|
|
- //
|
|
|
- // sn_code
|
|
|
- //
|
|
|
- this.sn_code.AllPower = null;
|
|
|
- this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
- this.sn_code.ID = null;
|
|
|
- this.sn_code.Location = new System.Drawing.Point(195, 862);
|
|
|
- this.sn_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.sn_code.Name = "sn_code";
|
|
|
- this.sn_code.Power = null;
|
|
|
- this.sn_code.Size = new System.Drawing.Size(388, 35);
|
|
|
- this.sn_code.Str = null;
|
|
|
- this.sn_code.Str1 = null;
|
|
|
- this.sn_code.Str2 = null;
|
|
|
- this.sn_code.TabIndex = 201;
|
|
|
- this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
- //
|
|
|
- // inputreson
|
|
|
- //
|
|
|
- this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.inputreson.Location = new System.Drawing.Point(177, 200);
|
|
|
- this.inputreson.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.inputreson.Name = "inputreson";
|
|
|
- this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
|
- this.inputreson.Size = new System.Drawing.Size(502, 244);
|
|
|
- this.inputreson.TabIndex = 199;
|
|
|
- this.inputreson.Text = "";
|
|
|
- //
|
|
|
// mdcode
|
|
|
//
|
|
|
this.mdcode.Location = new System.Drawing.Point(180, 20);
|
|
|
@@ -323,7 +197,7 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(18, 137);
|
|
|
+ this.label3.Location = new System.Drawing.Point(164, 138);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -334,7 +208,7 @@
|
|
|
//
|
|
|
this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.EndDate.Location = new System.Drawing.Point(468, 143);
|
|
|
+ this.EndDate.Location = new System.Drawing.Point(607, 144);
|
|
|
this.EndDate.Name = "EndDate";
|
|
|
this.EndDate.Size = new System.Drawing.Size(353, 35);
|
|
|
this.EndDate.TabIndex = 211;
|
|
|
@@ -343,78 +217,109 @@
|
|
|
//
|
|
|
this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
|
this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.BeginDate.Location = new System.Drawing.Point(109, 143);
|
|
|
+ this.BeginDate.Location = new System.Drawing.Point(248, 144);
|
|
|
this.BeginDate.Name = "BeginDate";
|
|
|
this.BeginDate.Size = new System.Drawing.Size(353, 35);
|
|
|
this.BeginDate.TabIndex = 210;
|
|
|
this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0);
|
|
|
//
|
|
|
- // st_code
|
|
|
- //
|
|
|
- this.st_code.AllPower = "ifall";
|
|
|
- this.st_code.Caller = null;
|
|
|
- this.st_code.Condition = null;
|
|
|
- this.st_code.DBTitle = "回流工序";
|
|
|
- this.st_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.st_code.FormName = null;
|
|
|
- this.st_code.Location = new System.Drawing.Point(681, 78);
|
|
|
- this.st_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.st_code.Name = "st_code";
|
|
|
- this.st_code.Power = "ifspecial";
|
|
|
- this.st_code.ReturnData = null;
|
|
|
- this.st_code.SelectField = null;
|
|
|
- this.st_code.SetValueField = null;
|
|
|
- this.st_code.Size = new System.Drawing.Size(318, 44);
|
|
|
- this.st_code.TabIndex = 214;
|
|
|
- this.st_code.TableName = null;
|
|
|
- this.st_code.Tag = "";
|
|
|
- this.st_code.TextBoxEnable = false;
|
|
|
- //
|
|
|
// st_rstepcode_label
|
|
|
//
|
|
|
this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
this.st_rstepcode_label.AutoSize = true;
|
|
|
this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.st_rstepcode_label.Location = new System.Drawing.Point(523, 78);
|
|
|
+ this.st_rstepcode_label.Location = new System.Drawing.Point(731, 78);
|
|
|
this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.st_rstepcode_label.Name = "st_rstepcode_label";
|
|
|
this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.st_rstepcode_label.TabIndex = 213;
|
|
|
this.st_rstepcode_label.Text = "回流工序";
|
|
|
//
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AllPower = "IFALL";
|
|
|
- this.ma_code.Caller = null;
|
|
|
- this.ma_code.Condition = null;
|
|
|
- this.ma_code.DBTitle = "";
|
|
|
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.ma_code.FormName = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(209, 78);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Power = "";
|
|
|
- this.ma_code.ReturnData = null;
|
|
|
- this.ma_code.SelectField = null;
|
|
|
- this.ma_code.SetValueField = null;
|
|
|
- this.ma_code.Size = new System.Drawing.Size(282, 46);
|
|
|
- this.ma_code.TabIndex = 217;
|
|
|
- this.ma_code.TableName = null;
|
|
|
- this.ma_code.Tag = "makecode";
|
|
|
- this.ma_code.TextBoxEnable = true;
|
|
|
- //
|
|
|
// 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(24, 78);
|
|
|
+ this.label2.Location = new System.Drawing.Point(164, 78);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(146, 41);
|
|
|
this.label2.TabIndex = 216;
|
|
|
this.label2.Text = "工单编号";
|
|
|
//
|
|
|
+ // macode
|
|
|
+ //
|
|
|
+ this.macode.AutoSize = true;
|
|
|
+ this.macode.Location = new System.Drawing.Point(127, 90);
|
|
|
+ this.macode.Name = "macode";
|
|
|
+ this.macode.Size = new System.Drawing.Size(28, 27);
|
|
|
+ this.macode.TabIndex = 219;
|
|
|
+ this.macode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // stcode
|
|
|
+ //
|
|
|
+ this.stcode.AutoSize = true;
|
|
|
+ this.stcode.Location = new System.Drawing.Point(660, 90);
|
|
|
+ this.stcode.Name = "stcode";
|
|
|
+ this.stcode.Size = new System.Drawing.Size(28, 27);
|
|
|
+ this.stcode.TabIndex = 220;
|
|
|
+ this.stcode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // date
|
|
|
+ //
|
|
|
+ this.date.AutoSize = true;
|
|
|
+ this.date.Location = new System.Drawing.Point(127, 150);
|
|
|
+ this.date.Name = "date";
|
|
|
+ this.date.Size = new System.Drawing.Size(28, 27);
|
|
|
+ this.date.TabIndex = 221;
|
|
|
+ this.date.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 5;
|
|
|
+ //
|
|
|
// BatchFreeze
|
|
|
//
|
|
|
this.BatchFreeze.AllPower = null;
|
|
|
@@ -422,7 +327,7 @@
|
|
|
this.BatchFreeze.DownImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.DownImage")));
|
|
|
this.BatchFreeze.Image = null;
|
|
|
this.BatchFreeze.IsShowBorder = true;
|
|
|
- this.BatchFreeze.Location = new System.Drawing.Point(913, 140);
|
|
|
+ this.BatchFreeze.Location = new System.Drawing.Point(1006, 140);
|
|
|
this.BatchFreeze.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.MoveImage")));
|
|
|
this.BatchFreeze.Name = "BatchFreeze";
|
|
|
this.BatchFreeze.NormalImage = ((System.Drawing.Image)(resources.GetObject("BatchFreeze.NormalImage")));
|
|
|
@@ -433,11 +338,139 @@
|
|
|
this.BatchFreeze.UseVisualStyleBackColor = false;
|
|
|
this.BatchFreeze.Click += new System.EventHandler(this.BatchFreeze_Click);
|
|
|
//
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(349, 78);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(282, 46);
|
|
|
+ this.ma_code.TabIndex = 217;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // st_code
|
|
|
+ //
|
|
|
+ this.st_code.AllPower = "ifall";
|
|
|
+ this.st_code.Caller = null;
|
|
|
+ this.st_code.Condition = null;
|
|
|
+ this.st_code.DBTitle = "回流工序";
|
|
|
+ this.st_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.st_code.FormName = null;
|
|
|
+ this.st_code.Location = new System.Drawing.Point(889, 78);
|
|
|
+ this.st_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.st_code.Name = "st_code";
|
|
|
+ this.st_code.Power = "";
|
|
|
+ this.st_code.ReturnData = null;
|
|
|
+ this.st_code.SelectField = null;
|
|
|
+ this.st_code.SetValueField = null;
|
|
|
+ this.st_code.Size = new System.Drawing.Size(318, 44);
|
|
|
+ this.st_code.TabIndex = 214;
|
|
|
+ this.st_code.TableName = null;
|
|
|
+ this.st_code.Tag = "";
|
|
|
+ this.st_code.TextBoxEnable = false;
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(757, 200);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(780, 244);
|
|
|
+ this.OperateResult.TabIndex = 204;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // sn_code
|
|
|
+ //
|
|
|
+ this.sn_code.AllPower = null;
|
|
|
+ this.sn_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sn_code.ID = null;
|
|
|
+ this.sn_code.Location = new System.Drawing.Point(195, 862);
|
|
|
+ this.sn_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.sn_code.Name = "sn_code";
|
|
|
+ this.sn_code.Power = null;
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.sn_code.Str = null;
|
|
|
+ this.sn_code.Str1 = null;
|
|
|
+ this.sn_code.Str2 = null;
|
|
|
+ this.sn_code.TabIndex = 201;
|
|
|
+ this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
+ //
|
|
|
+ // inputreson
|
|
|
+ //
|
|
|
+ this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.inputreson.Location = new System.Drawing.Point(177, 200);
|
|
|
+ this.inputreson.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.inputreson.Name = "inputreson";
|
|
|
+ this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
|
+ this.inputreson.Size = new System.Drawing.Size(502, 244);
|
|
|
+ this.inputreson.TabIndex = 199;
|
|
|
+ this.inputreson.Text = "";
|
|
|
+ //
|
|
|
+ // md_macode
|
|
|
+ //
|
|
|
+ this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_macode.DataPropertyName = "md_macode";
|
|
|
+ this.md_macode.HeaderText = "工单编号";
|
|
|
+ this.md_macode.MinimumWidth = 10;
|
|
|
+ this.md_macode.Name = "md_macode";
|
|
|
+ this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // md_sncode
|
|
|
+ //
|
|
|
+ this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_sncode.DataPropertyName = "md_sncode";
|
|
|
+ this.md_sncode.HeaderText = "序列号";
|
|
|
+ this.md_sncode.MinimumWidth = 10;
|
|
|
+ this.md_sncode.Name = "md_sncode";
|
|
|
+ this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // md_prodcode
|
|
|
+ //
|
|
|
+ this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.md_prodcode.DataPropertyName = "md_prodcode";
|
|
|
+ this.md_prodcode.HeaderText = "产品代码";
|
|
|
+ this.md_prodcode.MinimumWidth = 10;
|
|
|
+ this.md_prodcode.Name = "md_prodcode";
|
|
|
+ this.md_prodcode.ReadOnly = true;
|
|
|
+ this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "产品名称";
|
|
|
+ this.pr_detail.MinimumWidth = 80;
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.ReadOnly = true;
|
|
|
+ this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // MD_DOWNMAN
|
|
|
+ //
|
|
|
+ this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.MD_DOWNMAN.HeaderText = "";
|
|
|
+ this.MD_DOWNMAN.MinimumWidth = 2;
|
|
|
+ this.MD_DOWNMAN.Name = "MD_DOWNMAN";
|
|
|
+ this.MD_DOWNMAN.Width = 2;
|
|
|
+ //
|
|
|
// Make_MakeDown
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1624, 912);
|
|
|
+ this.Controls.Add(this.date);
|
|
|
+ this.Controls.Add(this.stcode);
|
|
|
+ this.Controls.Add(this.macode);
|
|
|
this.Controls.Add(this.BatchFreeze);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.label2);
|
|
|
@@ -468,7 +501,7 @@
|
|
|
this.Load += new System.EventHandler(this.Make_MakeDown_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_MakeDown_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -506,5 +539,8 @@
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private CustomControl.ButtonUtil.NormalButton BatchFreeze;
|
|
|
+ private System.Windows.Forms.CheckBox macode;
|
|
|
+ private System.Windows.Forms.CheckBox stcode;
|
|
|
+ private System.Windows.Forms.CheckBox date;
|
|
|
}
|
|
|
}
|