123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883 |
- namespace Tps_LQ_Transmitter
- {
- partial class FrmMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- DevComponents.DotNetBar.Layout.BorderPattern borderPattern4 = new DevComponents.DotNetBar.Layout.BorderPattern();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.tbSerial = 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.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.tabTestData = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.tabManualData = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.dgvTestData = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
- this.dgvManualData = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.BtnSaveManualData = new DevComponents.DotNetBar.ButtonX();
- this.BtnLoadManualData = 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();
- this.superTabControlPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).BeginInit();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).BeginInit();
- 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.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(1152, 723);
- this.splitContainer1.SplitterDistance = 325;
- 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, 362);
- 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, 361);
- 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(169, 100);
- //
- // tsmChannel
- //
- this.tsmChannel.Name = "tsmChannel";
- this.tsmChannel.Size = new System.Drawing.Size(168, 24);
- this.tsmChannel.Text = "按通道分类";
- this.tsmChannel.Click += new System.EventHandler(this.tsmChannel_Click);
- //
- // tmsTestNode
- //
- this.tmsTestNode.Name = "tmsTestNode";
- this.tmsTestNode.Size = new System.Drawing.Size(168, 24);
- this.tmsTestNode.Text = "按指标分类";
- this.tmsTestNode.Click += new System.EventHandler(this.tmsTestNode_Click);
- //
- // tsmUnSelecteAll
- //
- this.tsmUnSelecteAll.Name = "tsmUnSelecteAll";
- this.tsmUnSelecteAll.Size = new System.Drawing.Size(168, 24);
- this.tsmUnSelecteAll.Text = "全部取消选择";
- this.tsmUnSelecteAll.Click += new System.EventHandler(this.tsmUnSelecteAll_Click);
- //
- // tsmSelectAll
- //
- this.tsmSelectAll.Name = "tsmSelectAll";
- this.tsmSelectAll.Size = new System.Drawing.Size(168, 24);
- 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.tbSerial);
- 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.Dock = System.Windows.Forms.DockStyle.Top;
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
- 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, 362);
- 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(82, 159);
- 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(235, 25);
- 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(82, 60);
- this.tbPlace.Margin = new System.Windows.Forms.Padding(0);
- this.tbPlace.Name = "tbPlace";
- this.tbPlace.PreventEnterBeep = true;
- this.tbPlace.Size = new System.Drawing.Size(235, 27);
- this.tbPlace.TabIndex = 1;
- this.tbPlace.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(82, 93);
- this.tbSerial.Margin = new System.Windows.Forms.Padding(0);
- this.tbSerial.Name = "tbSerial";
- this.tbSerial.PreventEnterBeep = true;
- this.tbSerial.Size = new System.Drawing.Size(235, 27);
- this.tbSerial.TabIndex = 2;
- //
- // 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(82, 126);
- this.tbTemp.Margin = new System.Windows.Forms.Padding(0);
- this.tbTemp.Name = "tbTemp";
- this.tbTemp.PreventEnterBeep = true;
- this.tbTemp.Size = new System.Drawing.Size(76, 27);
- 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(240, 126);
- this.tbRH.Margin = new System.Windows.Forms.Padding(0);
- this.tbRH.Name = "tbRH";
- this.tbRH.PreventEnterBeep = true;
- this.tbRH.Size = new System.Drawing.Size(77, 27);
- 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(8, 226);
- this.BtnLoadTpsConfig.Margin = new System.Windows.Forms.Padding(0);
- this.BtnLoadTpsConfig.Name = "BtnLoadTpsConfig";
- this.BtnLoadTpsConfig.Size = new System.Drawing.Size(309, 22);
- 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(191, 325);
- this.BtnMessage.Margin = new System.Windows.Forms.Padding(0);
- this.BtnMessage.Name = "BtnMessage";
- this.BtnMessage.Size = new System.Drawing.Size(118, 22);
- 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(8, 322);
- this.BtnDevice.Margin = new System.Windows.Forms.Padding(0);
- this.BtnDevice.Name = "BtnDevice";
- this.BtnDevice.Size = new System.Drawing.Size(118, 28);
- 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(145, 295);
- this.circularProgress1.Margin = new System.Windows.Forms.Padding(0);
- this.circularProgress1.Name = "circularProgress1";
- this.circularProgress1.Size = new System.Drawing.Size(172, 22);
- 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(191, 265);
- this.BtnStop.Margin = new System.Windows.Forms.Padding(0);
- this.BtnStop.Name = "BtnStop";
- this.BtnStop.Size = new System.Drawing.Size(118, 22);
- 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(8, 265);
- this.BtnStart.Margin = new System.Windows.Forms.Padding(0);
- this.BtnStart.Name = "BtnStart";
- this.BtnStart.Size = new System.Drawing.Size(118, 22);
- 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 = 20;
- this.cbbProduct.Location = new System.Drawing.Point(82, 192);
- this.cbbProduct.Margin = new System.Windows.Forms.Padding(0);
- this.cbbProduct.Name = "cbbProduct";
- this.cbbProduct.Size = new System.Drawing.Size(235, 28);
- 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(82, 27);
- this.tbTester.Margin = new System.Windows.Forms.Padding(0);
- this.tbTester.Name = "tbTester";
- this.tbTester.PreventEnterBeep = true;
- this.tbTester.Size = new System.Drawing.Size(235, 27);
- this.tbTester.TabIndex = 0;
- this.tbTester.Text = "王杰";
- //
- // layoutGroup1
- //
- borderPattern4.Bottom = DevComponents.DotNetBar.Layout.LinePattern.Dot;
- this.layoutGroup1.CaptionStyle.BorderPattern = borderPattern4;
- 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 = 260;
- 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(120, 32);
- this.layoutGroup1.Name = "layoutGroup1";
- 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 = 33;
- this.layoutControlItem1.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 33;
- this.layoutControlItem2.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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.tbSerial;
- this.layoutControlItem3.Height = 33;
- this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 33;
- this.layoutControlItem6.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 33;
- this.layoutControlItem7.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 33;
- this.layoutControlItem5.MinSize = new System.Drawing.Size(120, 0);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 31;
- this.layoutControlItem4.MinSize = new System.Drawing.Size(64, 18);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 30;
- this.layoutControlItem12.MinSize = new System.Drawing.Size(32, 20);
- this.layoutControlItem12.Name = "layoutControlItem12";
- 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 = 100;
- 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(120, 32);
- this.layoutGroup2.Name = "layoutGroup2";
- this.layoutGroup2.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- 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 = 30;
- this.layoutControlItem8.MinSize = new System.Drawing.Size(32, 20);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Width = 40;
- this.layoutControlItem8.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
- //
- // layoutSpacerItem1
- //
- this.layoutSpacerItem1.Height = 30;
- this.layoutSpacerItem1.Name = "layoutSpacerItem1";
- this.layoutSpacerItem1.Width = 18;
- this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
- //
- // layoutControlItem9
- //
- this.layoutControlItem9.Control = this.BtnStop;
- this.layoutControlItem9.Height = 30;
- this.layoutControlItem9.MinSize = new System.Drawing.Size(32, 20);
- this.layoutControlItem9.Name = "layoutControlItem9";
- this.layoutControlItem9.Width = 40;
- this.layoutControlItem9.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
- //
- // labRemainTime
- //
- this.labRemainTime.Control = this.circularProgress1;
- this.labRemainTime.Height = 30;
- this.labRemainTime.MinSize = new System.Drawing.Size(64, 18);
- this.labRemainTime.Name = "labRemainTime";
- 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 = 30;
- this.layoutControlItem10.MinSize = new System.Drawing.Size(32, 20);
- this.layoutControlItem10.Name = "layoutControlItem10";
- this.layoutControlItem10.Padding = new System.Windows.Forms.Padding(4, 1, 4, 1);
- this.layoutControlItem10.Width = 40;
- this.layoutControlItem10.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
- //
- // layoutSpacerItem2
- //
- this.layoutSpacerItem2.Height = 30;
- this.layoutSpacerItem2.Name = "layoutSpacerItem2";
- this.layoutSpacerItem2.Width = 18;
- this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
- //
- // layoutControlItem11
- //
- this.layoutControlItem11.Control = this.BtnMessage;
- this.layoutControlItem11.Height = 30;
- this.layoutControlItem11.MinSize = new System.Drawing.Size(32, 20);
- this.layoutControlItem11.Name = "layoutControlItem11";
- 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.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(823, 723);
- 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.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(823, 723);
- 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";
- //
- // tabTestData
- //
- this.tabTestData.AttachedControl = this.superTabControlPanel1;
- this.tabTestData.GlobalItem = false;
- this.tabTestData.Name = "tabTestData";
- this.tabTestData.Text = "自动测试数据";
- //
- // superTabControlPanel1
- //
- this.superTabControlPanel1.Controls.Add(this.dgvTestData);
- this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel1.Location = new System.Drawing.Point(0, 31);
- this.superTabControlPanel1.Name = "superTabControlPanel1";
- this.superTabControlPanel1.Size = new System.Drawing.Size(823, 692);
- this.superTabControlPanel1.TabIndex = 1;
- this.superTabControlPanel1.TabItem = this.tabTestData;
- //
- // tabManualData
- //
- this.tabManualData.AttachedControl = this.superTabControlPanel2;
- this.tabManualData.GlobalItem = false;
- this.tabManualData.Name = "tabManualData";
- this.tabManualData.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, 31);
- this.superTabControlPanel2.Name = "superTabControlPanel2";
- this.superTabControlPanel2.Size = new System.Drawing.Size(823, 692);
- this.superTabControlPanel2.TabIndex = 0;
- this.superTabControlPanel2.TabItem = this.tabManualData;
- //
- // 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;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvTestData.DefaultCellStyle = dataGridViewCellStyle8;
- 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.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(823, 692);
- this.dgvTestData.TabIndex = 0;
- //
- // panelEx1
- //
- this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
- this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- 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.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(823, 67);
- 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;
- //
- // 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;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvManualData.DefaultCellStyle = dataGridViewCellStyle7;
- 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, 67);
- 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(823, 625);
- this.dgvManualData.TabIndex = 4;
- //
- // 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(16, 15);
- this.BtnSaveManualData.Name = "BtnSaveManualData";
- this.BtnSaveManualData.Size = new System.Drawing.Size(99, 37);
- this.BtnSaveManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.BtnSaveManualData.TabIndex = 0;
- this.BtnSaveManualData.Text = "保存手动数据";
- //
- // 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(154, 15);
- this.BtnLoadManualData.Name = "BtnLoadManualData";
- this.BtnLoadManualData.Size = new System.Drawing.Size(99, 37);
- this.BtnLoadManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.BtnLoadManualData.TabIndex = 0;
- this.BtnLoadManualData.Text = "加载手动数据";
- //
- // FrmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1152, 723);
- this.Controls.Add(this.splitContainer1);
- 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);
- this.superTabControlPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).EndInit();
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).EndInit();
- 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 tbSerial;
- 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 layoutControlItem3;
- 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;
- }
- }
|