123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace UAS_MES_NEW.Query
- {
- partial class BadSn
- {
- /// <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.Data = new System.Windows.Forms.DataGridView();
- this.mb_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mb_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
- this.SuspendLayout();
- //
- // Data
- //
- this.Data.AllowUserToAddRows = false;
- this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.mb_makecode,
- this.st_name,
- this.mb_sncode,
- this.mb_badname,
- this.em_name,
- this.mb_indate});
- this.Data.Location = new System.Drawing.Point(9, 21);
- this.Data.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Data.Name = "Data";
- this.Data.RowTemplate.Height = 37;
- this.Data.Size = new System.Drawing.Size(1280, 832);
- this.Data.TabIndex = 221;
- //
- // mb_makecode
- //
- this.mb_makecode.DataPropertyName = "mb_makecode";
- this.mb_makecode.HeaderText = "工单";
- this.mb_makecode.Name = "mb_makecode";
- //
- // st_name
- //
- this.st_name.DataPropertyName = "st_name";
- this.st_name.HeaderText = "工序";
- this.st_name.Name = "st_name";
- //
- // mb_sncode
- //
- this.mb_sncode.DataPropertyName = "mb_sncode";
- this.mb_sncode.HeaderText = "SN";
- this.mb_sncode.Name = "mb_sncode";
- //
- // mb_badname
- //
- this.mb_badname.DataPropertyName = "mb_badname";
- this.mb_badname.HeaderText = "不良";
- this.mb_badname.Name = "mb_badname";
- //
- // em_name
- //
- this.em_name.DataPropertyName = "em_name";
- this.em_name.HeaderText = "录入人";
- this.em_name.Name = "em_name";
- //
- // mb_indate
- //
- this.mb_indate.DataPropertyName = "mb_indate";
- this.mb_indate.HeaderText = "录入时间";
- this.mb_indate.Name = "mb_indate";
- //
- // BadSn
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1298, 862);
- this.Controls.Add(this.Data);
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Name = "BadSn";
- this.Text = "不良代码数据";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.BadItem_Load);
- this.SizeChanged += new System.EventHandler(this.BadItem_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView Data;
- private System.Windows.Forms.DataGridViewTextBoxColumn mb_makecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn mb_sncode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
- private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
- private System.Windows.Forms.DataGridViewTextBoxColumn mb_indate;
- }
- }
|