namespace Tps_LQ_Transmitter { partial class FrmMain { /// /// 必需的设计器变量。 /// 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() { this.components = new System.ComponentModel.Container(); DevComponents.DotNetBar.Layout.BorderPattern borderPattern2 = new DevComponents.DotNetBar.Layout.BorderPattern(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.advTree1 = new DevComponents.AdvTree.AdvTree(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmChannel = new System.Windows.Forms.ToolStripMenuItem(); this.tmsTestNode = new System.Windows.Forms.ToolStripMenuItem(); this.tsmUnSelecteAll = new System.Windows.Forms.ToolStripMenuItem(); this.tsmSelectAll = new System.Windows.Forms.ToolStripMenuItem(); this.node1 = new DevComponents.AdvTree.Node(); this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector(); this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle(); this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl(); this.tbTestProject = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tbPlace = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tbTemp = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tbRH = new DevComponents.DotNetBar.Controls.TextBoxX(); this.BtnLoadTpsConfig = new DevComponents.DotNetBar.ButtonX(); this.BtnMessage = new DevComponents.DotNetBar.ButtonX(); this.BtnDevice = new DevComponents.DotNetBar.ButtonX(); this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress(); this.BtnStop = new DevComponents.DotNetBar.ButtonX(); this.BtnStart = new DevComponents.DotNetBar.ButtonX(); this.cbbProduct = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.tbTester = new DevComponents.DotNetBar.Controls.TextBoxX(); this.tbSerials = new System.Windows.Forms.ComboBox(); this.layoutGroup1 = new DevComponents.DotNetBar.Layout.LayoutGroup(); this.layoutControlItem1 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem6 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem7 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem4 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem12 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutGroup2 = new DevComponents.DotNetBar.Layout.LayoutGroup(); this.layoutControlItem8 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutSpacerItem1 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem(); this.layoutControlItem9 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.labRemainTime = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutControlItem10 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.layoutSpacerItem2 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem(); this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem(); this.panel1 = new System.Windows.Forms.Panel(); this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.dgvTestData = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.tabTestData = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.dgvManualData = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.btnDebugging = new DevComponents.DotNetBar.ButtonX(); this.BtnLoadManualData = new DevComponents.DotNetBar.ButtonX(); this.BtnSaveManualData = new DevComponents.DotNetBar.ButtonX(); this.tabManualData = new DevComponents.DotNetBar.SuperTabItem(); this.tbSerial = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btnProductForm = new DevComponents.DotNetBar.ButtonX(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.layoutControl1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).BeginInit(); this.superTabControlPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(2); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.advTree1); this.splitContainer1.Panel1.Controls.Add(this.layoutControl1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Size = new System.Drawing.Size(864, 578); this.splitContainer1.SplitterDistance = 325; this.splitContainer1.SplitterWidth = 3; this.splitContainer1.TabIndex = 0; // // advTree1 // this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline; this.advTree1.BackColor = System.Drawing.SystemColors.Window; // // // this.advTree1.BackgroundStyle.Class = "TreeBorderKey"; this.advTree1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.advTree1.ContextMenuStrip = this.contextMenuStrip1; this.advTree1.Dock = System.Windows.Forms.DockStyle.Fill; this.advTree1.DragDropEnabled = false; this.advTree1.DragDropNodeCopyEnabled = false; this.advTree1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.advTree1.Location = new System.Drawing.Point(0, 290); this.advTree1.Margin = new System.Windows.Forms.Padding(2); this.advTree1.Name = "advTree1"; this.advTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] { this.node1}); this.advTree1.NodesConnector = this.nodeConnector1; this.advTree1.NodeStyle = this.elementStyle1; this.advTree1.PathSeparator = ";"; this.advTree1.SelectionBoxStyle = DevComponents.AdvTree.eSelectionStyle.FullRowSelect; this.advTree1.SelectionPerCell = true; this.advTree1.Size = new System.Drawing.Size(325, 288); this.advTree1.Styles.Add(this.elementStyle1); this.advTree1.TabIndex = 1; this.advTree1.Text = "advTree1"; this.advTree1.AfterCheck += new DevComponents.AdvTree.AdvTreeCellEventHandler(this.advTree1_AfterCheck); this.advTree1.NodeDoubleClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.advTree1_NodeDoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmChannel, this.tmsTestNode, this.tsmUnSelecteAll, this.tsmSelectAll}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92); // // tsmChannel // this.tsmChannel.Name = "tsmChannel"; this.tsmChannel.Size = new System.Drawing.Size(148, 22); this.tsmChannel.Text = "按通道分类"; this.tsmChannel.Click += new System.EventHandler(this.tsmChannel_Click); // // tmsTestNode // this.tmsTestNode.Name = "tmsTestNode"; this.tmsTestNode.Size = new System.Drawing.Size(148, 22); this.tmsTestNode.Text = "按指标分类"; this.tmsTestNode.Click += new System.EventHandler(this.tmsTestNode_Click); // // tsmUnSelecteAll // this.tsmUnSelecteAll.Name = "tsmUnSelecteAll"; this.tsmUnSelecteAll.Size = new System.Drawing.Size(148, 22); this.tsmUnSelecteAll.Text = "全部取消选择"; this.tsmUnSelecteAll.Click += new System.EventHandler(this.tsmUnSelecteAll_Click); // // tsmSelectAll // this.tsmSelectAll.Name = "tsmSelectAll"; this.tsmSelectAll.Size = new System.Drawing.Size(148, 22); this.tsmSelectAll.Text = "全部选择"; this.tsmSelectAll.Click += new System.EventHandler(this.tsmSelectAll_Click); // // node1 // this.node1.Expanded = true; this.node1.Name = "node1"; this.node1.Text = "node1"; // // nodeConnector1 // this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText; // // elementStyle1 // this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.elementStyle1.Name = "elementStyle1"; this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText; // // layoutControl1 // this.layoutControl1.Controls.Add(this.tbTestProject); this.layoutControl1.Controls.Add(this.tbPlace); this.layoutControl1.Controls.Add(this.tbTemp); this.layoutControl1.Controls.Add(this.tbRH); this.layoutControl1.Controls.Add(this.BtnLoadTpsConfig); this.layoutControl1.Controls.Add(this.BtnMessage); this.layoutControl1.Controls.Add(this.BtnDevice); this.layoutControl1.Controls.Add(this.circularProgress1); this.layoutControl1.Controls.Add(this.BtnStop); this.layoutControl1.Controls.Add(this.BtnStart); this.layoutControl1.Controls.Add(this.cbbProduct); this.layoutControl1.Controls.Add(this.tbTester); this.layoutControl1.Controls.Add(this.tbSerials); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(2); this.layoutControl1.Name = "layoutControl1"; // // // this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] { this.layoutGroup1, this.layoutGroup2}); this.layoutControl1.Size = new System.Drawing.Size(325, 290); this.layoutControl1.TabIndex = 0; // // tbTestProject // // // // this.tbTestProject.Border.Class = "TextBoxBorder"; this.tbTestProject.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbTestProject.Location = new System.Drawing.Point(66, 125); this.tbTestProject.Margin = new System.Windows.Forms.Padding(0); this.tbTestProject.Name = "tbTestProject"; this.tbTestProject.PreventEnterBeep = true; this.tbTestProject.ReadOnly = true; this.tbTestProject.Size = new System.Drawing.Size(253, 21); this.tbTestProject.TabIndex = 5; // // tbPlace // // // // this.tbPlace.Border.Class = "TextBoxBorder"; this.tbPlace.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbPlace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbPlace.Location = new System.Drawing.Point(66, 47); this.tbPlace.Margin = new System.Windows.Forms.Padding(0); this.tbPlace.Name = "tbPlace"; this.tbPlace.PreventEnterBeep = true; this.tbPlace.Size = new System.Drawing.Size(253, 23); this.tbPlace.TabIndex = 1; this.tbPlace.Text = "林泉电机"; // // tbTemp // // // // this.tbTemp.Border.Class = "TextBoxBorder"; this.tbTemp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbTemp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbTemp.Location = new System.Drawing.Point(66, 99); this.tbTemp.Margin = new System.Windows.Forms.Padding(0); this.tbTemp.Name = "tbTemp"; this.tbTemp.PreventEnterBeep = true; this.tbTemp.Size = new System.Drawing.Size(93, 23); this.tbTemp.TabIndex = 3; this.tbTemp.Text = "26℃"; // // tbRH // // // // this.tbRH.Border.Class = "TextBoxBorder"; this.tbRH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbRH.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbRH.Location = new System.Drawing.Point(225, 99); this.tbRH.Margin = new System.Windows.Forms.Padding(0); this.tbRH.Name = "tbRH"; this.tbRH.PreventEnterBeep = true; this.tbRH.Size = new System.Drawing.Size(94, 23); this.tbRH.TabIndex = 4; this.tbRH.Text = "60%RH"; // // BtnLoadTpsConfig // this.BtnLoadTpsConfig.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnLoadTpsConfig.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnLoadTpsConfig.Location = new System.Drawing.Point(6, 179); this.BtnLoadTpsConfig.Margin = new System.Windows.Forms.Padding(0); this.BtnLoadTpsConfig.Name = "BtnLoadTpsConfig"; this.BtnLoadTpsConfig.Size = new System.Drawing.Size(313, 18); this.BtnLoadTpsConfig.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnLoadTpsConfig.TabIndex = 7; this.BtnLoadTpsConfig.Text = "加载产品"; this.BtnLoadTpsConfig.Click += new System.EventHandler(this.BtnLoadTpsConfig_Click); // // BtnMessage // this.BtnMessage.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnMessage.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnMessage.Location = new System.Drawing.Point(190, 259); this.BtnMessage.Margin = new System.Windows.Forms.Padding(0); this.BtnMessage.Name = "BtnMessage"; this.BtnMessage.Size = new System.Drawing.Size(121, 18); this.BtnMessage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnMessage.TabIndex = 15; this.BtnMessage.Text = "消息"; this.BtnMessage.Click += new System.EventHandler(this.BtnMessage_Click); // // BtnDevice // this.BtnDevice.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnDevice.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnDevice.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnDevice.Location = new System.Drawing.Point(6, 256); this.BtnDevice.Margin = new System.Windows.Forms.Padding(0); this.BtnDevice.Name = "BtnDevice"; this.BtnDevice.Size = new System.Drawing.Size(121, 24); this.BtnDevice.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnDevice.TabIndex = 13; this.BtnDevice.Text = "设备"; this.BtnDevice.Click += new System.EventHandler(this.BtnDevice_Click); // // circularProgress1 // // // // this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.circularProgress1.Location = new System.Drawing.Point(116, 235); this.circularProgress1.Margin = new System.Windows.Forms.Padding(0); this.circularProgress1.Name = "circularProgress1"; this.circularProgress1.Size = new System.Drawing.Size(203, 18); this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; this.circularProgress1.TabIndex = 12; // // BtnStop // this.BtnStop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnStop.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnStop.Location = new System.Drawing.Point(190, 211); this.BtnStop.Margin = new System.Windows.Forms.Padding(0); this.BtnStop.Name = "BtnStop"; this.BtnStop.Size = new System.Drawing.Size(121, 18); this.BtnStop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnStop.TabIndex = 11; this.BtnStop.Text = "停止测试"; this.BtnStop.Click += new System.EventHandler(this.BtnStop_Click); // // BtnStart // this.BtnStart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnStart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnStart.Location = new System.Drawing.Point(6, 211); this.BtnStart.Margin = new System.Windows.Forms.Padding(0); this.BtnStart.Name = "BtnStart"; this.BtnStart.Size = new System.Drawing.Size(121, 18); this.BtnStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnStart.TabIndex = 9; this.BtnStart.Text = "开始测试"; this.BtnStart.Click += new System.EventHandler(this.BtnStart_Click); // // cbbProduct // this.cbbProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbbProduct.ItemHeight = 17; this.cbbProduct.Location = new System.Drawing.Point(66, 151); this.cbbProduct.Margin = new System.Windows.Forms.Padding(0); this.cbbProduct.Name = "cbbProduct"; this.cbbProduct.Size = new System.Drawing.Size(253, 25); this.cbbProduct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbbProduct.TabIndex = 6; // // tbTester // // // // this.tbTester.Border.Class = "TextBoxBorder"; this.tbTester.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbTester.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbTester.Location = new System.Drawing.Point(66, 21); this.tbTester.Margin = new System.Windows.Forms.Padding(0); this.tbTester.Name = "tbTester"; this.tbTester.PreventEnterBeep = true; this.tbTester.Size = new System.Drawing.Size(253, 23); this.tbTester.TabIndex = 0; this.tbTester.Text = "李朵"; this.tbTester.TextChanged += new System.EventHandler(this.tbTester_TextChanged); // // tbSerials // this.tbSerials.Location = new System.Drawing.Point(69, 76); this.tbSerials.Name = "tbSerials"; this.tbSerials.Size = new System.Drawing.Size(247, 20); this.tbSerials.TabIndex = 2; this.tbSerials.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSerials_KeyDown); // // layoutGroup1 // borderPattern2.Bottom = DevComponents.DotNetBar.Layout.LinePattern.Dot; this.layoutGroup1.CaptionStyle.BorderPattern = borderPattern2; this.layoutGroup1.CaptionStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutGroup1.CaptionStyle.TextColor = System.Drawing.Color.Navy; this.layoutGroup1.Height = 208; this.layoutGroup1.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem6, this.layoutControlItem7, this.layoutControlItem5, this.layoutControlItem4, this.layoutControlItem12}); this.layoutGroup1.MinSize = new System.Drawing.Size(90, 25); this.layoutGroup1.Name = "layoutGroup1"; this.layoutGroup1.Padding = new System.Windows.Forms.Padding(3); this.layoutGroup1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutGroup1.Text = "测试输入内容"; this.layoutGroup1.TextAlignment = DevComponents.DotNetBar.Layout.eTextAlignment.Left; this.layoutGroup1.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Top; this.layoutGroup1.TextPosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Top; this.layoutGroup1.Width = 100; this.layoutGroup1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem1 // this.layoutControlItem1.Control = this.tbTester; this.layoutControlItem1.Height = 26; this.layoutControlItem1.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem1.Text = "测试人员:"; this.layoutControlItem1.Width = 100; this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem2 // this.layoutControlItem2.Control = this.tbPlace; this.layoutControlItem2.Height = 26; this.layoutControlItem2.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem2.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem2.Text = "测试地点:"; this.layoutControlItem2.Width = 100; this.layoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem3 // this.layoutControlItem3.Control = this.tbSerials; this.layoutControlItem3.Height = 26; this.layoutControlItem3.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem3.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem3.Text = "产品编号:"; this.layoutControlItem3.Width = 100; this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem6 // this.layoutControlItem6.Control = this.tbTemp; this.layoutControlItem6.Height = 26; this.layoutControlItem6.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem6.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem6.Text = "环境温度:"; this.layoutControlItem6.Width = 50; this.layoutControlItem6.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem7 // this.layoutControlItem7.Control = this.tbRH; this.layoutControlItem7.Height = 26; this.layoutControlItem7.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem7.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem7.Text = "环境湿度:"; this.layoutControlItem7.Width = 50; this.layoutControlItem7.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem5 // this.layoutControlItem5.Control = this.tbTestProject; this.layoutControlItem5.Height = 26; this.layoutControlItem5.MinSize = new System.Drawing.Size(90, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem5.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem5.Text = "试验项目:"; this.layoutControlItem5.Width = 100; this.layoutControlItem5.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem4 // this.layoutControlItem4.Control = this.cbbProduct; this.layoutControlItem4.Height = 25; this.layoutControlItem4.MinSize = new System.Drawing.Size(48, 14); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem4.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutControlItem4.Text = "测试产品:"; this.layoutControlItem4.Width = 100; this.layoutControlItem4.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem12 // this.layoutControlItem12.Control = this.BtnLoadTpsConfig; this.layoutControlItem12.Height = 24; this.layoutControlItem12.MinSize = new System.Drawing.Size(24, 16); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.Padding = new System.Windows.Forms.Padding(3); this.layoutControlItem12.Width = 100; this.layoutControlItem12.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutGroup2 // this.layoutGroup2.CaptionStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.layoutGroup2.CaptionStyle.TextColor = System.Drawing.Color.Navy; this.layoutGroup2.Height = 80; this.layoutGroup2.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] { this.layoutControlItem8, this.layoutSpacerItem1, this.layoutControlItem9, this.labRemainTime, this.layoutControlItem10, this.layoutSpacerItem2, this.layoutControlItem11}); this.layoutGroup2.MinSize = new System.Drawing.Size(90, 25); this.layoutGroup2.Name = "layoutGroup2"; this.layoutGroup2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutGroup2.Text = "测试控制"; this.layoutGroup2.TextPosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Top; this.layoutGroup2.TextVisible = false; this.layoutGroup2.Width = 100; this.layoutGroup2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem8 // this.layoutControlItem8.Control = this.BtnStart; this.layoutControlItem8.Height = 24; this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 16); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Padding = new System.Windows.Forms.Padding(3); this.layoutControlItem8.Width = 40; this.layoutControlItem8.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutSpacerItem1 // this.layoutSpacerItem1.Height = 24; this.layoutSpacerItem1.Name = "layoutSpacerItem1"; this.layoutSpacerItem1.Padding = new System.Windows.Forms.Padding(3); this.layoutSpacerItem1.Width = 18; this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem9 // this.layoutControlItem9.Control = this.BtnStop; this.layoutControlItem9.Height = 24; this.layoutControlItem9.MinSize = new System.Drawing.Size(24, 16); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Padding = new System.Windows.Forms.Padding(3); this.layoutControlItem9.Width = 40; this.layoutControlItem9.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // labRemainTime // this.labRemainTime.Control = this.circularProgress1; this.labRemainTime.Height = 24; this.labRemainTime.MinSize = new System.Drawing.Size(48, 14); this.labRemainTime.Name = "labRemainTime"; this.labRemainTime.Padding = new System.Windows.Forms.Padding(3); this.labRemainTime.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labRemainTime.Text = "剩余时间: 1分45秒"; this.labRemainTime.Width = 100; this.labRemainTime.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem10 // this.layoutControlItem10.Control = this.BtnDevice; this.layoutControlItem10.Height = 24; this.layoutControlItem10.MinSize = new System.Drawing.Size(24, 16); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); this.layoutControlItem10.Width = 40; this.layoutControlItem10.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutSpacerItem2 // this.layoutSpacerItem2.Height = 24; this.layoutSpacerItem2.Name = "layoutSpacerItem2"; this.layoutSpacerItem2.Padding = new System.Windows.Forms.Padding(3); this.layoutSpacerItem2.Width = 18; this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // layoutControlItem11 // this.layoutControlItem11.Control = this.BtnMessage; this.layoutControlItem11.Height = 24; this.layoutControlItem11.MinSize = new System.Drawing.Size(24, 16); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Padding = new System.Windows.Forms.Padding(3); this.layoutControlItem11.Width = 40; this.layoutControlItem11.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent; // // panel1 // this.panel1.Controls.Add(this.superTabControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(536, 578); this.panel1.TabIndex = 0; // // superTabControl1 // // // // // // // this.superTabControl1.ControlBox.CloseBox.Name = ""; // // // this.superTabControl1.ControlBox.MenuBox.Name = ""; this.superTabControl1.ControlBox.Name = ""; this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl1.ControlBox.MenuBox, this.superTabControl1.ControlBox.CloseBox}); this.superTabControl1.Controls.Add(this.superTabControlPanel2); this.superTabControl1.Controls.Add(this.superTabControlPanel1); this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControl1.Location = new System.Drawing.Point(0, 0); this.superTabControl1.Margin = new System.Windows.Forms.Padding(2); this.superTabControl1.Name = "superTabControl1"; this.superTabControl1.ReorderTabsEnabled = true; this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.superTabControl1.SelectedTabIndex = 1; this.superTabControl1.Size = new System.Drawing.Size(536, 578); this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.TabIndex = 0; this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.tabTestData, this.tabManualData}); this.superTabControl1.Text = "superTabControl1"; // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.dgvTestData); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28); this.superTabControlPanel1.Margin = new System.Windows.Forms.Padding(2); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(536, 550); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.tabTestData; // // dgvTestData // this.dgvTestData.AllowUserToAddRows = false; this.dgvTestData.AllowUserToDeleteRows = false; this.dgvTestData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvTestData.BackgroundColor = System.Drawing.Color.Azure; this.dgvTestData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvTestData.DefaultCellStyle = dataGridViewCellStyle4; this.dgvTestData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvTestData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvTestData.Location = new System.Drawing.Point(0, 0); this.dgvTestData.Margin = new System.Windows.Forms.Padding(2); this.dgvTestData.Name = "dgvTestData"; this.dgvTestData.ReadOnly = true; this.dgvTestData.RowHeadersVisible = false; this.dgvTestData.RowHeadersWidth = 51; this.dgvTestData.RowTemplate.Height = 27; this.dgvTestData.Size = new System.Drawing.Size(536, 550); this.dgvTestData.TabIndex = 0; // // tabTestData // this.tabTestData.AttachedControl = this.superTabControlPanel1; this.tabTestData.GlobalItem = false; this.tabTestData.Name = "tabTestData"; this.tabTestData.Text = "自动测试数据"; // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.dgvManualData); this.superTabControlPanel2.Controls.Add(this.panelEx1); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28); this.superTabControlPanel2.Margin = new System.Windows.Forms.Padding(2); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(536, 550); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.tabManualData; // // dgvManualData // this.dgvManualData.AllowUserToAddRows = false; this.dgvManualData.AllowUserToDeleteRows = false; this.dgvManualData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvManualData.BackgroundColor = System.Drawing.Color.Azure; this.dgvManualData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvManualData.DefaultCellStyle = dataGridViewCellStyle3; this.dgvManualData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvManualData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvManualData.Location = new System.Drawing.Point(0, 54); this.dgvManualData.Margin = new System.Windows.Forms.Padding(2); this.dgvManualData.Name = "dgvManualData"; this.dgvManualData.ReadOnly = true; this.dgvManualData.RowHeadersVisible = false; this.dgvManualData.RowHeadersWidth = 51; this.dgvManualData.RowTemplate.Height = 27; this.dgvManualData.Size = new System.Drawing.Size(536, 496); this.dgvManualData.TabIndex = 4; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.btnProductForm); this.panelEx1.Controls.Add(this.btnDebugging); this.panelEx1.Controls.Add(this.BtnLoadManualData); this.panelEx1.Controls.Add(this.BtnSaveManualData); this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Margin = new System.Windows.Forms.Padding(2); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(536, 54); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 0; // // btnDebugging // this.btnDebugging.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDebugging.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDebugging.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnDebugging.Location = new System.Drawing.Point(455, 12); this.btnDebugging.Name = "btnDebugging"; this.btnDebugging.Size = new System.Drawing.Size(69, 30); this.btnDebugging.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnDebugging.TabIndex = 1; this.btnDebugging.Text = "调试界面"; this.btnDebugging.Click += new System.EventHandler(this.btnDebugging_Click); // // BtnLoadManualData // this.BtnLoadManualData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnLoadManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnLoadManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnLoadManualData.Location = new System.Drawing.Point(116, 12); this.BtnLoadManualData.Margin = new System.Windows.Forms.Padding(2); this.BtnLoadManualData.Name = "BtnLoadManualData"; this.BtnLoadManualData.Size = new System.Drawing.Size(74, 30); this.BtnLoadManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnLoadManualData.TabIndex = 0; this.BtnLoadManualData.Text = "加载手动数据"; // // BtnSaveManualData // this.BtnSaveManualData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnSaveManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnSaveManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.BtnSaveManualData.Location = new System.Drawing.Point(12, 12); this.BtnSaveManualData.Margin = new System.Windows.Forms.Padding(2); this.BtnSaveManualData.Name = "BtnSaveManualData"; this.BtnSaveManualData.Size = new System.Drawing.Size(74, 30); this.BtnSaveManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnSaveManualData.TabIndex = 0; this.BtnSaveManualData.Text = "保存手动数据"; // // tabManualData // this.tabManualData.AttachedControl = this.superTabControlPanel2; this.tabManualData.GlobalItem = false; this.tabManualData.Name = "tabManualData"; this.tabManualData.Text = "手动测试数据"; // // tbSerial // // // // this.tbSerial.Border.Class = "TextBoxBorder"; this.tbSerial.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tbSerial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbSerial.Location = new System.Drawing.Point(66, 73); this.tbSerial.Margin = new System.Windows.Forms.Padding(0); this.tbSerial.Name = "tbSerial"; this.tbSerial.PreventEnterBeep = true; this.tbSerial.Size = new System.Drawing.Size(236, 26); this.tbSerial.TabIndex = 2; // // btnProductForm // this.btnProductForm.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnProductForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnProductForm.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnProductForm.Location = new System.Drawing.Point(380, 12); this.btnProductForm.Name = "btnProductForm"; this.btnProductForm.Size = new System.Drawing.Size(69, 30); this.btnProductForm.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnProductForm.TabIndex = 1; this.btnProductForm.Text = "产品界面"; this.btnProductForm.Click += new System.EventHandler(this.btnProductForm_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(864, 578); this.Controls.Add(this.splitContainer1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FrmMain"; this.Text = "测试程序界面"; this.Load += new System.EventHandler(this.FrmMain_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.layoutControl1.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).EndInit(); this.superTabControlPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).EndInit(); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1; private DevComponents.DotNetBar.Layout.LayoutGroup layoutGroup1; private DevComponents.DotNetBar.Controls.TextBoxX tbRH; private DevComponents.DotNetBar.Controls.TextBoxX tbTemp; private DevComponents.DotNetBar.Controls.ComboBoxEx cbbProduct; private DevComponents.DotNetBar.Controls.TextBoxX tbPlace; private DevComponents.DotNetBar.Controls.TextBoxX tbTester; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem6; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem7; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem4; private DevComponents.DotNetBar.ButtonX BtnStop; private DevComponents.DotNetBar.ButtonX BtnStart; private DevComponents.DotNetBar.Layout.LayoutGroup layoutGroup2; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem8; private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem1; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem9; private DevComponents.DotNetBar.ButtonX BtnMessage; private DevComponents.DotNetBar.ButtonX BtnDevice; private DevComponents.DotNetBar.Controls.CircularProgress circularProgress1; private DevComponents.DotNetBar.Layout.LayoutControlItem labRemainTime; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem10; private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem2; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem11; private DevComponents.AdvTree.Node node1; private DevComponents.AdvTree.NodeConnector nodeConnector1; private DevComponents.DotNetBar.ElementStyle elementStyle1; private System.Windows.Forms.Panel panel1; private DevComponents.DotNetBar.ButtonX BtnLoadTpsConfig; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem12; private DevComponents.DotNetBar.Controls.TextBoxX tbTestProject; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem5; private DevComponents.AdvTree.AdvTree advTree1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmChannel; private System.Windows.Forms.ToolStripMenuItem tmsTestNode; private System.Windows.Forms.ToolStripMenuItem tsmUnSelecteAll; private System.Windows.Forms.ToolStripMenuItem tsmSelectAll; private DevComponents.DotNetBar.SuperTabControl superTabControl1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.SuperTabItem tabTestData; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; private DevComponents.DotNetBar.SuperTabItem tabManualData; private DevComponents.DotNetBar.Controls.DataGridViewX dgvManualData; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.Controls.DataGridViewX dgvTestData; private DevComponents.DotNetBar.ButtonX BtnLoadManualData; private DevComponents.DotNetBar.ButtonX BtnSaveManualData; private DevComponents.DotNetBar.ButtonX btnDebugging; /// /// 产品编号输入框 /// public System.Windows.Forms.ComboBox tbSerials; private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem3; private DevComponents.DotNetBar.Controls.TextBoxX tbSerial; private DevComponents.DotNetBar.ButtonX btnProductForm; } }