FrmMain.Designer.cs 51 KB

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