|
|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_BarcodeIn));
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
@@ -53,9 +54,14 @@
|
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DeleteBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.GenProdiodetail = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
+ this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -84,11 +90,11 @@
|
|
|
this.bi_prodcode,
|
|
|
this.pr_spec,
|
|
|
this.pr_detail});
|
|
|
- this.DGV.Location = new System.Drawing.Point(26, 79);
|
|
|
+ this.DGV.Location = new System.Drawing.Point(26, 125);
|
|
|
this.DGV.Name = "DGV";
|
|
|
this.DGV.RowHeadersWidth = 82;
|
|
|
this.DGV.RowTemplate.Height = 37;
|
|
|
- this.DGV.Size = new System.Drawing.Size(1922, 971);
|
|
|
+ this.DGV.Size = new System.Drawing.Size(1922, 925);
|
|
|
this.DGV.TabIndex = 218;
|
|
|
//
|
|
|
// bi_id
|
|
|
@@ -173,7 +179,7 @@
|
|
|
//
|
|
|
this.label1_lll_.AutoSize = true;
|
|
|
this.label1_lll_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1_lll_.Location = new System.Drawing.Point(586, 11);
|
|
|
+ this.label1_lll_.Location = new System.Drawing.Point(1047, 11);
|
|
|
this.label1_lll_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1_lll_.Name = "label1_lll_";
|
|
|
this.label1_lll_.Size = new System.Drawing.Size(114, 41);
|
|
|
@@ -267,7 +273,7 @@
|
|
|
this.DeleteBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.DownImage")));
|
|
|
this.DeleteBarcode.Image = null;
|
|
|
this.DeleteBarcode.IsShowBorder = true;
|
|
|
- this.DeleteBarcode.Location = new System.Drawing.Point(1198, 17);
|
|
|
+ this.DeleteBarcode.Location = new System.Drawing.Point(1663, 14);
|
|
|
this.DeleteBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.DeleteBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.MoveImage")));
|
|
|
this.DeleteBarcode.Name = "DeleteBarcode";
|
|
|
@@ -284,7 +290,7 @@
|
|
|
this.barcode.AllPower = null;
|
|
|
this.barcode.BackColor = System.Drawing.Color.White;
|
|
|
this.barcode.ID = null;
|
|
|
- this.barcode.Location = new System.Drawing.Point(714, 15);
|
|
|
+ this.barcode.Location = new System.Drawing.Point(1175, 15);
|
|
|
this.barcode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.barcode.Name = "barcode";
|
|
|
this.barcode.Power = null;
|
|
|
@@ -295,24 +301,24 @@
|
|
|
this.barcode.TabIndex = 220;
|
|
|
this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MakeCode_KeyDown);
|
|
|
//
|
|
|
- // 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(1043, 17);
|
|
|
- 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(122, 45);
|
|
|
- this.PrintBarCode.TabIndex = 216;
|
|
|
- this.PrintBarCode.Text = "生成明细";
|
|
|
- this.PrintBarCode.UseVisualStyleBackColor = false;
|
|
|
- this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
|
|
|
+ // GenProdiodetail
|
|
|
+ //
|
|
|
+ this.GenProdiodetail.AllPower = null;
|
|
|
+ this.GenProdiodetail.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.GenProdiodetail.DownImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.DownImage")));
|
|
|
+ this.GenProdiodetail.Image = null;
|
|
|
+ this.GenProdiodetail.IsShowBorder = true;
|
|
|
+ this.GenProdiodetail.Location = new System.Drawing.Point(1508, 14);
|
|
|
+ this.GenProdiodetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.GenProdiodetail.MoveImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.MoveImage")));
|
|
|
+ this.GenProdiodetail.Name = "GenProdiodetail";
|
|
|
+ this.GenProdiodetail.NormalImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.NormalImage")));
|
|
|
+ this.GenProdiodetail.Power = null;
|
|
|
+ this.GenProdiodetail.Size = new System.Drawing.Size(122, 45);
|
|
|
+ this.GenProdiodetail.TabIndex = 216;
|
|
|
+ this.GenProdiodetail.Text = "生成明细";
|
|
|
+ this.GenProdiodetail.UseVisualStyleBackColor = false;
|
|
|
+ this.GenProdiodetail.Click += new System.EventHandler(this.Print_Click);
|
|
|
//
|
|
|
// pi_inoutno
|
|
|
//
|
|
|
@@ -338,7 +344,7 @@
|
|
|
//
|
|
|
// ChooseAll
|
|
|
//
|
|
|
- this.ChooseAll.Location = new System.Drawing.Point(26, 79);
|
|
|
+ this.ChooseAll.Location = new System.Drawing.Point(26, 125);
|
|
|
this.ChooseAll.Name = "ChooseAll";
|
|
|
this.ChooseAll.Size = new System.Drawing.Size(86, 45);
|
|
|
this.ChooseAll.TabIndex = 222;
|
|
|
@@ -346,17 +352,81 @@
|
|
|
this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
|
|
|
//
|
|
|
+ // PrintLabel
|
|
|
+ //
|
|
|
+ this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel.FormattingEnabled = true;
|
|
|
+ this.PrintLabel.Location = new System.Drawing.Point(625, 16);
|
|
|
+ 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 = 228;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ 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(523, 15);
|
|
|
+ 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);
|
|
|
+ this.label3.TabIndex = 227;
|
|
|
+ this.label3.Text = "标签";
|
|
|
+ //
|
|
|
+ // 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(1803, 12);
|
|
|
+ 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 = 226;
|
|
|
+ this.PrintBarCode.Text = "打印";
|
|
|
+ this.PrintBarCode.UseVisualStyleBackColor = false;
|
|
|
+ this.PrintBarCode.Click += new System.EventHandler(this.Print_Click_1);
|
|
|
+ //
|
|
|
+ // 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(19, 75);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label2.TabIndex = 230;
|
|
|
+ this.label2.Text = "打印机";
|
|
|
+ //
|
|
|
+ // PrinterList
|
|
|
+ //
|
|
|
+ this.PrinterList.Location = new System.Drawing.Point(186, 75);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(307, 50);
|
|
|
+ this.PrinterList.TabIndex = 229;
|
|
|
+ //
|
|
|
// Query_BarcodeIn
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1960, 1075);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.PrinterList);
|
|
|
+ this.Controls.Add(this.PrintLabel);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.PrintBarCode);
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.DeleteBarcode);
|
|
|
this.Controls.Add(this.barcode);
|
|
|
this.Controls.Add(this.label1_lll_);
|
|
|
this.Controls.Add(this.DGV);
|
|
|
- this.Controls.Add(this.PrintBarCode);
|
|
|
+ this.Controls.Add(this.GenProdiodetail);
|
|
|
this.Controls.Add(this.pi_inoutno);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
@@ -375,7 +445,7 @@
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
|
|
|
private System.Windows.Forms.Label ms_makecode_label;
|
|
|
- private CustomControl.ButtonUtil.NormalButton PrintBarCode;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton GenProdiodetail;
|
|
|
private System.Windows.Forms.DataGridView DGV;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
@@ -399,5 +469,10 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.Button ChooseAll;
|
|
|
+ private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton PrintBarCode;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
|
|
|
}
|
|
|
}
|