You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
4.2 KiB
C#

9 months ago
namespace JwKdsV.Component
{
partial class PagerControl
{
/// <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.downButton = new System.Windows.Forms.Button();
this.pageLabel = new System.Windows.Forms.Label();
this.upButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// downButton
//
this.downButton.Dock = System.Windows.Forms.DockStyle.Right;
this.downButton.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.downButton.ForeColor = System.Drawing.Color.Black;
this.downButton.Location = new System.Drawing.Point(162, 0);
this.downButton.Name = "downButton";
this.downButton.Size = new System.Drawing.Size(86, 63);
this.downButton.TabIndex = 17;
this.downButton.Tag = "down";
this.downButton.Text = "后一页>>";
this.downButton.UseVisualStyleBackColor = true;
this.downButton.Click += new System.EventHandler(this.OnPageChangeClick);
//
// pageLabel
//
this.pageLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.pageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.pageLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pageLabel.ForeColor = System.Drawing.Color.Black;
this.pageLabel.Location = new System.Drawing.Point(86, 0);
this.pageLabel.Name = "pageLabel";
this.pageLabel.Size = new System.Drawing.Size(76, 63);
this.pageLabel.TabIndex = 18;
this.pageLabel.Text = "1/1";
this.pageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// upButton
//
this.upButton.Dock = System.Windows.Forms.DockStyle.Left;
this.upButton.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.upButton.ForeColor = System.Drawing.Color.Black;
this.upButton.Location = new System.Drawing.Point(0, 0);
this.upButton.Name = "upButton";
this.upButton.Size = new System.Drawing.Size(86, 63);
this.upButton.TabIndex = 16;
this.upButton.Tag = "up";
this.upButton.Text = "<<前一页";
this.upButton.UseVisualStyleBackColor = true;
this.upButton.Click += new System.EventHandler(this.OnPageChangeClick);
//
// PagerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pageLabel);
this.Controls.Add(this.downButton);
this.Controls.Add(this.upButton);
this.Name = "PagerControl";
this.Size = new System.Drawing.Size(248, 63);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button downButton;
private System.Windows.Forms.Label pageLabel;
private System.Windows.Forms.Button upButton;
}
}