namespace UAS_MES_NEW.Make { partial class Make_WirelessThroughput { /// /// 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() { 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.ProtDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.ExePath = new System.Windows.Forms.TextBox(); this.ProductList = new System.Windows.Forms.TextBox(); this.IPList = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.Locat3 = new System.Windows.Forms.CheckBox(); this.Locat2 = new System.Windows.Forms.CheckBox(); this.Locat1 = new System.Windows.Forms.CheckBox(); this.Radio2 = new System.Windows.Forms.CheckBox(); this.Radio1 = new System.Windows.Forms.CheckBox(); this.Account = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.SN = new System.Windows.Forms.TextBox(); this.TestTime = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.Clear = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.Password = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.DownMax = new System.Windows.Forms.TextBox(); this.DownMin = new System.Windows.Forms.TextBox(); this.UpMax = new System.Windows.Forms.TextBox(); this.ResMin = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.ResMax = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.UpMin = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom(); this.label20 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.SNDetails.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.ProtDetails.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // SNDetails // this.SNDetails.BorderColor = System.Drawing.Color.Black; this.SNDetails.Controls.Add(this.tableLayoutPanel1); this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top; this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F); this.SNDetails.Location = new System.Drawing.Point(0, 0); this.SNDetails.Name = "SNDetails"; this.SNDetails.Size = new System.Drawing.Size(1600, 123); this.SNDetails.TabIndex = 2; 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.Bottom; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37); 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, 83F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83); this.tableLayoutPanel1.TabIndex = 0; // // productName // this.productName.AutoSize = true; this.productName.Dock = System.Windows.Forms.DockStyle.Fill; this.productName.Location = new System.Drawing.Point(1005, 0); this.productName.Name = "productName"; this.productName.Size = new System.Drawing.Size(586, 83); 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(693, 0); this.productCode.Name = "productCode"; this.productCode.Size = new System.Drawing.Size(204, 83); 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(399, 0); this.workOrder.Name = "workOrder"; this.workOrder.Size = new System.Drawing.Size(186, 83); 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(903, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 83); 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(96, 83); 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(591, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 83); 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(297, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 83); 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(105, 0); this.serialNumber.Name = "serialNumber"; this.serialNumber.Size = new System.Drawing.Size(186, 83); this.serialNumber.TabIndex = 4; this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ProtDetails // this.ProtDetails.BorderColor = System.Drawing.Color.Black; this.ProtDetails.Controls.Add(this.tableLayoutPanel2); this.ProtDetails.Dock = System.Windows.Forms.DockStyle.Top; this.ProtDetails.Font = new System.Drawing.Font("微软雅黑", 12F); this.ProtDetails.Location = new System.Drawing.Point(0, 123); this.ProtDetails.Name = "ProtDetails"; this.ProtDetails.Size = new System.Drawing.Size(1600, 333); this.ProtDetails.TabIndex = 3; this.ProtDetails.TabStop = false; this.ProtDetails.Text = "测试设置"; this.ProtDetails.TextColor = System.Drawing.Color.Black; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.87955F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.12045F)); this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 35); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1594, 295); this.tableLayoutPanel2.TabIndex = 12; // // panel1 // this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.label20); this.panel1.Controls.Add(this.ExePath); this.panel1.Controls.Add(this.ProductList); this.panel1.Controls.Add(this.IPList); this.panel1.Controls.Add(this.label19); this.panel1.Controls.Add(this.label18); this.panel1.Controls.Add(this.Locat3); this.panel1.Controls.Add(this.Locat2); this.panel1.Controls.Add(this.Locat1); this.panel1.Controls.Add(this.Radio2); this.panel1.Controls.Add(this.Radio1); this.panel1.Controls.Add(this.Account); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.SN); this.panel1.Controls.Add(this.TestTime); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.Clear); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.Password); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1076, 289); this.panel1.TabIndex = 12; // // ExePath // this.ExePath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ExePath.Location = new System.Drawing.Point(681, 14); this.ExePath.Name = "ExePath"; this.ExePath.Size = new System.Drawing.Size(608, 31); this.ExePath.TabIndex = 23; this.ExePath.Click += new System.EventHandler(this.ExePath_Click); // // ProductList // this.ProductList.Location = new System.Drawing.Point(151, 65); this.ProductList.Name = "ProductList"; this.ProductList.Size = new System.Drawing.Size(293, 39); this.ProductList.TabIndex = 20; // // IPList // this.IPList.Location = new System.Drawing.Point(152, 14); this.IPList.Name = "IPList"; this.IPList.Size = new System.Drawing.Size(293, 39); this.IPList.TabIndex = 19; // // label19 // this.label19.AutoSize = true; this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.Location = new System.Drawing.Point(534, 17); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(153, 28); this.label19.TabIndex = 21; this.label19.Text = "iperf 启动路径:"; // // label18 // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label18.Location = new System.Drawing.Point(14, 71); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(126, 28); this.label18.TabIndex = 17; this.label18.Text = "产品 IP地址:"; // // Locat3 // this.Locat3.AutoSize = true; this.Locat3.Cursor = System.Windows.Forms.Cursors.Hand; this.Locat3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Locat3.Location = new System.Drawing.Point(839, 160); this.Locat3.Name = "Locat3"; this.Locat3.Size = new System.Drawing.Size(187, 32); this.Locat3.TabIndex = 16; this.Locat3.Text = "安居云固件TF卡"; this.Locat3.UseVisualStyleBackColor = true; this.Locat3.Click += new System.EventHandler(this.Locat3_Click); // // Locat2 // this.Locat2.AutoSize = true; this.Locat2.Cursor = System.Windows.Forms.Cursors.Hand; this.Locat2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Locat2.Location = new System.Drawing.Point(667, 160); this.Locat2.Name = "Locat2"; this.Locat2.Size = new System.Drawing.Size(166, 32); this.Locat2.TabIndex = 15; this.Locat2.Text = "中心固件TF卡"; this.Locat2.UseVisualStyleBackColor = true; this.Locat2.Click += new System.EventHandler(this.Locat2_Click); // // Locat1 // this.Locat1.AutoSize = true; this.Locat1.Cursor = System.Windows.Forms.Cursors.Hand; this.Locat1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Locat1.Location = new System.Drawing.Point(539, 160); this.Locat1.Name = "Locat1"; this.Locat1.Size = new System.Drawing.Size(122, 32); this.Locat1.TabIndex = 14; this.Locat1.Text = "系统内置"; this.Locat1.UseVisualStyleBackColor = true; this.Locat1.Click += new System.EventHandler(this.Locat1_Click); // // Radio2 // this.Radio2.AutoSize = true; this.Radio2.Cursor = System.Windows.Forms.Cursors.Hand; this.Radio2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Radio2.Location = new System.Drawing.Point(696, 198); this.Radio2.Name = "Radio2"; this.Radio2.Size = new System.Drawing.Size(108, 32); this.Radio2.TabIndex = 13; this.Radio2.Text = "测试5G"; this.Radio2.UseVisualStyleBackColor = true; this.Radio2.Click += new System.EventHandler(this.Radio2_Click); // // Radio1 // this.Radio1.AutoSize = true; this.Radio1.Cursor = System.Windows.Forms.Cursors.Hand; this.Radio1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Radio1.Location = new System.Drawing.Point(539, 198); this.Radio1.Name = "Radio1"; this.Radio1.Size = new System.Drawing.Size(125, 32); this.Radio1.TabIndex = 12; this.Radio1.Text = "测试2.4G"; this.Radio1.UseVisualStyleBackColor = true; this.Radio1.Click += new System.EventHandler(this.Radio1_Click); // // Account // this.Account.Location = new System.Drawing.Point(151, 117); this.Account.Name = "Account"; this.Account.Size = new System.Drawing.Size(293, 39); this.Account.TabIndex = 5; this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown); // // 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(14, 236); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(80, 28); this.label5.TabIndex = 0; this.label5.Text = "序列号:"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(714, 66); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(103, 28); this.label10.TabIndex = 10; this.label10.Text = "秒(<=30)"; // // SN // this.SN.Location = new System.Drawing.Point(151, 236); this.SN.Name = "SN"; this.SN.Size = new System.Drawing.Size(384, 39); this.SN.TabIndex = 1; this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown); // // TestTime // this.TestTime.Location = new System.Drawing.Point(645, 60); this.TestTime.Name = "TestTime"; this.TestTime.Size = new System.Drawing.Size(63, 39); this.TestTime.TabIndex = 9; // // 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(14, 20); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(153, 28); this.label6.TabIndex = 2; this.label6.Text = "iperf 服务地址:"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(533, 66); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(101, 28); this.label9.TabIndex = 8; this.label9.Text = "测试时长:"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(14, 120); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(101, 28); this.label7.TabIndex = 3; this.label7.Text = "登录账户:"; // // Clear // this.Clear.Cursor = System.Windows.Forms.Cursors.Hand; this.Clear.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Clear.Location = new System.Drawing.Point(603, 236); this.Clear.Name = "Clear"; this.Clear.Size = new System.Drawing.Size(135, 39); this.Clear.TabIndex = 7; this.Clear.Text = "清除提示"; this.Clear.UseVisualStyleBackColor = true; this.Clear.Click += new System.EventHandler(this.Clear_Click); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(14, 174); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 28); this.label8.TabIndex = 4; this.label8.Text = "登录密码:"; // // Password // this.Password.Location = new System.Drawing.Point(151, 171); this.Password.Name = "Password"; this.Password.Size = new System.Drawing.Size(293, 39); this.Password.TabIndex = 6; this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown); // // panel2 // this.panel2.Controls.Add(this.tableLayoutPanel3); this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.label11); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(1085, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(506, 289); this.panel2.TabIndex = 13; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 4; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.Controls.Add(this.DownMax, 2, 2); this.tableLayoutPanel3.Controls.Add(this.DownMin, 1, 2); this.tableLayoutPanel3.Controls.Add(this.UpMax, 2, 1); this.tableLayoutPanel3.Controls.Add(this.ResMin, 3, 2); this.tableLayoutPanel3.Controls.Add(this.label17, 0, 2); this.tableLayoutPanel3.Controls.Add(this.ResMax, 3, 1); this.tableLayoutPanel3.Controls.Add(this.label16, 0, 1); this.tableLayoutPanel3.Controls.Add(this.label14, 2, 0); this.tableLayoutPanel3.Controls.Add(this.label13, 1, 0); this.tableLayoutPanel3.Controls.Add(this.label12, 0, 0); this.tableLayoutPanel3.Controls.Add(this.UpMin, 1, 1); this.tableLayoutPanel3.Controls.Add(this.label15, 3, 0); this.tableLayoutPanel3.Location = new System.Drawing.Point(5, 60); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 3; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(532, 159); this.tableLayoutPanel3.TabIndex = 15; // // DownMax // this.DownMax.Anchor = System.Windows.Forms.AnchorStyles.Left; this.DownMax.Location = new System.Drawing.Point(269, 113); this.DownMax.Name = "DownMax"; this.DownMax.Size = new System.Drawing.Size(100, 39); this.DownMax.TabIndex = 15; // // DownMin // this.DownMin.Anchor = System.Windows.Forms.AnchorStyles.Left; this.DownMin.Location = new System.Drawing.Point(136, 113); this.DownMin.Name = "DownMin"; this.DownMin.Size = new System.Drawing.Size(100, 39); this.DownMin.TabIndex = 14; // // UpMax // this.UpMax.Anchor = System.Windows.Forms.AnchorStyles.Left; this.UpMax.Location = new System.Drawing.Point(269, 60); this.UpMax.Name = "UpMax"; this.UpMax.Size = new System.Drawing.Size(100, 39); this.UpMax.TabIndex = 13; // // ResMin // this.ResMin.Anchor = System.Windows.Forms.AnchorStyles.Left; this.ResMin.AutoSize = true; this.ResMin.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ResMin.Location = new System.Drawing.Point(402, 118); this.ResMin.Name = "ResMin"; this.ResMin.Size = new System.Drawing.Size(24, 28); this.ResMin.TabIndex = 11; this.ResMin.Text = "0"; // // label17 // this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label17.Location = new System.Drawing.Point(3, 118); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(96, 28); this.label17.TabIndex = 8; this.label17.Text = "下行带宽"; // // ResMax // this.ResMax.Anchor = System.Windows.Forms.AnchorStyles.Left; this.ResMax.AutoSize = true; this.ResMax.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ResMax.Location = new System.Drawing.Point(402, 65); this.ResMax.Name = "ResMax"; this.ResMax.Size = new System.Drawing.Size(24, 28); this.ResMax.TabIndex = 7; this.ResMax.Text = "0"; // // label16 // this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.Location = new System.Drawing.Point(3, 65); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(96, 28); this.label16.TabIndex = 4; this.label16.Text = "上行带宽"; // // label14 // this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(269, 12); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(54, 28); this.label14.TabIndex = 2; this.label14.Text = "上限"; // // label13 // this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(136, 12); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(54, 28); this.label13.TabIndex = 1; this.label13.Text = "下限"; // // label12 // this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label12.Location = new System.Drawing.Point(3, 12); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(69, 28); this.label12.TabIndex = 0; this.label12.Text = "Mbps"; // // UpMin // this.UpMin.Anchor = System.Windows.Forms.AnchorStyles.Left; this.UpMin.Location = new System.Drawing.Point(136, 60); this.UpMin.Name = "UpMin"; this.UpMin.Size = new System.Drawing.Size(100, 39); this.UpMin.TabIndex = 12; // // label15 // this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(402, 12); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(75, 28); this.label15.TabIndex = 3; this.label15.Text = "实际值"; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.Control; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Location = new System.Drawing.Point(148, 17); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(109, 32); this.textBox1.TabIndex = 14; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(4, 17); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(140, 31); this.label11.TabIndex = 13; this.label11.Text = "测试结果为:"; // // OperatResult // 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(0, 456); this.OperatResult.Margin = new System.Windows.Forms.Padding(4); this.OperatResult.Name = "OperatResult"; this.OperatResult.Size = new System.Drawing.Size(1600, 444); this.OperatResult.TabIndex = 89; this.OperatResult.Text = ""; // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label20.Location = new System.Drawing.Point(534, 115); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(159, 28); this.label20.TabIndex = 24; this.label20.Text = "测试指令模式:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "指令一", "指令二"}); this.comboBox1.Location = new System.Drawing.Point(678, 110); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(227, 39); this.comboBox1.TabIndex = 25; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // Make_WirelessThroughput // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1600, 900); this.Controls.Add(this.OperatResult); this.Controls.Add(this.ProtDetails); this.Controls.Add(this.SNDetails); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_WirelessThroughput"; this.Text = "Make_WirelessThroughput"; this.Load += new System.EventHandler(this.Make_WirelessThroughput_Load); this.SNDetails.ResumeLayout(true); this.tableLayoutPanel1.ResumeLayout(true); this.tableLayoutPanel1.PerformLayout(); this.ProtDetails.ResumeLayout(true); this.tableLayoutPanel2.ResumeLayout(true); this.panel1.ResumeLayout(true); this.panel1.PerformLayout(); this.panel2.ResumeLayout(true); this.panel2.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(true); this.tableLayoutPanel3.PerformLayout(); this.ResumeLayout(true); } #endregion 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 CustomControl.GroupBoxWithBorder.GroupBoxWithBorder ProtDetails; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox SN; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox Password; private System.Windows.Forms.TextBox Account; private System.Windows.Forms.Button Clear; private CustomControl.RichText.RichTextAutoBottom OperatResult; private System.Windows.Forms.TextBox TestTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.CheckBox Radio1; private System.Windows.Forms.CheckBox Radio2; private System.Windows.Forms.CheckBox Locat3; private System.Windows.Forms.CheckBox Locat2; private System.Windows.Forms.CheckBox Locat1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label ResMin; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label ResMax; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox UpMin; private System.Windows.Forms.TextBox DownMax; private System.Windows.Forms.TextBox DownMin; private System.Windows.Forms.TextBox UpMax; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox IPList; private System.Windows.Forms.TextBox ProductList; private System.Windows.Forms.TextBox ExePath; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.ComboBox comboBox1; } }