|
|
@@ -35,24 +35,23 @@
|
|
|
this.DGV = new System.Windows.Forms.DataGridView();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
- this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
- this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
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.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.de_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.de_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.de_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.de_currentcentername = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.DP_NAME = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -66,7 +65,7 @@
|
|
|
this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
this.ms_makecode_label.TabIndex = 212;
|
|
|
- this.ms_makecode_label.Text = "出库单号";
|
|
|
+ this.ms_makecode_label.Text = "使用部门";
|
|
|
//
|
|
|
// DGV
|
|
|
//
|
|
|
@@ -75,11 +74,10 @@
|
|
|
this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.lm_id,
|
|
|
this.choose,
|
|
|
- this.bi_barcode,
|
|
|
- this.bi_outqty,
|
|
|
- this.bi_prodcode,
|
|
|
- this.pr_spec,
|
|
|
- this.pr_detail});
|
|
|
+ this.de_code,
|
|
|
+ this.de_name,
|
|
|
+ this.de_spec,
|
|
|
+ this.de_currentcentername});
|
|
|
this.DGV.Location = new System.Drawing.Point(26, 79);
|
|
|
this.DGV.Name = "DGV";
|
|
|
this.DGV.RowHeadersWidth = 82;
|
|
|
@@ -110,66 +108,6 @@
|
|
|
this.label3.Text = "标签";
|
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
|
//
|
|
|
- // PrintLabel
|
|
|
- //
|
|
|
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(1249, 18);
|
|
|
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
- this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(388, 32);
|
|
|
- this.PrintLabel.TabIndex = 225;
|
|
|
- this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
|
|
|
- //
|
|
|
- // PrinterList
|
|
|
- //
|
|
|
- this.PrinterList.Location = new System.Drawing.Point(698, 21);
|
|
|
- this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
|
|
|
- this.PrinterList.Name = "PrinterList";
|
|
|
- this.PrinterList.Size = new System.Drawing.Size(388, 50);
|
|
|
- this.PrinterList.TabIndex = 222;
|
|
|
- //
|
|
|
- // PrintBarCode
|
|
|
- //
|
|
|
- this.PrintBarCode.AllPower = null;
|
|
|
- this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
|
|
|
- this.PrintBarCode.Image = null;
|
|
|
- this.PrintBarCode.IsShowBorder = true;
|
|
|
- this.PrintBarCode.Location = new System.Drawing.Point(1678, 14);
|
|
|
- this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
- this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
|
|
|
- this.PrintBarCode.Name = "PrintBarCode";
|
|
|
- this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
|
|
|
- this.PrintBarCode.Power = null;
|
|
|
- this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
|
|
|
- this.PrintBarCode.TabIndex = 216;
|
|
|
- this.PrintBarCode.Text = "打印";
|
|
|
- this.PrintBarCode.UseVisualStyleBackColor = false;
|
|
|
- this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
|
|
|
- //
|
|
|
- // pi_inoutno
|
|
|
- //
|
|
|
- this.pi_inoutno.AllPower = "IFALL";
|
|
|
- this.pi_inoutno.Caller = null;
|
|
|
- this.pi_inoutno.Condition = null;
|
|
|
- this.pi_inoutno.DBTitle = "";
|
|
|
- this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.pi_inoutno.FormName = null;
|
|
|
- this.pi_inoutno.Location = new System.Drawing.Point(186, 15);
|
|
|
- this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.pi_inoutno.Name = "pi_inoutno";
|
|
|
- this.pi_inoutno.Power = "";
|
|
|
- this.pi_inoutno.ReturnData = null;
|
|
|
- this.pi_inoutno.SelectField = null;
|
|
|
- this.pi_inoutno.SetValueField = null;
|
|
|
- this.pi_inoutno.Size = new System.Drawing.Size(307, 46);
|
|
|
- this.pi_inoutno.TabIndex = 213;
|
|
|
- this.pi_inoutno.TableName = null;
|
|
|
- this.pi_inoutno.Tag = "msl_makecode";
|
|
|
- this.pi_inoutno.TextBoxEnable = true;
|
|
|
- this.pi_inoutno.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
|
|
|
- //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -223,14 +161,24 @@
|
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
this.dataGridViewTextBoxColumn5.Width = 200;
|
|
|
//
|
|
|
- // dataGridViewTextBoxColumn6
|
|
|
+ // PrintLabel
|
|
|
//
|
|
|
- this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
|
|
|
- this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
|
|
|
- this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
|
|
|
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
+ this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel.FormattingEnabled = true;
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(1249, 18);
|
|
|
+ this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.PrintLabel.Name = "PrintLabel";
|
|
|
+ this.PrintLabel.Size = new System.Drawing.Size(388, 32);
|
|
|
+ this.PrintLabel.TabIndex = 225;
|
|
|
+ this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // PrinterList
|
|
|
+ //
|
|
|
+ this.PrinterList.Location = new System.Drawing.Point(698, 21);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(388, 50);
|
|
|
+ this.PrinterList.TabIndex = 222;
|
|
|
//
|
|
|
// lm_id
|
|
|
//
|
|
|
@@ -249,50 +197,91 @@
|
|
|
this.choose.Name = "choose";
|
|
|
this.choose.Width = 80;
|
|
|
//
|
|
|
- // bi_barcode
|
|
|
+ // de_code
|
|
|
//
|
|
|
- this.bi_barcode.DataPropertyName = "bi_barcode";
|
|
|
- this.bi_barcode.HeaderText = "条码号";
|
|
|
- this.bi_barcode.MinimumWidth = 10;
|
|
|
- this.bi_barcode.Name = "bi_barcode";
|
|
|
- this.bi_barcode.ReadOnly = true;
|
|
|
- this.bi_barcode.Width = 150;
|
|
|
+ this.de_code.DataPropertyName = "de_code";
|
|
|
+ this.de_code.HeaderText = "设备编号";
|
|
|
+ this.de_code.MinimumWidth = 10;
|
|
|
+ this.de_code.Name = "de_code";
|
|
|
+ this.de_code.ReadOnly = true;
|
|
|
+ this.de_code.Width = 150;
|
|
|
//
|
|
|
- // bi_outqty
|
|
|
+ // de_name
|
|
|
//
|
|
|
- this.bi_outqty.DataPropertyName = "bi_outqty";
|
|
|
- this.bi_outqty.HeaderText = "数量";
|
|
|
- this.bi_outqty.MinimumWidth = 10;
|
|
|
- this.bi_outqty.Name = "bi_outqty";
|
|
|
- this.bi_outqty.ReadOnly = true;
|
|
|
- this.bi_outqty.Width = 200;
|
|
|
+ this.de_name.DataPropertyName = "de_name";
|
|
|
+ this.de_name.HeaderText = "设备名称";
|
|
|
+ this.de_name.MinimumWidth = 10;
|
|
|
+ this.de_name.Name = "de_name";
|
|
|
+ this.de_name.ReadOnly = true;
|
|
|
+ this.de_name.Width = 200;
|
|
|
//
|
|
|
- // bi_prodcode
|
|
|
+ // de_spec
|
|
|
//
|
|
|
- this.bi_prodcode.DataPropertyName = "bi_prodcode";
|
|
|
- this.bi_prodcode.HeaderText = "料号";
|
|
|
- this.bi_prodcode.MinimumWidth = 10;
|
|
|
- this.bi_prodcode.Name = "bi_prodcode";
|
|
|
- this.bi_prodcode.ReadOnly = true;
|
|
|
- this.bi_prodcode.Width = 200;
|
|
|
+ this.de_spec.DataPropertyName = "de_spec";
|
|
|
+ this.de_spec.HeaderText = "规格";
|
|
|
+ this.de_spec.MinimumWidth = 10;
|
|
|
+ this.de_spec.Name = "de_spec";
|
|
|
+ this.de_spec.ReadOnly = true;
|
|
|
+ this.de_spec.Width = 200;
|
|
|
//
|
|
|
- // pr_spec
|
|
|
+ // de_currentcentername
|
|
|
//
|
|
|
- this.pr_spec.DataPropertyName = "pr_spec";
|
|
|
- this.pr_spec.HeaderText = "规格";
|
|
|
- this.pr_spec.MinimumWidth = 10;
|
|
|
- this.pr_spec.Name = "pr_spec";
|
|
|
- this.pr_spec.ReadOnly = true;
|
|
|
- this.pr_spec.Width = 200;
|
|
|
+ this.de_currentcentername.DataPropertyName = "de_currentcentername";
|
|
|
+ this.de_currentcentername.HeaderText = "使用部门";
|
|
|
+ this.de_currentcentername.MinimumWidth = 10;
|
|
|
+ this.de_currentcentername.Name = "de_currentcentername";
|
|
|
+ this.de_currentcentername.ReadOnly = true;
|
|
|
+ this.de_currentcentername.Width = 200;
|
|
|
//
|
|
|
- // pr_detail
|
|
|
+ // PrintBarCode
|
|
|
//
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "名称";
|
|
|
- this.pr_detail.MinimumWidth = 10;
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.ReadOnly = true;
|
|
|
- this.pr_detail.Width = 80;
|
|
|
+ this.PrintBarCode.AllPower = null;
|
|
|
+ this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
|
|
|
+ this.PrintBarCode.Image = null;
|
|
|
+ this.PrintBarCode.IsShowBorder = true;
|
|
|
+ this.PrintBarCode.Location = new System.Drawing.Point(1678, 14);
|
|
|
+ this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
|
|
|
+ this.PrintBarCode.Name = "PrintBarCode";
|
|
|
+ this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
|
|
|
+ this.PrintBarCode.Power = null;
|
|
|
+ this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
|
|
|
+ this.PrintBarCode.TabIndex = 216;
|
|
|
+ this.PrintBarCode.Text = "打印";
|
|
|
+ this.PrintBarCode.UseVisualStyleBackColor = false;
|
|
|
+ this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
|
|
|
+ //
|
|
|
+ // DP_NAME
|
|
|
+ //
|
|
|
+ this.DP_NAME.AllPower = "IFALL";
|
|
|
+ this.DP_NAME.Caller = null;
|
|
|
+ this.DP_NAME.Condition = null;
|
|
|
+ this.DP_NAME.DBTitle = "";
|
|
|
+ this.DP_NAME.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.DP_NAME.FormName = null;
|
|
|
+ this.DP_NAME.Location = new System.Drawing.Point(186, 15);
|
|
|
+ this.DP_NAME.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.DP_NAME.Name = "DP_NAME";
|
|
|
+ this.DP_NAME.Power = "";
|
|
|
+ this.DP_NAME.ReturnData = null;
|
|
|
+ this.DP_NAME.SelectField = null;
|
|
|
+ this.DP_NAME.SetValueField = null;
|
|
|
+ this.DP_NAME.Size = new System.Drawing.Size(307, 46);
|
|
|
+ this.DP_NAME.TabIndex = 213;
|
|
|
+ this.DP_NAME.TableName = null;
|
|
|
+ this.DP_NAME.Tag = "msl_makecode";
|
|
|
+ this.DP_NAME.TextBoxEnable = true;
|
|
|
+ this.DP_NAME.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
//
|
|
|
// dataGridViewTextBoxColumn7
|
|
|
//
|
|
|
@@ -313,7 +302,7 @@
|
|
|
this.Controls.Add(this.PrinterList);
|
|
|
this.Controls.Add(this.DGV);
|
|
|
this.Controls.Add(this.PrintBarCode);
|
|
|
- this.Controls.Add(this.pi_inoutno);
|
|
|
+ this.Controls.Add(this.DP_NAME);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
@@ -322,14 +311,14 @@
|
|
|
this.Text = "Query_SpecialReport";
|
|
|
this.Load += new System.EventHandler(this.Query_LoadMake_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
- private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox DP_NAME;
|
|
|
private System.Windows.Forms.Label ms_makecode_label;
|
|
|
private CustomControl.ButtonUtil.NormalButton PrintBarCode;
|
|
|
private System.Windows.Forms.DataGridView DGV;
|
|
|
@@ -341,16 +330,15 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bi_outqty;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn de_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn de_name;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn de_spec;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn de_currentcentername;
|
|
|
}
|
|
|
}
|