FrmMain.Designer.cs 54 KB

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