namespace epickHost { partial class FormHost { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHost)); this.lbStatus = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txtboxUrl = new System.Windows.Forms.TextBox(); this.textBoxLog = new System.Windows.Forms.TextBox(); this.btnRestart = new System.Windows.Forms.Button(); this.lbLightInfo = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label15 = new System.Windows.Forms.Label(); this.nud = new System.Windows.Forms.NumericUpDown(); this.btnShowId = new System.Windows.Forms.Button(); this.btnSetCartIP = new System.Windows.Forms.Button(); this.txtCartIp = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.chkClear = new System.Windows.Forms.CheckBox(); this.btnCallback = new System.Windows.Forms.Button(); this.txtCallBack = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnUrl = new System.Windows.Forms.Button(); this.txtUrl = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.btnReset = new System.Windows.Forms.Button(); this.comComs = new System.Windows.Forms.ComboBox(); this.lbComStatus = new System.Windows.Forms.Label(); this.btnCom = new System.Windows.Forms.Button(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.lbLightColor = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtBarcode = new System.Windows.Forms.TextBox(); this.txtOut = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.comboxcolor = new System.Windows.Forms.ComboBox(); this.lbOnStatus = new System.Windows.Forms.Label(); this.btnTestOff = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtLightId = new System.Windows.Forms.TextBox(); this.btnTestOn = new System.Windows.Forms.Button(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.btnOffLabel = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.txtNum2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.comcolor = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.txtNum3 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtNumber1 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtLabelId = new System.Windows.Forms.TextBox(); this.btnTestBack = new System.Windows.Forms.Button(); this.btnTestLabel = new System.Windows.Forms.Button(); this.textLog = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nud)).BeginInit(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // lbStatus // this.lbStatus.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStatus.Location = new System.Drawing.Point(15, 34); this.lbStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbStatus.Name = "lbStatus"; this.lbStatus.Size = new System.Drawing.Size(686, 60); this.lbStatus.TabIndex = 2; this.lbStatus.Text = "Service starting..."; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Location = new System.Drawing.Point(-6, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1258, 708); this.tabControl1.TabIndex = 7; // // tabPage1 // this.tabPage1.Controls.Add(this.txtboxUrl); this.tabPage1.Controls.Add(this.textBoxLog); this.tabPage1.Controls.Add(this.btnRestart); this.tabPage1.Controls.Add(this.lbLightInfo); this.tabPage1.Controls.Add(this.lbStatus); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(1250, 676); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "服务"; this.tabPage1.UseVisualStyleBackColor = true; // // txtboxUrl // this.txtboxUrl.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtboxUrl.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtboxUrl.Location = new System.Drawing.Point(4, 619); this.txtboxUrl.Margin = new System.Windows.Forms.Padding(4); this.txtboxUrl.Name = "txtboxUrl"; this.txtboxUrl.ReadOnly = true; this.txtboxUrl.Size = new System.Drawing.Size(1242, 53); this.txtboxUrl.TabIndex = 9; this.txtboxUrl.Text = "Service Url"; // // textBoxLog // this.textBoxLog.Location = new System.Drawing.Point(4, 116); this.textBoxLog.Margin = new System.Windows.Forms.Padding(4); this.textBoxLog.Multiline = true; this.textBoxLog.Name = "textBoxLog"; this.textBoxLog.ReadOnly = true; this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxLog.Size = new System.Drawing.Size(1236, 496); this.textBoxLog.TabIndex = 8; // // btnRestart // this.btnRestart.Location = new System.Drawing.Point(1118, 48); this.btnRestart.Margin = new System.Windows.Forms.Padding(4); this.btnRestart.Name = "btnRestart"; this.btnRestart.Size = new System.Drawing.Size(112, 34); this.btnRestart.TabIndex = 5; this.btnRestart.Text = "重新启动"; this.btnRestart.UseVisualStyleBackColor = true; this.btnRestart.Click += new System.EventHandler(this.btnRestart_Click); // // lbLightInfo // this.lbLightInfo.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbLightInfo.Location = new System.Drawing.Point(578, 45); this.lbLightInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbLightInfo.Name = "lbLightInfo"; this.lbLightInfo.Size = new System.Drawing.Size(438, 40); this.lbLightInfo.TabIndex = 4; this.lbLightInfo.Text = "loading light status"; this.lbLightInfo.Visible = false; // // tabPage2 // this.tabPage2.Controls.Add(this.label15); this.tabPage2.Controls.Add(this.nud); this.tabPage2.Controls.Add(this.btnShowId); this.tabPage2.Controls.Add(this.btnSetCartIP); this.tabPage2.Controls.Add(this.txtCartIp); this.tabPage2.Controls.Add(this.label13); this.tabPage2.Controls.Add(this.chkClear); this.tabPage2.Controls.Add(this.btnCallback); this.tabPage2.Controls.Add(this.txtCallBack); this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.btnUrl); this.tabPage2.Controls.Add(this.txtUrl); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.label6); this.tabPage2.Controls.Add(this.btnReset); this.tabPage2.Controls.Add(this.comComs); this.tabPage2.Controls.Add(this.lbComStatus); this.tabPage2.Controls.Add(this.btnCom); this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(1250, 676); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "配置"; this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(130, 458); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(134, 18); this.label15.TabIndex = 37; this.label15.Text = "重试间隔(秒)"; // // nud // this.nud.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.nud.Location = new System.Drawing.Point(48, 454); this.nud.Margin = new System.Windows.Forms.Padding(4); this.nud.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.nud.Name = "nud"; this.nud.Size = new System.Drawing.Size(74, 28); this.nud.TabIndex = 36; this.nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nud.Value = new decimal(new int[] { 100, 0, 0, 0}); this.nud.ValueChanged += new System.EventHandler(this.nud_ValueChanged); // // btnShowId // this.btnShowId.Location = new System.Drawing.Point(555, 75); this.btnShowId.Margin = new System.Windows.Forms.Padding(4); this.btnShowId.Name = "btnShowId"; this.btnShowId.Size = new System.Drawing.Size(112, 34); this.btnShowId.TabIndex = 34; this.btnShowId.Text = "显示标签ID"; this.btnShowId.UseVisualStyleBackColor = true; this.btnShowId.Click += new System.EventHandler(this.btnShowId_Click); // // btnSetCartIP // this.btnSetCartIP.Location = new System.Drawing.Point(627, 548); this.btnSetCartIP.Margin = new System.Windows.Forms.Padding(4); this.btnSetCartIP.Name = "btnSetCartIP"; this.btnSetCartIP.Size = new System.Drawing.Size(112, 34); this.btnSetCartIP.TabIndex = 33; this.btnSetCartIP.Text = "Ok"; this.btnSetCartIP.UseVisualStyleBackColor = true; this.btnSetCartIP.Click += new System.EventHandler(this.btnSetCartIP_Click); // // txtCartIp // this.txtCartIp.Location = new System.Drawing.Point(48, 550); this.txtCartIp.Margin = new System.Windows.Forms.Padding(4); this.txtCartIp.Name = "txtCartIp"; this.txtCartIp.Size = new System.Drawing.Size(516, 28); this.txtCartIp.TabIndex = 32; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(18, 490); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(838, 24); this.label13.TabIndex = 31; this.label13.Text = "----------------------------- 工作站IP ------------------------------"; this.label13.Click += new System.EventHandler(this.label13_Click); // // chkClear // this.chkClear.AutoSize = true; this.chkClear.Checked = true; this.chkClear.CheckState = System.Windows.Forms.CheckState.Checked; this.chkClear.Location = new System.Drawing.Point(48, 142); this.chkClear.Margin = new System.Windows.Forms.Padding(4); this.chkClear.Name = "chkClear"; this.chkClear.Size = new System.Drawing.Size(106, 22); this.chkClear.TabIndex = 30; this.chkClear.Text = "波次亮灯"; this.chkClear.UseVisualStyleBackColor = true; // // btnCallback // this.btnCallback.Location = new System.Drawing.Point(627, 388); this.btnCallback.Margin = new System.Windows.Forms.Padding(4); this.btnCallback.Name = "btnCallback"; this.btnCallback.Size = new System.Drawing.Size(112, 34); this.btnCallback.TabIndex = 29; this.btnCallback.Text = "Ok"; this.btnCallback.UseVisualStyleBackColor = true; this.btnCallback.Click += new System.EventHandler(this.btnCallback_Click); // // txtCallBack // this.txtCallBack.Location = new System.Drawing.Point(48, 392); this.txtCallBack.Margin = new System.Windows.Forms.Padding(4); this.txtCallBack.Name = "txtCallBack"; this.txtCallBack.Size = new System.Drawing.Size(516, 28); this.txtCallBack.TabIndex = 28; // // 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(18, 334); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(778, 24); this.label4.TabIndex = 27; this.label4.Text = "-----------------------------回调地址 --------------------------"; // // btnUrl // this.btnUrl.Location = new System.Drawing.Point(627, 250); this.btnUrl.Margin = new System.Windows.Forms.Padding(4); this.btnUrl.Name = "btnUrl"; this.btnUrl.Size = new System.Drawing.Size(112, 34); this.btnUrl.TabIndex = 26; this.btnUrl.Text = "Ok"; this.btnUrl.UseVisualStyleBackColor = true; this.btnUrl.Click += new System.EventHandler(this.btnUrl_Click); // // txtUrl // this.txtUrl.Location = new System.Drawing.Point(48, 254); this.txtUrl.Margin = new System.Windows.Forms.Padding(4); this.txtUrl.Name = "txtUrl"; this.txtUrl.Size = new System.Drawing.Size(516, 28); this.txtUrl.TabIndex = 25; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(18, 198); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(742, 24); this.label7.TabIndex = 24; this.label7.Text = "-----------------------------服务地址------------------------"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(18, 27); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(754, 24); this.label6.TabIndex = 23; this.label6.Text = "------------------------------控制器--------------------------"; // // btnReset // this.btnReset.Location = new System.Drawing.Point(420, 75); this.btnReset.Margin = new System.Windows.Forms.Padding(4); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(112, 34); this.btnReset.TabIndex = 13; this.btnReset.Text = "重置"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click_2); // // comComs // this.comComs.FormattingEnabled = true; this.comComs.Location = new System.Drawing.Point(48, 80); this.comComs.Margin = new System.Windows.Forms.Padding(4); this.comComs.Name = "comComs"; this.comComs.Size = new System.Drawing.Size(180, 26); this.comComs.TabIndex = 10; // // lbComStatus // this.lbComStatus.AutoSize = true; this.lbComStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbComStatus.Location = new System.Drawing.Point(714, 80); this.lbComStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbComStatus.Name = "lbComStatus"; this.lbComStatus.Size = new System.Drawing.Size(154, 24); this.lbComStatus.TabIndex = 11; this.lbComStatus.Text = "light status"; this.lbComStatus.Click += new System.EventHandler(this.lbComStatus_Click); // // btnCom // this.btnCom.Location = new System.Drawing.Point(254, 76); this.btnCom.Margin = new System.Windows.Forms.Padding(4); this.btnCom.Name = "btnCom"; this.btnCom.Size = new System.Drawing.Size(144, 33); this.btnCom.TabIndex = 12; this.btnCom.Text = "端口初始化"; this.btnCom.UseVisualStyleBackColor = true; this.btnCom.Click += new System.EventHandler(this.btnCom_Click); // // tabPage3 // this.tabPage3.Controls.Add(this.lbLightColor); this.tabPage3.Controls.Add(this.label14); this.tabPage3.Controls.Add(this.txtBarcode); this.tabPage3.Controls.Add(this.txtOut); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Controls.Add(this.comboxcolor); this.tabPage3.Controls.Add(this.lbOnStatus); this.tabPage3.Controls.Add(this.btnTestOff); this.tabPage3.Controls.Add(this.label1); this.tabPage3.Controls.Add(this.txtLightId); this.tabPage3.Controls.Add(this.btnTestOn); this.tabPage3.Location = new System.Drawing.Point(4, 28); this.tabPage3.Margin = new System.Windows.Forms.Padding(4); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(4); this.tabPage3.Size = new System.Drawing.Size(1250, 676); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "通道灯测试"; this.tabPage3.UseVisualStyleBackColor = true; // // lbLightColor // this.lbLightColor.AutoSize = true; this.lbLightColor.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbLightColor.Location = new System.Drawing.Point(968, 40); this.lbLightColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbLightColor.Name = "lbLightColor"; this.lbLightColor.Size = new System.Drawing.Size(0, 24); this.lbLightColor.TabIndex = 34; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(610, 40); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(58, 24); this.label14.TabIndex = 33; this.label14.Text = "扫码"; // // txtBarcode // this.txtBarcode.Location = new System.Drawing.Point(698, 39); this.txtBarcode.Margin = new System.Windows.Forms.Padding(4); this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(152, 28); this.txtBarcode.TabIndex = 32; this.txtBarcode.TextChanged += new System.EventHandler(this.txtBarcode_TextChanged); this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown); // // txtOut // this.txtOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtOut.Location = new System.Drawing.Point(4, 202); this.txtOut.Margin = new System.Windows.Forms.Padding(4); this.txtOut.Multiline = true; this.txtOut.Name = "txtOut"; this.txtOut.ReadOnly = true; this.txtOut.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtOut.Size = new System.Drawing.Size(1237, 440); this.txtOut.TabIndex = 31; this.txtOut.WordWrap = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(306, 40); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(34, 24); this.label5.TabIndex = 30; this.label5.Text = "层"; // // comboxcolor // this.comboxcolor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboxcolor.FormattingEnabled = true; this.comboxcolor.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6"}); this.comboxcolor.Location = new System.Drawing.Point(361, 39); this.comboxcolor.Margin = new System.Windows.Forms.Padding(4); this.comboxcolor.Name = "comboxcolor"; this.comboxcolor.Size = new System.Drawing.Size(116, 26); this.comboxcolor.TabIndex = 29; // // lbOnStatus // this.lbOnStatus.AutoSize = true; this.lbOnStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbOnStatus.Location = new System.Drawing.Point(588, 99); this.lbOnStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbOnStatus.Name = "lbOnStatus"; this.lbOnStatus.Size = new System.Drawing.Size(178, 24); this.lbOnStatus.TabIndex = 28; this.lbOnStatus.Text = "request status"; // // btnTestOff // this.btnTestOff.Location = new System.Drawing.Point(190, 100); this.btnTestOff.Margin = new System.Windows.Forms.Padding(4); this.btnTestOff.Name = "btnTestOff"; this.btnTestOff.Size = new System.Drawing.Size(112, 34); this.btnTestOff.TabIndex = 24; this.btnTestOff.Text = "熄灭"; this.btnTestOff.UseVisualStyleBackColor = true; this.btnTestOff.Click += new System.EventHandler(this.btnTestOff_Click); // // 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(46, 40); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 24); this.label1.TabIndex = 23; this.label1.Text = "通道灯ID"; // // txtLightId // this.txtLightId.Location = new System.Drawing.Point(162, 40); this.txtLightId.Margin = new System.Windows.Forms.Padding(4); this.txtLightId.Name = "txtLightId"; this.txtLightId.Size = new System.Drawing.Size(79, 28); this.txtLightId.TabIndex = 22; this.txtLightId.Text = "1"; // // btnTestOn // this.btnTestOn.Location = new System.Drawing.Point(51, 100); this.btnTestOn.Margin = new System.Windows.Forms.Padding(4); this.btnTestOn.Name = "btnTestOn"; this.btnTestOn.Size = new System.Drawing.Size(112, 34); this.btnTestOn.TabIndex = 21; this.btnTestOn.Text = "点亮"; this.btnTestOn.UseVisualStyleBackColor = true; this.btnTestOn.Click += new System.EventHandler(this.btnTestOn_Click); // // tabPage4 // this.tabPage4.Controls.Add(this.btnOffLabel); this.tabPage4.Controls.Add(this.label12); this.tabPage4.Controls.Add(this.txtNum2); this.tabPage4.Controls.Add(this.label11); this.tabPage4.Controls.Add(this.comcolor); this.tabPage4.Controls.Add(this.label10); this.tabPage4.Controls.Add(this.txtNum3); this.tabPage4.Controls.Add(this.label9); this.tabPage4.Controls.Add(this.txtNumber1); this.tabPage4.Controls.Add(this.label8); this.tabPage4.Controls.Add(this.txtLabelId); this.tabPage4.Controls.Add(this.btnTestBack); this.tabPage4.Controls.Add(this.btnTestLabel); this.tabPage4.Controls.Add(this.textLog); this.tabPage4.Location = new System.Drawing.Point(4, 28); this.tabPage4.Margin = new System.Windows.Forms.Padding(4); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(4); this.tabPage4.Size = new System.Drawing.Size(1250, 676); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "电子标签测试"; this.tabPage4.UseVisualStyleBackColor = true; // // btnOffLabel // this.btnOffLabel.Location = new System.Drawing.Point(530, 123); this.btnOffLabel.Margin = new System.Windows.Forms.Padding(4); this.btnOffLabel.Name = "btnOffLabel"; this.btnOffLabel.Size = new System.Drawing.Size(112, 34); this.btnOffLabel.TabIndex = 35; this.btnOffLabel.Text = "关闭"; this.btnOffLabel.UseVisualStyleBackColor = true; this.btnOffLabel.Click += new System.EventHandler(this.btnOffLabel_Click); // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label12.Location = new System.Drawing.Point(447, 54); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(94, 24); this.label12.TabIndex = 34; this.label12.Text = "屏2数字"; // // txtNum2 // this.txtNum2.Location = new System.Drawing.Point(546, 51); this.txtNum2.Margin = new System.Windows.Forms.Padding(4); this.txtNum2.Name = "txtNum2"; this.txtNum2.Size = new System.Drawing.Size(52, 28); this.txtNum2.TabIndex = 33; this.txtNum2.Text = "34"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(900, 54); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(58, 24); this.label11.TabIndex = 32; this.label11.Text = "颜色"; // // comcolor // this.comcolor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comcolor.FormattingEnabled = true; this.comcolor.Items.AddRange(new object[] { "红", "绿", "蓝", "红闪", "绿闪", "蓝闪", "红绿", "红蓝", "绿蓝", "红绿蓝"}); this.comcolor.Location = new System.Drawing.Point(981, 48); this.comcolor.Margin = new System.Windows.Forms.Padding(4); this.comcolor.Name = "comcolor"; this.comcolor.Size = new System.Drawing.Size(116, 26); this.comcolor.TabIndex = 31; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(656, 54); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(94, 24); this.label10.TabIndex = 28; this.label10.Text = "屏3数字"; // // txtNum3 // this.txtNum3.Location = new System.Drawing.Point(760, 49); this.txtNum3.Margin = new System.Windows.Forms.Padding(4); this.txtNum3.Name = "txtNum3"; this.txtNum3.Size = new System.Drawing.Size(72, 28); this.txtNum3.TabIndex = 27; this.txtNum3.Text = "1234"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(268, 54); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(94, 24); this.label9.TabIndex = 26; this.label9.Text = "屏1数字"; // // txtNumber1 // this.txtNumber1.Location = new System.Drawing.Point(371, 49); this.txtNumber1.Margin = new System.Windows.Forms.Padding(4); this.txtNumber1.Name = "txtNumber1"; this.txtNumber1.Size = new System.Drawing.Size(52, 28); this.txtNumber1.TabIndex = 25; this.txtNumber1.Text = "12"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(16, 54); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(130, 24); this.label8.TabIndex = 24; this.label8.Text = "电子标签ID"; // // txtLabelId // this.txtLabelId.Location = new System.Drawing.Point(156, 48); this.txtLabelId.Margin = new System.Windows.Forms.Padding(4); this.txtLabelId.Name = "txtLabelId"; this.txtLabelId.Size = new System.Drawing.Size(52, 28); this.txtLabelId.TabIndex = 10; this.txtLabelId.Text = "1"; // // btnTestBack // this.btnTestBack.Location = new System.Drawing.Point(650, 124); this.btnTestBack.Margin = new System.Windows.Forms.Padding(4); this.btnTestBack.Name = "btnTestBack"; this.btnTestBack.Size = new System.Drawing.Size(112, 34); this.btnTestBack.TabIndex = 9; this.btnTestBack.Text = "回传测试"; this.btnTestBack.UseVisualStyleBackColor = true; this.btnTestBack.Click += new System.EventHandler(this.btnTestBack_Click); // // btnTestLabel // this.btnTestLabel.Location = new System.Drawing.Point(410, 123); this.btnTestLabel.Margin = new System.Windows.Forms.Padding(4); this.btnTestLabel.Name = "btnTestLabel"; this.btnTestLabel.Size = new System.Drawing.Size(112, 34); this.btnTestLabel.TabIndex = 8; this.btnTestLabel.Text = "点亮"; this.btnTestLabel.UseVisualStyleBackColor = true; this.btnTestLabel.Click += new System.EventHandler(this.btnTestLabel_Click); // // textLog // this.textLog.Location = new System.Drawing.Point(0, 166); this.textLog.Margin = new System.Windows.Forms.Padding(4); this.textLog.Multiline = true; this.textLog.Name = "textLog"; this.textLog.ReadOnly = true; this.textLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textLog.Size = new System.Drawing.Size(1240, 500); this.textLog.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(918, 712); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(303, 33); this.label3.TabIndex = 8; this.label3.Text = "Suzhou Deiniu Soft"; this.label3.Click += new System.EventHandler(this.label3_Click); // // FormHost // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1252, 750); this.Controls.Add(this.label3); this.Controls.Add(this.tabControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "FormHost"; this.Text = "DN Light Service"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormHost_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nud)).EndInit(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbStatus; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.ComboBox comComs; private System.Windows.Forms.Label lbComStatus; private System.Windows.Forms.Button btnCom; private System.Windows.Forms.Label lbLightInfo; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnUrl; private System.Windows.Forms.TextBox txtUrl; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Label lbOnStatus; private System.Windows.Forms.Button btnTestOff; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtLightId; private System.Windows.Forms.Button btnTestOn; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TextBox textLog; private System.Windows.Forms.Button btnTestLabel; private System.Windows.Forms.Button btnRestart; private System.Windows.Forms.Button btnCallback; private System.Windows.Forms.TextBox txtCallBack; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnTestBack; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboxcolor; private System.Windows.Forms.TextBox txtOut; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox comcolor; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox txtNum3; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtNumber1; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtLabelId; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtNum2; private System.Windows.Forms.CheckBox chkClear; private System.Windows.Forms.TextBox textBoxLog; private System.Windows.Forms.TextBox txtboxUrl; private System.Windows.Forms.Button btnSetCartIP; private System.Windows.Forms.TextBox txtCartIp; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button btnShowId; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtBarcode; private System.Windows.Forms.Label lbLightColor; private System.Windows.Forms.Button btnOffLabel; private System.Windows.Forms.Label label15; private System.Windows.Forms.NumericUpDown nud; } }