namespace DeiNiu.Controls.pager
{
partial class Pager
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
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;
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(24, 24);
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});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 3);
this.bindingNavigator1.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.bindingNavigator1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.bindingNavigator1.Size = new System.Drawing.Size(1224, 38);
this.bindingNavigator1.TabIndex = 3;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(25, 28);
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;
this.btnFirst.Size = new System.Drawing.Size(34, 33);
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;
this.btnPrev.Size = new System.Drawing.Size(34, 28);
this.btnPrev.Text = "上一页";
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 33);
//
// 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";
this.lblcurentpage.Size = new System.Drawing.Size(88, 28);
this.lblcurentpage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.lblcurentpage.ToolTipText = "Location";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 33);
//
// 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;
this.btnNext.Size = new System.Drawing.Size(34, 28);
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;
this.btnLast.Size = new System.Drawing.Size(34, 28);
this.btnLast.Text = "末页";
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
//
// 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";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
//
// 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";
this.cmbPagecount.Size = new System.Drawing.Size(58, 26);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33);
//
// lblMaxPage
//
this.lblMaxPage.Name = "lblMaxPage";
this.lblMaxPage.Size = new System.Drawing.Size(0, 28);
//
// 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";
this.comPagesize.Size = new System.Drawing.Size(88, 26);
this.comPagesize.ToolTipText = "页大小";
//
// Pager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.bindingNavigator1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Pager";
this.Size = new System.Drawing.Size(1224, 41);
((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;
}
}