123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- using System;
- namespace UAS_MES_NEW.Query
- {
- partial class Query_Employee
- {
- /// <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.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.BOM = new System.Windows.Forms.DataGridView();
- 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.WC_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.HOURTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.投入 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.产出 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.不良 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.直通率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.BOM)).BeginInit();
- this.SuspendLayout();
- //
- // BOM
- //
- this.BOM.AllowUserToAddRows = false;
- this.BOM.AllowUserToDeleteRows = false;
- this.BOM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.BOM.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.WC_NAME,
- this.HOURTIME,
- this.投入,
- this.产出,
- this.不良,
- this.直通率});
- this.BOM.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BOM.Location = new System.Drawing.Point(0, 0);
- this.BOM.Name = "BOM";
- this.BOM.ReadOnly = true;
- this.BOM.RowTemplate.Height = 27;
- this.BOM.Size = new System.Drawing.Size(1120, 647);
- this.BOM.TabIndex = 22;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "WC_NAME";
- this.dataGridViewTextBoxColumn1.HeaderText = "车间";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.dataGridViewTextBoxColumn2.DataPropertyName = "HOURTIME";
- this.dataGridViewTextBoxColumn2.HeaderText = "小时";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "投入";
- this.dataGridViewTextBoxColumn3.HeaderText = "投入";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "产出";
- this.dataGridViewTextBoxColumn4.HeaderText = "产出";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 150;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "不良";
- this.dataGridViewTextBoxColumn5.HeaderText = "不良";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "直通率";
- this.dataGridViewTextBoxColumn6.HeaderText = "直通率";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- //
- // WC_NAME
- //
- this.WC_NAME.DataPropertyName = "WC_NAME";
- this.WC_NAME.HeaderText = "车间";
- this.WC_NAME.Name = "WC_NAME";
- this.WC_NAME.ReadOnly = true;
- //
- // HOURTIME
- //
- this.HOURTIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.HOURTIME.DataPropertyName = "HOURTIME";
- this.HOURTIME.HeaderText = "小时";
- this.HOURTIME.Name = "HOURTIME";
- this.HOURTIME.ReadOnly = true;
- //
- // 投入
- //
- this.投入.DataPropertyName = "投入";
- this.投入.HeaderText = "投入";
- this.投入.Name = "投入";
- this.投入.ReadOnly = true;
- //
- // 产出
- //
- this.产出.DataPropertyName = "产出";
- this.产出.HeaderText = "产出";
- this.产出.Name = "产出";
- this.产出.ReadOnly = true;
- this.产出.Width = 150;
- //
- // 不良
- //
- this.不良.DataPropertyName = "不良";
- this.不良.HeaderText = "不良";
- this.不良.Name = "不良";
- this.不良.ReadOnly = true;
- //
- // 直通率
- //
- this.直通率.DataPropertyName = "直通率";
- this.直通率.HeaderText = "直通率";
- this.直通率.Name = "直通率";
- this.直通率.ReadOnly = true;
- //
- // Query_Employee
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1120, 647);
- this.Controls.Add(this.BOM);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Query_Employee";
- this.Tag = "Query!Employee";
- this.Text = "Query_Employee";
- this.Load += new System.EventHandler(this.Query_Employee_Load);
- this.SizeChanged += new System.EventHandler(this.Query_Employee_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.BOM)).EndInit();
- this.ResumeLayout(false);
- }
-
- #endregion
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.DataGridView BOM;
- private System.Windows.Forms.DataGridViewTextBoxColumn WC_NAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn HOURTIME;
- private System.Windows.Forms.DataGridViewTextBoxColumn 投入;
- private System.Windows.Forms.DataGridViewTextBoxColumn 产出;
- private System.Windows.Forms.DataGridViewTextBoxColumn 不良;
- private System.Windows.Forms.DataGridViewTextBoxColumn 直通率;
- 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;
- }
- }
|