UControl_ParaInfo.Designer.cs 25 KB

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