UCPagerControl.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-09-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCPagerControl.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 UCPagerControl.
  20. /// Implements the <see cref="HZH_Controls.Controls.UCPagerControlBase" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Controls.UCPagerControlBase" />
  23. partial class UCPagerControl
  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.panel4 = new System.Windows.Forms.Panel();
  50. this.panel3 = new System.Windows.Forms.Panel();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.tableLayoutPanel1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // tableLayoutPanel1
  57. //
  58. this.tableLayoutPanel1.ColumnCount = 4;
  59. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  60. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  62. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  63. this.tableLayoutPanel1.Controls.Add(this.panel4, 3, 0);
  64. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
  65. this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
  66. this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
  67. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  69. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  70. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
  71. this.tableLayoutPanel1.RowCount = 1;
  72. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  73. this.tableLayoutPanel1.Size = new System.Drawing.Size(304, 58);
  74. this.tableLayoutPanel1.TabIndex = 1;
  75. //
  76. // panel4
  77. //
  78. this.panel4.BackgroundImage = global::HZH_Controls.Properties.Resources.end;
  79. this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  80. this.panel4.Location = new System.Drawing.Point(228, 6);
  81. this.panel4.Name = "panel4";
  82. this.panel4.Size = new System.Drawing.Size(68, 46);
  83. this.panel4.TabIndex = 3;
  84. this.panel4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel4_MouseDown);
  85. //
  86. // panel3
  87. //
  88. this.panel3.BackgroundImage = global::HZH_Controls.Properties.Resources.first;
  89. this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  90. this.panel3.Location = new System.Drawing.Point(6, 6);
  91. this.panel3.Name = "panel3";
  92. this.panel3.Size = new System.Drawing.Size(68, 46);
  93. this.panel3.TabIndex = 2;
  94. this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseDown);
  95. //
  96. // panel2
  97. //
  98. this.panel2.BackgroundImage = global::HZH_Controls.Properties.Resources.right;
  99. this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  100. this.panel2.Location = new System.Drawing.Point(154, 6);
  101. this.panel2.Name = "panel2";
  102. this.panel2.Size = new System.Drawing.Size(68, 46);
  103. this.panel2.TabIndex = 1;
  104. this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
  105. //
  106. // panel1
  107. //
  108. this.panel1.BackgroundImage = global::HZH_Controls.Properties.Resources.left;
  109. this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  110. this.panel1.Location = new System.Drawing.Point(80, 6);
  111. this.panel1.Name = "panel1";
  112. this.panel1.Size = new System.Drawing.Size(68, 46);
  113. this.panel1.TabIndex = 0;
  114. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
  115. //
  116. // UCPagerControl
  117. //
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  119. this.Controls.Add(this.tableLayoutPanel1);
  120. this.Name = "UCPagerControl";
  121. this.tableLayoutPanel1.ResumeLayout(false);
  122. this.ResumeLayout(false);
  123. }
  124. #endregion
  125. /// <summary>
  126. /// The table layout panel1
  127. /// </summary>
  128. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  129. /// <summary>
  130. /// The panel4
  131. /// </summary>
  132. private System.Windows.Forms.Panel panel4;
  133. /// <summary>
  134. /// The panel3
  135. /// </summary>
  136. private System.Windows.Forms.Panel panel3;
  137. /// <summary>
  138. /// The panel2
  139. /// </summary>
  140. private System.Windows.Forms.Panel panel2;
  141. /// <summary>
  142. /// The panel1
  143. /// </summary>
  144. private System.Windows.Forms.Panel panel1;
  145. }
  146. }