123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BadSn));
- this.Data = new System.Windows.Forms.DataGridView();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- 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, 50);
- this.Data.Margin = new System.Windows.Forms.Padding(2);
- this.Data.Name = "Data";
- this.Data.RowTemplate.Height = 37;
- this.Data.Size = new System.Drawing.Size(1280, 803);
- this.Data.TabIndex = 221;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "mb_makecode";
- this.dataGridViewTextBoxColumn1.HeaderText = "工单";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "st_name";
- this.dataGridViewTextBoxColumn2.HeaderText = "工序";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "mb_sncode";
- this.dataGridViewTextBoxColumn3.HeaderText = "SN";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "mb_badname";
- this.dataGridViewTextBoxColumn4.HeaderText = "不良";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "em_name";
- this.dataGridViewTextBoxColumn5.HeaderText = "录入人";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "mb_indate";
- this.dataGridViewTextBoxColumn6.HeaderText = "录入时间";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- //
- // normalButton1
- //
- this.normalButton1.AllPower = null;
- this.normalButton1.BackColor = System.Drawing.Color.Transparent;
- this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
- this.normalButton1.Image = null;
- this.normalButton1.IsShowBorder = true;
- this.normalButton1.Location = new System.Drawing.Point(13, 8);
- this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
- this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
- this.normalButton1.Name = "normalButton1";
- this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
- this.normalButton1.Power = null;
- this.normalButton1.Size = new System.Drawing.Size(92, 36);
- this.normalButton1.TabIndex = 226;
- this.normalButton1.Tag = "non";
- this.normalButton1.Text = "导出";
- this.normalButton1.UseVisualStyleBackColor = false;
- this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
- //
- // 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.normalButton1);
- this.Controls.Add(this.Data);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "BadSn";
- this.Tag = "non";
- 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;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private CustomControl.ButtonUtil.NormalButton normalButton1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- }
- }
|