UControl_ParaInfo.Designer.cs 32 KB

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