UControl_ParaInfo.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  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.CkIsSwitch = new System.Windows.Forms.CheckBox();
  31. this.lblCutHoleName = new System.Windows.Forms.Label();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.pbClose = new System.Windows.Forms.PictureBox();
  34. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  35. this.timerTwinkle = new System.Windows.Forms.Timer(this.components);
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.label12 = new System.Windows.Forms.Label();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.label13 = new System.Windows.Forms.Label();
  40. this.label14 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.label9 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.lblM = new System.Windows.Forms.Label();
  50. this.lblT = new System.Windows.Forms.Label();
  51. this.lblR = new System.Windows.Forms.Label();
  52. this.lblZ = new System.Windows.Forms.Label();
  53. this.lblY = new System.Windows.Forms.Label();
  54. this.lblShowState = new System.Windows.Forms.Label();
  55. this.lblShowEndTime = new System.Windows.Forms.Label();
  56. this.lblShowStartTime = new System.Windows.Forms.Label();
  57. this.lblX = new System.Windows.Forms.Label();
  58. this.lblState = new System.Windows.Forms.Label();
  59. this.lblEndTime = new System.Windows.Forms.Label();
  60. this.lblStartTime = new System.Windows.Forms.Label();
  61. this.lblLocation = new System.Windows.Forms.Label();
  62. this.panel4 = new System.Windows.Forms.Panel();
  63. this.label8 = new System.Windows.Forms.Label();
  64. this.panel3 = new System.Windows.Forms.Panel();
  65. this.pbMeasure = new System.Windows.Forms.ProgressBar();
  66. this.label1 = new System.Windows.Forms.Label();
  67. this.lblCompletedAmount = new System.Windows.Forms.Label();
  68. this.plTimeLine = new System.Windows.Forms.Panel();
  69. this.plMeasureFlow = new System.Windows.Forms.Panel();
  70. this.panel1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  72. this.panel2.SuspendLayout();
  73. this.panel4.SuspendLayout();
  74. this.panel3.SuspendLayout();
  75. this.plMeasureFlow.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // CkIsSwitch
  79. //
  80. this.CkIsSwitch.AutoSize = true;
  81. this.CkIsSwitch.Checked = true;
  82. this.CkIsSwitch.CheckState = System.Windows.Forms.CheckState.Checked;
  83. this.CkIsSwitch.Location = new System.Drawing.Point(9, 8);
  84. this.CkIsSwitch.Name = "CkIsSwitch";
  85. this.CkIsSwitch.Size = new System.Drawing.Size(18, 17);
  86. this.CkIsSwitch.TabIndex = 1;
  87. this.CkIsSwitch.UseVisualStyleBackColor = true;
  88. this.CkIsSwitch.CheckedChanged += new System.EventHandler(this.CkIsSwitch_CheckedChanged);
  89. //
  90. // lblCutHoleName
  91. //
  92. this.lblCutHoleName.AutoSize = true;
  93. this.lblCutHoleName.BackColor = System.Drawing.Color.Transparent;
  94. this.lblCutHoleName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lblCutHoleName.ForeColor = System.Drawing.Color.Black;
  96. this.lblCutHoleName.Location = new System.Drawing.Point(26, 5);
  97. this.lblCutHoleName.Name = "lblCutHoleName";
  98. this.lblCutHoleName.Size = new System.Drawing.Size(69, 20);
  99. this.lblCutHoleName.TabIndex = 0;
  100. this.lblCutHoleName.Text = "切孔名称";
  101. //
  102. // panel1
  103. //
  104. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
  105. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.panel1.Controls.Add(this.pbClose);
  107. this.panel1.Controls.Add(this.lblCutHoleName);
  108. this.panel1.Controls.Add(this.CkIsSwitch);
  109. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.panel1.Location = new System.Drawing.Point(0, 0);
  111. this.panel1.Name = "panel1";
  112. this.panel1.Size = new System.Drawing.Size(347, 28);
  113. this.panel1.TabIndex = 2;
  114. //
  115. // pbClose
  116. //
  117. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  118. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  119. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  120. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  121. this.pbClose.Location = new System.Drawing.Point(313, 0);
  122. this.pbClose.Name = "pbClose";
  123. this.pbClose.Size = new System.Drawing.Size(32, 26);
  124. this.pbClose.TabIndex = 108;
  125. this.pbClose.TabStop = false;
  126. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  127. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  128. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  129. //
  130. // imageList1
  131. //
  132. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  133. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  134. this.imageList1.Images.SetKeyName(0, "Reset32.png");
  135. this.imageList1.Images.SetKeyName(1, "Ruler32.png");
  136. this.imageList1.Images.SetKeyName(2, "set32.png");
  137. this.imageList1.Images.SetKeyName(3, "start32.png");
  138. this.imageList1.Images.SetKeyName(4, "stop32.png");
  139. //
  140. // timerTwinkle
  141. //
  142. this.timerTwinkle.Enabled = true;
  143. this.timerTwinkle.Interval = 300;
  144. this.timerTwinkle.Tick += new System.EventHandler(this.timerTwinkle_Tick);
  145. //
  146. // panel2
  147. //
  148. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  149. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.panel2.Controls.Add(this.label12);
  151. this.panel2.Controls.Add(this.label11);
  152. this.panel2.Controls.Add(this.label13);
  153. this.panel2.Controls.Add(this.label14);
  154. this.panel2.Controls.Add(this.label10);
  155. this.panel2.Controls.Add(this.label9);
  156. this.panel2.Controls.Add(this.label2);
  157. this.panel2.Controls.Add(this.label3);
  158. this.panel2.Controls.Add(this.label4);
  159. this.panel2.Controls.Add(this.label5);
  160. this.panel2.Controls.Add(this.label6);
  161. this.panel2.Controls.Add(this.label7);
  162. this.panel2.Controls.Add(this.lblM);
  163. this.panel2.Controls.Add(this.lblT);
  164. this.panel2.Controls.Add(this.lblR);
  165. this.panel2.Controls.Add(this.lblZ);
  166. this.panel2.Controls.Add(this.lblY);
  167. this.panel2.Controls.Add(this.lblShowState);
  168. this.panel2.Controls.Add(this.lblShowEndTime);
  169. this.panel2.Controls.Add(this.lblShowStartTime);
  170. this.panel2.Controls.Add(this.lblX);
  171. this.panel2.Controls.Add(this.lblState);
  172. this.panel2.Controls.Add(this.lblEndTime);
  173. this.panel2.Controls.Add(this.lblStartTime);
  174. this.panel2.Controls.Add(this.lblLocation);
  175. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  176. this.panel2.Location = new System.Drawing.Point(0, 28);
  177. this.panel2.Name = "panel2";
  178. this.panel2.Size = new System.Drawing.Size(347, 128);
  179. this.panel2.TabIndex = 22;
  180. //
  181. // label12
  182. //
  183. this.label12.AutoSize = true;
  184. this.label12.Font = new System.Drawing.Font("宋体", 8F);
  185. this.label12.ForeColor = System.Drawing.Color.Black;
  186. this.label12.Location = new System.Drawing.Point(319, 37);
  187. this.label12.Name = "label12";
  188. this.label12.Size = new System.Drawing.Size(21, 14);
  189. this.label12.TabIndex = 46;
  190. this.label12.Text = "mm";
  191. //
  192. // label11
  193. //
  194. this.label11.AutoSize = true;
  195. this.label11.Font = new System.Drawing.Font("宋体", 8F);
  196. this.label11.ForeColor = System.Drawing.Color.Black;
  197. this.label11.Location = new System.Drawing.Point(319, 17);
  198. this.label11.Name = "label11";
  199. this.label11.Size = new System.Drawing.Size(21, 14);
  200. this.label11.TabIndex = 43;
  201. this.label11.Text = "mm";
  202. //
  203. // label13
  204. //
  205. this.label13.AutoSize = true;
  206. this.label13.Font = new System.Drawing.Font("宋体", 8F);
  207. this.label13.ForeColor = System.Drawing.Color.Black;
  208. this.label13.Location = new System.Drawing.Point(237, 37);
  209. this.label13.Name = "label13";
  210. this.label13.Size = new System.Drawing.Size(21, 14);
  211. this.label13.TabIndex = 45;
  212. this.label13.Text = "°";
  213. //
  214. // label14
  215. //
  216. this.label14.AutoSize = true;
  217. this.label14.Font = new System.Drawing.Font("宋体", 8F);
  218. this.label14.ForeColor = System.Drawing.Color.Black;
  219. this.label14.Location = new System.Drawing.Point(152, 37);
  220. this.label14.Name = "label14";
  221. this.label14.Size = new System.Drawing.Size(21, 14);
  222. this.label14.TabIndex = 44;
  223. this.label14.Text = "°";
  224. //
  225. // label10
  226. //
  227. this.label10.AutoSize = true;
  228. this.label10.Font = new System.Drawing.Font("宋体", 8F);
  229. this.label10.ForeColor = System.Drawing.Color.Black;
  230. this.label10.Location = new System.Drawing.Point(237, 16);
  231. this.label10.Name = "label10";
  232. this.label10.Size = new System.Drawing.Size(21, 14);
  233. this.label10.TabIndex = 42;
  234. this.label10.Text = "mm";
  235. //
  236. // label9
  237. //
  238. this.label9.AutoSize = true;
  239. this.label9.Font = new System.Drawing.Font("宋体", 8F);
  240. this.label9.ForeColor = System.Drawing.Color.Black;
  241. this.label9.Location = new System.Drawing.Point(152, 16);
  242. this.label9.Name = "label9";
  243. this.label9.Size = new System.Drawing.Size(21, 14);
  244. this.label9.TabIndex = 41;
  245. this.label9.Text = "mm";
  246. //
  247. // label2
  248. //
  249. this.label2.AutoSize = true;
  250. this.label2.Font = new System.Drawing.Font("宋体", 8F);
  251. this.label2.ForeColor = System.Drawing.Color.Black;
  252. this.label2.Location = new System.Drawing.Point(259, 37);
  253. this.label2.Name = "label2";
  254. this.label2.Size = new System.Drawing.Size(21, 14);
  255. this.label2.TabIndex = 40;
  256. this.label2.Text = "M:";
  257. //
  258. // label3
  259. //
  260. this.label3.AutoSize = true;
  261. this.label3.Font = new System.Drawing.Font("宋体", 8F);
  262. this.label3.ForeColor = System.Drawing.Color.Black;
  263. this.label3.Location = new System.Drawing.Point(173, 37);
  264. this.label3.Name = "label3";
  265. this.label3.Size = new System.Drawing.Size(21, 14);
  266. this.label3.TabIndex = 39;
  267. this.label3.Text = "T:";
  268. //
  269. // label4
  270. //
  271. this.label4.AutoSize = true;
  272. this.label4.Font = new System.Drawing.Font("宋体", 8F);
  273. this.label4.ForeColor = System.Drawing.Color.Black;
  274. this.label4.Location = new System.Drawing.Point(89, 37);
  275. this.label4.Name = "label4";
  276. this.label4.Size = new System.Drawing.Size(21, 14);
  277. this.label4.TabIndex = 38;
  278. this.label4.Text = "R:";
  279. //
  280. // label5
  281. //
  282. this.label5.AutoSize = true;
  283. this.label5.Font = new System.Drawing.Font("宋体", 8F);
  284. this.label5.ForeColor = System.Drawing.Color.Black;
  285. this.label5.Location = new System.Drawing.Point(259, 16);
  286. this.label5.Name = "label5";
  287. this.label5.Size = new System.Drawing.Size(21, 14);
  288. this.label5.TabIndex = 37;
  289. this.label5.Text = "Z:";
  290. //
  291. // label6
  292. //
  293. this.label6.AutoSize = true;
  294. this.label6.Font = new System.Drawing.Font("宋体", 8F);
  295. this.label6.ForeColor = System.Drawing.Color.Black;
  296. this.label6.Location = new System.Drawing.Point(173, 16);
  297. this.label6.Name = "label6";
  298. this.label6.Size = new System.Drawing.Size(21, 14);
  299. this.label6.TabIndex = 36;
  300. this.label6.Text = "Y:";
  301. //
  302. // label7
  303. //
  304. this.label7.AutoSize = true;
  305. this.label7.Font = new System.Drawing.Font("宋体", 8F);
  306. this.label7.ForeColor = System.Drawing.Color.Black;
  307. this.label7.Location = new System.Drawing.Point(89, 16);
  308. this.label7.Name = "label7";
  309. this.label7.Size = new System.Drawing.Size(21, 14);
  310. this.label7.TabIndex = 35;
  311. this.label7.Text = "X:";
  312. //
  313. // lblM
  314. //
  315. this.lblM.AutoSize = true;
  316. this.lblM.Font = new System.Drawing.Font("宋体", 8F);
  317. this.lblM.ForeColor = System.Drawing.Color.Black;
  318. this.lblM.Location = new System.Drawing.Point(282, 37);
  319. this.lblM.Name = "lblM";
  320. this.lblM.Size = new System.Drawing.Size(0, 14);
  321. this.lblM.TabIndex = 34;
  322. //
  323. // lblT
  324. //
  325. this.lblT.AutoSize = true;
  326. this.lblT.Font = new System.Drawing.Font("宋体", 8F);
  327. this.lblT.ForeColor = System.Drawing.Color.Black;
  328. this.lblT.Location = new System.Drawing.Point(195, 37);
  329. this.lblT.Name = "lblT";
  330. this.lblT.Size = new System.Drawing.Size(0, 14);
  331. this.lblT.TabIndex = 33;
  332. //
  333. // lblR
  334. //
  335. this.lblR.AutoSize = true;
  336. this.lblR.Font = new System.Drawing.Font("宋体", 8F);
  337. this.lblR.ForeColor = System.Drawing.Color.Black;
  338. this.lblR.Location = new System.Drawing.Point(112, 37);
  339. this.lblR.Name = "lblR";
  340. this.lblR.Size = new System.Drawing.Size(0, 14);
  341. this.lblR.TabIndex = 32;
  342. //
  343. // lblZ
  344. //
  345. this.lblZ.AutoSize = true;
  346. this.lblZ.Font = new System.Drawing.Font("宋体", 8F);
  347. this.lblZ.ForeColor = System.Drawing.Color.Black;
  348. this.lblZ.Location = new System.Drawing.Point(282, 16);
  349. this.lblZ.Name = "lblZ";
  350. this.lblZ.Size = new System.Drawing.Size(0, 14);
  351. this.lblZ.TabIndex = 31;
  352. //
  353. // lblY
  354. //
  355. this.lblY.AutoSize = true;
  356. this.lblY.Font = new System.Drawing.Font("宋体", 8F);
  357. this.lblY.ForeColor = System.Drawing.Color.Black;
  358. this.lblY.Location = new System.Drawing.Point(195, 16);
  359. this.lblY.Name = "lblY";
  360. this.lblY.Size = new System.Drawing.Size(0, 14);
  361. this.lblY.TabIndex = 30;
  362. //
  363. // lblShowState
  364. //
  365. this.lblShowState.AutoSize = true;
  366. this.lblShowState.Font = new System.Drawing.Font("宋体", 8F);
  367. this.lblShowState.ForeColor = System.Drawing.Color.Black;
  368. this.lblShowState.Location = new System.Drawing.Point(85, 109);
  369. this.lblShowState.Name = "lblShowState";
  370. this.lblShowState.Size = new System.Drawing.Size(35, 14);
  371. this.lblShowState.TabIndex = 29;
  372. this.lblShowState.Text = "完成";
  373. //
  374. // lblShowEndTime
  375. //
  376. this.lblShowEndTime.AutoSize = true;
  377. this.lblShowEndTime.Font = new System.Drawing.Font("宋体", 8F);
  378. this.lblShowEndTime.ForeColor = System.Drawing.Color.Black;
  379. this.lblShowEndTime.Location = new System.Drawing.Point(85, 84);
  380. this.lblShowEndTime.Name = "lblShowEndTime";
  381. this.lblShowEndTime.Size = new System.Drawing.Size(119, 14);
  382. this.lblShowEndTime.TabIndex = 28;
  383. this.lblShowEndTime.Text = "2020-09-02 12:35";
  384. //
  385. // lblShowStartTime
  386. //
  387. this.lblShowStartTime.AutoSize = true;
  388. this.lblShowStartTime.Font = new System.Drawing.Font("宋体", 8F);
  389. this.lblShowStartTime.ForeColor = System.Drawing.Color.Black;
  390. this.lblShowStartTime.Location = new System.Drawing.Point(85, 59);
  391. this.lblShowStartTime.Name = "lblShowStartTime";
  392. this.lblShowStartTime.Size = new System.Drawing.Size(119, 14);
  393. this.lblShowStartTime.TabIndex = 27;
  394. this.lblShowStartTime.Text = "2020-09-02 12:00";
  395. //
  396. // lblX
  397. //
  398. this.lblX.AutoSize = true;
  399. this.lblX.Font = new System.Drawing.Font("宋体", 8F);
  400. this.lblX.ForeColor = System.Drawing.Color.Black;
  401. this.lblX.Location = new System.Drawing.Point(112, 16);
  402. this.lblX.Name = "lblX";
  403. this.lblX.Size = new System.Drawing.Size(0, 14);
  404. this.lblX.TabIndex = 26;
  405. //
  406. // lblState
  407. //
  408. this.lblState.AutoSize = true;
  409. this.lblState.Font = new System.Drawing.Font("宋体", 9F);
  410. this.lblState.ForeColor = System.Drawing.Color.Black;
  411. this.lblState.Location = new System.Drawing.Point(15, 108);
  412. this.lblState.Name = "lblState";
  413. this.lblState.Size = new System.Drawing.Size(67, 15);
  414. this.lblState.TabIndex = 24;
  415. this.lblState.Text = "检测结果";
  416. //
  417. // lblEndTime
  418. //
  419. this.lblEndTime.AutoSize = true;
  420. this.lblEndTime.Font = new System.Drawing.Font("宋体", 9F);
  421. this.lblEndTime.ForeColor = System.Drawing.Color.Black;
  422. this.lblEndTime.Location = new System.Drawing.Point(15, 83);
  423. this.lblEndTime.Name = "lblEndTime";
  424. this.lblEndTime.Size = new System.Drawing.Size(67, 15);
  425. this.lblEndTime.TabIndex = 23;
  426. this.lblEndTime.Text = "结束时间";
  427. //
  428. // lblStartTime
  429. //
  430. this.lblStartTime.AutoSize = true;
  431. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F);
  432. this.lblStartTime.ForeColor = System.Drawing.Color.Black;
  433. this.lblStartTime.Location = new System.Drawing.Point(15, 58);
  434. this.lblStartTime.Name = "lblStartTime";
  435. this.lblStartTime.Size = new System.Drawing.Size(67, 15);
  436. this.lblStartTime.TabIndex = 25;
  437. this.lblStartTime.Text = "开始时间";
  438. //
  439. // lblLocation
  440. //
  441. this.lblLocation.AutoSize = true;
  442. this.lblLocation.Font = new System.Drawing.Font("宋体", 9F);
  443. this.lblLocation.ForeColor = System.Drawing.Color.Black;
  444. this.lblLocation.Location = new System.Drawing.Point(15, 15);
  445. this.lblLocation.Name = "lblLocation";
  446. this.lblLocation.Size = new System.Drawing.Size(67, 15);
  447. this.lblLocation.TabIndex = 22;
  448. this.lblLocation.Text = "检测位置";
  449. //
  450. // panel4
  451. //
  452. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  453. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  454. this.panel4.Controls.Add(this.label8);
  455. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  456. this.panel4.ForeColor = System.Drawing.Color.Black;
  457. this.panel4.Location = new System.Drawing.Point(0, 0);
  458. this.panel4.Name = "panel4";
  459. this.panel4.Size = new System.Drawing.Size(347, 28);
  460. this.panel4.TabIndex = 6;
  461. //
  462. // label8
  463. //
  464. this.label8.AutoSize = true;
  465. this.label8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  466. this.label8.ForeColor = System.Drawing.Color.Black;
  467. this.label8.Location = new System.Drawing.Point(5, 2);
  468. this.label8.Name = "label8";
  469. this.label8.Size = new System.Drawing.Size(78, 23);
  470. this.label8.TabIndex = 3;
  471. this.label8.Text = "检测流程";
  472. //
  473. // panel3
  474. //
  475. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  476. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  477. this.panel3.Controls.Add(this.lblCompletedAmount);
  478. this.panel3.Controls.Add(this.label1);
  479. this.panel3.Controls.Add(this.pbMeasure);
  480. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  481. this.panel3.Location = new System.Drawing.Point(0, 307);
  482. this.panel3.Name = "panel3";
  483. this.panel3.Size = new System.Drawing.Size(347, 42);
  484. this.panel3.TabIndex = 5;
  485. this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
  486. this.panel3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseMove);
  487. //
  488. // pbMeasure
  489. //
  490. this.pbMeasure.Location = new System.Drawing.Point(88, 15);
  491. this.pbMeasure.Name = "pbMeasure";
  492. this.pbMeasure.Size = new System.Drawing.Size(212, 13);
  493. this.pbMeasure.Step = 1;
  494. this.pbMeasure.TabIndex = 0;
  495. //
  496. // label1
  497. //
  498. this.label1.AutoSize = true;
  499. this.label1.BackColor = System.Drawing.Color.Transparent;
  500. this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.label1.ForeColor = System.Drawing.Color.Black;
  502. this.label1.Location = new System.Drawing.Point(5, 11);
  503. this.label1.Name = "label1";
  504. this.label1.Size = new System.Drawing.Size(95, 23);
  505. this.label1.TabIndex = 1;
  506. this.label1.Text = "检测总进度";
  507. //
  508. // lblCompletedAmount
  509. //
  510. this.lblCompletedAmount.AutoSize = true;
  511. this.lblCompletedAmount.ForeColor = System.Drawing.Color.Black;
  512. this.lblCompletedAmount.Location = new System.Drawing.Point(308, 17);
  513. this.lblCompletedAmount.Name = "lblCompletedAmount";
  514. this.lblCompletedAmount.Size = new System.Drawing.Size(21, 14);
  515. this.lblCompletedAmount.TabIndex = 2;
  516. this.lblCompletedAmount.Text = "0%";
  517. //
  518. // plTimeLine
  519. //
  520. this.plTimeLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  521. this.plTimeLine.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.plTimeLine.Location = new System.Drawing.Point(0, 28);
  523. this.plTimeLine.Name = "plTimeLine";
  524. this.plTimeLine.Size = new System.Drawing.Size(347, 279);
  525. this.plTimeLine.TabIndex = 8;
  526. //
  527. // plMeasureFlow
  528. //
  529. this.plMeasureFlow.Controls.Add(this.plTimeLine);
  530. this.plMeasureFlow.Controls.Add(this.panel3);
  531. this.plMeasureFlow.Controls.Add(this.panel4);
  532. this.plMeasureFlow.Location = new System.Drawing.Point(0, 156);
  533. this.plMeasureFlow.Name = "plMeasureFlow";
  534. this.plMeasureFlow.Size = new System.Drawing.Size(347, 349);
  535. this.plMeasureFlow.TabIndex = 15;
  536. //
  537. // UControl_ParaInfo
  538. //
  539. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
  540. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  541. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  542. this.Controls.Add(this.panel2);
  543. this.Controls.Add(this.plMeasureFlow);
  544. this.Controls.Add(this.panel1);
  545. this.Font = new System.Drawing.Font("宋体", 8F);
  546. this.ForeColor = System.Drawing.Color.Transparent;
  547. this.Name = "UControl_ParaInfo";
  548. this.Size = new System.Drawing.Size(347, 505);
  549. this.Resize += new System.EventHandler(this.UControl_ParaInfo_Resize);
  550. this.panel1.ResumeLayout(false);
  551. this.panel1.PerformLayout();
  552. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  553. this.panel2.ResumeLayout(false);
  554. this.panel2.PerformLayout();
  555. this.panel4.ResumeLayout(false);
  556. this.panel4.PerformLayout();
  557. this.panel3.ResumeLayout(false);
  558. this.panel3.PerformLayout();
  559. this.plMeasureFlow.ResumeLayout(false);
  560. this.ResumeLayout(false);
  561. }
  562. #endregion
  563. private System.Windows.Forms.Label lblCutHoleName;
  564. private System.Windows.Forms.Panel panel1;
  565. private System.Windows.Forms.ImageList imageList1;
  566. private System.Windows.Forms.PictureBox pbClose;
  567. public System.Windows.Forms.CheckBox CkIsSwitch;
  568. public System.Windows.Forms.Timer timerTwinkle;
  569. private System.Windows.Forms.Panel panel2;
  570. private System.Windows.Forms.Label label12;
  571. private System.Windows.Forms.Label label11;
  572. private System.Windows.Forms.Label label13;
  573. private System.Windows.Forms.Label label14;
  574. private System.Windows.Forms.Label label10;
  575. private System.Windows.Forms.Label label9;
  576. private System.Windows.Forms.Label label2;
  577. private System.Windows.Forms.Label label3;
  578. private System.Windows.Forms.Label label4;
  579. private System.Windows.Forms.Label label5;
  580. private System.Windows.Forms.Label label6;
  581. private System.Windows.Forms.Label label7;
  582. private System.Windows.Forms.Label lblM;
  583. private System.Windows.Forms.Label lblT;
  584. private System.Windows.Forms.Label lblR;
  585. private System.Windows.Forms.Label lblZ;
  586. private System.Windows.Forms.Label lblY;
  587. public System.Windows.Forms.Label lblShowState;
  588. private System.Windows.Forms.Label lblShowEndTime;
  589. private System.Windows.Forms.Label lblShowStartTime;
  590. private System.Windows.Forms.Label lblX;
  591. private System.Windows.Forms.Label lblState;
  592. private System.Windows.Forms.Label lblEndTime;
  593. private System.Windows.Forms.Label lblStartTime;
  594. private System.Windows.Forms.Label lblLocation;
  595. private System.Windows.Forms.Panel panel4;
  596. private System.Windows.Forms.Label label8;
  597. private System.Windows.Forms.Panel panel3;
  598. public System.Windows.Forms.Label lblCompletedAmount;
  599. private System.Windows.Forms.Label label1;
  600. public System.Windows.Forms.ProgressBar pbMeasure;
  601. private System.Windows.Forms.Panel plTimeLine;
  602. public System.Windows.Forms.Panel plMeasureFlow;
  603. }
  604. }