UControl_ParaInfo.Designer.cs 25 KB

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