2023-05-23 16:13:17 +08:00
|
|
|
|
namespace DeiNiu.Controls.pager
|
|
|
|
|
{
|
|
|
|
|
partial class Pager
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pager));
|
|
|
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource();
|
|
|
|
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator();
|
|
|
|
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.btnFirst = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.btnPrev = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.lblcurentpage = new System.Windows.Forms.ToolStripTextBox();
|
|
|
|
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.btnNext = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.btnLast = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.lblRecordCount = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.cmbPagecount = new System.Windows.Forms.ToolStripComboBox();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.lblMaxPage = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.comPagesize = new System.Windows.Forms.ToolStripComboBox();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
|
|
|
this.bindingNavigator1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// bindingNavigator1
|
|
|
|
|
//
|
|
|
|
|
this.bindingNavigator1.AddNewItem = null;
|
|
|
|
|
this.bindingNavigator1.CountItem = null;
|
|
|
|
|
this.bindingNavigator1.CountItemFormat = "";
|
|
|
|
|
this.bindingNavigator1.DeleteItem = null;
|
|
|
|
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripLabel2,
|
|
|
|
|
this.btnFirst,
|
|
|
|
|
this.btnPrev,
|
|
|
|
|
this.bindingNavigatorSeparator,
|
|
|
|
|
this.lblcurentpage,
|
|
|
|
|
this.bindingNavigatorSeparator1,
|
|
|
|
|
this.btnNext,
|
|
|
|
|
this.btnLast,
|
|
|
|
|
this.toolStripSeparator3,
|
|
|
|
|
this.lblRecordCount,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripLabel1,
|
|
|
|
|
this.cmbPagecount,
|
|
|
|
|
this.toolStripSeparator2,
|
|
|
|
|
this.lblMaxPage,
|
|
|
|
|
this.comPagesize});
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.bindingNavigator1.Location = new System.Drawing.Point(0, 3);
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.bindingNavigator1.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.bindingNavigator1.MoveFirstItem = null;
|
|
|
|
|
this.bindingNavigator1.MoveLastItem = null;
|
|
|
|
|
this.bindingNavigator1.MoveNextItem = null;
|
|
|
|
|
this.bindingNavigator1.MovePreviousItem = null;
|
|
|
|
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.bindingNavigator1.PositionItem = null;
|
|
|
|
|
this.bindingNavigator1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
|
|
|
|
this.bindingNavigator1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.bindingNavigator1.Size = new System.Drawing.Size(1224, 38);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.bindingNavigator1.TabIndex = 3;
|
|
|
|
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripLabel2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.toolStripLabel2.Size = new System.Drawing.Size(25, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.toolStripLabel2.Text = " ";
|
|
|
|
|
//
|
|
|
|
|
// btnFirst
|
|
|
|
|
//
|
|
|
|
|
this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
|
|
|
|
|
this.btnFirst.Name = "btnFirst";
|
|
|
|
|
this.btnFirst.RightToLeftAutoMirrorImage = true;
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.btnFirst.Size = new System.Drawing.Size(34, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.btnFirst.Text = "首页";
|
|
|
|
|
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnPrev
|
|
|
|
|
//
|
|
|
|
|
this.btnPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.btnPrev.Image = ((System.Drawing.Image)(resources.GetObject("btnPrev.Image")));
|
|
|
|
|
this.btnPrev.Name = "btnPrev";
|
|
|
|
|
this.btnPrev.RightToLeftAutoMirrorImage = true;
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.btnPrev.Size = new System.Drawing.Size(34, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.btnPrev.Text = "上一页";
|
|
|
|
|
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
|
|
|
|
|
//
|
|
|
|
|
// bindingNavigatorSeparator
|
|
|
|
|
//
|
|
|
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// lblcurentpage
|
|
|
|
|
//
|
|
|
|
|
this.lblcurentpage.AccessibleName = "位置";
|
|
|
|
|
this.lblcurentpage.AutoSize = false;
|
|
|
|
|
this.lblcurentpage.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.lblcurentpage.Margin = new System.Windows.Forms.Padding(1, 1, 1, 0);
|
|
|
|
|
this.lblcurentpage.Name = "lblcurentpage";
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.lblcurentpage.Size = new System.Drawing.Size(88, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.lblcurentpage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.lblcurentpage.ToolTipText = "Location";
|
|
|
|
|
//
|
|
|
|
|
// bindingNavigatorSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// btnNext
|
|
|
|
|
//
|
|
|
|
|
this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
|
|
|
|
|
this.btnNext.Name = "btnNext";
|
|
|
|
|
this.btnNext.RightToLeftAutoMirrorImage = true;
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.btnNext.Size = new System.Drawing.Size(34, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.btnNext.Text = "下一页";
|
|
|
|
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnLast
|
|
|
|
|
//
|
|
|
|
|
this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
|
|
this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
|
|
|
|
|
this.btnLast.Name = "btnLast";
|
|
|
|
|
this.btnLast.RightToLeftAutoMirrorImage = true;
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.btnLast.Size = new System.Drawing.Size(34, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.btnLast.Text = "末页";
|
|
|
|
|
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// lblRecordCount
|
|
|
|
|
//
|
|
|
|
|
this.lblRecordCount.AutoSize = false;
|
|
|
|
|
this.lblRecordCount.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.lblRecordCount.Name = "lblRecordCount";
|
|
|
|
|
this.lblRecordCount.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.lblRecordCount.Text = "总记录";
|
|
|
|
|
this.lblRecordCount.Click += new System.EventHandler(this.lblRecordCount_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// toolStripLabel1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripLabel1.AutoSize = false;
|
|
|
|
|
this.toolStripLabel1.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
|
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.toolStripLabel1.Text = "页数";
|
|
|
|
|
//
|
|
|
|
|
// cmbPagecount
|
|
|
|
|
//
|
|
|
|
|
this.cmbPagecount.AutoSize = false;
|
|
|
|
|
this.cmbPagecount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cmbPagecount.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.cmbPagecount.Name = "cmbPagecount";
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.cmbPagecount.Size = new System.Drawing.Size(58, 26);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// lblMaxPage
|
|
|
|
|
//
|
|
|
|
|
this.lblMaxPage.Name = "lblMaxPage";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.lblMaxPage.Size = new System.Drawing.Size(0, 28);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
//
|
|
|
|
|
// comPagesize
|
|
|
|
|
//
|
|
|
|
|
this.comPagesize.AutoSize = false;
|
|
|
|
|
this.comPagesize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comPagesize.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.comPagesize.Name = "comPagesize";
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.comPagesize.Size = new System.Drawing.Size(88, 26);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.comPagesize.ToolTipText = "页大小";
|
|
|
|
|
//
|
|
|
|
|
// Pager
|
|
|
|
|
//
|
2023-11-21 19:18:23 +08:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.bindingNavigator1);
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
this.Name = "Pager";
|
2024-02-06 19:36:47 +08:00
|
|
|
|
this.Size = new System.Drawing.Size(1224, 41);
|
2023-05-23 16:13:17 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
|
|
|
this.bindingNavigator1.ResumeLayout(false);
|
|
|
|
|
this.bindingNavigator1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
public System.Windows.Forms.BindingSource bindingSource1;
|
|
|
|
|
public System.Windows.Forms.BindingNavigator bindingNavigator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton btnFirst;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton btnPrev;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
|
|
|
private System.Windows.Forms.ToolStripTextBox lblcurentpage;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton btnNext;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton btnLast;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
|
|
|
private System.Windows.Forms.ToolStripComboBox cmbPagecount;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel lblMaxPage;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel lblRecordCount;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
|
|
|
|
private System.Windows.Forms.ToolStripComboBox comPagesize;
|
|
|
|
|
}
|
|
|
|
|
}
|