UCLEDData.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 09-02-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCLEDData.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 UCLEDData.
  20. /// Implements the <see cref="System.Windows.Forms.UserControl" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.UserControl" />
  23. partial class UCLEDData
  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.D9 = new HZH_Controls.Controls.UCLEDNum();
  58. this.D10 = new HZH_Controls.Controls.UCLEDNum();
  59. this.tableLayoutPanel1.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // tableLayoutPanel1
  63. //
  64. this.tableLayoutPanel1.ColumnCount = 10;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  67. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  68. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  70. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  71. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  72. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  73. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  74. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  75. this.tableLayoutPanel1.Controls.Add(this.D1, 0, 0);
  76. this.tableLayoutPanel1.Controls.Add(this.D2, 1, 0);
  77. this.tableLayoutPanel1.Controls.Add(this.D3, 2, 0);
  78. this.tableLayoutPanel1.Controls.Add(this.D4, 3, 0);
  79. this.tableLayoutPanel1.Controls.Add(this.D5, 4, 0);
  80. this.tableLayoutPanel1.Controls.Add(this.D6, 5, 0);
  81. this.tableLayoutPanel1.Controls.Add(this.D7, 6, 0);
  82. this.tableLayoutPanel1.Controls.Add(this.D8, 7, 0);
  83. this.tableLayoutPanel1.Controls.Add(this.D9, 8, 0);
  84. this.tableLayoutPanel1.Controls.Add(this.D10, 9, 0);
  85. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  87. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  88. this.tableLayoutPanel1.RowCount = 1;
  89. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  91. this.tableLayoutPanel1.Size = new System.Drawing.Size(360, 58);
  92. this.tableLayoutPanel1.TabIndex = 0;
  93. //
  94. // D1
  95. //
  96. this.D1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.D1.LineWidth = 8;
  98. this.D1.Location = new System.Drawing.Point(3, 3);
  99. this.D1.Name = "D1";
  100. this.D1.Size = new System.Drawing.Size(30, 52);
  101. this.D1.TabIndex = 0;
  102. this.D1.Value = '2';
  103. //
  104. // D2
  105. //
  106. this.D2.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.D2.LineWidth = 8;
  108. this.D2.Location = new System.Drawing.Point(39, 3);
  109. this.D2.Name = "D2";
  110. this.D2.Size = new System.Drawing.Size(30, 52);
  111. this.D2.TabIndex = 1;
  112. this.D2.Value = '0';
  113. //
  114. // D3
  115. //
  116. this.D3.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.D3.LineWidth = 8;
  118. this.D3.Location = new System.Drawing.Point(75, 3);
  119. this.D3.Name = "D3";
  120. this.D3.Size = new System.Drawing.Size(30, 52);
  121. this.D3.TabIndex = 2;
  122. this.D3.Value = '1';
  123. //
  124. // D4
  125. //
  126. this.D4.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.D4.LineWidth = 8;
  128. this.D4.Location = new System.Drawing.Point(111, 3);
  129. this.D4.Name = "D4";
  130. this.D4.Size = new System.Drawing.Size(30, 52);
  131. this.D4.TabIndex = 3;
  132. this.D4.Value = '9';
  133. //
  134. // D5
  135. //
  136. this.D5.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.D5.LineWidth = 8;
  138. this.D5.Location = new System.Drawing.Point(147, 3);
  139. this.D5.Name = "D5";
  140. this.D5.Size = new System.Drawing.Size(30, 52);
  141. this.D5.TabIndex = 4;
  142. this.D5.Value = '-';
  143. //
  144. // D6
  145. //
  146. this.D6.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.D6.LineWidth = 8;
  148. this.D6.Location = new System.Drawing.Point(183, 3);
  149. this.D6.Name = "D6";
  150. this.D6.Size = new System.Drawing.Size(30, 52);
  151. this.D6.TabIndex = 5;
  152. this.D6.Value = '0';
  153. //
  154. // D7
  155. //
  156. this.D7.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.D7.LineWidth = 8;
  158. this.D7.Location = new System.Drawing.Point(219, 3);
  159. this.D7.Name = "D7";
  160. this.D7.Size = new System.Drawing.Size(30, 52);
  161. this.D7.TabIndex = 6;
  162. this.D7.Value = '8';
  163. //
  164. // D8
  165. //
  166. this.D8.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.D8.LineWidth = 8;
  168. this.D8.Location = new System.Drawing.Point(255, 3);
  169. this.D8.Name = "D8";
  170. this.D8.Size = new System.Drawing.Size(30, 52);
  171. this.D8.TabIndex = 7;
  172. this.D8.Value = '-';
  173. //
  174. // D9
  175. //
  176. this.D9.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.D9.LineWidth = 8;
  178. this.D9.Location = new System.Drawing.Point(291, 3);
  179. this.D9.Name = "D9";
  180. this.D9.Size = new System.Drawing.Size(30, 52);
  181. this.D9.TabIndex = 8;
  182. this.D9.Value = '0';
  183. //
  184. // D10
  185. //
  186. this.D10.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.D10.LineWidth = 8;
  188. this.D10.Location = new System.Drawing.Point(327, 3);
  189. this.D10.Name = "D10";
  190. this.D10.Size = new System.Drawing.Size(30, 52);
  191. this.D10.TabIndex = 9;
  192. this.D10.Value = '1';
  193. //
  194. // UCLEDData
  195. //
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  197. this.Controls.Add(this.tableLayoutPanel1);
  198. this.Margin = new System.Windows.Forms.Padding(0);
  199. this.Name = "UCLEDData";
  200. this.Size = new System.Drawing.Size(360, 58);
  201. this.tableLayoutPanel1.ResumeLayout(false);
  202. this.ResumeLayout(false);
  203. }
  204. #endregion
  205. /// <summary>
  206. /// The table layout panel1
  207. /// </summary>
  208. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  209. /// <summary>
  210. /// The d1
  211. /// </summary>
  212. private UCLEDNum D1;
  213. /// <summary>
  214. /// The d2
  215. /// </summary>
  216. private UCLEDNum D2;
  217. /// <summary>
  218. /// The d3
  219. /// </summary>
  220. private UCLEDNum D3;
  221. /// <summary>
  222. /// The d4
  223. /// </summary>
  224. private UCLEDNum D4;
  225. /// <summary>
  226. /// The d5
  227. /// </summary>
  228. private UCLEDNum D5;
  229. /// <summary>
  230. /// The d6
  231. /// </summary>
  232. private UCLEDNum D6;
  233. /// <summary>
  234. /// The d7
  235. /// </summary>
  236. private UCLEDNum D7;
  237. /// <summary>
  238. /// The d8
  239. /// </summary>
  240. private UCLEDNum D8;
  241. /// <summary>
  242. /// The d9
  243. /// </summary>
  244. private UCLEDNum D9;
  245. /// <summary>
  246. /// The D10
  247. /// </summary>
  248. private UCLEDNum D10;
  249. }
  250. }