123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- namespace UAS_MES_NEW.Warehouse
- {
- partial class Warehouse_ProductMakeIn
- {
- /// <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();
- this.label8 = new System.Windows.Forms.Label();
- this.bigboxBtn = new System.Windows.Forms.RadioButton();
- this.serBtn = new System.Windows.Forms.RadioButton();
- this.palletBtn = new System.Windows.Forms.RadioButton();
- this.label1 = new System.Windows.Forms.Label();
- this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.Search = new System.Windows.Forms.Button();
- this.pallecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.cancel = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
- this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.getqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pim_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sp = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
- this.SuspendLayout();
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(12, 11);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(74, 21);
- this.label8.TabIndex = 227;
- this.label8.Text = "当前明细";
- //
- // bigboxBtn
- //
- this.bigboxBtn.AutoSize = true;
- this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.bigboxBtn.Location = new System.Drawing.Point(111, 397);
- this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
- this.bigboxBtn.Name = "bigboxBtn";
- this.bigboxBtn.Size = new System.Drawing.Size(60, 25);
- this.bigboxBtn.TabIndex = 231;
- this.bigboxBtn.Text = "箱号";
- this.bigboxBtn.UseVisualStyleBackColor = true;
- this.bigboxBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // serBtn
- //
- this.serBtn.AutoSize = true;
- this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.serBtn.Location = new System.Drawing.Point(197, 397);
- this.serBtn.Margin = new System.Windows.Forms.Padding(2);
- this.serBtn.Name = "serBtn";
- this.serBtn.Size = new System.Drawing.Size(108, 25);
- this.serBtn.TabIndex = 230;
- this.serBtn.Text = "单台序列号";
- this.serBtn.UseVisualStyleBackColor = true;
- this.serBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // palletBtn
- //
- this.palletBtn.AutoSize = true;
- this.palletBtn.Checked = true;
- this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.palletBtn.Location = new System.Drawing.Point(28, 397);
- this.palletBtn.Margin = new System.Windows.Forms.Padding(2);
- this.palletBtn.Name = "palletBtn";
- this.palletBtn.Size = new System.Drawing.Size(76, 25);
- this.palletBtn.TabIndex = 229;
- this.palletBtn.TabStop = true;
- this.palletBtn.Text = "栈板号";
- this.palletBtn.UseVisualStyleBackColor = true;
- this.palletBtn.Click += new System.EventHandler(this.serBtn_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(12, 447);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 21);
- this.label1.TabIndex = 234;
- this.label1.Text = "采集框";
- //
- // Search
- //
- this.Search.Location = new System.Drawing.Point(197, 45);
- this.Search.Name = "Search";
- this.Search.Size = new System.Drawing.Size(68, 21);
- this.Search.TabIndex = 237;
- this.Search.Text = "查询";
- this.Search.UseVisualStyleBackColor = true;
- this.Search.Click += new System.EventHandler(this.Search_Click);
- //
- // pallecode
- //
- this.pallecode.BackColor = System.Drawing.Color.Transparent;
- this.pallecode.Location = new System.Drawing.Point(12, 45);
- this.pallecode.Name = "pallecode";
- this.pallecode.PlaceHolder = "栈板/箱搜索";
- this.pallecode.Size = new System.Drawing.Size(159, 28);
- this.pallecode.TabIndex = 236;
- this.pallecode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.textBoxWithPlaceHolder1_UserControlTextChanged);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(333, 378);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(343, 94);
- this.OperateResult.TabIndex = 235;
- this.OperateResult.Text = "";
- //
- // cancel
- //
- this.cancel.AutoSize = true;
- this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cancel.Location = new System.Drawing.Point(234, 447);
- this.cancel.Margin = new System.Windows.Forms.Padding(2);
- this.cancel.Name = "cancel";
- this.cancel.Power = null;
- this.cancel.Size = new System.Drawing.Size(61, 25);
- this.cancel.TabIndex = 233;
- this.cancel.Text = "取消";
- this.cancel.UseVisualStyleBackColor = true;
- //
- // input
- //
- this.input.AllPower = null;
- this.input.BackColor = System.Drawing.Color.White;
- this.input.ID = null;
- this.input.Location = new System.Drawing.Point(87, 447);
- this.input.Margin = new System.Windows.Forms.Padding(2);
- this.input.Name = "input";
- this.input.Power = null;
- this.input.Size = new System.Drawing.Size(125, 21);
- this.input.Str = null;
- this.input.Str1 = null;
- this.input.Str2 = null;
- this.input.TabIndex = 232;
- this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
- //
- // getqty
- //
- this.getqty.AutoSize = true;
- this.getqty.CutLength = null;
- this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.getqty.Location = new System.Drawing.Point(101, 12);
- this.getqty.MaximumSize = new System.Drawing.Size(200, 0);
- this.getqty.Name = "getqty";
- this.getqty.Size = new System.Drawing.Size(0, 21);
- this.getqty.TabIndex = 228;
- //
- // InOutDetailDGV
- //
- this.InOutDetailDGV.AllowUserToAddRows = false;
- this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pim_outboxcode,
- this.pim_id,
- this.pim_mac,
- this.pim_prodcode,
- this.pr_detail,
- this.pr_spec,
- this.Sp});
- this.InOutDetailDGV.EnableContentClick = true;
- this.InOutDetailDGV.Location = new System.Drawing.Point(11, 78);
- this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
- this.InOutDetailDGV.Name = "InOutDetailDGV";
- this.InOutDetailDGV.RowTemplate.Height = 27;
- this.InOutDetailDGV.Size = new System.Drawing.Size(665, 293);
- this.InOutDetailDGV.TabIndex = 219;
- this.InOutDetailDGV.DataSourceChanged += new System.EventHandler(this.InOutDetailDGV_DataSourceChanged);
- //
- // pim_outboxcode
- //
- this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
- this.pim_outboxcode.HeaderText = "栈板/箱号";
- this.pim_outboxcode.Name = "pim_outboxcode";
- this.pim_outboxcode.ReadOnly = true;
- this.pim_outboxcode.Width = 124;
- //
- // pim_id
- //
- this.pim_id.DataPropertyName = "pim_id";
- this.pim_id.HeaderText = "pim_id";
- this.pim_id.Name = "pim_id";
- this.pim_id.Visible = false;
- //
- // pim_mac
- //
- this.pim_mac.DataPropertyName = "pim_mac";
- this.pim_mac.HeaderText = "SN号";
- this.pim_mac.Name = "pim_mac";
- this.pim_mac.ReadOnly = true;
- this.pim_mac.Width = 125;
- //
- // pim_prodcode
- //
- this.pim_prodcode.DataPropertyName = "pim_prodcode";
- this.pim_prodcode.HeaderText = "产品代码";
- this.pim_prodcode.Name = "pim_prodcode";
- this.pim_prodcode.ReadOnly = true;
- this.pim_prodcode.Width = 124;
- //
- // pr_detail
- //
- this.pr_detail.DataPropertyName = "pr_detail";
- this.pr_detail.HeaderText = "名称";
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.ReadOnly = true;
- this.pr_detail.Width = 125;
- //
- // pr_spec
- //
- this.pr_spec.DataPropertyName = "pr_spec";
- this.pr_spec.HeaderText = "规格";
- this.pr_spec.MinimumWidth = 200;
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.ReadOnly = true;
- this.pr_spec.Width = 200;
- //
- // Sp
- //
- this.Sp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Sp.HeaderText = " ";
- this.Sp.MinimumWidth = 2;
- this.Sp.Name = "Sp";
- this.Sp.Width = 2;
- //
- // Warehouse_ProductMakeIn
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(700, 499);
- this.Controls.Add(this.Search);
- this.Controls.Add(this.pallecode);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.cancel);
- this.Controls.Add(this.input);
- this.Controls.Add(this.bigboxBtn);
- this.Controls.Add(this.serBtn);
- this.Controls.Add(this.palletBtn);
- this.Controls.Add(this.getqty);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.InOutDetailDGV);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Warehouse_ProductMakeIn";
- this.Tag = "Warehouse!ProductMakeIn";
- this.Text = "完工入库";
- this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load);
- this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
- private CustomControl.ValueLabel.ValueLabel getqty;
- private System.Windows.Forms.Label label8;
- private CustomControl.CustomCheckBox.CustomCheckBox cancel;
- private CustomControl.TextBoxWithIcon.SnCollectionBox input;
- private System.Windows.Forms.RadioButton bigboxBtn;
- private System.Windows.Forms.RadioButton serBtn;
- private System.Windows.Forms.RadioButton palletBtn;
- private System.Windows.Forms.Label label1;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.BindingSource bindingSource1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
- private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
- private System.Windows.Forms.DataGridViewTextBoxColumn Sp;
- private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
- private System.Windows.Forms.Button Search;
- }
- }
|