namespace QMAPP.WinForm.Controls { 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pager)); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); 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.lblPageCount = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnNext = new System.Windows.Forms.ToolStripButton(); this.btnLast = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.cmbPagecount = new System.Windows.Forms.ToolStripComboBox(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.lblPageCount1 = new System.Windows.Forms.ToolStripLabel(); this.lblMaxPage = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.lblRecordCount = new System.Windows.Forms.ToolStripLabel(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.AutoSize = false; this.bindingNavigator1.CanOverflow = false; this.bindingNavigator1.CountItem = null; this.bindingNavigator1.CountItemFormat = ""; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel2, this.btnFirst, this.btnPrev, this.bindingNavigatorSeparator, this.lblcurentpage, this.lblPageCount, this.bindingNavigatorSeparator1, this.btnNext, this.btnLast, this.bindingNavigatorSeparator2, this.toolStripSeparator1, this.toolStripLabel1, this.cmbPagecount, this.toolStripButton1, this.toolStripSeparator2, this.lblPageCount1, this.lblMaxPage, this.toolStripSeparator3, this.lblRecordCount}); this.bindingNavigator1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.bindingNavigator1.Location = new System.Drawing.Point(0, 0); this.bindingNavigator1.Margin = new System.Windows.Forms.Padding(0, 0, 33, 0); this.bindingNavigator1.MoveFirstItem = null; this.bindingNavigator1.MoveLastItem = null; this.bindingNavigator1.MoveNextItem = null; this.bindingNavigator1.MovePreviousItem = null; this.bindingNavigator1.Name = "bindingNavigator1"; 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(822, 35); this.bindingNavigator1.TabIndex = 3; this.bindingNavigator1.Text = "bindingNavigator1"; // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(20, 17); this.toolStripLabel2.Text = " "; // // btnFirst // this.btnFirst.AutoSize = false; 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(35, 35); this.btnFirst.Text = "Moved to the first page"; this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); // // btnPrev // this.btnPrev.AutoSize = false; 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(35, 35); this.btnPrev.Text = "Move to previous page"; this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.AutoSize = false; this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 35); // // lblcurentpage // this.lblcurentpage.AccessibleName = "位置"; this.lblcurentpage.AutoSize = false; this.lblcurentpage.Font = new System.Drawing.Font("宋体", 11F); this.lblcurentpage.Margin = new System.Windows.Forms.Padding(1, 1, 1, 0); this.lblcurentpage.Name = "lblcurentpage"; this.lblcurentpage.Size = new System.Drawing.Size(35, 35); this.lblcurentpage.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.lblcurentpage.ToolTipText = "Location"; // // lblPageCount // this.lblPageCount.AutoSize = false; this.lblPageCount.Font = new System.Drawing.Font("宋体", 11F); this.lblPageCount.Name = "lblPageCount"; this.lblPageCount.Size = new System.Drawing.Size(50, 30); this.lblPageCount.ToolTipText = "Total number of items"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.AutoSize = false; this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 35); // // btnNext // this.btnNext.AutoSize = false; 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(35, 35); this.btnNext.Text = "Move to next page"; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnLast // this.btnLast.AutoSize = false; 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(35, 35); this.btnLast.Text = "Moved to the last page"; this.btnLast.Click += new System.EventHandler(this.btnLast_Click); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.AutoSize = false; this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 35); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 35); // // toolStripLabel1 // this.toolStripLabel1.AutoSize = false; this.toolStripLabel1.Font = new System.Drawing.Font("宋体", 11F); this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(50, 35); this.toolStripLabel1.Text = "页码"; // // cmbPagecount // this.cmbPagecount.AutoSize = false; this.cmbPagecount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPagecount.Font = new System.Drawing.Font("宋体", 11F); this.cmbPagecount.Margin = new System.Windows.Forms.Padding(1, 5, 1, 0); this.cmbPagecount.Name = "cmbPagecount"; this.cmbPagecount.Size = new System.Drawing.Size(60, 23); // // toolStripButton1 // this.toolStripButton1.AutoSize = false; this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(35, 35); this.toolStripButton1.Text = "Moved"; this.toolStripButton1.Click += new System.EventHandler(this.btnGo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.AutoSize = false; this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 35); // // lblPageCount1 // this.lblPageCount1.AutoSize = false; this.lblPageCount1.Font = new System.Drawing.Font("宋体", 11F); this.lblPageCount1.Name = "lblPageCount1"; this.lblPageCount1.Size = new System.Drawing.Size(200, 35); // // lblMaxPage // this.lblMaxPage.Font = new System.Drawing.Font("宋体", 11F); this.lblMaxPage.Name = "lblMaxPage"; this.lblMaxPage.Size = new System.Drawing.Size(0, 0); // // toolStripSeparator3 // this.toolStripSeparator3.AutoSize = false; this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 35); // // lblRecordCount // this.lblRecordCount.AutoSize = false; this.lblRecordCount.Font = new System.Drawing.Font("宋体", 11F); this.lblRecordCount.Name = "lblRecordCount"; this.lblRecordCount.Size = new System.Drawing.Size(140, 35); this.lblRecordCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Pager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.bindingNavigator1); this.Name = "Pager"; this.Size = new System.Drawing.Size(822, 35); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.BindingSource bindingSource1; public System.Windows.Forms.BindingNavigator bindingNavigator1; private System.Windows.Forms.ToolStripLabel lblPageCount; 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 bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripComboBox cmbPagecount; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripLabel lblMaxPage; private System.Windows.Forms.ToolStripLabel lblPageCount1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripLabel lblRecordCount; private System.Windows.Forms.ToolStripLabel toolStripLabel2; } }