123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_BadSearch
- {
- /// <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_NEW.CustomControl.HeadBar();
- this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.msd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.msd_msid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.msd_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.msd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.msd_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
- ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
- this.SuspendLayout();
- //
- // headBar1
- //
- this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
- this.headBar1.Location = new System.Drawing.Point(0, 0);
- this.headBar1.Margin = new System.Windows.Forms.Padding(6);
- this.headBar1.Name = "headBar1";
- this.headBar1.Size = new System.Drawing.Size(929, 47);
- this.headBar1.TabIndex = 0;
- this.headBar1.Title = null;
- this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
- //
- // BatchProductDGV
- //
- this.BatchProductDGV.AllowUserToAddRows = false;
- this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.msd_id,
- this.msd_msid,
- this.msd_badname,
- this.msd_qty,
- this.msd_indate,
- this.DeleteRow});
- this.BatchProductDGV.EnableContentClick = true;
- this.BatchProductDGV.Location = new System.Drawing.Point(13, 57);
- this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
- this.BatchProductDGV.Name = "BatchProductDGV";
- this.BatchProductDGV.RowTemplate.Height = 23;
- this.BatchProductDGV.Size = new System.Drawing.Size(894, 560);
- this.BatchProductDGV.TabIndex = 175;
- this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellContentClick66);
- //
- // msd_id
- //
- this.msd_id.DataPropertyName = "msd_id";
- this.msd_id.HeaderText = "ID";
- this.msd_id.Name = "msd_id";
- this.msd_id.Visible = false;
- //
- // msd_msid
- //
- this.msd_msid.DataPropertyName = "msd_msid";
- this.msd_msid.HeaderText = "";
- this.msd_msid.Name = "msd_msid";
- this.msd_msid.ReadOnly = true;
- this.msd_msid.Visible = false;
- //
- // msd_badname
- //
- this.msd_badname.DataPropertyName = "msd_badname";
- this.msd_badname.HeaderText = "不良现象";
- this.msd_badname.Name = "msd_badname";
- this.msd_badname.ReadOnly = true;
- //
- // msd_qty
- //
- this.msd_qty.DataPropertyName = "msd_qty";
- this.msd_qty.HeaderText = "不良数";
- this.msd_qty.Name = "msd_qty";
- this.msd_qty.ReadOnly = true;
- //
- // msd_indate
- //
- this.msd_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.msd_indate.DataPropertyName = "msd_indate";
- this.msd_indate.HeaderText = "录入时间";
- this.msd_indate.MinimumWidth = 150;
- this.msd_indate.Name = "msd_indate";
- this.msd_indate.ReadOnly = true;
- this.msd_indate.Width = 150;
- //
- // DeleteRow
- //
- this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.DeleteRow.HeaderText = "删除";
- this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
- this.DeleteRow.Name = "DeleteRow";
- //
- // Query_BadSearch
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(929, 630);
- this.Controls.Add(this.BatchProductDGV);
- this.Controls.Add(this.headBar1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3);
- this.Name = "Query_BadSearch";
- this.Tag = "ShowDialogWindow";
- this.Text = "Query_BadSearch";
- this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
- ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private CustomControl.HeadBar headBar1;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
- private System.Windows.Forms.DataGridViewTextBoxColumn msd_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn msd_msid;
- private System.Windows.Forms.DataGridViewTextBoxColumn msd_badname;
- private System.Windows.Forms.DataGridViewTextBoxColumn msd_qty;
- private System.Windows.Forms.DataGridViewTextBoxColumn msd_indate;
- private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
- }
- }
|