UControl_ParaInfo.Designer.cs 29 KB

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