UControl_ParaInfo.Designer.cs 26 KB

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