| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_WirelessTest
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_WirelessTest));
- this.panel1 = new System.Windows.Forms.Panel();
- this.snDetail = new System.Windows.Forms.GroupBox();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.prodNameVal = new System.Windows.Forms.Label();
- this.prodVal = new System.Windows.Forms.Label();
- this.snVal = new System.Windows.Forms.Label();
- this.prodName_lab = new System.Windows.Forms.Label();
- this.prod_lab = new System.Windows.Forms.Label();
- this.sn_lab = new System.Windows.Forms.Label();
- this.wo_lab = new System.Windows.Forms.Label();
- this.woVal = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.GetSNCode_Label = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.GetSNCode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- 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.panel1.SuspendLayout();
- this.snDetail.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.snDetail);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1578, 218);
- this.panel1.TabIndex = 132;
- //
- // snDetail
- //
- this.snDetail.Controls.Add(this.tableLayoutPanel1);
- this.snDetail.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.snDetail.Location = new System.Drawing.Point(12, 22);
- this.snDetail.Name = "snDetail";
- this.snDetail.Size = new System.Drawing.Size(1872, 158);
- this.snDetail.TabIndex = 0;
- this.snDetail.TabStop = false;
- this.snDetail.Text = "工单信息";
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 8;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
- this.tableLayoutPanel1.Controls.Add(this.prodNameVal, 7, 0);
- this.tableLayoutPanel1.Controls.Add(this.prodVal, 5, 0);
- this.tableLayoutPanel1.Controls.Add(this.snVal, 3, 0);
- this.tableLayoutPanel1.Controls.Add(this.prodName_lab, 6, 0);
- this.tableLayoutPanel1.Controls.Add(this.prod_lab, 4, 0);
- this.tableLayoutPanel1.Controls.Add(this.sn_lab, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.wo_lab, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.woVal, 1, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1866, 120);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // prodNameVal
- //
- this.prodNameVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.prodNameVal.AutoSize = true;
- this.prodNameVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.prodNameVal.Location = new System.Drawing.Point(1455, 44);
- this.prodNameVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.prodNameVal.Name = "prodNameVal";
- this.prodNameVal.Size = new System.Drawing.Size(0, 31);
- this.prodNameVal.TabIndex = 66;
- //
- // prodVal
- //
- this.prodVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.prodVal.AutoSize = true;
- this.prodVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.prodVal.Location = new System.Drawing.Point(990, 44);
- this.prodVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.prodVal.Name = "prodVal";
- this.prodVal.Size = new System.Drawing.Size(0, 31);
- this.prodVal.TabIndex = 65;
- //
- // snVal
- //
- this.snVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.snVal.AutoSize = true;
- this.snVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.snVal.Location = new System.Drawing.Point(525, 44);
- this.snVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.snVal.Name = "snVal";
- this.snVal.Size = new System.Drawing.Size(0, 31);
- this.snVal.TabIndex = 64;
- //
- // prodName_lab
- //
- this.prodName_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.prodName_lab.AutoSize = true;
- this.prodName_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.prodName_lab.Location = new System.Drawing.Point(1327, 29);
- this.prodName_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.prodName_lab.Name = "prodName_lab";
- this.prodName_lab.Size = new System.Drawing.Size(117, 62);
- this.prodName_lab.TabIndex = 61;
- this.prodName_lab.Text = "产品名称 :";
- //
- // prod_lab
- //
- this.prod_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.prod_lab.AutoSize = true;
- this.prod_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.prod_lab.Location = new System.Drawing.Point(862, 29);
- this.prod_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.prod_lab.Name = "prod_lab";
- this.prod_lab.Size = new System.Drawing.Size(117, 62);
- this.prod_lab.TabIndex = 62;
- this.prod_lab.Text = "产品编号 :";
- //
- // sn_lab
- //
- this.sn_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.sn_lab.AutoSize = true;
- this.sn_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_lab.Location = new System.Drawing.Point(406, 44);
- this.sn_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.sn_lab.Name = "sn_lab";
- this.sn_lab.Size = new System.Drawing.Size(99, 31);
- this.sn_lab.TabIndex = 38;
- this.sn_lab.Text = "序列号 :";
- //
- // wo_lab
- //
- this.wo_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.wo_lab.AutoSize = true;
- this.wo_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.wo_lab.Location = new System.Drawing.Point(15, 44);
- this.wo_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.wo_lab.Name = "wo_lab";
- this.wo_lab.Size = new System.Drawing.Size(99, 31);
- this.wo_lab.TabIndex = 37;
- this.wo_lab.Text = "工单号 :";
- //
- // woVal
- //
- this.woVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.woVal.AutoSize = true;
- this.woVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.woVal.Location = new System.Drawing.Point(134, 44);
- this.woVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.woVal.Name = "woVal";
- this.woVal.Size = new System.Drawing.Size(0, 31);
- this.woVal.TabIndex = 63;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.NG);
- this.panel3.Controls.Add(this.OK);
- this.panel3.Controls.Add(this.GetSNCode);
- this.panel3.Controls.Add(this.GetSNCode_Label);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 218);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(979, 650);
- this.panel3.TabIndex = 134;
- //
- // GetSNCode_Label
- //
- this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.GetSNCode_Label.AutoSize = true;
- this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GetSNCode_Label.Location = new System.Drawing.Point(259, 64);
- this.GetSNCode_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.GetSNCode_Label.Name = "GetSNCode_Label";
- this.GetSNCode_Label.Size = new System.Drawing.Size(86, 31);
- this.GetSNCode_Label.TabIndex = 134;
- this.GetSNCode_Label.Text = "序列号";
- //
- // panel4
- //
- this.panel4.Controls.Add(this.OperatResult);
- this.panel4.Controls.Add(this.Clean);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel4.Location = new System.Drawing.Point(979, 218);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(599, 650);
- this.panel4.TabIndex = 138;
- //
- // NG
- //
- this.NG.AllPower = null;
- this.NG.BackColor = System.Drawing.Color.Transparent;
- this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
- this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
- this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.NG.ForeColor = System.Drawing.Color.Red;
- this.NG.Image = null;
- this.NG.IsShowBorder = true;
- this.NG.Location = new System.Drawing.Point(790, 550);
- this.NG.Margin = new System.Windows.Forms.Padding(4);
- this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
- this.NG.Name = "NG";
- this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
- this.NG.Power = null;
- this.NG.Size = new System.Drawing.Size(215, 70);
- this.NG.TabIndex = 136;
- this.NG.Tag = "IfRead";
- this.NG.Text = "NG";
- this.NG.UseVisualStyleBackColor = true;
- this.NG.Click += new System.EventHandler(this.NG_Click);
- //
- // OK
- //
- this.OK.AllPower = null;
- this.OK.BackColor = System.Drawing.Color.Transparent;
- this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
- this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OK.ForeColor = System.Drawing.Color.Green;
- this.OK.Image = null;
- this.OK.IsShowBorder = true;
- this.OK.Location = new System.Drawing.Point(191, 550);
- this.OK.Margin = new System.Windows.Forms.Padding(4);
- this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
- this.OK.Name = "OK";
- this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
- this.OK.Power = null;
- this.OK.Size = new System.Drawing.Size(215, 70);
- this.OK.TabIndex = 134;
- this.OK.Tag = "IfRead";
- this.OK.Text = "OK";
- this.OK.UseVisualStyleBackColor = false;
- this.OK.Click += new System.EventHandler(this.OK_Click);
- //
- // GetSNCode
- //
- this.GetSNCode.AllPower = null;
- this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.GetSNCode.BackColor = System.Drawing.Color.White;
- this.GetSNCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.GetSNCode.ID = null;
- this.GetSNCode.Location = new System.Drawing.Point(374, 64);
- this.GetSNCode.Margin = new System.Windows.Forms.Padding(4);
- this.GetSNCode.Name = "GetSNCode";
- this.GetSNCode.Power = null;
- this.GetSNCode.Size = new System.Drawing.Size(412, 35);
- this.GetSNCode.Str = null;
- this.GetSNCode.Str1 = null;
- this.GetSNCode.Str2 = null;
- this.GetSNCode.TabIndex = 135;
- this.GetSNCode.Tag = "Read";
- this.GetSNCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GetSNCode_KeyDown);
- //
- // OperatResult
- //
- this.OperatResult.AcceptsTab = true;
- this.OperatResult.Dock = System.Windows.Forms.DockStyle.Top;
- this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperatResult.Location = new System.Drawing.Point(0, 0);
- this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperatResult.Name = "OperatResult";
- this.OperatResult.Size = new System.Drawing.Size(599, 567);
- this.OperatResult.TabIndex = 133;
- this.OperatResult.Text = "";
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Clean.Image = null;
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(252, 582);
- this.Clean.Margin = new System.Windows.Forms.Padding(4);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(104, 38);
- this.Clean.TabIndex = 132;
- this.Clean.Tag = "IfRead";
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
- this.dataGridViewTextBoxColumn1.HeaderText = "MAC";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Width = 150;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
- this.dataGridViewTextBoxColumn2.HeaderText = "测试项目";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.Width = 150;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
- this.dataGridViewTextBoxColumn3.HeaderText = "测试结果";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.Width = 150;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
- this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.Width = 150;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
- this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.Width = 150;
- //
- // Make_WirelessTest
- //
- this.AllowDrop = true;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1578, 868);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Make_WirelessTest";
- this.Text = "Make_WirelessTest";
- this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
- this.panel1.ResumeLayout(true);
- this.snDetail.ResumeLayout(true);
- this.tableLayoutPanel1.ResumeLayout(true);
- this.tableLayoutPanel1.PerformLayout();
- this.panel3.ResumeLayout(true);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(true);
- this.ResumeLayout(true);
- }
- #endregion
- private System.Windows.Forms.Label wo_lab;
- private System.Windows.Forms.Label sn_lab;
- private System.Windows.Forms.Label prodName_lab;
- private System.Windows.Forms.Label prod_lab;
- private System.Windows.Forms.Panel panel1;
- private CustomControl.RichText.RichTextAutoBottom OperatResult;
- private System.Windows.Forms.Panel panel3;
- private CustomControl.TextBoxWithIcon.SnCollectionBox GetSNCode;
- private System.Windows.Forms.Label GetSNCode_Label;
- private System.Windows.Forms.Panel panel4;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private System.Windows.Forms.GroupBox snDetail;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label woVal;
- private System.Windows.Forms.Label snVal;
- private System.Windows.Forms.Label prodVal;
- private System.Windows.Forms.Label prodNameVal;
- 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 CustomControl.ButtonUtil.NormalButton NG;
- private CustomControl.ButtonUtil.NormalButton OK;
- }
- }
|