UCTimePanel.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCTimePanel.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 UCTimePanel.
  20. /// Implements the <see cref="System.Windows.Forms.UserControl" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.UserControl" />
  23. partial class UCTimePanel
  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.panMain = new System.Windows.Forms.TableLayoutPanel();
  49. this.ucSplitLine_V1 = new HZH_Controls.Controls.UCSplitLine_V();
  50. this.ucSplitLine_V2 = new HZH_Controls.Controls.UCSplitLine_V();
  51. this.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
  52. this.ucSplitLine_H2 = new HZH_Controls.Controls.UCSplitLine_H();
  53. this.SuspendLayout();
  54. //
  55. // panMain
  56. //
  57. this.panMain.ColumnCount = 1;
  58. this.panMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  59. this.panMain.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.panMain.Location = new System.Drawing.Point(1, 1);
  61. this.panMain.Name = "panMain";
  62. this.panMain.RowCount = 1;
  63. this.panMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  64. this.panMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  65. this.panMain.Size = new System.Drawing.Size(99, 228);
  66. this.panMain.TabIndex = 0;
  67. //
  68. // ucSplitLine_V1
  69. //
  70. this.ucSplitLine_V1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  71. this.ucSplitLine_V1.Dock = System.Windows.Forms.DockStyle.Left;
  72. this.ucSplitLine_V1.Location = new System.Drawing.Point(0, 0);
  73. this.ucSplitLine_V1.Name = "ucSplitLine_V1";
  74. this.ucSplitLine_V1.Size = new System.Drawing.Size(1, 230);
  75. this.ucSplitLine_V1.TabIndex = 0;
  76. this.ucSplitLine_V1.TabStop = false;
  77. this.ucSplitLine_V1.Visible = false;
  78. //
  79. // ucSplitLine_V2
  80. //
  81. this.ucSplitLine_V2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  82. this.ucSplitLine_V2.Dock = System.Windows.Forms.DockStyle.Right;
  83. this.ucSplitLine_V2.Location = new System.Drawing.Point(100, 0);
  84. this.ucSplitLine_V2.Name = "ucSplitLine_V2";
  85. this.ucSplitLine_V2.Size = new System.Drawing.Size(1, 230);
  86. this.ucSplitLine_V2.TabIndex = 1;
  87. this.ucSplitLine_V2.TabStop = false;
  88. this.ucSplitLine_V2.Visible = false;
  89. //
  90. // ucSplitLine_H1
  91. //
  92. this.ucSplitLine_H1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  93. this.ucSplitLine_H1.Dock = System.Windows.Forms.DockStyle.Top;
  94. this.ucSplitLine_H1.Location = new System.Drawing.Point(1, 0);
  95. this.ucSplitLine_H1.Name = "ucSplitLine_H1";
  96. this.ucSplitLine_H1.Size = new System.Drawing.Size(99, 1);
  97. this.ucSplitLine_H1.TabIndex = 0;
  98. this.ucSplitLine_H1.TabStop = false;
  99. this.ucSplitLine_H1.Visible = false;
  100. //
  101. // ucSplitLine_H2
  102. //
  103. this.ucSplitLine_H2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  104. this.ucSplitLine_H2.Dock = System.Windows.Forms.DockStyle.Bottom;
  105. this.ucSplitLine_H2.Location = new System.Drawing.Point(1, 229);
  106. this.ucSplitLine_H2.Name = "ucSplitLine_H2";
  107. this.ucSplitLine_H2.Size = new System.Drawing.Size(99, 1);
  108. this.ucSplitLine_H2.TabIndex = 2;
  109. this.ucSplitLine_H2.TabStop = false;
  110. this.ucSplitLine_H2.Visible = false;
  111. //
  112. // UCTimePanel
  113. //
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  115. this.BackColor = System.Drawing.Color.White;
  116. this.Controls.Add(this.panMain);
  117. this.Controls.Add(this.ucSplitLine_H2);
  118. this.Controls.Add(this.ucSplitLine_H1);
  119. this.Controls.Add(this.ucSplitLine_V2);
  120. this.Controls.Add(this.ucSplitLine_V1);
  121. this.Name = "UCTimePanel";
  122. this.Size = new System.Drawing.Size(101, 230);
  123. this.Load += new System.EventHandler(this.UCTimePanel_Load);
  124. this.ResumeLayout(false);
  125. }
  126. #endregion
  127. /// <summary>
  128. /// The pan main
  129. /// </summary>
  130. private System.Windows.Forms.TableLayoutPanel panMain;
  131. /// <summary>
  132. /// The uc split line v1
  133. /// </summary>
  134. private UCSplitLine_V ucSplitLine_V1;
  135. /// <summary>
  136. /// The uc split line v2
  137. /// </summary>
  138. private UCSplitLine_V ucSplitLine_V2;
  139. /// <summary>
  140. /// The uc split line h1
  141. /// </summary>
  142. private UCSplitLine_H ucSplitLine_H1;
  143. /// <summary>
  144. /// The uc split line h2
  145. /// </summary>
  146. private UCSplitLine_H ucSplitLine_H2;
  147. }
  148. }