123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace UAS_MES.Warehouse
- {
- partial class Warehouse_ProdDetail
- {
- /// <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.headBar1 = new UAS_MES.CustomControl.HeadBar();
- this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.getqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ungetqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
- this.SuspendLayout();
- //
- // headBar1
- //
- this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
- this.headBar1.Location = new System.Drawing.Point(0, 0);
- this.headBar1.Name = "headBar1";
- this.headBar1.Size = new System.Drawing.Size(621, 32);
- this.headBar1.TabIndex = 0;
- this.headBar1.Title = null;
- this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
- //
- // InOutDetailDGV
- //
- this.InOutDetailDGV.AllowUserToAddRows = false;
- this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.pd_prodcode,
- this.pd_ordercode,
- this.pr_detail,
- this.outqty,
- this.getqty,
- this.ungetqty});
- this.InOutDetailDGV.EnableContentClick = true;
- this.InOutDetailDGV.Location = new System.Drawing.Point(32, 37);
- 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(544, 357);
- this.InOutDetailDGV.TabIndex = 219;
- //
- // pd_prodcode
- //
- this.pd_prodcode.DataPropertyName = "pd_prodcode";
- this.pd_prodcode.HeaderText = "产品代码";
- this.pd_prodcode.MinimumWidth = 120;
- this.pd_prodcode.Name = "pd_prodcode";
- this.pd_prodcode.ReadOnly = true;
- this.pd_prodcode.Width = 120;
- //
- // pd_ordercode
- //
- this.pd_ordercode.DataPropertyName = "pd_ordercode";
- this.pd_ordercode.HeaderText = "订单编号";
- this.pd_ordercode.Name = "pd_ordercode";
- this.pd_ordercode.ReadOnly = true;
- //
- // pr_detail
- //
- this.pr_detail.DataPropertyName = "pr_detail";
- this.pr_detail.HeaderText = "产品名称";
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.ReadOnly = true;
- //
- // outqty
- //
- this.outqty.DataPropertyName = "outqty";
- this.outqty.HeaderText = "出货数";
- this.outqty.Name = "outqty";
- this.outqty.ReadOnly = true;
- //
- // getqty
- //
- this.getqty.DataPropertyName = "getqty";
- this.getqty.HeaderText = "已采集数";
- this.getqty.Name = "getqty";
- this.getqty.ReadOnly = true;
- //
- // ungetqty
- //
- this.ungetqty.HeaderText = "未采集数";
- this.ungetqty.Name = "ungetqty";
- this.ungetqty.ReadOnly = true;
- //
- // Warehouse_ProdDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(621, 420);
- this.Controls.Add(this.InOutDetailDGV);
- this.Controls.Add(this.headBar1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Warehouse_ProdDetail";
- this.Text = "Warehouse_ProdDetail";
- this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
- ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
- this.ResumeLayout(true);
- }
- #endregion
- private CustomControl.HeadBar headBar1;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
- private System.Windows.Forms.DataGridViewTextBoxColumn outqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn getqty;
- private System.Windows.Forms.DataGridViewTextBoxColumn ungetqty;
- }
- }
|