UControl_ParaInfo.Designer.cs 24 KB

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