FrmMain.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  1. namespace Tps_LQ_Transmitter
  2. {
  3. partial class FrmMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. DevComponents.DotNetBar.Layout.BorderPattern borderPattern1 = new DevComponents.DotNetBar.Layout.BorderPattern();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this.advTree1 = new DevComponents.AdvTree.AdvTree();
  34. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.tsmChannel = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tmsTestNode = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tsmUnSelecteAll = new System.Windows.Forms.ToolStripMenuItem();
  38. this.tsmSelectAll = new System.Windows.Forms.ToolStripMenuItem();
  39. this.node1 = new DevComponents.AdvTree.Node();
  40. this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
  41. this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
  42. this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
  43. this.tbTestProject = new DevComponents.DotNetBar.Controls.TextBoxX();
  44. this.tbPlace = new DevComponents.DotNetBar.Controls.TextBoxX();
  45. this.tbSerial = new DevComponents.DotNetBar.Controls.TextBoxX();
  46. this.tbTemp = new DevComponents.DotNetBar.Controls.TextBoxX();
  47. this.tbRH = new DevComponents.DotNetBar.Controls.TextBoxX();
  48. this.BtnLoadTpsConfig = new DevComponents.DotNetBar.ButtonX();
  49. this.BtnMessage = new DevComponents.DotNetBar.ButtonX();
  50. this.BtnDevice = new DevComponents.DotNetBar.ButtonX();
  51. this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
  52. this.BtnStop = new DevComponents.DotNetBar.ButtonX();
  53. this.BtnStart = new DevComponents.DotNetBar.ButtonX();
  54. this.cbbProduct = new DevComponents.DotNetBar.Controls.ComboBoxEx();
  55. this.tbTester = new DevComponents.DotNetBar.Controls.TextBoxX();
  56. this.layoutGroup1 = new DevComponents.DotNetBar.Layout.LayoutGroup();
  57. this.layoutControlItem1 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  58. this.layoutControlItem2 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  59. this.layoutControlItem3 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  60. this.layoutControlItem6 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  61. this.layoutControlItem7 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  62. this.layoutControlItem5 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  63. this.layoutControlItem4 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  64. this.layoutControlItem12 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  65. this.layoutGroup2 = new DevComponents.DotNetBar.Layout.LayoutGroup();
  66. this.layoutControlItem8 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  67. this.layoutSpacerItem1 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
  68. this.layoutControlItem9 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  69. this.labRemainTime = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  70. this.layoutControlItem10 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  71. this.layoutSpacerItem2 = new DevComponents.DotNetBar.Layout.LayoutSpacerItem();
  72. this.layoutControlItem11 = new DevComponents.DotNetBar.Layout.LayoutControlItem();
  73. this.panel1 = new System.Windows.Forms.Panel();
  74. this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
  75. this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
  76. this.dgvTestData = new DevComponents.DotNetBar.Controls.DataGridViewX();
  77. this.tabTestData = new DevComponents.DotNetBar.SuperTabItem();
  78. this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
  79. this.dgvManualData = new DevComponents.DotNetBar.Controls.DataGridViewX();
  80. this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
  81. this.BtnLoadManualData = new DevComponents.DotNetBar.ButtonX();
  82. this.BtnSaveManualData = new DevComponents.DotNetBar.ButtonX();
  83. this.tabManualData = new DevComponents.DotNetBar.SuperTabItem();
  84. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  85. this.splitContainer1.Panel1.SuspendLayout();
  86. this.splitContainer1.Panel2.SuspendLayout();
  87. this.splitContainer1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit();
  89. this.contextMenuStrip1.SuspendLayout();
  90. this.layoutControl1.SuspendLayout();
  91. this.panel1.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
  93. this.superTabControl1.SuspendLayout();
  94. this.superTabControlPanel1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).BeginInit();
  96. this.superTabControlPanel2.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).BeginInit();
  98. this.panelEx1.SuspendLayout();
  99. this.SuspendLayout();
  100. //
  101. // splitContainer1
  102. //
  103. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  105. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  106. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  107. this.splitContainer1.Name = "splitContainer1";
  108. //
  109. // splitContainer1.Panel1
  110. //
  111. this.splitContainer1.Panel1.Controls.Add(this.advTree1);
  112. this.splitContainer1.Panel1.Controls.Add(this.layoutControl1);
  113. //
  114. // splitContainer1.Panel2
  115. //
  116. this.splitContainer1.Panel2.Controls.Add(this.panel1);
  117. this.splitContainer1.Size = new System.Drawing.Size(864, 578);
  118. this.splitContainer1.SplitterDistance = 325;
  119. this.splitContainer1.SplitterWidth = 3;
  120. this.splitContainer1.TabIndex = 0;
  121. //
  122. // advTree1
  123. //
  124. this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
  125. this.advTree1.BackColor = System.Drawing.SystemColors.Window;
  126. //
  127. //
  128. //
  129. this.advTree1.BackgroundStyle.Class = "TreeBorderKey";
  130. this.advTree1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  131. this.advTree1.ContextMenuStrip = this.contextMenuStrip1;
  132. this.advTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.advTree1.DragDropEnabled = false;
  134. this.advTree1.DragDropNodeCopyEnabled = false;
  135. this.advTree1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.advTree1.Location = new System.Drawing.Point(0, 290);
  137. this.advTree1.Margin = new System.Windows.Forms.Padding(2);
  138. this.advTree1.Name = "advTree1";
  139. this.advTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
  140. this.node1});
  141. this.advTree1.NodesConnector = this.nodeConnector1;
  142. this.advTree1.NodeStyle = this.elementStyle1;
  143. this.advTree1.PathSeparator = ";";
  144. this.advTree1.SelectionBoxStyle = DevComponents.AdvTree.eSelectionStyle.FullRowSelect;
  145. this.advTree1.SelectionPerCell = true;
  146. this.advTree1.Size = new System.Drawing.Size(325, 288);
  147. this.advTree1.Styles.Add(this.elementStyle1);
  148. this.advTree1.TabIndex = 1;
  149. this.advTree1.Text = "advTree1";
  150. this.advTree1.AfterCheck += new DevComponents.AdvTree.AdvTreeCellEventHandler(this.advTree1_AfterCheck);
  151. this.advTree1.NodeDoubleClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.advTree1_NodeDoubleClick);
  152. //
  153. // contextMenuStrip1
  154. //
  155. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  156. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  157. this.tsmChannel,
  158. this.tmsTestNode,
  159. this.tsmUnSelecteAll,
  160. this.tsmSelectAll});
  161. this.contextMenuStrip1.Name = "contextMenuStrip1";
  162. this.contextMenuStrip1.Size = new System.Drawing.Size(149, 92);
  163. //
  164. // tsmChannel
  165. //
  166. this.tsmChannel.Name = "tsmChannel";
  167. this.tsmChannel.Size = new System.Drawing.Size(148, 22);
  168. this.tsmChannel.Text = "按通道分类";
  169. this.tsmChannel.Click += new System.EventHandler(this.tsmChannel_Click);
  170. //
  171. // tmsTestNode
  172. //
  173. this.tmsTestNode.Name = "tmsTestNode";
  174. this.tmsTestNode.Size = new System.Drawing.Size(148, 22);
  175. this.tmsTestNode.Text = "按指标分类";
  176. this.tmsTestNode.Click += new System.EventHandler(this.tmsTestNode_Click);
  177. //
  178. // tsmUnSelecteAll
  179. //
  180. this.tsmUnSelecteAll.Name = "tsmUnSelecteAll";
  181. this.tsmUnSelecteAll.Size = new System.Drawing.Size(148, 22);
  182. this.tsmUnSelecteAll.Text = "全部取消选择";
  183. this.tsmUnSelecteAll.Click += new System.EventHandler(this.tsmUnSelecteAll_Click);
  184. //
  185. // tsmSelectAll
  186. //
  187. this.tsmSelectAll.Name = "tsmSelectAll";
  188. this.tsmSelectAll.Size = new System.Drawing.Size(148, 22);
  189. this.tsmSelectAll.Text = "全部选择";
  190. this.tsmSelectAll.Click += new System.EventHandler(this.tsmSelectAll_Click);
  191. //
  192. // node1
  193. //
  194. this.node1.Expanded = true;
  195. this.node1.Name = "node1";
  196. this.node1.Text = "node1";
  197. //
  198. // nodeConnector1
  199. //
  200. this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
  201. //
  202. // elementStyle1
  203. //
  204. this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  205. this.elementStyle1.Name = "elementStyle1";
  206. this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
  207. //
  208. // layoutControl1
  209. //
  210. this.layoutControl1.Controls.Add(this.tbTestProject);
  211. this.layoutControl1.Controls.Add(this.tbPlace);
  212. this.layoutControl1.Controls.Add(this.tbSerial);
  213. this.layoutControl1.Controls.Add(this.tbTemp);
  214. this.layoutControl1.Controls.Add(this.tbRH);
  215. this.layoutControl1.Controls.Add(this.BtnLoadTpsConfig);
  216. this.layoutControl1.Controls.Add(this.BtnMessage);
  217. this.layoutControl1.Controls.Add(this.BtnDevice);
  218. this.layoutControl1.Controls.Add(this.circularProgress1);
  219. this.layoutControl1.Controls.Add(this.BtnStop);
  220. this.layoutControl1.Controls.Add(this.BtnStart);
  221. this.layoutControl1.Controls.Add(this.cbbProduct);
  222. this.layoutControl1.Controls.Add(this.tbTester);
  223. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  225. this.layoutControl1.Margin = new System.Windows.Forms.Padding(2);
  226. this.layoutControl1.Name = "layoutControl1";
  227. //
  228. //
  229. //
  230. this.layoutControl1.RootGroup.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
  231. this.layoutGroup1,
  232. this.layoutGroup2});
  233. this.layoutControl1.Size = new System.Drawing.Size(325, 290);
  234. this.layoutControl1.TabIndex = 0;
  235. //
  236. // tbTestProject
  237. //
  238. //
  239. //
  240. //
  241. this.tbTestProject.Border.Class = "TextBoxBorder";
  242. this.tbTestProject.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  243. this.tbTestProject.Location = new System.Drawing.Point(66, 125);
  244. this.tbTestProject.Margin = new System.Windows.Forms.Padding(0);
  245. this.tbTestProject.Name = "tbTestProject";
  246. this.tbTestProject.PreventEnterBeep = true;
  247. this.tbTestProject.ReadOnly = true;
  248. this.tbTestProject.Size = new System.Drawing.Size(253, 21);
  249. this.tbTestProject.TabIndex = 5;
  250. //
  251. // tbPlace
  252. //
  253. //
  254. //
  255. //
  256. this.tbPlace.Border.Class = "TextBoxBorder";
  257. this.tbPlace.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  258. this.tbPlace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.tbPlace.Location = new System.Drawing.Point(66, 47);
  260. this.tbPlace.Margin = new System.Windows.Forms.Padding(0);
  261. this.tbPlace.Name = "tbPlace";
  262. this.tbPlace.PreventEnterBeep = true;
  263. this.tbPlace.Size = new System.Drawing.Size(253, 23);
  264. this.tbPlace.TabIndex = 1;
  265. this.tbPlace.Text = "林泉电机";
  266. //
  267. // tbSerial
  268. //
  269. //
  270. //
  271. //
  272. this.tbSerial.Border.Class = "TextBoxBorder";
  273. this.tbSerial.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  274. this.tbSerial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.tbSerial.Location = new System.Drawing.Point(66, 73);
  276. this.tbSerial.Margin = new System.Windows.Forms.Padding(0);
  277. this.tbSerial.Name = "tbSerial";
  278. this.tbSerial.PreventEnterBeep = true;
  279. this.tbSerial.Size = new System.Drawing.Size(253, 23);
  280. this.tbSerial.TabIndex = 2;
  281. //
  282. // tbTemp
  283. //
  284. //
  285. //
  286. //
  287. this.tbTemp.Border.Class = "TextBoxBorder";
  288. this.tbTemp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  289. this.tbTemp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.tbTemp.Location = new System.Drawing.Point(66, 99);
  291. this.tbTemp.Margin = new System.Windows.Forms.Padding(0);
  292. this.tbTemp.Name = "tbTemp";
  293. this.tbTemp.PreventEnterBeep = true;
  294. this.tbTemp.Size = new System.Drawing.Size(93, 23);
  295. this.tbTemp.TabIndex = 3;
  296. this.tbTemp.Text = "26℃";
  297. //
  298. // tbRH
  299. //
  300. //
  301. //
  302. //
  303. this.tbRH.Border.Class = "TextBoxBorder";
  304. this.tbRH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  305. this.tbRH.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.tbRH.Location = new System.Drawing.Point(225, 99);
  307. this.tbRH.Margin = new System.Windows.Forms.Padding(0);
  308. this.tbRH.Name = "tbRH";
  309. this.tbRH.PreventEnterBeep = true;
  310. this.tbRH.Size = new System.Drawing.Size(94, 23);
  311. this.tbRH.TabIndex = 4;
  312. this.tbRH.Text = "60%RH";
  313. //
  314. // BtnLoadTpsConfig
  315. //
  316. this.BtnLoadTpsConfig.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  317. this.BtnLoadTpsConfig.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  318. this.BtnLoadTpsConfig.Location = new System.Drawing.Point(6, 179);
  319. this.BtnLoadTpsConfig.Margin = new System.Windows.Forms.Padding(0);
  320. this.BtnLoadTpsConfig.Name = "BtnLoadTpsConfig";
  321. this.BtnLoadTpsConfig.Size = new System.Drawing.Size(313, 18);
  322. this.BtnLoadTpsConfig.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  323. this.BtnLoadTpsConfig.TabIndex = 7;
  324. this.BtnLoadTpsConfig.Text = "加载产品";
  325. this.BtnLoadTpsConfig.Click += new System.EventHandler(this.BtnLoadTpsConfig_Click);
  326. //
  327. // BtnMessage
  328. //
  329. this.BtnMessage.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  330. this.BtnMessage.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  331. this.BtnMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.BtnMessage.Location = new System.Drawing.Point(190, 259);
  333. this.BtnMessage.Margin = new System.Windows.Forms.Padding(0);
  334. this.BtnMessage.Name = "BtnMessage";
  335. this.BtnMessage.Size = new System.Drawing.Size(121, 18);
  336. this.BtnMessage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  337. this.BtnMessage.TabIndex = 15;
  338. this.BtnMessage.Text = "消息";
  339. this.BtnMessage.Click += new System.EventHandler(this.BtnMessage_Click);
  340. //
  341. // BtnDevice
  342. //
  343. this.BtnDevice.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  344. this.BtnDevice.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  345. this.BtnDevice.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.BtnDevice.Location = new System.Drawing.Point(6, 256);
  347. this.BtnDevice.Margin = new System.Windows.Forms.Padding(0);
  348. this.BtnDevice.Name = "BtnDevice";
  349. this.BtnDevice.Size = new System.Drawing.Size(121, 24);
  350. this.BtnDevice.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  351. this.BtnDevice.TabIndex = 13;
  352. this.BtnDevice.Text = "设备";
  353. this.BtnDevice.Click += new System.EventHandler(this.BtnDevice_Click);
  354. //
  355. // circularProgress1
  356. //
  357. //
  358. //
  359. //
  360. this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  361. this.circularProgress1.Location = new System.Drawing.Point(116, 235);
  362. this.circularProgress1.Margin = new System.Windows.Forms.Padding(0);
  363. this.circularProgress1.Name = "circularProgress1";
  364. this.circularProgress1.Size = new System.Drawing.Size(203, 18);
  365. this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
  366. this.circularProgress1.TabIndex = 12;
  367. //
  368. // BtnStop
  369. //
  370. this.BtnStop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  371. this.BtnStop.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  372. this.BtnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.BtnStop.Location = new System.Drawing.Point(190, 211);
  374. this.BtnStop.Margin = new System.Windows.Forms.Padding(0);
  375. this.BtnStop.Name = "BtnStop";
  376. this.BtnStop.Size = new System.Drawing.Size(121, 18);
  377. this.BtnStop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  378. this.BtnStop.TabIndex = 11;
  379. this.BtnStop.Text = "停止测试";
  380. this.BtnStop.Click += new System.EventHandler(this.BtnStop_Click);
  381. //
  382. // BtnStart
  383. //
  384. this.BtnStart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  385. this.BtnStart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  386. this.BtnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.BtnStart.Location = new System.Drawing.Point(6, 211);
  388. this.BtnStart.Margin = new System.Windows.Forms.Padding(0);
  389. this.BtnStart.Name = "BtnStart";
  390. this.BtnStart.Size = new System.Drawing.Size(121, 18);
  391. this.BtnStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  392. this.BtnStart.TabIndex = 9;
  393. this.BtnStart.Text = "开始测试";
  394. this.BtnStart.Click += new System.EventHandler(this.BtnStart_Click);
  395. //
  396. // cbbProduct
  397. //
  398. this.cbbProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  399. this.cbbProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.cbbProduct.ItemHeight = 17;
  401. this.cbbProduct.Location = new System.Drawing.Point(66, 151);
  402. this.cbbProduct.Margin = new System.Windows.Forms.Padding(0);
  403. this.cbbProduct.Name = "cbbProduct";
  404. this.cbbProduct.Size = new System.Drawing.Size(253, 25);
  405. this.cbbProduct.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  406. this.cbbProduct.TabIndex = 6;
  407. //
  408. // tbTester
  409. //
  410. //
  411. //
  412. //
  413. this.tbTester.Border.Class = "TextBoxBorder";
  414. this.tbTester.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  415. this.tbTester.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.tbTester.Location = new System.Drawing.Point(66, 21);
  417. this.tbTester.Margin = new System.Windows.Forms.Padding(0);
  418. this.tbTester.Name = "tbTester";
  419. this.tbTester.PreventEnterBeep = true;
  420. this.tbTester.Size = new System.Drawing.Size(253, 23);
  421. this.tbTester.TabIndex = 0;
  422. this.tbTester.Text = "李朵";
  423. this.tbTester.TextChanged += new System.EventHandler(this.tbTester_TextChanged);
  424. //
  425. // layoutGroup1
  426. //
  427. borderPattern1.Bottom = DevComponents.DotNetBar.Layout.LinePattern.Dot;
  428. this.layoutGroup1.CaptionStyle.BorderPattern = borderPattern1;
  429. this.layoutGroup1.CaptionStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.layoutGroup1.CaptionStyle.TextColor = System.Drawing.Color.Navy;
  431. this.layoutGroup1.Height = 208;
  432. this.layoutGroup1.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
  433. this.layoutControlItem1,
  434. this.layoutControlItem2,
  435. this.layoutControlItem3,
  436. this.layoutControlItem6,
  437. this.layoutControlItem7,
  438. this.layoutControlItem5,
  439. this.layoutControlItem4,
  440. this.layoutControlItem12});
  441. this.layoutGroup1.MinSize = new System.Drawing.Size(90, 25);
  442. this.layoutGroup1.Name = "layoutGroup1";
  443. this.layoutGroup1.Padding = new System.Windows.Forms.Padding(3);
  444. this.layoutGroup1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.layoutGroup1.Text = "测试输入内容";
  446. this.layoutGroup1.TextAlignment = DevComponents.DotNetBar.Layout.eTextAlignment.Left;
  447. this.layoutGroup1.TextLineAlignment = DevComponents.DotNetBar.Layout.eTextLineAlignment.Top;
  448. this.layoutGroup1.TextPosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Top;
  449. this.layoutGroup1.Width = 100;
  450. this.layoutGroup1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  451. //
  452. // layoutControlItem1
  453. //
  454. this.layoutControlItem1.Control = this.tbTester;
  455. this.layoutControlItem1.Height = 26;
  456. this.layoutControlItem1.MinSize = new System.Drawing.Size(90, 0);
  457. this.layoutControlItem1.Name = "layoutControlItem1";
  458. this.layoutControlItem1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  459. this.layoutControlItem1.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.layoutControlItem1.Text = "测试人员:";
  461. this.layoutControlItem1.Width = 100;
  462. this.layoutControlItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  463. //
  464. // layoutControlItem2
  465. //
  466. this.layoutControlItem2.Control = this.tbPlace;
  467. this.layoutControlItem2.Height = 26;
  468. this.layoutControlItem2.MinSize = new System.Drawing.Size(90, 0);
  469. this.layoutControlItem2.Name = "layoutControlItem2";
  470. this.layoutControlItem2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  471. this.layoutControlItem2.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.layoutControlItem2.Text = "测试地点:";
  473. this.layoutControlItem2.Width = 100;
  474. this.layoutControlItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  475. //
  476. // layoutControlItem3
  477. //
  478. this.layoutControlItem3.Control = this.tbSerial;
  479. this.layoutControlItem3.Height = 26;
  480. this.layoutControlItem3.MinSize = new System.Drawing.Size(90, 0);
  481. this.layoutControlItem3.Name = "layoutControlItem3";
  482. this.layoutControlItem3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  483. this.layoutControlItem3.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.layoutControlItem3.Text = "产品编号:";
  485. this.layoutControlItem3.Width = 100;
  486. this.layoutControlItem3.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  487. //
  488. // layoutControlItem6
  489. //
  490. this.layoutControlItem6.Control = this.tbTemp;
  491. this.layoutControlItem6.Height = 26;
  492. this.layoutControlItem6.MinSize = new System.Drawing.Size(90, 0);
  493. this.layoutControlItem6.Name = "layoutControlItem6";
  494. this.layoutControlItem6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  495. this.layoutControlItem6.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.layoutControlItem6.Text = "环境温度:";
  497. this.layoutControlItem6.Width = 50;
  498. this.layoutControlItem6.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  499. //
  500. // layoutControlItem7
  501. //
  502. this.layoutControlItem7.Control = this.tbRH;
  503. this.layoutControlItem7.Height = 26;
  504. this.layoutControlItem7.MinSize = new System.Drawing.Size(90, 0);
  505. this.layoutControlItem7.Name = "layoutControlItem7";
  506. this.layoutControlItem7.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  507. this.layoutControlItem7.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.layoutControlItem7.Text = "环境湿度:";
  509. this.layoutControlItem7.Width = 50;
  510. this.layoutControlItem7.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  511. //
  512. // layoutControlItem5
  513. //
  514. this.layoutControlItem5.Control = this.tbTestProject;
  515. this.layoutControlItem5.Height = 26;
  516. this.layoutControlItem5.MinSize = new System.Drawing.Size(90, 0);
  517. this.layoutControlItem5.Name = "layoutControlItem5";
  518. this.layoutControlItem5.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  519. this.layoutControlItem5.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.layoutControlItem5.Text = "试验项目:";
  521. this.layoutControlItem5.Width = 100;
  522. this.layoutControlItem5.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  523. //
  524. // layoutControlItem4
  525. //
  526. this.layoutControlItem4.Control = this.cbbProduct;
  527. this.layoutControlItem4.Height = 25;
  528. this.layoutControlItem4.MinSize = new System.Drawing.Size(48, 14);
  529. this.layoutControlItem4.Name = "layoutControlItem4";
  530. this.layoutControlItem4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  531. this.layoutControlItem4.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.layoutControlItem4.Text = "测试产品:";
  533. this.layoutControlItem4.Width = 100;
  534. this.layoutControlItem4.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  535. //
  536. // layoutControlItem12
  537. //
  538. this.layoutControlItem12.Control = this.BtnLoadTpsConfig;
  539. this.layoutControlItem12.Height = 24;
  540. this.layoutControlItem12.MinSize = new System.Drawing.Size(24, 16);
  541. this.layoutControlItem12.Name = "layoutControlItem12";
  542. this.layoutControlItem12.Padding = new System.Windows.Forms.Padding(3);
  543. this.layoutControlItem12.Width = 100;
  544. this.layoutControlItem12.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  545. //
  546. // layoutGroup2
  547. //
  548. this.layoutGroup2.CaptionStyle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.layoutGroup2.CaptionStyle.TextColor = System.Drawing.Color.Navy;
  550. this.layoutGroup2.Height = 80;
  551. this.layoutGroup2.Items.AddRange(new DevComponents.DotNetBar.Layout.LayoutItemBase[] {
  552. this.layoutControlItem8,
  553. this.layoutSpacerItem1,
  554. this.layoutControlItem9,
  555. this.labRemainTime,
  556. this.layoutControlItem10,
  557. this.layoutSpacerItem2,
  558. this.layoutControlItem11});
  559. this.layoutGroup2.MinSize = new System.Drawing.Size(90, 25);
  560. this.layoutGroup2.Name = "layoutGroup2";
  561. this.layoutGroup2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  562. this.layoutGroup2.Text = "测试控制";
  563. this.layoutGroup2.TextPosition = DevComponents.DotNetBar.Layout.eLayoutPosition.Top;
  564. this.layoutGroup2.TextVisible = false;
  565. this.layoutGroup2.Width = 100;
  566. this.layoutGroup2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  567. //
  568. // layoutControlItem8
  569. //
  570. this.layoutControlItem8.Control = this.BtnStart;
  571. this.layoutControlItem8.Height = 24;
  572. this.layoutControlItem8.MinSize = new System.Drawing.Size(24, 16);
  573. this.layoutControlItem8.Name = "layoutControlItem8";
  574. this.layoutControlItem8.Padding = new System.Windows.Forms.Padding(3);
  575. this.layoutControlItem8.Width = 40;
  576. this.layoutControlItem8.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  577. //
  578. // layoutSpacerItem1
  579. //
  580. this.layoutSpacerItem1.Height = 24;
  581. this.layoutSpacerItem1.Name = "layoutSpacerItem1";
  582. this.layoutSpacerItem1.Padding = new System.Windows.Forms.Padding(3);
  583. this.layoutSpacerItem1.Width = 18;
  584. this.layoutSpacerItem1.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  585. //
  586. // layoutControlItem9
  587. //
  588. this.layoutControlItem9.Control = this.BtnStop;
  589. this.layoutControlItem9.Height = 24;
  590. this.layoutControlItem9.MinSize = new System.Drawing.Size(24, 16);
  591. this.layoutControlItem9.Name = "layoutControlItem9";
  592. this.layoutControlItem9.Padding = new System.Windows.Forms.Padding(3);
  593. this.layoutControlItem9.Width = 40;
  594. this.layoutControlItem9.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  595. //
  596. // labRemainTime
  597. //
  598. this.labRemainTime.Control = this.circularProgress1;
  599. this.labRemainTime.Height = 24;
  600. this.labRemainTime.MinSize = new System.Drawing.Size(48, 14);
  601. this.labRemainTime.Name = "labRemainTime";
  602. this.labRemainTime.Padding = new System.Windows.Forms.Padding(3);
  603. this.labRemainTime.Style.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.labRemainTime.Text = "剩余时间: 1分45秒";
  605. this.labRemainTime.Width = 100;
  606. this.labRemainTime.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  607. //
  608. // layoutControlItem10
  609. //
  610. this.layoutControlItem10.Control = this.BtnDevice;
  611. this.layoutControlItem10.Height = 24;
  612. this.layoutControlItem10.MinSize = new System.Drawing.Size(24, 16);
  613. this.layoutControlItem10.Name = "layoutControlItem10";
  614. this.layoutControlItem10.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  615. this.layoutControlItem10.Width = 40;
  616. this.layoutControlItem10.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  617. //
  618. // layoutSpacerItem2
  619. //
  620. this.layoutSpacerItem2.Height = 24;
  621. this.layoutSpacerItem2.Name = "layoutSpacerItem2";
  622. this.layoutSpacerItem2.Padding = new System.Windows.Forms.Padding(3);
  623. this.layoutSpacerItem2.Width = 18;
  624. this.layoutSpacerItem2.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  625. //
  626. // layoutControlItem11
  627. //
  628. this.layoutControlItem11.Control = this.BtnMessage;
  629. this.layoutControlItem11.Height = 24;
  630. this.layoutControlItem11.MinSize = new System.Drawing.Size(24, 16);
  631. this.layoutControlItem11.Name = "layoutControlItem11";
  632. this.layoutControlItem11.Padding = new System.Windows.Forms.Padding(3);
  633. this.layoutControlItem11.Width = 40;
  634. this.layoutControlItem11.WidthType = DevComponents.DotNetBar.Layout.eLayoutSizeType.Percent;
  635. //
  636. // panel1
  637. //
  638. this.panel1.Controls.Add(this.superTabControl1);
  639. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  640. this.panel1.Location = new System.Drawing.Point(0, 0);
  641. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  642. this.panel1.Name = "panel1";
  643. this.panel1.Size = new System.Drawing.Size(536, 578);
  644. this.panel1.TabIndex = 0;
  645. //
  646. // superTabControl1
  647. //
  648. //
  649. //
  650. //
  651. //
  652. //
  653. //
  654. this.superTabControl1.ControlBox.CloseBox.Name = "";
  655. //
  656. //
  657. //
  658. this.superTabControl1.ControlBox.MenuBox.Name = "";
  659. this.superTabControl1.ControlBox.Name = "";
  660. this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  661. this.superTabControl1.ControlBox.MenuBox,
  662. this.superTabControl1.ControlBox.CloseBox});
  663. this.superTabControl1.Controls.Add(this.superTabControlPanel1);
  664. this.superTabControl1.Controls.Add(this.superTabControlPanel2);
  665. this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  666. this.superTabControl1.Location = new System.Drawing.Point(0, 0);
  667. this.superTabControl1.Margin = new System.Windows.Forms.Padding(2);
  668. this.superTabControl1.Name = "superTabControl1";
  669. this.superTabControl1.ReorderTabsEnabled = true;
  670. this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  671. this.superTabControl1.SelectedTabIndex = 1;
  672. this.superTabControl1.Size = new System.Drawing.Size(536, 578);
  673. this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.superTabControl1.TabIndex = 0;
  675. this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  676. this.tabTestData,
  677. this.tabManualData});
  678. this.superTabControl1.Text = "superTabControl1";
  679. //
  680. // superTabControlPanel1
  681. //
  682. this.superTabControlPanel1.Controls.Add(this.dgvTestData);
  683. this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  684. this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
  685. this.superTabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
  686. this.superTabControlPanel1.Name = "superTabControlPanel1";
  687. this.superTabControlPanel1.Size = new System.Drawing.Size(536, 550);
  688. this.superTabControlPanel1.TabIndex = 1;
  689. this.superTabControlPanel1.TabItem = this.tabTestData;
  690. //
  691. // dgvTestData
  692. //
  693. this.dgvTestData.AllowUserToAddRows = false;
  694. this.dgvTestData.AllowUserToDeleteRows = false;
  695. this.dgvTestData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  696. this.dgvTestData.BackgroundColor = System.Drawing.Color.Azure;
  697. this.dgvTestData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  698. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  699. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  700. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  702. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  703. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  704. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  705. this.dgvTestData.DefaultCellStyle = dataGridViewCellStyle1;
  706. this.dgvTestData.Dock = System.Windows.Forms.DockStyle.Fill;
  707. this.dgvTestData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  708. this.dgvTestData.Location = new System.Drawing.Point(0, 0);
  709. this.dgvTestData.Margin = new System.Windows.Forms.Padding(2);
  710. this.dgvTestData.Name = "dgvTestData";
  711. this.dgvTestData.ReadOnly = true;
  712. this.dgvTestData.RowHeadersVisible = false;
  713. this.dgvTestData.RowHeadersWidth = 51;
  714. this.dgvTestData.RowTemplate.Height = 27;
  715. this.dgvTestData.Size = new System.Drawing.Size(536, 550);
  716. this.dgvTestData.TabIndex = 0;
  717. //
  718. // tabTestData
  719. //
  720. this.tabTestData.AttachedControl = this.superTabControlPanel1;
  721. this.tabTestData.GlobalItem = false;
  722. this.tabTestData.Name = "tabTestData";
  723. this.tabTestData.Text = "自动测试数据";
  724. //
  725. // superTabControlPanel2
  726. //
  727. this.superTabControlPanel2.Controls.Add(this.dgvManualData);
  728. this.superTabControlPanel2.Controls.Add(this.panelEx1);
  729. this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  730. this.superTabControlPanel2.Location = new System.Drawing.Point(0, 25);
  731. this.superTabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
  732. this.superTabControlPanel2.Name = "superTabControlPanel2";
  733. this.superTabControlPanel2.Size = new System.Drawing.Size(617, 554);
  734. this.superTabControlPanel2.TabIndex = 0;
  735. this.superTabControlPanel2.TabItem = this.tabManualData;
  736. //
  737. // dgvManualData
  738. //
  739. this.dgvManualData.AllowUserToAddRows = false;
  740. this.dgvManualData.AllowUserToDeleteRows = false;
  741. this.dgvManualData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  742. this.dgvManualData.BackgroundColor = System.Drawing.Color.Azure;
  743. this.dgvManualData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  744. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  745. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  746. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  747. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  748. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  749. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  750. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  751. this.dgvManualData.DefaultCellStyle = dataGridViewCellStyle2;
  752. this.dgvManualData.Dock = System.Windows.Forms.DockStyle.Fill;
  753. this.dgvManualData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
  754. this.dgvManualData.Location = new System.Drawing.Point(0, 54);
  755. this.dgvManualData.Margin = new System.Windows.Forms.Padding(2);
  756. this.dgvManualData.Name = "dgvManualData";
  757. this.dgvManualData.ReadOnly = true;
  758. this.dgvManualData.RowHeadersVisible = false;
  759. this.dgvManualData.RowHeadersWidth = 51;
  760. this.dgvManualData.RowTemplate.Height = 27;
  761. this.dgvManualData.Size = new System.Drawing.Size(617, 500);
  762. this.dgvManualData.TabIndex = 4;
  763. //
  764. // panelEx1
  765. //
  766. this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
  767. this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  768. this.panelEx1.Controls.Add(this.BtnLoadManualData);
  769. this.panelEx1.Controls.Add(this.BtnSaveManualData);
  770. this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
  771. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  772. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  773. this.panelEx1.Margin = new System.Windows.Forms.Padding(2);
  774. this.panelEx1.Name = "panelEx1";
  775. this.panelEx1.Size = new System.Drawing.Size(617, 54);
  776. this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
  777. this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  778. this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
  779. this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
  780. this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  781. this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
  782. this.panelEx1.Style.GradientAngle = 90;
  783. this.panelEx1.TabIndex = 0;
  784. //
  785. // BtnLoadManualData
  786. //
  787. this.BtnLoadManualData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  788. this.BtnLoadManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  789. this.BtnLoadManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  790. this.BtnLoadManualData.Location = new System.Drawing.Point(116, 12);
  791. this.BtnLoadManualData.Margin = new System.Windows.Forms.Padding(2);
  792. this.BtnLoadManualData.Name = "BtnLoadManualData";
  793. this.BtnLoadManualData.Size = new System.Drawing.Size(74, 30);
  794. this.BtnLoadManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  795. this.BtnLoadManualData.TabIndex = 0;
  796. this.BtnLoadManualData.Text = "加载手动数据";
  797. //
  798. // BtnSaveManualData
  799. //
  800. this.BtnSaveManualData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  801. this.BtnSaveManualData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  802. this.BtnSaveManualData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.BtnSaveManualData.Location = new System.Drawing.Point(12, 12);
  804. this.BtnSaveManualData.Margin = new System.Windows.Forms.Padding(2);
  805. this.BtnSaveManualData.Name = "BtnSaveManualData";
  806. this.BtnSaveManualData.Size = new System.Drawing.Size(74, 30);
  807. this.BtnSaveManualData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  808. this.BtnSaveManualData.TabIndex = 0;
  809. this.BtnSaveManualData.Text = "保存手动数据";
  810. //
  811. // tabManualData
  812. //
  813. this.tabManualData.AttachedControl = this.superTabControlPanel2;
  814. this.tabManualData.GlobalItem = false;
  815. this.tabManualData.Name = "tabManualData";
  816. this.tabManualData.Text = "手动测试数据";
  817. //
  818. // FrmMain
  819. //
  820. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  821. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  822. this.ClientSize = new System.Drawing.Size(864, 578);
  823. this.Controls.Add(this.splitContainer1);
  824. this.Margin = new System.Windows.Forms.Padding(2);
  825. this.Name = "FrmMain";
  826. this.Text = "测试程序界面";
  827. this.Load += new System.EventHandler(this.FrmMain_Load);
  828. this.splitContainer1.Panel1.ResumeLayout(false);
  829. this.splitContainer1.Panel2.ResumeLayout(false);
  830. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  831. this.splitContainer1.ResumeLayout(false);
  832. ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit();
  833. this.contextMenuStrip1.ResumeLayout(false);
  834. this.layoutControl1.ResumeLayout(false);
  835. this.panel1.ResumeLayout(false);
  836. ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
  837. this.superTabControl1.ResumeLayout(false);
  838. this.superTabControlPanel1.ResumeLayout(false);
  839. ((System.ComponentModel.ISupportInitialize)(this.dgvTestData)).EndInit();
  840. this.superTabControlPanel2.ResumeLayout(false);
  841. ((System.ComponentModel.ISupportInitialize)(this.dgvManualData)).EndInit();
  842. this.panelEx1.ResumeLayout(false);
  843. this.ResumeLayout(false);
  844. }
  845. #endregion
  846. private System.Windows.Forms.SplitContainer splitContainer1;
  847. private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
  848. private DevComponents.DotNetBar.Layout.LayoutGroup layoutGroup1;
  849. private DevComponents.DotNetBar.Controls.TextBoxX tbRH;
  850. private DevComponents.DotNetBar.Controls.TextBoxX tbTemp;
  851. private DevComponents.DotNetBar.Controls.ComboBoxEx cbbProduct;
  852. private DevComponents.DotNetBar.Controls.TextBoxX tbSerial;
  853. private DevComponents.DotNetBar.Controls.TextBoxX tbPlace;
  854. private DevComponents.DotNetBar.Controls.TextBoxX tbTester;
  855. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem1;
  856. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem2;
  857. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem3;
  858. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem6;
  859. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem7;
  860. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem4;
  861. private DevComponents.DotNetBar.ButtonX BtnStop;
  862. private DevComponents.DotNetBar.ButtonX BtnStart;
  863. private DevComponents.DotNetBar.Layout.LayoutGroup layoutGroup2;
  864. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem8;
  865. private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem1;
  866. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem9;
  867. private DevComponents.DotNetBar.ButtonX BtnMessage;
  868. private DevComponents.DotNetBar.ButtonX BtnDevice;
  869. private DevComponents.DotNetBar.Controls.CircularProgress circularProgress1;
  870. private DevComponents.DotNetBar.Layout.LayoutControlItem labRemainTime;
  871. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem10;
  872. private DevComponents.DotNetBar.Layout.LayoutSpacerItem layoutSpacerItem2;
  873. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem11;
  874. private DevComponents.AdvTree.Node node1;
  875. private DevComponents.AdvTree.NodeConnector nodeConnector1;
  876. private DevComponents.DotNetBar.ElementStyle elementStyle1;
  877. private System.Windows.Forms.Panel panel1;
  878. private DevComponents.DotNetBar.ButtonX BtnLoadTpsConfig;
  879. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem12;
  880. private DevComponents.DotNetBar.Controls.TextBoxX tbTestProject;
  881. private DevComponents.DotNetBar.Layout.LayoutControlItem layoutControlItem5;
  882. private DevComponents.AdvTree.AdvTree advTree1;
  883. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  884. private System.Windows.Forms.ToolStripMenuItem tsmChannel;
  885. private System.Windows.Forms.ToolStripMenuItem tmsTestNode;
  886. private System.Windows.Forms.ToolStripMenuItem tsmUnSelecteAll;
  887. private System.Windows.Forms.ToolStripMenuItem tsmSelectAll;
  888. private DevComponents.DotNetBar.SuperTabControl superTabControl1;
  889. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
  890. private DevComponents.DotNetBar.SuperTabItem tabTestData;
  891. private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
  892. private DevComponents.DotNetBar.SuperTabItem tabManualData;
  893. private DevComponents.DotNetBar.Controls.DataGridViewX dgvManualData;
  894. private DevComponents.DotNetBar.PanelEx panelEx1;
  895. private DevComponents.DotNetBar.Controls.DataGridViewX dgvTestData;
  896. private DevComponents.DotNetBar.ButtonX BtnLoadManualData;
  897. private DevComponents.DotNetBar.ButtonX BtnSaveManualData;
  898. }
  899. }