UControl_ParaInfo.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  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.lblLocation = new System.Windows.Forms.Label();
  29. this.lblStartTime = new System.Windows.Forms.Label();
  30. this.lblEndTime = new System.Windows.Forms.Label();
  31. this.lblState = new System.Windows.Forms.Label();
  32. this.CkIsSwitch = new System.Windows.Forms.CheckBox();
  33. this.lblCutHoleName = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.btnClose = new System.Windows.Forms.Button();
  36. this.lblX = new System.Windows.Forms.Label();
  37. this.lblShowStartTime = new System.Windows.Forms.Label();
  38. this.lblShowEndTime = new System.Windows.Forms.Label();
  39. this.lblShowState = new System.Windows.Forms.Label();
  40. this.lblY = new System.Windows.Forms.Label();
  41. this.lblZ = new System.Windows.Forms.Label();
  42. this.lblM = new System.Windows.Forms.Label();
  43. this.lblT = new System.Windows.Forms.Label();
  44. this.lblR = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.panel1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // lblLocation
  55. //
  56. this.lblLocation.AutoSize = true;
  57. this.lblLocation.Font = new System.Drawing.Font("宋体", 10F);
  58. this.lblLocation.ForeColor = System.Drawing.Color.LightGray;
  59. this.lblLocation.Location = new System.Drawing.Point(8, 44);
  60. this.lblLocation.Name = "lblLocation";
  61. this.lblLocation.Size = new System.Drawing.Size(63, 14);
  62. this.lblLocation.TabIndex = 0;
  63. this.lblLocation.Text = "检测位置";
  64. //
  65. // lblStartTime
  66. //
  67. this.lblStartTime.AutoSize = true;
  68. this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
  69. this.lblStartTime.ForeColor = System.Drawing.Color.LightGray;
  70. this.lblStartTime.Location = new System.Drawing.Point(8, 89);
  71. this.lblStartTime.Name = "lblStartTime";
  72. this.lblStartTime.Size = new System.Drawing.Size(63, 14);
  73. this.lblStartTime.TabIndex = 0;
  74. this.lblStartTime.Text = "开始时间";
  75. //
  76. // lblEndTime
  77. //
  78. this.lblEndTime.AutoSize = true;
  79. this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
  80. this.lblEndTime.ForeColor = System.Drawing.Color.LightGray;
  81. this.lblEndTime.Location = new System.Drawing.Point(8, 120);
  82. this.lblEndTime.Name = "lblEndTime";
  83. this.lblEndTime.Size = new System.Drawing.Size(63, 14);
  84. this.lblEndTime.TabIndex = 0;
  85. this.lblEndTime.Text = "结束时间";
  86. //
  87. // lblState
  88. //
  89. this.lblState.AutoSize = true;
  90. this.lblState.Font = new System.Drawing.Font("宋体", 10F);
  91. this.lblState.ForeColor = System.Drawing.Color.LightGray;
  92. this.lblState.Location = new System.Drawing.Point(8, 151);
  93. this.lblState.Name = "lblState";
  94. this.lblState.Size = new System.Drawing.Size(63, 14);
  95. this.lblState.TabIndex = 0;
  96. this.lblState.Text = "检测结果";
  97. //
  98. // CkIsSwitch
  99. //
  100. this.CkIsSwitch.AutoSize = true;
  101. this.CkIsSwitch.Location = new System.Drawing.Point(9, 9);
  102. this.CkIsSwitch.Name = "CkIsSwitch";
  103. this.CkIsSwitch.Size = new System.Drawing.Size(15, 14);
  104. this.CkIsSwitch.TabIndex = 1;
  105. this.CkIsSwitch.UseVisualStyleBackColor = true;
  106. //
  107. // lblCutHoleName
  108. //
  109. this.lblCutHoleName.AutoSize = true;
  110. this.lblCutHoleName.Font = new System.Drawing.Font("宋体", 10F);
  111. this.lblCutHoleName.ForeColor = System.Drawing.Color.Black;
  112. this.lblCutHoleName.Location = new System.Drawing.Point(26, 9);
  113. this.lblCutHoleName.Name = "lblCutHoleName";
  114. this.lblCutHoleName.Size = new System.Drawing.Size(63, 14);
  115. this.lblCutHoleName.TabIndex = 0;
  116. this.lblCutHoleName.Text = "切孔名称";
  117. //
  118. // panel1
  119. //
  120. this.panel1.BackColor = System.Drawing.Color.White;
  121. this.panel1.Controls.Add(this.btnClose);
  122. this.panel1.Controls.Add(this.lblCutHoleName);
  123. this.panel1.Controls.Add(this.CkIsSwitch);
  124. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  125. this.panel1.Location = new System.Drawing.Point(0, 0);
  126. this.panel1.Name = "panel1";
  127. this.panel1.Size = new System.Drawing.Size(312, 30);
  128. this.panel1.TabIndex = 2;
  129. //
  130. // btnClose
  131. //
  132. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  133. this.btnClose.Location = new System.Drawing.Point(284, 0);
  134. this.btnClose.Name = "btnClose";
  135. this.btnClose.Size = new System.Drawing.Size(28, 30);
  136. this.btnClose.TabIndex = 3;
  137. this.btnClose.Text = "X";
  138. this.btnClose.UseVisualStyleBackColor = true;
  139. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  140. //
  141. // lblX
  142. //
  143. this.lblX.AutoSize = true;
  144. this.lblX.Font = new System.Drawing.Font("宋体", 10F);
  145. this.lblX.ForeColor = System.Drawing.Color.LightGray;
  146. this.lblX.Location = new System.Drawing.Point(106, 43);
  147. this.lblX.Name = "lblX";
  148. this.lblX.Size = new System.Drawing.Size(0, 14);
  149. this.lblX.TabIndex = 3;
  150. //
  151. // lblShowStartTime
  152. //
  153. this.lblShowStartTime.AutoSize = true;
  154. this.lblShowStartTime.Font = new System.Drawing.Font("宋体", 10F);
  155. this.lblShowStartTime.ForeColor = System.Drawing.Color.LightGray;
  156. this.lblShowStartTime.Location = new System.Drawing.Point(76, 89);
  157. this.lblShowStartTime.Name = "lblShowStartTime";
  158. this.lblShowStartTime.Size = new System.Drawing.Size(119, 14);
  159. this.lblShowStartTime.TabIndex = 3;
  160. this.lblShowStartTime.Text = "2020-09-02 12:00";
  161. //
  162. // lblShowEndTime
  163. //
  164. this.lblShowEndTime.AutoSize = true;
  165. this.lblShowEndTime.Font = new System.Drawing.Font("宋体", 10F);
  166. this.lblShowEndTime.ForeColor = System.Drawing.Color.LightGray;
  167. this.lblShowEndTime.Location = new System.Drawing.Point(76, 120);
  168. this.lblShowEndTime.Name = "lblShowEndTime";
  169. this.lblShowEndTime.Size = new System.Drawing.Size(119, 14);
  170. this.lblShowEndTime.TabIndex = 3;
  171. this.lblShowEndTime.Text = "2020-09-02 12:35";
  172. //
  173. // lblShowState
  174. //
  175. this.lblShowState.AutoSize = true;
  176. this.lblShowState.Font = new System.Drawing.Font("宋体", 10F);
  177. this.lblShowState.ForeColor = System.Drawing.Color.LightGray;
  178. this.lblShowState.Location = new System.Drawing.Point(76, 151);
  179. this.lblShowState.Name = "lblShowState";
  180. this.lblShowState.Size = new System.Drawing.Size(35, 14);
  181. this.lblShowState.TabIndex = 3;
  182. this.lblShowState.Text = "完成";
  183. //
  184. // lblY
  185. //
  186. this.lblY.AutoSize = true;
  187. this.lblY.Font = new System.Drawing.Font("宋体", 10F);
  188. this.lblY.ForeColor = System.Drawing.Color.LightGray;
  189. this.lblY.Location = new System.Drawing.Point(172, 43);
  190. this.lblY.Name = "lblY";
  191. this.lblY.Size = new System.Drawing.Size(0, 14);
  192. this.lblY.TabIndex = 4;
  193. //
  194. // lblZ
  195. //
  196. this.lblZ.AutoSize = true;
  197. this.lblZ.Font = new System.Drawing.Font("宋体", 10F);
  198. this.lblZ.ForeColor = System.Drawing.Color.LightGray;
  199. this.lblZ.Location = new System.Drawing.Point(246, 43);
  200. this.lblZ.Name = "lblZ";
  201. this.lblZ.Size = new System.Drawing.Size(0, 14);
  202. this.lblZ.TabIndex = 5;
  203. //
  204. // lblM
  205. //
  206. this.lblM.AutoSize = true;
  207. this.lblM.Font = new System.Drawing.Font("宋体", 10F);
  208. this.lblM.ForeColor = System.Drawing.Color.LightGray;
  209. this.lblM.Location = new System.Drawing.Point(246, 66);
  210. this.lblM.Name = "lblM";
  211. this.lblM.Size = new System.Drawing.Size(0, 14);
  212. this.lblM.TabIndex = 8;
  213. //
  214. // lblT
  215. //
  216. this.lblT.AutoSize = true;
  217. this.lblT.Font = new System.Drawing.Font("宋体", 10F);
  218. this.lblT.ForeColor = System.Drawing.Color.LightGray;
  219. this.lblT.Location = new System.Drawing.Point(172, 66);
  220. this.lblT.Name = "lblT";
  221. this.lblT.Size = new System.Drawing.Size(0, 14);
  222. this.lblT.TabIndex = 7;
  223. //
  224. // lblR
  225. //
  226. this.lblR.AutoSize = true;
  227. this.lblR.Font = new System.Drawing.Font("宋体", 10F);
  228. this.lblR.ForeColor = System.Drawing.Color.LightGray;
  229. this.lblR.Location = new System.Drawing.Point(106, 66);
  230. this.lblR.Name = "lblR";
  231. this.lblR.Size = new System.Drawing.Size(0, 14);
  232. this.lblR.TabIndex = 6;
  233. //
  234. // label2
  235. //
  236. this.label2.AutoSize = true;
  237. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  238. this.label2.ForeColor = System.Drawing.Color.LightGray;
  239. this.label2.Location = new System.Drawing.Point(220, 66);
  240. this.label2.Name = "label2";
  241. this.label2.Size = new System.Drawing.Size(21, 14);
  242. this.label2.TabIndex = 14;
  243. this.label2.Text = "M:";
  244. //
  245. // label3
  246. //
  247. this.label3.AutoSize = true;
  248. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  249. this.label3.ForeColor = System.Drawing.Color.LightGray;
  250. this.label3.Location = new System.Drawing.Point(146, 66);
  251. this.label3.Name = "label3";
  252. this.label3.Size = new System.Drawing.Size(21, 14);
  253. this.label3.TabIndex = 13;
  254. this.label3.Text = "T:";
  255. //
  256. // label4
  257. //
  258. this.label4.AutoSize = true;
  259. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  260. this.label4.ForeColor = System.Drawing.Color.LightGray;
  261. this.label4.Location = new System.Drawing.Point(80, 66);
  262. this.label4.Name = "label4";
  263. this.label4.Size = new System.Drawing.Size(21, 14);
  264. this.label4.TabIndex = 12;
  265. this.label4.Text = "R:";
  266. //
  267. // label5
  268. //
  269. this.label5.AutoSize = true;
  270. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  271. this.label5.ForeColor = System.Drawing.Color.LightGray;
  272. this.label5.Location = new System.Drawing.Point(220, 43);
  273. this.label5.Name = "label5";
  274. this.label5.Size = new System.Drawing.Size(21, 14);
  275. this.label5.TabIndex = 11;
  276. this.label5.Text = "Z:";
  277. //
  278. // label6
  279. //
  280. this.label6.AutoSize = true;
  281. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  282. this.label6.ForeColor = System.Drawing.Color.LightGray;
  283. this.label6.Location = new System.Drawing.Point(146, 43);
  284. this.label6.Name = "label6";
  285. this.label6.Size = new System.Drawing.Size(21, 14);
  286. this.label6.TabIndex = 10;
  287. this.label6.Text = "Y:";
  288. //
  289. // label7
  290. //
  291. this.label7.AutoSize = true;
  292. this.label7.Font = new System.Drawing.Font("宋体", 10F);
  293. this.label7.ForeColor = System.Drawing.Color.LightGray;
  294. this.label7.Location = new System.Drawing.Point(80, 43);
  295. this.label7.Name = "label7";
  296. this.label7.Size = new System.Drawing.Size(21, 14);
  297. this.label7.TabIndex = 9;
  298. this.label7.Text = "X:";
  299. //
  300. // UControl_ParaInfo
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  303. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  304. this.BackColor = System.Drawing.Color.Black;
  305. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  306. this.Controls.Add(this.label2);
  307. this.Controls.Add(this.label3);
  308. this.Controls.Add(this.label4);
  309. this.Controls.Add(this.label5);
  310. this.Controls.Add(this.label6);
  311. this.Controls.Add(this.label7);
  312. this.Controls.Add(this.lblM);
  313. this.Controls.Add(this.lblT);
  314. this.Controls.Add(this.lblR);
  315. this.Controls.Add(this.lblZ);
  316. this.Controls.Add(this.lblY);
  317. this.Controls.Add(this.lblShowState);
  318. this.Controls.Add(this.lblShowEndTime);
  319. this.Controls.Add(this.lblShowStartTime);
  320. this.Controls.Add(this.lblX);
  321. this.Controls.Add(this.panel1);
  322. this.Controls.Add(this.lblState);
  323. this.Controls.Add(this.lblEndTime);
  324. this.Controls.Add(this.lblStartTime);
  325. this.Controls.Add(this.lblLocation);
  326. this.Name = "UControl_ParaInfo";
  327. this.Size = new System.Drawing.Size(312, 178);
  328. this.panel1.ResumeLayout(false);
  329. this.panel1.PerformLayout();
  330. this.ResumeLayout(false);
  331. this.PerformLayout();
  332. }
  333. #endregion
  334. private System.Windows.Forms.Label lblLocation;
  335. private System.Windows.Forms.Label lblStartTime;
  336. private System.Windows.Forms.Label lblEndTime;
  337. private System.Windows.Forms.Label lblState;
  338. private System.Windows.Forms.CheckBox CkIsSwitch;
  339. private System.Windows.Forms.Label lblCutHoleName;
  340. private System.Windows.Forms.Panel panel1;
  341. private System.Windows.Forms.Button btnClose;
  342. private System.Windows.Forms.Label lblX;
  343. private System.Windows.Forms.Label lblShowStartTime;
  344. private System.Windows.Forms.Label lblShowEndTime;
  345. private System.Windows.Forms.Label lblShowState;
  346. private System.Windows.Forms.Label lblY;
  347. private System.Windows.Forms.Label lblZ;
  348. private System.Windows.Forms.Label lblM;
  349. private System.Windows.Forms.Label lblT;
  350. private System.Windows.Forms.Label lblR;
  351. private System.Windows.Forms.Label label2;
  352. private System.Windows.Forms.Label label3;
  353. private System.Windows.Forms.Label label4;
  354. private System.Windows.Forms.Label label5;
  355. private System.Windows.Forms.Label label6;
  356. private System.Windows.Forms.Label label7;
  357. }
  358. }