123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_ExeProgress
- {
- /// <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.sn_code_label = new System.Windows.Forms.Label();
- this.SerialPanel = new System.Windows.Forms.Panel();
- this.CraftInfDgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.ma_code_label = new System.Windows.Forms.Label();
- this.ma_code = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.ms_checkno = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
- this.groupBoxWithBorder1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.SuspendLayout();
- //
- // sn_code_label
- //
- this.sn_code_label.AutoSize = true;
- this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_code_label.Location = new System.Drawing.Point(10, 13);
- this.sn_code_label.Name = "sn_code_label";
- this.sn_code_label.Size = new System.Drawing.Size(58, 21);
- this.sn_code_label.TabIndex = 183;
- this.sn_code_label.Text = "序列号";
- //
- // SerialPanel
- //
- this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.SerialPanel.AutoScroll = true;
- this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.SerialPanel.Location = new System.Drawing.Point(14, 106);
- this.SerialPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.SerialPanel.Name = "SerialPanel";
- this.SerialPanel.Size = new System.Drawing.Size(950, 254);
- this.SerialPanel.TabIndex = 194;
- this.SerialPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.SerialPanel_Scroll);
- this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
- //
- // CraftInfDgv
- //
- this.CraftInfDgv.AllowUserToAddRows = false;
- this.CraftInfDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.mp_sncode,
- this.mp_makecode,
- this.ma_prodcode,
- this.mp_sourcecode,
- this.mp_indate,
- this.ma_craftcode,
- this.sc_linecode,
- this.mp_inman,
- this.em_name});
- this.CraftInfDgv.EnableContentClick = true;
- this.CraftInfDgv.Location = new System.Drawing.Point(0, 388);
- this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CraftInfDgv.Name = "CraftInfDgv";
- this.CraftInfDgv.RowTemplate.Height = 27;
- this.CraftInfDgv.Size = new System.Drawing.Size(975, 190);
- this.CraftInfDgv.TabIndex = 193;
- //
- // mp_sncode
- //
- this.mp_sncode.DataPropertyName = "mp_sncode";
- this.mp_sncode.HeaderText = "序列号";
- this.mp_sncode.Name = "mp_sncode";
- this.mp_sncode.Width = 120;
- //
- // mp_makecode
- //
- this.mp_makecode.DataPropertyName = "mp_makecode";
- this.mp_makecode.HeaderText = "工单代码";
- this.mp_makecode.Name = "mp_makecode";
- this.mp_makecode.Width = 120;
- //
- // ma_prodcode
- //
- this.ma_prodcode.DataPropertyName = "ma_prodcode";
- this.ma_prodcode.HeaderText = "产品代码";
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Width = 120;
- //
- // mp_sourcecode
- //
- this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
- this.mp_sourcecode.HeaderText = "资源编号";
- this.mp_sourcecode.Name = "mp_sourcecode";
- this.mp_sourcecode.Width = 120;
- //
- // mp_indate
- //
- this.mp_indate.DataPropertyName = "mp_indate";
- this.mp_indate.HeaderText = "过站时间";
- this.mp_indate.Name = "mp_indate";
- this.mp_indate.Width = 120;
- //
- // ma_craftcode
- //
- this.ma_craftcode.DataPropertyName = "ma_craftcode";
- this.ma_craftcode.HeaderText = "途程代码";
- this.ma_craftcode.Name = "ma_craftcode";
- this.ma_craftcode.Width = 120;
- //
- // sc_linecode
- //
- this.sc_linecode.DataPropertyName = "sc_linecode";
- this.sc_linecode.HeaderText = "产线";
- this.sc_linecode.Name = "sc_linecode";
- this.sc_linecode.Width = 120;
- //
- // mp_inman
- //
- this.mp_inman.DataPropertyName = "mp_inman";
- this.mp_inman.HeaderText = "人员工号";
- this.mp_inman.Name = "mp_inman";
- //
- // em_name
- //
- this.em_name.DataPropertyName = "em_name";
- this.em_name.HeaderText = "人员姓名";
- this.em_name.Name = "em_name";
- //
- // groupBoxWithBorder1
- //
- this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Maroon;
- this.groupBoxWithBorder1.Controls.Add(this.label1);
- this.groupBoxWithBorder1.Controls.Add(this.pictureBox4);
- this.groupBoxWithBorder1.Controls.Add(this.pictureBox2);
- this.groupBoxWithBorder1.Controls.Add(this.label4);
- this.groupBoxWithBorder1.Controls.Add(this.pictureBox1);
- this.groupBoxWithBorder1.Controls.Add(this.pictureBox3);
- this.groupBoxWithBorder1.Controls.Add(this.label2);
- this.groupBoxWithBorder1.Controls.Add(this.label3);
- this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 40);
- this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
- this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(953, 40);
- this.groupBoxWithBorder1.TabIndex = 192;
- this.groupBoxWithBorder1.TabStop = false;
- this.groupBoxWithBorder1.Text = "颜色说明";
- this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(850, 14);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 21);
- this.label1.TabIndex = 193;
- this.label1.Text = "尚未执行";
- //
- // pictureBox4
- //
- this.pictureBox4.BackColor = System.Drawing.Color.White;
- this.pictureBox4.Location = new System.Drawing.Point(776, 12);
- this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(60, 20);
- this.pictureBox4.TabIndex = 192;
- this.pictureBox4.TabStop = false;
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.Green;
- this.pictureBox2.Location = new System.Drawing.Point(99, 12);
- this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(60, 20);
- this.pictureBox2.TabIndex = 187;
- this.pictureBox2.TabStop = false;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(655, 14);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(58, 21);
- this.label4.TabIndex = 191;
- this.label4.Text = "已报废";
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Red;
- this.pictureBox1.Location = new System.Drawing.Point(338, 12);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(60, 20);
- this.pictureBox1.TabIndex = 186;
- this.pictureBox1.TabStop = false;
- //
- // pictureBox3
- //
- this.pictureBox3.BackColor = System.Drawing.Color.Black;
- this.pictureBox3.Location = new System.Drawing.Point(581, 12);
- this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(60, 20);
- this.pictureBox3.TabIndex = 190;
- this.pictureBox3.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(172, 14);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(122, 21);
- this.label2.TabIndex = 188;
- this.label2.Text = "已执行且为良品";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(412, 14);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(138, 21);
- this.label3.TabIndex = 189;
- this.label3.Text = "已执行且为不良品";
- //
- // sn_code
- //
- this.sn_code.AllPower = null;
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(92, 14);
- this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = null;
- this.sn_code.Size = new System.Drawing.Size(145, 21);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 184;
- this.sn_code.Tag = "NoAuto";
- this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
- //
- // ma_code_label
- //
- this.ma_code_label.AutoSize = true;
- this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_code_label.Location = new System.Drawing.Point(257, 12);
- this.ma_code_label.Name = "ma_code_label";
- this.ma_code_label.Size = new System.Drawing.Size(58, 21);
- this.ma_code_label.TabIndex = 195;
- this.ma_code_label.Text = "工单号";
- //
- // ma_code
- //
- this.ma_code.AutoSize = true;
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_code.Location = new System.Drawing.Point(332, 13);
- this.ma_code.Name = "ma_code";
- this.ma_code.Size = new System.Drawing.Size(0, 21);
- this.ma_code.TabIndex = 196;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label5.Location = new System.Drawing.Point(472, 13);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(74, 21);
- this.label5.TabIndex = 197;
- this.label5.Text = "抽检批号";
- //
- // ms_checkno
- //
- this.ms_checkno.AutoSize = true;
- this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ms_checkno.Location = new System.Drawing.Point(562, 13);
- this.ms_checkno.Name = "ms_checkno";
- this.ms_checkno.Size = new System.Drawing.Size(0, 21);
- this.ms_checkno.TabIndex = 198;
- //
- // Query_ExeProgress
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(975, 578);
- this.Controls.Add(this.ms_checkno);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ma_code_label);
- this.Controls.Add(this.SerialPanel);
- this.Controls.Add(this.CraftInfDgv);
- this.Controls.Add(this.groupBoxWithBorder1);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.sn_code_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "Query_ExeProgress";
- this.Tag = "Query!ExeProgress";
- this.Text = "工单执行进度";
- this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
- this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
- this.groupBoxWithBorder1.ResumeLayout(false);
- this.groupBoxWithBorder1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox3;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftInfDgv;
- private System.Windows.Forms.Panel SerialPanel;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_indate;
- private System.Windows.Forms.DataGridViewTextBoxColumn ma_craftcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
- private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
- private System.Windows.Forms.Label ma_code_label;
- private System.Windows.Forms.Label ma_code;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label ms_checkno;
- }
- }
|