namespace UAS_MES_NEW.Query { partial class Query_Commandlog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.Search = new System.Windows.Forms.Button(); this.pallecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder(); this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.cl_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sc_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_operate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_result = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cl_man = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sp = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit(); this.SuspendLayout(); // // Search // this.Search.Location = new System.Drawing.Point(197, 28); this.Search.Name = "Search"; this.Search.Size = new System.Drawing.Size(68, 21); this.Search.TabIndex = 237; this.Search.Text = "查询"; this.Search.UseVisualStyleBackColor = true; this.Search.Click += new System.EventHandler(this.Search_Click); // // pallecode // this.pallecode.BackColor = System.Drawing.Color.Transparent; this.pallecode.Location = new System.Drawing.Point(12, 28); this.pallecode.Name = "pallecode"; this.pallecode.PlaceHolder = "sn/箱搜索"; this.pallecode.Size = new System.Drawing.Size(159, 28); this.pallecode.TabIndex = 236; this.pallecode.UserControlOnKeyDown += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnKeyDown(this.pallecode_UserControlOnKeyDown); // // InOutDetailDGV // this.InOutDetailDGV.AllowUserToAddRows = false; this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cl_sncode, this.cl_linecode, this.cl_makecode, this.sc_stepname, this.cl_operate, this.cl_result, this.cl_date, this.cl_man, this.Sp}); this.InOutDetailDGV.EnableContentClick = true; this.InOutDetailDGV.Location = new System.Drawing.Point(11, 78); 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(665, 385); this.InOutDetailDGV.TabIndex = 219; // // cl_sncode // this.cl_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.cl_sncode.DataPropertyName = "cl_sncode"; this.cl_sncode.HeaderText = "SN/箱号"; this.cl_sncode.Name = "cl_sncode"; this.cl_sncode.ReadOnly = true; // // cl_linecode // this.cl_linecode.DataPropertyName = "cl_linecode"; this.cl_linecode.HeaderText = "线体"; this.cl_linecode.Name = "cl_linecode"; this.cl_linecode.Width = 70; // // cl_makecode // this.cl_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.cl_makecode.DataPropertyName = "cl_makecode"; this.cl_makecode.HeaderText = "工单"; this.cl_makecode.Name = "cl_makecode"; this.cl_makecode.ReadOnly = true; // // sc_stepname // this.sc_stepname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.sc_stepname.DataPropertyName = "sc_stepname"; this.sc_stepname.HeaderText = "工序"; this.sc_stepname.Name = "sc_stepname"; this.sc_stepname.ReadOnly = true; // // cl_operate // this.cl_operate.DataPropertyName = "cl_operate"; this.cl_operate.HeaderText = "操作"; this.cl_operate.Name = "cl_operate"; this.cl_operate.Width = 70; // // cl_result // this.cl_result.DataPropertyName = "cl_result"; this.cl_result.HeaderText = "操作结果"; this.cl_result.Name = "cl_result"; this.cl_result.ReadOnly = true; this.cl_result.Width = 150; // // cl_date // this.cl_date.DataPropertyName = "cl_date"; this.cl_date.HeaderText = "日期"; this.cl_date.Name = "cl_date"; this.cl_date.ReadOnly = true; // // cl_man // this.cl_man.DataPropertyName = "cl_man"; this.cl_man.HeaderText = "操作人"; this.cl_man.Name = "cl_man"; this.cl_man.Width = 70; // // Sp // this.Sp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Sp.HeaderText = " "; this.Sp.MinimumWidth = 2; this.Sp.Name = "Sp"; this.Sp.Width = 2; // // Query_Commandlog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(700, 499); this.Controls.Add(this.Search); this.Controls.Add(this.pallecode); this.Controls.Add(this.InOutDetailDGV); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Query_Commandlog"; this.Tag = "Query!Commandlog"; this.Text = "操作日志查询"; this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load); this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit(); this.ResumeLayout(false); } #endregion private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV; private System.Windows.Forms.BindingSource bindingSource1; private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode; private System.Windows.Forms.Button Search; private System.Windows.Forms.DataGridViewTextBoxColumn cl_sncode; private System.Windows.Forms.DataGridViewTextBoxColumn cl_linecode; private System.Windows.Forms.DataGridViewTextBoxColumn cl_makecode; private System.Windows.Forms.DataGridViewTextBoxColumn sc_stepname; private System.Windows.Forms.DataGridViewTextBoxColumn cl_operate; private System.Windows.Forms.DataGridViewTextBoxColumn cl_result; private System.Windows.Forms.DataGridViewTextBoxColumn cl_date; private System.Windows.Forms.DataGridViewTextBoxColumn cl_man; private System.Windows.Forms.DataGridViewTextBoxColumn Sp; } }