FrmMain.Designer.cs 56 KB

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