|
@@ -0,0 +1,478 @@
|
|
|
+namespace UAS_MES_NEW.Query
|
|
|
+{
|
|
|
+ partial class Query_BarcodeIn
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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();
|
|
|
+ this.DGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.bi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bi_vendbarcode = 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.label1_lll_ = new System.Windows.Forms.Label();
|
|
|
+ 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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.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();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ 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.DGV.AllowUserToAddRows = false;
|
|
|
+ this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.bi_id,
|
|
|
+ this.choose,
|
|
|
+ this.bi_barcode,
|
|
|
+ this.bi_inqty,
|
|
|
+ this.bi_madedate,
|
|
|
+ this.bi_vendbarcode,
|
|
|
+ this.bi_prodcode,
|
|
|
+ this.pr_spec,
|
|
|
+ this.pr_detail});
|
|
|
+ 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, 925);
|
|
|
+ this.DGV.TabIndex = 218;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.bi_id.DataPropertyName = "bi_id";
|
|
|
+ this.bi_id.HeaderText = "ID";
|
|
|
+ this.bi_id.MinimumWidth = 10;
|
|
|
+ this.bi_id.Name = "bi_id";
|
|
|
+ this.bi_id.Visible = false;
|
|
|
+ this.bi_id.Width = 10;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.choose.HeaderText = "勾选";
|
|
|
+ this.choose.MinimumWidth = 10;
|
|
|
+ this.choose.Name = "choose";
|
|
|
+ this.choose.Width = 80;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.bi_inqty.DataPropertyName = "bi_inqty";
|
|
|
+ this.bi_inqty.HeaderText = "数量";
|
|
|
+ this.bi_inqty.MinimumWidth = 10;
|
|
|
+ this.bi_inqty.Name = "bi_inqty";
|
|
|
+ this.bi_inqty.ReadOnly = true;
|
|
|
+ this.bi_inqty.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_madedate.DataPropertyName = "bi_madedate";
|
|
|
+ this.bi_madedate.HeaderText = "DC";
|
|
|
+ this.bi_madedate.MinimumWidth = 10;
|
|
|
+ this.bi_madedate.Name = "bi_madedate";
|
|
|
+ this.bi_madedate.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
|
|
|
+ this.bi_vendbarcode.HeaderText = "LOTNO";
|
|
|
+ this.bi_vendbarcode.MinimumWidth = 10;
|
|
|
+ this.bi_vendbarcode.Name = "bi_vendbarcode";
|
|
|
+ this.bi_vendbarcode.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.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.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.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(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);
|
|
|
+ this.label1_lll_.TabIndex = 219;
|
|
|
+ this.label1_lll_.Text = "输入框";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "ID";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 10;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
|
|
|
+ this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "线别";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
|
|
|
+ this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
+ this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn7.Width = 200;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.dataGridViewTextBoxColumn8.DataPropertyName = "pr_detail";
|
|
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "名称";
|
|
|
+ this.dataGridViewTextBoxColumn8.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
|
+ this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn8.Width = 80;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.DeleteBarcode.AllPower = null;
|
|
|
+ this.DeleteBarcode.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ 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(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";
|
|
|
+ this.DeleteBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.NormalImage")));
|
|
|
+ this.DeleteBarcode.Power = null;
|
|
|
+ this.DeleteBarcode.Size = new System.Drawing.Size(112, 45);
|
|
|
+ this.DeleteBarcode.TabIndex = 221;
|
|
|
+ this.DeleteBarcode.Text = "删除";
|
|
|
+ this.DeleteBarcode.UseVisualStyleBackColor = false;
|
|
|
+ this.DeleteBarcode.Click += new System.EventHandler(this.DeleteBarcode_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.barcode.AllPower = null;
|
|
|
+ this.barcode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.barcode.ID = null;
|
|
|
+ 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;
|
|
|
+ this.barcode.Size = new System.Drawing.Size(292, 35);
|
|
|
+ this.barcode.Str = null;
|
|
|
+ this.barcode.Str1 = null;
|
|
|
+ this.barcode.Str2 = null;
|
|
|
+ this.barcode.TabIndex = 220;
|
|
|
+ this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MakeCode_KeyDown);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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;
|
|
|
+ this.ChooseAll.Text = "全选";
|
|
|
+ this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
+ this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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 = "标签";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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 = "打印机";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.GenProdiodetail);
|
|
|
+ this.Controls.Add(this.pi_inoutno);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Name = "Query_BarcodeIn";
|
|
|
+ this.Tag = "Query!SpecialReport";
|
|
|
+ this.Text = "Query_SpecialReport";
|
|
|
+ this.Load += new System.EventHandler(this.Query_LoadMake_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton GenProdiodetail;
|
|
|
+ private System.Windows.Forms.DataGridView DGV;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox barcode;
|
|
|
+ private System.Windows.Forms.Label label1_lll_;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton DeleteBarcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_id;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|