123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- // ***********************************************************************
- // Assembly : HZH_Controls
- // Created : 08-09-2019
- //
- // ***********************************************************************
- // <copyright file="UCPagerControl.Designer.cs">
- // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
- // </copyright>
- //
- // Blog: https://www.cnblogs.com/bfyx
- // GitHub:https://github.com/kwwwvagaa/NetWinformControl
- // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
- //
- // If you use this code, please keep this note.
- // ***********************************************************************
- namespace HZH_Controls.Controls
- {
- /// <summary>
- /// Class UCPagerControl.
- /// Implements the <see cref="HZH_Controls.Controls.UCPagerControlBase" />
- /// </summary>
- /// <seealso cref="HZH_Controls.Controls.UCPagerControlBase" />
- partial class UCPagerControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 4;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tableLayoutPanel1.Controls.Add(this.panel4, 3, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(304, 58);
- this.tableLayoutPanel1.TabIndex = 1;
- //
- // panel4
- //
- this.panel4.BackgroundImage = global::HZH_Controls.Properties.Resources.end;
- this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel4.Location = new System.Drawing.Point(228, 6);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(68, 46);
- this.panel4.TabIndex = 3;
- this.panel4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel4_MouseDown);
- //
- // panel3
- //
- this.panel3.BackgroundImage = global::HZH_Controls.Properties.Resources.first;
- this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel3.Location = new System.Drawing.Point(6, 6);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(68, 46);
- this.panel3.TabIndex = 2;
- this.panel3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel3_MouseDown);
- //
- // panel2
- //
- this.panel2.BackgroundImage = global::HZH_Controls.Properties.Resources.right;
- this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel2.Location = new System.Drawing.Point(154, 6);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(68, 46);
- this.panel2.TabIndex = 1;
- this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
- //
- // panel1
- //
- this.panel1.BackgroundImage = global::HZH_Controls.Properties.Resources.left;
- this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel1.Location = new System.Drawing.Point(80, 6);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(68, 46);
- this.panel1.TabIndex = 0;
- this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
- //
- // UCPagerControl
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "UCPagerControl";
- this.tableLayoutPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- /// <summary>
- /// The table layout panel1
- /// </summary>
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- /// <summary>
- /// The panel4
- /// </summary>
- private System.Windows.Forms.Panel panel4;
- /// <summary>
- /// The panel3
- /// </summary>
- private System.Windows.Forms.Panel panel3;
- /// <summary>
- /// The panel2
- /// </summary>
- private System.Windows.Forms.Panel panel2;
- /// <summary>
- /// The panel1
- /// </summary>
- private System.Windows.Forms.Panel panel1;
- }
- }
|