namespace UAS_MES.Query { partial class Query_OnlineTraceBack { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_OnlineTraceBack)); this.ms_makecode_label = new System.Windows.Forms.Label(); this.ms_status_label = new System.Windows.Forms.Label(); this.SnInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.status = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.ms_status = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus(); this.Query = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.ms_stepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.ms_stepcode_label = new System.Windows.Forms.Label(); this.ms_nextstepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox(); this.ms_nextstepcode_label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit(); this.SuspendLayout(); // // ms_makecode_label // this.ms_makecode_label.AutoSize = true; this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_makecode_label.Location = new System.Drawing.Point(4, 24); this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_makecode_label.Name = "ms_makecode_label"; this.ms_makecode_label.Size = new System.Drawing.Size(72, 27); this.ms_makecode_label.TabIndex = 198; this.ms_makecode_label.Text = "工单号"; // // ms_status_label // this.ms_status_label.AutoSize = true; this.ms_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_status_label.Location = new System.Drawing.Point(275, 24); this.ms_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_status_label.Name = "ms_status_label"; this.ms_status_label.Size = new System.Drawing.Size(80, 27); this.ms_status_label.TabIndex = 197; this.ms_status_label.Text = "SN状态"; // // SnInf // this.SnInf.AllowUserToAddRows = false; this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ms_sncode, this.status, this.ms_stepcode1, this.ms_nextstepcode1, this.Column5, this.Column6, this.Column7, this.mp_inman}); this.SnInf.EnableContentClick = true; this.SnInf.Location = new System.Drawing.Point(0, 70); this.SnInf.Margin = new System.Windows.Forms.Padding(4); this.SnInf.Name = "SnInf"; this.SnInf.RowTemplate.Height = 23; this.SnInf.Size = new System.Drawing.Size(1261, 624); this.SnInf.TabIndex = 203; // // ms_sncode // this.ms_sncode.DataPropertyName = "ms_sncode"; this.ms_sncode.HeaderText = "SN"; this.ms_sncode.Name = "ms_sncode"; // // status // this.status.DataPropertyName = "ms_status"; this.status.HeaderText = "状态"; this.status.Name = "status"; this.status.ReadOnly = true; // // ms_stepcode1 // this.ms_stepcode1.DataPropertyName = "ms_stepcode"; this.ms_stepcode1.HeaderText = "当前工序"; this.ms_stepcode1.Name = "ms_stepcode1"; this.ms_stepcode1.ReadOnly = true; // // ms_nextstepcode1 // this.ms_nextstepcode1.DataPropertyName = "ms_nextstepcode"; this.ms_nextstepcode1.HeaderText = "下一工序"; this.ms_nextstepcode1.Name = "ms_nextstepcode1"; this.ms_nextstepcode1.ReadOnly = true; // // Column5 // this.Column5.DataPropertyName = "ms_craftcode"; this.Column5.HeaderText = "当前途程"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; // // Column6 // this.Column6.DataPropertyName = "mp_indate"; this.Column6.HeaderText = "最近采集时间"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 150; // // Column7 // this.Column7.DataPropertyName = "mp_sourcecode"; this.Column7.HeaderText = "最近采集资源"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 150; // // mp_inman // this.mp_inman.DataPropertyName = "mp_inman"; this.mp_inman.HeaderText = "最近采集人员"; this.mp_inman.Name = "mp_inman"; this.mp_inman.Width = 150; // // ms_makecode // this.ms_makecode.AllPower = null; this.ms_makecode.BackColor = System.Drawing.Color.White; this.ms_makecode.ID = null; this.ms_makecode.Location = new System.Drawing.Point(83, 25); this.ms_makecode.Name = "ms_makecode"; this.ms_makecode.Power = null; this.ms_makecode.Size = new System.Drawing.Size(167, 25); this.ms_makecode.Str = null; this.ms_makecode.Str1 = null; this.ms_makecode.Str2 = null; this.ms_makecode.TabIndex = 204; this.ms_makecode.Tag = "ms_makecode"; this.ms_makecode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ma_code_KeyDown); // // ms_status // this.ms_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ms_status.FormattingEnabled = true; this.ms_status.Location = new System.Drawing.Point(362, 25); this.ms_status.Name = "ms_status"; this.ms_status.Size = new System.Drawing.Size(167, 23); this.ms_status.TabIndex = 205; this.ms_status.Tag = "ms_status"; // // Query // this.Query.AllPower = null; this.Query.BackColor = System.Drawing.Color.Transparent; this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage"))); this.Query.Image = null; this.Query.IsShowBorder = true; this.Query.Location = new System.Drawing.Point(1174, 20); this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage"))); this.Query.Name = "Query"; this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage"))); this.Query.Power = null; this.Query.Size = new System.Drawing.Size(75, 28); this.Query.TabIndex = 206; this.Query.Text = "查询"; this.Query.UseVisualStyleBackColor = false; this.Query.Click += new System.EventHandler(this.Query_Click); // // ms_stepcode // this.ms_stepcode.AllPower = null; this.ms_stepcode.BackColor = System.Drawing.Color.White; this.ms_stepcode.ID = null; this.ms_stepcode.Location = new System.Drawing.Point(658, 22); this.ms_stepcode.Name = "ms_stepcode"; this.ms_stepcode.Power = null; this.ms_stepcode.Size = new System.Drawing.Size(167, 25); this.ms_stepcode.Str = null; this.ms_stepcode.Str1 = null; this.ms_stepcode.Str2 = null; this.ms_stepcode.TabIndex = 208; this.ms_stepcode.Tag = "ms_stepcode"; // // ms_stepcode_label // this.ms_stepcode_label.AutoSize = true; this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_stepcode_label.Location = new System.Drawing.Point(559, 21); this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_stepcode_label.Name = "ms_stepcode_label"; this.ms_stepcode_label.Size = new System.Drawing.Size(92, 27); this.ms_stepcode_label.TabIndex = 207; this.ms_stepcode_label.Text = "当前工序"; // // ms_nextstepcode // this.ms_nextstepcode.AllPower = null; this.ms_nextstepcode.BackColor = System.Drawing.Color.White; this.ms_nextstepcode.ID = null; this.ms_nextstepcode.Location = new System.Drawing.Point(953, 20); this.ms_nextstepcode.Name = "ms_nextstepcode"; this.ms_nextstepcode.Power = null; this.ms_nextstepcode.Size = new System.Drawing.Size(167, 25); this.ms_nextstepcode.Str = null; this.ms_nextstepcode.Str1 = null; this.ms_nextstepcode.Str2 = null; this.ms_nextstepcode.TabIndex = 210; this.ms_nextstepcode.Tag = "ms_nextstepcode"; // // ms_nextstepcode_label // this.ms_nextstepcode_label.AutoSize = true; this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ms_nextstepcode_label.Location = new System.Drawing.Point(854, 20); this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ms_nextstepcode_label.Name = "ms_nextstepcode_label"; this.ms_nextstepcode_label.Size = new System.Drawing.Size(92, 27); this.ms_nextstepcode_label.TabIndex = 209; this.ms_nextstepcode_label.Text = "下一工序"; // // Query_OnlineTraceBack // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1261, 694); this.Controls.Add(this.ms_nextstepcode); this.Controls.Add(this.ms_nextstepcode_label); this.Controls.Add(this.ms_stepcode); this.Controls.Add(this.ms_stepcode_label); this.Controls.Add(this.Query); this.Controls.Add(this.ms_status); this.Controls.Add(this.ms_makecode); this.Controls.Add(this.SnInf); this.Controls.Add(this.ms_makecode_label); this.Controls.Add(this.ms_status_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Query_OnlineTraceBack"; this.Tag = "Query!OnlineTraceBack"; this.Text = " "; this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load); this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label ms_makecode_label; private System.Windows.Forms.Label ms_status_label; private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf; private CustomControl.TextBoxWithIcon.EnterTextBox ms_makecode; private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_status; private CustomControl.ButtonUtil.NormalButton Query; private CustomControl.TextBoxWithIcon.EnterTextBox ms_stepcode; private System.Windows.Forms.Label ms_stepcode_label; private CustomControl.TextBoxWithIcon.EnterTextBox ms_nextstepcode; private System.Windows.Forms.Label ms_nextstepcode_label; private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode; private System.Windows.Forms.DataGridViewTextBoxColumn status; private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1; private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman; } }