| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_EquiConnect
- {
- /// <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_EquiConnect));
- this.Container = new System.Windows.Forms.TableLayoutPanel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.LineLab = new System.Windows.Forms.Label();
- this.LineVal = new System.Windows.Forms.ComboBox();
- this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SNVal = new System.Windows.Forms.TextBox();
- this.SNLab = new System.Windows.Forms.Label();
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.productName = new System.Windows.Forms.Label();
- this.productCode = new System.Windows.Forms.Label();
- this.workOrder = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.serialNumber = new System.Windows.Forms.Label();
- this.onWatch = new System.Windows.Forms.Button();
- this.allParse = new System.Windows.Forms.Button();
- this.Device = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.Choose = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.txtPath = new System.Windows.Forms.TextBox();
- this.Container.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SNDetails.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // Container
- //
- this.Container.ColumnCount = 1;
- this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.Container.Controls.Add(this.panel1, 0, 1);
- this.Container.Controls.Add(this.OperatResult, 0, 2);
- this.Container.Controls.Add(this.SNDetails, 0, 0);
- this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Container.Location = new System.Drawing.Point(0, 0);
- this.Container.Margin = new System.Windows.Forms.Padding(4);
- this.Container.Name = "Container";
- this.Container.RowCount = 3;
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
- this.Container.Size = new System.Drawing.Size(1280, 720);
- this.Container.TabIndex = 8;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.onWatch);
- this.panel1.Controls.Add(this.allParse);
- this.panel1.Controls.Add(this.Device);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.Choose);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.txtPath);
- this.panel1.Controls.Add(this.LineLab);
- this.panel1.Controls.Add(this.LineVal);
- this.panel1.Controls.Add(this.OK);
- this.panel1.Controls.Add(this.NG);
- this.panel1.Controls.Add(this.SNVal);
- this.panel1.Controls.Add(this.SNLab);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(3, 75);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1274, 210);
- this.panel1.TabIndex = 4;
- //
- // LineLab
- //
- this.LineLab.AutoSize = true;
- this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LineLab.Location = new System.Drawing.Point(60, 33);
- this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.LineLab.Name = "LineLab";
- this.LineLab.Size = new System.Drawing.Size(54, 28);
- this.LineLab.TabIndex = 167;
- this.LineLab.Text = "线体";
- //
- // LineVal
- //
- this.LineVal.FormattingEnabled = true;
- this.LineVal.Location = new System.Drawing.Point(121, 33);
- this.LineVal.Name = "LineVal";
- this.LineVal.Size = new System.Drawing.Size(243, 32);
- this.LineVal.TabIndex = 168;
- //
- // 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(402, 93);
- this.OK.Margin = new System.Windows.Forms.Padding(5);
- 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(147, 54);
- this.OK.TabIndex = 165;
- this.OK.Tag = "IfRead";
- this.OK.Text = "OK";
- this.OK.UseVisualStyleBackColor = false;
- this.OK.Click += new System.EventHandler(this.OK_Click);
- //
- // 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(578, 93);
- this.NG.Margin = new System.Windows.Forms.Padding(5);
- 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(147, 54);
- this.NG.TabIndex = 166;
- this.NG.Tag = "IfRead";
- this.NG.Text = "NG";
- this.NG.UseVisualStyleBackColor = true;
- this.NG.Click += new System.EventHandler(this.NG_Click);
- //
- // SNVal
- //
- this.SNVal.Location = new System.Drawing.Point(121, 103);
- this.SNVal.Name = "SNVal";
- this.SNVal.Size = new System.Drawing.Size(243, 31);
- this.SNVal.TabIndex = 164;
- //
- // SNLab
- //
- this.SNLab.AutoSize = true;
- this.SNLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SNLab.Location = new System.Drawing.Point(39, 106);
- this.SNLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.SNLab.Name = "SNLab";
- this.SNLab.Size = new System.Drawing.Size(75, 28);
- this.SNLab.TabIndex = 163;
- this.SNLab.Text = "序列号";
- //
- // OperatResult
- //
- this.OperatResult.AcceptsTab = true;
- this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
- 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(4, 293);
- this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.OperatResult.Name = "OperatResult";
- this.OperatResult.Size = new System.Drawing.Size(1272, 422);
- this.OperatResult.TabIndex = 134;
- this.OperatResult.Text = "";
- //
- // SNDetails
- //
- this.SNDetails.BorderColor = System.Drawing.Color.Black;
- this.SNDetails.Controls.Add(this.tableLayoutPanel1);
- this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
- this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SNDetails.Location = new System.Drawing.Point(3, 3);
- this.SNDetails.Name = "SNDetails";
- this.SNDetails.Size = new System.Drawing.Size(1274, 66);
- this.SNDetails.TabIndex = 3;
- this.SNDetails.TabStop = false;
- this.SNDetails.Text = "产品序列信息";
- this.SNDetails.TextColor = System.Drawing.Color.Black;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 8;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
- this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
- this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
- this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
- this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
- this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
- this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 31);
- 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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 109F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 32);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // productName
- //
- this.productName.AutoSize = true;
- this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.productName.Location = new System.Drawing.Point(800, 0);
- this.productName.Name = "productName";
- this.productName.Size = new System.Drawing.Size(465, 32);
- this.productName.TabIndex = 7;
- this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // productCode
- //
- this.productCode.AutoSize = true;
- this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.productCode.Location = new System.Drawing.Point(552, 0);
- this.productCode.Name = "productCode";
- this.productCode.Size = new System.Drawing.Size(161, 32);
- this.productCode.TabIndex = 6;
- this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // workOrder
- //
- this.workOrder.AutoSize = true;
- this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
- this.workOrder.Location = new System.Drawing.Point(318, 0);
- this.workOrder.Name = "workOrder";
- this.workOrder.Size = new System.Drawing.Size(147, 32);
- this.workOrder.TabIndex = 5;
- this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Location = new System.Drawing.Point(719, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(75, 32);
- this.label4.TabIndex = 3;
- this.label4.Text = "产品名称: ";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(3, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(75, 32);
- this.label1.TabIndex = 0;
- this.label1.Text = "序列号: ";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label3.Location = new System.Drawing.Point(471, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(75, 32);
- this.label3.TabIndex = 2;
- this.label3.Text = "产品编号: ";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label2.Location = new System.Drawing.Point(237, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(75, 32);
- this.label2.TabIndex = 1;
- this.label2.Text = "工单: ";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // serialNumber
- //
- this.serialNumber.AutoSize = true;
- this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
- this.serialNumber.Location = new System.Drawing.Point(84, 0);
- this.serialNumber.Name = "serialNumber";
- this.serialNumber.Size = new System.Drawing.Size(147, 32);
- this.serialNumber.TabIndex = 4;
- this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // onWatch
- //
- this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
- this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.onWatch.Location = new System.Drawing.Point(792, 102);
- this.onWatch.Name = "onWatch";
- this.onWatch.Size = new System.Drawing.Size(122, 38);
- this.onWatch.TabIndex = 175;
- this.onWatch.Text = "开启解析";
- this.onWatch.UseVisualStyleBackColor = true;
- this.onWatch.Visible = false;
- //
- // allParse
- //
- this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
- this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.allParse.Location = new System.Drawing.Point(986, 102);
- this.allParse.Name = "allParse";
- this.allParse.Size = new System.Drawing.Size(122, 38);
- this.allParse.TabIndex = 174;
- this.allParse.Text = "批量解析";
- this.allParse.UseVisualStyleBackColor = true;
- this.allParse.Visible = false;
- //
- // Device
- //
- this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Device.Items.AddRange(new object[] {
- "AOI设备",
- "X-ray设备",
- "CCD设备"});
- this.Device.Location = new System.Drawing.Point(823, 12);
- this.Device.Name = "Device";
- this.Device.Size = new System.Drawing.Size(285, 32);
- this.Device.TabIndex = 170;
- this.Device.Visible = false;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(712, 16);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(96, 28);
- this.label5.TabIndex = 169;
- this.label5.Text = "设备类型";
- this.label5.Visible = false;
- //
- // Choose
- //
- this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Choose.Location = new System.Drawing.Point(1176, 49);
- this.Choose.Name = "Choose";
- this.Choose.Size = new System.Drawing.Size(90, 33);
- this.Choose.TabIndex = 172;
- this.Choose.Text = "选择";
- this.Choose.UseVisualStyleBackColor = true;
- this.Choose.Visible = false;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(689, 54);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(117, 28);
- this.label6.TabIndex = 173;
- this.label6.Text = "文件夹路径";
- this.label6.Visible = false;
- //
- // txtPath
- //
- this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPath.Location = new System.Drawing.Point(823, 51);
- this.txtPath.Name = "txtPath";
- this.txtPath.Size = new System.Drawing.Size(332, 31);
- this.txtPath.TabIndex = 171;
- this.txtPath.Visible = false;
- //
- // Make_EquiConnect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1280, 720);
- this.Controls.Add(this.Container);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Make_EquiConnect";
- this.Text = "Make_EquiConnect";
- this.Load += new System.EventHandler(this.Make_EquiConnect_Load);
- this.Container.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.SNDetails.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel Container;
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label productName;
- private System.Windows.Forms.Label productCode;
- private System.Windows.Forms.Label workOrder;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label serialNumber;
- private System.Windows.Forms.Panel panel1;
- private CustomControl.RichText.RichTextAutoBottom OperatResult;
- private System.Windows.Forms.TextBox SNVal;
- private System.Windows.Forms.Label SNLab;
- private CustomControl.ButtonUtil.NormalButton OK;
- private CustomControl.ButtonUtil.NormalButton NG;
- private System.Windows.Forms.Label LineLab;
- private System.Windows.Forms.ComboBox LineVal;
- private System.Windows.Forms.Button onWatch;
- private System.Windows.Forms.Button allParse;
- private System.Windows.Forms.ComboBox Device;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button Choose;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtPath;
- }
- }
|