UControl_ParaInfo.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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.checkBox1 = new System.Windows.Forms.CheckBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.btnClose = new System.Windows.Forms.Button();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // lblLocation
  45. //
  46. this.lblLocation.AutoSize = true;
  47. this.lblLocation.Font = new System.Drawing.Font("宋体", 10F);
  48. this.lblLocation.ForeColor = System.Drawing.Color.LightGray;
  49. this.lblLocation.Location = new System.Drawing.Point(8, 44);
  50. this.lblLocation.Name = "lblLocation";
  51. this.lblLocation.Size = new System.Drawing.Size(63, 14);
  52. this.lblLocation.TabIndex = 0;
  53. this.lblLocation.Text = "检测位置";
  54. //
  55. // lblStartTime
  56. //
  57. this.lblStartTime.AutoSize = true;
  58. this.lblStartTime.Font = new System.Drawing.Font("宋体", 10F);
  59. this.lblStartTime.ForeColor = System.Drawing.Color.LightGray;
  60. this.lblStartTime.Location = new System.Drawing.Point(8, 89);
  61. this.lblStartTime.Name = "lblStartTime";
  62. this.lblStartTime.Size = new System.Drawing.Size(63, 14);
  63. this.lblStartTime.TabIndex = 0;
  64. this.lblStartTime.Text = "开始时间";
  65. //
  66. // lblEndTime
  67. //
  68. this.lblEndTime.AutoSize = true;
  69. this.lblEndTime.Font = new System.Drawing.Font("宋体", 10F);
  70. this.lblEndTime.ForeColor = System.Drawing.Color.LightGray;
  71. this.lblEndTime.Location = new System.Drawing.Point(8, 120);
  72. this.lblEndTime.Name = "lblEndTime";
  73. this.lblEndTime.Size = new System.Drawing.Size(63, 14);
  74. this.lblEndTime.TabIndex = 0;
  75. this.lblEndTime.Text = "结束时间";
  76. //
  77. // lblState
  78. //
  79. this.lblState.AutoSize = true;
  80. this.lblState.Font = new System.Drawing.Font("宋体", 10F);
  81. this.lblState.ForeColor = System.Drawing.Color.LightGray;
  82. this.lblState.Location = new System.Drawing.Point(8, 151);
  83. this.lblState.Name = "lblState";
  84. this.lblState.Size = new System.Drawing.Size(63, 14);
  85. this.lblState.TabIndex = 0;
  86. this.lblState.Text = "检测结果";
  87. //
  88. // checkBox1
  89. //
  90. this.checkBox1.AutoSize = true;
  91. this.checkBox1.Location = new System.Drawing.Point(9, 9);
  92. this.checkBox1.Name = "checkBox1";
  93. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  94. this.checkBox1.TabIndex = 1;
  95. this.checkBox1.UseVisualStyleBackColor = true;
  96. //
  97. // label1
  98. //
  99. this.label1.AutoSize = true;
  100. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  101. this.label1.ForeColor = System.Drawing.Color.Black;
  102. this.label1.Location = new System.Drawing.Point(26, 9);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(77, 14);
  105. this.label1.TabIndex = 0;
  106. this.label1.Text = "切孔名称";
  107. //
  108. // panel1
  109. //
  110. this.panel1.BackColor = System.Drawing.Color.White;
  111. this.panel1.Controls.Add(this.btnClose);
  112. this.panel1.Controls.Add(this.label1);
  113. this.panel1.Controls.Add(this.checkBox1);
  114. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  115. this.panel1.Location = new System.Drawing.Point(0, 0);
  116. this.panel1.Name = "panel1";
  117. this.panel1.Size = new System.Drawing.Size(312, 30);
  118. this.panel1.TabIndex = 2;
  119. //
  120. // btnClose
  121. //
  122. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  123. this.btnClose.Location = new System.Drawing.Point(284, 0);
  124. this.btnClose.Name = "btnClose";
  125. this.btnClose.Size = new System.Drawing.Size(28, 30);
  126. this.btnClose.TabIndex = 3;
  127. this.btnClose.Text = "X";
  128. this.btnClose.UseVisualStyleBackColor = true;
  129. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  130. //
  131. // label2
  132. //
  133. this.label2.AutoSize = true;
  134. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  135. this.label2.ForeColor = System.Drawing.Color.LightGray;
  136. this.label2.Location = new System.Drawing.Point(80, 43);
  137. this.label2.Name = "label2";
  138. this.label2.Size = new System.Drawing.Size(147, 14);
  139. this.label2.TabIndex = 3;
  140. this.label2.Text = "X:65000 Y:50000 Z:20";
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  146. this.label3.ForeColor = System.Drawing.Color.LightGray;
  147. this.label3.Location = new System.Drawing.Point(80, 89);
  148. this.label3.Name = "label3";
  149. this.label3.Size = new System.Drawing.Size(119, 14);
  150. this.label3.TabIndex = 3;
  151. this.label3.Text = "2020-09-02 12:00";
  152. //
  153. // label4
  154. //
  155. this.label4.AutoSize = true;
  156. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  157. this.label4.ForeColor = System.Drawing.Color.LightGray;
  158. this.label4.Location = new System.Drawing.Point(80, 120);
  159. this.label4.Name = "label4";
  160. this.label4.Size = new System.Drawing.Size(119, 14);
  161. this.label4.TabIndex = 3;
  162. this.label4.Text = "2020-09-02 12:35";
  163. //
  164. // label5
  165. //
  166. this.label5.AutoSize = true;
  167. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  168. this.label5.ForeColor = System.Drawing.Color.LightGray;
  169. this.label5.Location = new System.Drawing.Point(80, 151);
  170. this.label5.Name = "label5";
  171. this.label5.Size = new System.Drawing.Size(35, 14);
  172. this.label5.TabIndex = 3;
  173. this.label5.Text = "完成";
  174. //
  175. // label6
  176. //
  177. this.label6.AutoSize = true;
  178. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  179. this.label6.ForeColor = System.Drawing.Color.LightGray;
  180. this.label6.Location = new System.Drawing.Point(80, 66);
  181. this.label6.Name = "label6";
  182. this.label6.Size = new System.Drawing.Size(105, 14);
  183. this.label6.TabIndex = 3;
  184. this.label6.Text = "T:50 M:50 R:20";
  185. //
  186. // UControl_ParaInfo
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.BackColor = System.Drawing.Color.Black;
  191. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  192. this.Controls.Add(this.label5);
  193. this.Controls.Add(this.label4);
  194. this.Controls.Add(this.label3);
  195. this.Controls.Add(this.label6);
  196. this.Controls.Add(this.label2);
  197. this.Controls.Add(this.panel1);
  198. this.Controls.Add(this.lblState);
  199. this.Controls.Add(this.lblEndTime);
  200. this.Controls.Add(this.lblStartTime);
  201. this.Controls.Add(this.lblLocation);
  202. this.Name = "UControl_ParaInfo";
  203. this.Size = new System.Drawing.Size(312, 178);
  204. this.panel1.ResumeLayout(false);
  205. this.panel1.PerformLayout();
  206. this.ResumeLayout(false);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private System.Windows.Forms.Label lblLocation;
  211. private System.Windows.Forms.Label lblStartTime;
  212. private System.Windows.Forms.Label lblEndTime;
  213. private System.Windows.Forms.Label lblState;
  214. private System.Windows.Forms.CheckBox checkBox1;
  215. private System.Windows.Forms.Label label1;
  216. private System.Windows.Forms.Panel panel1;
  217. private System.Windows.Forms.Button btnClose;
  218. private System.Windows.Forms.Label label2;
  219. private System.Windows.Forms.Label label3;
  220. private System.Windows.Forms.Label label4;
  221. private System.Windows.Forms.Label label5;
  222. private System.Windows.Forms.Label label6;
  223. }
  224. }