FrmMain.Designer.cs 55 KB

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