123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_Commandlog
- {
- /// <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.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;
- }
- }
|