UControl_ParaInfo.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. namespace HOZProject
  2. {
  3. partial class UControl_ParaInfo
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_ParaInfo));
  30. this.lblLocation = new System.Windows.Forms.Label();
  31. this.lblStartTime = new System.Windows.Forms.Label();
  32. this.lblEndTime = new System.Windows.Forms.Label();
  33. this.lblState = new System.Windows.Forms.Label();
  34. this.CkIsSwitch = new System.Windows.Forms.CheckBox();
  35. this.lblCutHoleName = new System.Windows.Forms.Label();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.pbClose = new System.Windows.Forms.PictureBox();
  38. this.lblX = new System.Windows.Forms.Label();
  39. this.lblShowStartTime = new System.Windows.Forms.Label();
  40. this.lblShowEndTime = new System.Windows.Forms.Label();
  41. this.lblShowState = new System.Windows.Forms.Label();
  42. this.lblY = new System.Windows.Forms.Label();
  43. this.lblZ = new System.Windows.Forms.Label();
  44. this.lblM = new System.Windows.Forms.Label();
  45. this.lblT = new System.Windows.Forms.Label();
  46. this.lblR = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.plMeasureFlow = new System.Windows.Forms.Panel();
  54. this.lvMeasureFlow = new System.Windows.Forms.ListView();
  55. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  59. this.panel4 = new System.Windows.Forms.Panel();
  60. this.label8 = new System.Windows.Forms.Label();
  61. this.panel1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  63. this.plMeasureFlow.SuspendLayout();
  64. this.panel3.SuspendLayout();
  65. this.panel4.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // lblLocation
  69. //
  70. this.lblLocation.AutoSize = true;
  71. this.lblLocation.Font = new System.Drawing.Font("宋体", 10F);
  72. this.lblLocation.ForeColor = System.Drawing.Color.LightGray;
  73. this.lblLocation.Location = new System.Drawing.Point(8, 44);
  74. this.lblLocation.Name = "lblLocation";
  75. this.lblLocation.Size = new System.Drawing.Size(63, 14);
  76. this.lblLocation.TabIndex = 0;
  77. this.lblLocation.Text = "检测位置";
  78. //
  79. // lblStartTime
  80. //
  81. this.lblStartTime.AutoSize = true;
  82. this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
  83. this.lblStartTime.ForeColor = System.Drawing.Color.LightGray;
  84. this.lblStartTime.Location = new System.Drawing.Point(8, 89);
  85. this.lblStartTime.Name = "lblStartTime";
  86. this.lblStartTime.Size = new System.Drawing.Size(63, 14);
  87. this.lblStartTime.TabIndex = 0;
  88. this.lblStartTime.Text = "开始时间";
  89. //
  90. // lblEndTime
  91. //
  92. this.lblEndTime.AutoSize = true;
  93. this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
  94. this.lblEndTime.ForeColor = System.Drawing.Color.LightGray;
  95. this.lblEndTime.Location = new System.Drawing.Point(8, 120);
  96. this.lblEndTime.Name = "lblEndTime";
  97. this.lblEndTime.Size = new System.Drawing.Size(63, 14);
  98. this.lblEndTime.TabIndex = 0;
  99. this.lblEndTime.Text = "结束时间";
  100. //
  101. // lblState
  102. //
  103. this.lblState.AutoSize = true;
  104. this.lblState.Font = new System.Drawing.Font("宋体", 10F);
  105. this.lblState.ForeColor = System.Drawing.Color.LightGray;
  106. this.lblState.Location = new System.Drawing.Point(8, 151);
  107. this.lblState.Name = "lblState";
  108. this.lblState.Size = new System.Drawing.Size(63, 14);
  109. this.lblState.TabIndex = 0;
  110. this.lblState.Text = "检测结果";
  111. //
  112. // CkIsSwitch
  113. //
  114. this.CkIsSwitch.AutoSize = true;
  115. this.CkIsSwitch.Location = new System.Drawing.Point(9, 9);
  116. this.CkIsSwitch.Name = "CkIsSwitch";
  117. this.CkIsSwitch.Size = new System.Drawing.Size(15, 14);
  118. this.CkIsSwitch.TabIndex = 1;
  119. this.CkIsSwitch.UseVisualStyleBackColor = true;
  120. //
  121. // lblCutHoleName
  122. //
  123. this.lblCutHoleName.AutoSize = true;
  124. this.lblCutHoleName.Font = new System.Drawing.Font("宋体", 10F);
  125. this.lblCutHoleName.ForeColor = System.Drawing.Color.Black;
  126. this.lblCutHoleName.Location = new System.Drawing.Point(26, 9);
  127. this.lblCutHoleName.Name = "lblCutHoleName";
  128. this.lblCutHoleName.Size = new System.Drawing.Size(63, 14);
  129. this.lblCutHoleName.TabIndex = 0;
  130. this.lblCutHoleName.Text = "切孔名称";
  131. //
  132. // panel1
  133. //
  134. this.panel1.BackColor = System.Drawing.Color.White;
  135. this.panel1.Controls.Add(this.pbClose);
  136. this.panel1.Controls.Add(this.lblCutHoleName);
  137. this.panel1.Controls.Add(this.CkIsSwitch);
  138. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  139. this.panel1.Location = new System.Drawing.Point(0, 0);
  140. this.panel1.Name = "panel1";
  141. this.panel1.Size = new System.Drawing.Size(345, 30);
  142. this.panel1.TabIndex = 2;
  143. //
  144. // pbClose
  145. //
  146. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  147. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  148. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  149. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  150. this.pbClose.Location = new System.Drawing.Point(313, 0);
  151. this.pbClose.Name = "pbClose";
  152. this.pbClose.Size = new System.Drawing.Size(32, 30);
  153. this.pbClose.TabIndex = 108;
  154. this.pbClose.TabStop = false;
  155. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  156. //
  157. // lblX
  158. //
  159. this.lblX.AutoSize = true;
  160. this.lblX.Font = new System.Drawing.Font("宋体", 10F);
  161. this.lblX.ForeColor = System.Drawing.Color.LightGray;
  162. this.lblX.Location = new System.Drawing.Point(103, 43);
  163. this.lblX.Name = "lblX";
  164. this.lblX.Size = new System.Drawing.Size(0, 14);
  165. this.lblX.TabIndex = 3;
  166. //
  167. // lblShowStartTime
  168. //
  169. this.lblShowStartTime.AutoSize = true;
  170. this.lblShowStartTime.Font = new System.Drawing.Font("宋体", 10F);
  171. this.lblShowStartTime.ForeColor = System.Drawing.Color.LightGray;
  172. this.lblShowStartTime.Location = new System.Drawing.Point(76, 89);
  173. this.lblShowStartTime.Name = "lblShowStartTime";
  174. this.lblShowStartTime.Size = new System.Drawing.Size(119, 14);
  175. this.lblShowStartTime.TabIndex = 3;
  176. this.lblShowStartTime.Text = "2020-09-02 12:00";
  177. //
  178. // lblShowEndTime
  179. //
  180. this.lblShowEndTime.AutoSize = true;
  181. this.lblShowEndTime.Font = new System.Drawing.Font("宋体", 10F);
  182. this.lblShowEndTime.ForeColor = System.Drawing.Color.LightGray;
  183. this.lblShowEndTime.Location = new System.Drawing.Point(76, 120);
  184. this.lblShowEndTime.Name = "lblShowEndTime";
  185. this.lblShowEndTime.Size = new System.Drawing.Size(119, 14);
  186. this.lblShowEndTime.TabIndex = 3;
  187. this.lblShowEndTime.Text = "2020-09-02 12:35";
  188. //
  189. // lblShowState
  190. //
  191. this.lblShowState.AutoSize = true;
  192. this.lblShowState.Font = new System.Drawing.Font("宋体", 10F);
  193. this.lblShowState.ForeColor = System.Drawing.Color.LightGray;
  194. this.lblShowState.Location = new System.Drawing.Point(76, 151);
  195. this.lblShowState.Name = "lblShowState";
  196. this.lblShowState.Size = new System.Drawing.Size(35, 14);
  197. this.lblShowState.TabIndex = 3;
  198. this.lblShowState.Text = "完成";
  199. //
  200. // lblY
  201. //
  202. this.lblY.AutoSize = true;
  203. this.lblY.Font = new System.Drawing.Font("宋体", 10F);
  204. this.lblY.ForeColor = System.Drawing.Color.LightGray;
  205. this.lblY.Location = new System.Drawing.Point(181, 43);
  206. this.lblY.Name = "lblY";
  207. this.lblY.Size = new System.Drawing.Size(0, 14);
  208. this.lblY.TabIndex = 4;
  209. //
  210. // lblZ
  211. //
  212. this.lblZ.AutoSize = true;
  213. this.lblZ.Font = new System.Drawing.Font("宋体", 10F);
  214. this.lblZ.ForeColor = System.Drawing.Color.LightGray;
  215. this.lblZ.Location = new System.Drawing.Point(262, 43);
  216. this.lblZ.Name = "lblZ";
  217. this.lblZ.Size = new System.Drawing.Size(0, 14);
  218. this.lblZ.TabIndex = 5;
  219. //
  220. // lblM
  221. //
  222. this.lblM.AutoSize = true;
  223. this.lblM.Font = new System.Drawing.Font("宋体", 10F);
  224. this.lblM.ForeColor = System.Drawing.Color.LightGray;
  225. this.lblM.Location = new System.Drawing.Point(262, 66);
  226. this.lblM.Name = "lblM";
  227. this.lblM.Size = new System.Drawing.Size(0, 14);
  228. this.lblM.TabIndex = 8;
  229. //
  230. // lblT
  231. //
  232. this.lblT.AutoSize = true;
  233. this.lblT.Font = new System.Drawing.Font("宋体", 10F);
  234. this.lblT.ForeColor = System.Drawing.Color.LightGray;
  235. this.lblT.Location = new System.Drawing.Point(181, 66);
  236. this.lblT.Name = "lblT";
  237. this.lblT.Size = new System.Drawing.Size(0, 14);
  238. this.lblT.TabIndex = 7;
  239. //
  240. // lblR
  241. //
  242. this.lblR.AutoSize = true;
  243. this.lblR.Font = new System.Drawing.Font("宋体", 10F);
  244. this.lblR.ForeColor = System.Drawing.Color.LightGray;
  245. this.lblR.Location = new System.Drawing.Point(103, 66);
  246. this.lblR.Name = "lblR";
  247. this.lblR.Size = new System.Drawing.Size(0, 14);
  248. this.lblR.TabIndex = 6;
  249. //
  250. // label2
  251. //
  252. this.label2.AutoSize = true;
  253. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  254. this.label2.ForeColor = System.Drawing.Color.LightGray;
  255. this.label2.Location = new System.Drawing.Point(239, 66);
  256. this.label2.Name = "label2";
  257. this.label2.Size = new System.Drawing.Size(21, 14);
  258. this.label2.TabIndex = 14;
  259. this.label2.Text = "M:";
  260. //
  261. // label3
  262. //
  263. this.label3.AutoSize = true;
  264. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  265. this.label3.ForeColor = System.Drawing.Color.LightGray;
  266. this.label3.Location = new System.Drawing.Point(158, 66);
  267. this.label3.Name = "label3";
  268. this.label3.Size = new System.Drawing.Size(21, 14);
  269. this.label3.TabIndex = 13;
  270. this.label3.Text = "T:";
  271. //
  272. // label4
  273. //
  274. this.label4.AutoSize = true;
  275. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  276. this.label4.ForeColor = System.Drawing.Color.LightGray;
  277. this.label4.Location = new System.Drawing.Point(80, 66);
  278. this.label4.Name = "label4";
  279. this.label4.Size = new System.Drawing.Size(21, 14);
  280. this.label4.TabIndex = 12;
  281. this.label4.Text = "R:";
  282. //
  283. // label5
  284. //
  285. this.label5.AutoSize = true;
  286. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  287. this.label5.ForeColor = System.Drawing.Color.LightGray;
  288. this.label5.Location = new System.Drawing.Point(239, 43);
  289. this.label5.Name = "label5";
  290. this.label5.Size = new System.Drawing.Size(21, 14);
  291. this.label5.TabIndex = 11;
  292. this.label5.Text = "Z:";
  293. //
  294. // label6
  295. //
  296. this.label6.AutoSize = true;
  297. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  298. this.label6.ForeColor = System.Drawing.Color.LightGray;
  299. this.label6.Location = new System.Drawing.Point(158, 43);
  300. this.label6.Name = "label6";
  301. this.label6.Size = new System.Drawing.Size(21, 14);
  302. this.label6.TabIndex = 10;
  303. this.label6.Text = "Y:";
  304. //
  305. // label7
  306. //
  307. this.label7.AutoSize = true;
  308. this.label7.Font = new System.Drawing.Font("宋体", 10F);
  309. this.label7.ForeColor = System.Drawing.Color.LightGray;
  310. this.label7.Location = new System.Drawing.Point(80, 43);
  311. this.label7.Name = "label7";
  312. this.label7.Size = new System.Drawing.Size(21, 14);
  313. this.label7.TabIndex = 9;
  314. this.label7.Text = "X:";
  315. //
  316. // plMeasureFlow
  317. //
  318. this.plMeasureFlow.Controls.Add(this.lvMeasureFlow);
  319. this.plMeasureFlow.Controls.Add(this.panel3);
  320. this.plMeasureFlow.Controls.Add(this.panel4);
  321. this.plMeasureFlow.Dock = System.Windows.Forms.DockStyle.Bottom;
  322. this.plMeasureFlow.Location = new System.Drawing.Point(0, 183);
  323. this.plMeasureFlow.Name = "plMeasureFlow";
  324. this.plMeasureFlow.Size = new System.Drawing.Size(345, 459);
  325. this.plMeasureFlow.TabIndex = 15;
  326. //
  327. // lvMeasureFlow
  328. //
  329. this.lvMeasureFlow.Activation = System.Windows.Forms.ItemActivation.OneClick;
  330. this.lvMeasureFlow.AllowColumnReorder = true;
  331. this.lvMeasureFlow.AllowDrop = true;
  332. this.lvMeasureFlow.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  333. this.lvMeasureFlow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  334. this.lvMeasureFlow.ForeColor = System.Drawing.Color.LightGray;
  335. this.lvMeasureFlow.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  336. this.lvMeasureFlow.HotTracking = true;
  337. this.lvMeasureFlow.HoverSelection = true;
  338. this.lvMeasureFlow.LabelWrap = false;
  339. this.lvMeasureFlow.Location = new System.Drawing.Point(1, 276);
  340. this.lvMeasureFlow.MultiSelect = false;
  341. this.lvMeasureFlow.Name = "lvMeasureFlow";
  342. this.lvMeasureFlow.ShowGroups = false;
  343. this.lvMeasureFlow.Size = new System.Drawing.Size(345, 68);
  344. this.lvMeasureFlow.SmallImageList = this.imageList1;
  345. this.lvMeasureFlow.TabIndex = 7;
  346. this.lvMeasureFlow.TabStop = false;
  347. this.lvMeasureFlow.UseCompatibleStateImageBehavior = false;
  348. this.lvMeasureFlow.View = System.Windows.Forms.View.List;
  349. //
  350. // imageList1
  351. //
  352. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  353. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  354. this.imageList1.Images.SetKeyName(0, "Reset32.png");
  355. this.imageList1.Images.SetKeyName(1, "Ruler32.png");
  356. this.imageList1.Images.SetKeyName(2, "set32.png");
  357. this.imageList1.Images.SetKeyName(3, "start32.png");
  358. this.imageList1.Images.SetKeyName(4, "stop32.png");
  359. //
  360. // panel3
  361. //
  362. this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  363. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  364. this.panel3.Controls.Add(this.label1);
  365. this.panel3.Controls.Add(this.progressBar1);
  366. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  367. this.panel3.Location = new System.Drawing.Point(0, 413);
  368. this.panel3.Name = "panel3";
  369. this.panel3.Size = new System.Drawing.Size(345, 46);
  370. this.panel3.TabIndex = 5;
  371. //
  372. // label1
  373. //
  374. this.label1.AutoSize = true;
  375. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  376. this.label1.ForeColor = System.Drawing.Color.LightGray;
  377. this.label1.Location = new System.Drawing.Point(5, 16);
  378. this.label1.Name = "label1";
  379. this.label1.Size = new System.Drawing.Size(77, 14);
  380. this.label1.TabIndex = 1;
  381. this.label1.Text = "检测总进度";
  382. //
  383. // progressBar1
  384. //
  385. this.progressBar1.Location = new System.Drawing.Point(88, 16);
  386. this.progressBar1.Name = "progressBar1";
  387. this.progressBar1.Size = new System.Drawing.Size(183, 14);
  388. this.progressBar1.TabIndex = 0;
  389. //
  390. // panel4
  391. //
  392. this.panel4.BackColor = System.Drawing.Color.White;
  393. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  394. this.panel4.Controls.Add(this.label8);
  395. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  396. this.panel4.Location = new System.Drawing.Point(0, 0);
  397. this.panel4.Name = "panel4";
  398. this.panel4.Size = new System.Drawing.Size(345, 30);
  399. this.panel4.TabIndex = 6;
  400. //
  401. // label8
  402. //
  403. this.label8.AutoSize = true;
  404. this.label8.Font = new System.Drawing.Font("宋体", 10F);
  405. this.label8.ForeColor = System.Drawing.SystemColors.WindowText;
  406. this.label8.Location = new System.Drawing.Point(5, 7);
  407. this.label8.Name = "label8";
  408. this.label8.Size = new System.Drawing.Size(35, 14);
  409. this.label8.TabIndex = 3;
  410. this.label8.Text = "XXXX";
  411. //
  412. // UControl_ParaInfo
  413. //
  414. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  415. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  416. this.BackColor = System.Drawing.Color.Black;
  417. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  418. this.Controls.Add(this.plMeasureFlow);
  419. this.Controls.Add(this.label2);
  420. this.Controls.Add(this.label3);
  421. this.Controls.Add(this.label4);
  422. this.Controls.Add(this.label5);
  423. this.Controls.Add(this.label6);
  424. this.Controls.Add(this.label7);
  425. this.Controls.Add(this.lblM);
  426. this.Controls.Add(this.lblT);
  427. this.Controls.Add(this.lblR);
  428. this.Controls.Add(this.lblZ);
  429. this.Controls.Add(this.lblY);
  430. this.Controls.Add(this.lblShowState);
  431. this.Controls.Add(this.lblShowEndTime);
  432. this.Controls.Add(this.lblShowStartTime);
  433. this.Controls.Add(this.lblX);
  434. this.Controls.Add(this.panel1);
  435. this.Controls.Add(this.lblState);
  436. this.Controls.Add(this.lblEndTime);
  437. this.Controls.Add(this.lblStartTime);
  438. this.Controls.Add(this.lblLocation);
  439. this.Name = "UControl_ParaInfo";
  440. this.Size = new System.Drawing.Size(345, 642);
  441. this.panel1.ResumeLayout(false);
  442. this.panel1.PerformLayout();
  443. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  444. this.plMeasureFlow.ResumeLayout(false);
  445. this.panel3.ResumeLayout(false);
  446. this.panel3.PerformLayout();
  447. this.panel4.ResumeLayout(false);
  448. this.panel4.PerformLayout();
  449. this.ResumeLayout(false);
  450. this.PerformLayout();
  451. }
  452. #endregion
  453. private System.Windows.Forms.Label lblLocation;
  454. private System.Windows.Forms.Label lblStartTime;
  455. private System.Windows.Forms.Label lblEndTime;
  456. private System.Windows.Forms.Label lblState;
  457. private System.Windows.Forms.CheckBox CkIsSwitch;
  458. private System.Windows.Forms.Label lblCutHoleName;
  459. private System.Windows.Forms.Panel panel1;
  460. private System.Windows.Forms.Label lblX;
  461. private System.Windows.Forms.Label lblShowStartTime;
  462. private System.Windows.Forms.Label lblShowEndTime;
  463. private System.Windows.Forms.Label lblShowState;
  464. private System.Windows.Forms.Label lblY;
  465. private System.Windows.Forms.Label lblZ;
  466. private System.Windows.Forms.Label lblM;
  467. private System.Windows.Forms.Label lblT;
  468. private System.Windows.Forms.Label lblR;
  469. private System.Windows.Forms.Label label2;
  470. private System.Windows.Forms.Label label3;
  471. private System.Windows.Forms.Label label4;
  472. private System.Windows.Forms.Label label5;
  473. private System.Windows.Forms.Label label6;
  474. private System.Windows.Forms.Label label7;
  475. private System.Windows.Forms.Panel plMeasureFlow;
  476. private System.Windows.Forms.ListView lvMeasureFlow;
  477. private System.Windows.Forms.ImageList imageList1;
  478. private System.Windows.Forms.Panel panel3;
  479. private System.Windows.Forms.Label label1;
  480. private System.Windows.Forms.ProgressBar progressBar1;
  481. private System.Windows.Forms.Panel panel4;
  482. private System.Windows.Forms.Label label8;
  483. private System.Windows.Forms.PictureBox pbClose;
  484. }
  485. }