UCLEDTime.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 09-02-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCLEDTime.Designer.cs">
  7. // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
  8. // </copyright>
  9. //
  10. // Blog: https://www.cnblogs.com/bfyx
  11. // GitHub:https://github.com/kwwwvagaa/NetWinformControl
  12. // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
  13. //
  14. // If you use this code, please keep this note.
  15. // ***********************************************************************
  16. namespace HZH_Controls.Controls
  17. {
  18. /// <summary>
  19. /// Class UCLEDTime.
  20. /// Implements the <see cref="System.Windows.Forms.UserControl" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.UserControl" />
  23. partial class UCLEDTime
  24. {
  25. /// <summary>
  26. /// 必需的设计器变量。
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// 清理所有正在使用的资源。
  31. /// </summary>
  32. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. #region 组件设计器生成的代码
  42. /// <summary>
  43. /// 设计器支持所需的方法 - 不要
  44. /// 使用代码编辑器修改此方法的内容。
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  49. this.D1 = new HZH_Controls.Controls.UCLEDNum();
  50. this.D2 = new HZH_Controls.Controls.UCLEDNum();
  51. this.D3 = new HZH_Controls.Controls.UCLEDNum();
  52. this.D4 = new HZH_Controls.Controls.UCLEDNum();
  53. this.D5 = new HZH_Controls.Controls.UCLEDNum();
  54. this.D6 = new HZH_Controls.Controls.UCLEDNum();
  55. this.D7 = new HZH_Controls.Controls.UCLEDNum();
  56. this.D8 = new HZH_Controls.Controls.UCLEDNum();
  57. this.tableLayoutPanel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // tableLayoutPanel1
  61. //
  62. this.tableLayoutPanel1.ColumnCount = 8;
  63. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  67. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  68. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  70. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  71. this.tableLayoutPanel1.Controls.Add(this.D1, 0, 0);
  72. this.tableLayoutPanel1.Controls.Add(this.D2, 1, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.D3, 2, 0);
  74. this.tableLayoutPanel1.Controls.Add(this.D4, 3, 0);
  75. this.tableLayoutPanel1.Controls.Add(this.D5, 4, 0);
  76. this.tableLayoutPanel1.Controls.Add(this.D6, 5, 0);
  77. this.tableLayoutPanel1.Controls.Add(this.D7, 6, 0);
  78. this.tableLayoutPanel1.Controls.Add(this.D8, 7, 0);
  79. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  81. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  82. this.tableLayoutPanel1.RowCount = 1;
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  84. this.tableLayoutPanel1.Size = new System.Drawing.Size(290, 58);
  85. this.tableLayoutPanel1.TabIndex = 0;
  86. //
  87. // D1
  88. //
  89. this.D1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.D1.LineWidth = 8;
  91. this.D1.Location = new System.Drawing.Point(3, 3);
  92. this.D1.Name = "D1";
  93. this.D1.Size = new System.Drawing.Size(30, 52);
  94. this.D1.TabIndex = 0;
  95. this.D1.Value = '2';
  96. //
  97. // D2
  98. //
  99. this.D2.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.D2.LineWidth = 8;
  101. this.D2.Location = new System.Drawing.Point(39, 3);
  102. this.D2.Name = "D2";
  103. this.D2.Size = new System.Drawing.Size(30, 52);
  104. this.D2.TabIndex = 1;
  105. this.D2.Value = '3';
  106. //
  107. // D3
  108. //
  109. this.D3.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.D3.LineWidth = 8;
  111. this.D3.Location = new System.Drawing.Point(75, 3);
  112. this.D3.Name = "D3";
  113. this.D3.Size = new System.Drawing.Size(30, 52);
  114. this.D3.TabIndex = 2;
  115. this.D3.Value = ':';
  116. //
  117. // D4
  118. //
  119. this.D4.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.D4.LineWidth = 8;
  121. this.D4.Location = new System.Drawing.Point(111, 3);
  122. this.D4.Name = "D4";
  123. this.D4.Size = new System.Drawing.Size(30, 52);
  124. this.D4.TabIndex = 3;
  125. this.D4.Value = '1';
  126. //
  127. // D5
  128. //
  129. this.D5.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.D5.LineWidth = 8;
  131. this.D5.Location = new System.Drawing.Point(147, 3);
  132. this.D5.Name = "D5";
  133. this.D5.Size = new System.Drawing.Size(30, 52);
  134. this.D5.TabIndex = 4;
  135. this.D5.Value = '0';
  136. //
  137. // D6
  138. //
  139. this.D6.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.D6.LineWidth = 8;
  141. this.D6.Location = new System.Drawing.Point(183, 3);
  142. this.D6.Name = "D6";
  143. this.D6.Size = new System.Drawing.Size(30, 52);
  144. this.D6.TabIndex = 5;
  145. this.D6.Value = ':';
  146. //
  147. // D7
  148. //
  149. this.D7.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.D7.LineWidth = 8;
  151. this.D7.Location = new System.Drawing.Point(219, 3);
  152. this.D7.Name = "D7";
  153. this.D7.Size = new System.Drawing.Size(30, 52);
  154. this.D7.TabIndex = 6;
  155. this.D7.Value = '1';
  156. //
  157. // D8
  158. //
  159. this.D8.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.D8.LineWidth = 8;
  161. this.D8.Location = new System.Drawing.Point(255, 3);
  162. this.D8.Name = "D8";
  163. this.D8.Size = new System.Drawing.Size(32, 52);
  164. this.D8.TabIndex = 7;
  165. this.D8.Value = '0';
  166. //
  167. // UCLEDTime
  168. //
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  170. this.Controls.Add(this.tableLayoutPanel1);
  171. this.Name = "UCLEDTime";
  172. this.Size = new System.Drawing.Size(290, 58);
  173. this.tableLayoutPanel1.ResumeLayout(false);
  174. this.ResumeLayout(false);
  175. }
  176. #endregion
  177. /// <summary>
  178. /// The table layout panel1
  179. /// </summary>
  180. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  181. /// <summary>
  182. /// The d1
  183. /// </summary>
  184. private UCLEDNum D1;
  185. /// <summary>
  186. /// The d2
  187. /// </summary>
  188. private UCLEDNum D2;
  189. /// <summary>
  190. /// The d3
  191. /// </summary>
  192. private UCLEDNum D3;
  193. /// <summary>
  194. /// The d4
  195. /// </summary>
  196. private UCLEDNum D4;
  197. /// <summary>
  198. /// The d5
  199. /// </summary>
  200. private UCLEDNum D5;
  201. /// <summary>
  202. /// The d6
  203. /// </summary>
  204. private UCLEDNum D6;
  205. /// <summary>
  206. /// The d7
  207. /// </summary>
  208. private UCLEDNum D7;
  209. /// <summary>
  210. /// The d8
  211. /// </summary>
  212. private UCLEDNum D8;
  213. }
  214. }