| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- namespace 优软MES
- {
- partial class Batch_Generation_Code
- {
- /// <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.Panel0 = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.Screen_Button = new System.Windows.Forms.Button();
- this.pi_status = new System.Windows.Forms.TextBox();
- this.wh_code = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.pr_code = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.pi_inoutno = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.timePickerWithCombo1 = new 优软MES.CustomControl.TimePickerWithCombo.TimePickerWithCombo();
- this.BGC_DataGrid = new 优软MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.Panel0.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BGC_DataGrid)).BeginInit();
- this.SuspendLayout();
- //
- // Panel0
- //
- this.Panel0.Controls.Add(this.label5);
- this.Panel0.Controls.Add(this.label4);
- this.Panel0.Controls.Add(this.label3);
- this.Panel0.Controls.Add(this.label2);
- this.Panel0.Controls.Add(this.label1);
- this.Panel0.Controls.Add(this.Screen_Button);
- this.Panel0.Controls.Add(this.pi_status);
- this.Panel0.Controls.Add(this.wh_code);
- this.Panel0.Controls.Add(this.pr_code);
- this.Panel0.Controls.Add(this.pi_inoutno);
- this.Panel0.Controls.Add(this.timePickerWithCombo1);
- this.Panel0.Dock = System.Windows.Forms.DockStyle.Top;
- this.Panel0.Location = new System.Drawing.Point(0, 0);
- this.Panel0.Name = "Panel0";
- this.Panel0.Size = new System.Drawing.Size(1448, 161);
- this.Panel0.TabIndex = 12;
- this.Panel0.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel0_Paint);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(40, 122);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 14);
- this.label5.TabIndex = 21;
- this.label5.Text = "物料编号:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(444, 124);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(56, 14);
- this.label4.TabIndex = 20;
- this.label4.Text = "仓 库:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(935, 75);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 14);
- this.label3.TabIndex = 19;
- this.label3.Text = "状 态:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(444, 75);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(56, 14);
- this.label2.TabIndex = 18;
- this.label2.Text = "日 期:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(40, 76);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 14);
- this.label1.TabIndex = 17;
- this.label1.Text = "入库单号:";
- //
- // Screen_Button
- //
- this.Screen_Button.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Screen_Button.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Screen_Button.Image = global::优软MES.Properties.Resources._2_0btn_36;
- this.Screen_Button.Location = new System.Drawing.Point(16, 14);
- this.Screen_Button.Name = "Screen_Button";
- this.Screen_Button.Size = new System.Drawing.Size(111, 33);
- this.Screen_Button.TabIndex = 16;
- this.Screen_Button.Text = "筛选";
- this.Screen_Button.UseVisualStyleBackColor = true;
- this.Screen_Button.Click += new System.EventHandler(this.Screen_Button_Click);
- //
- // pi_status
- //
- this.pi_status.Location = new System.Drawing.Point(1007, 74);
- this.pi_status.Name = "pi_status";
- this.pi_status.Size = new System.Drawing.Size(247, 21);
- this.pi_status.TabIndex = 15;
- //
- // wh_code
- //
- this.wh_code.Caller = null;
- this.wh_code.FormName = null;
- this.wh_code.Location = new System.Drawing.Point(517, 120);
- this.wh_code.Name = "wh_code";
- this.wh_code.SetValueField = null;
- this.wh_code.Size = new System.Drawing.Size(247, 21);
- this.wh_code.TabIndex = 14;
- //
- // pr_code
- //
- this.pr_code.Caller = null;
- this.pr_code.FormName = null;
- this.pr_code.Location = new System.Drawing.Point(123, 120);
- this.pr_code.Name = "pr_code";
- this.pr_code.SetValueField = null;
- this.pr_code.Size = new System.Drawing.Size(247, 21);
- this.pr_code.TabIndex = 13;
- //
- // pi_inoutno
- //
- this.pi_inoutno.Caller = null;
- this.pi_inoutno.FormName = null;
- this.pi_inoutno.Location = new System.Drawing.Point(123, 74);
- this.pi_inoutno.Name = "pi_inoutno";
- this.pi_inoutno.SetValueField = null;
- this.pi_inoutno.Size = new System.Drawing.Size(247, 21);
- this.pi_inoutno.TabIndex = 12;
- //
- // timePickerWithCombo1
- //
- this.timePickerWithCombo1.BeginTime = null;
- this.timePickerWithCombo1.BeginTimeText = null;
- this.timePickerWithCombo1.EndTime = null;
- this.timePickerWithCombo1.EndTimeText = null;
- this.timePickerWithCombo1.Location = new System.Drawing.Point(517, 75);
- this.timePickerWithCombo1.Name = "timePickerWithCombo1";
- this.timePickerWithCombo1.Size = new System.Drawing.Size(376, 22);
- this.timePickerWithCombo1.TabIndex = 11;
- //
- // BGC_DataGrid
- //
- this.BGC_DataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.BGC_DataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BGC_DataGrid.Location = new System.Drawing.Point(0, 161);
- this.BGC_DataGrid.Name = "BGC_DataGrid";
- this.BGC_DataGrid.RowTemplate.Height = 23;
- this.BGC_DataGrid.Size = new System.Drawing.Size(1448, 444);
- this.BGC_DataGrid.TabIndex = 13;
- this.BGC_DataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BGC_DataGrid_CellContentClick);
- //
- // Batch_Generation_Code
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.ClientSize = new System.Drawing.Size(1448, 605);
- this.Controls.Add(this.BGC_DataGrid);
- this.Controls.Add(this.Panel0);
- this.Name = "Batch_Generation_Code";
- this.Text = "批量生成条码";
- this.Load += new System.EventHandler(this.Batch_Generation_Code_Load);
- this.SizeChanged += new System.EventHandler(this.Batch_Generation_Code_SizeChanged);
- this.Panel0.ResumeLayout(false);
- this.Panel0.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BGC_DataGrid)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel Panel0;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button Screen_Button;
- private System.Windows.Forms.TextBox pi_status;
- private CustomControl.TextBoxWithIcon.SearchTextBox wh_code;
- private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
- private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
- private CustomControl.TimePickerWithCombo.TimePickerWithCombo timePickerWithCombo1;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum BGC_DataGrid;
- }
- }
|