123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_Barcodeio
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_Barcodeio));
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- 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.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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
- this.SuspendLayout();
- //
- // ms_makecode_label
- //
- 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 = "出库单号";
- //
- // DGV
- //
- this.DGV.AllowUserToAddRows = false;
- this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- 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.DGV.Location = new System.Drawing.Point(26, 79);
- this.DGV.Name = "DGV";
- this.DGV.RowHeadersWidth = 82;
- this.DGV.RowTemplate.Height = 37;
- this.DGV.Size = new System.Drawing.Size(1922, 971);
- this.DGV.TabIndex = 218;
- //
- // 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(545, 15);
- 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 = 224;
- this.label2.Text = "打印机";
- //
- // 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(1130, 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 = 223;
- 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;
- 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;
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
- this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.Width = 200;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
- this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 200;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
- this.dataGridViewTextBoxColumn3.HeaderText = "线别";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 200;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
- this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 200;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
- this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
- this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 200;
- //
- // 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;
- //
- // lm_id
- //
- this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.lm_id.DataPropertyName = "lm_id";
- this.lm_id.HeaderText = "ID";
- this.lm_id.MinimumWidth = 10;
- this.lm_id.Name = "lm_id";
- this.lm_id.Visible = false;
- this.lm_id.Width = 10;
- //
- // choose
- //
- this.choose.HeaderText = "勾选";
- this.choose.MinimumWidth = 10;
- this.choose.Name = "choose";
- this.choose.Width = 80;
- //
- // bi_barcode
- //
- 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;
- //
- // bi_outqty
- //
- 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;
- //
- // bi_prodcode
- //
- 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;
- //
- // pr_spec
- //
- 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;
- //
- // pr_detail
- //
- 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;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
- this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
- this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.Width = 200;
- //
- // Query_Barcodeio
- //
- 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.PrintLabel);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label3);
- 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.ms_makecode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_Barcodeio";
- 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 PrintBarCode;
- 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 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;
- }
- }
|