namespace ProjectBase.Controls { partial class Pager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label_PageInfo = new DevExpress.XtraEditors.LabelControl(); this.btn_First = new DevExpress.XtraEditors.SimpleButton(); this.btn_Previous = new DevExpress.XtraEditors.SimpleButton(); this.btn_Next = new DevExpress.XtraEditors.SimpleButton(); this.btn_Last = new DevExpress.XtraEditors.SimpleButton(); this.txt_CurrentPage = new DevExpress.XtraEditors.TextEdit(); this.btn_ExportCurrent = new DevExpress.XtraEditors.SimpleButton(); this.btn_Export = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).BeginInit(); this.SuspendLayout(); // // label_PageInfo // this.label_PageInfo.Location = new System.Drawing.Point(4, 10); this.label_PageInfo.Name = "label_PageInfo"; this.label_PageInfo.Size = new System.Drawing.Size(213, 14); this.label_PageInfo.TabIndex = 0; this.label_PageInfo.Text = "共 {0} 条记录,每页 {1} 条,共 {2} 页"; // // btn_First // this.btn_First.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_First.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_First.Appearance.Options.UseBackColor = true; this.btn_First.Location = new System.Drawing.Point(289, 7); this.btn_First.Name = "btn_First"; this.btn_First.Size = new System.Drawing.Size(30, 20); this.btn_First.TabIndex = 1; this.btn_First.Text = "|<"; this.btn_First.Click += new System.EventHandler(this.btn_First_Click); // // btn_Previous // this.btn_Previous.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Previous.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Previous.Appearance.Options.UseBackColor = true; this.btn_Previous.Location = new System.Drawing.Point(325, 7); this.btn_Previous.Name = "btn_Previous"; this.btn_Previous.Size = new System.Drawing.Size(30, 20); this.btn_Previous.TabIndex = 1; this.btn_Previous.Text = "<"; this.btn_Previous.Click += new System.EventHandler(this.btn_Previous_Click); // // btn_Next // this.btn_Next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Next.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Next.Appearance.Options.UseBackColor = true; this.btn_Next.Location = new System.Drawing.Point(385, 7); this.btn_Next.Name = "btn_Next"; this.btn_Next.Size = new System.Drawing.Size(30, 20); this.btn_Next.TabIndex = 1; this.btn_Next.Text = ">"; this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click); // // btn_Last // this.btn_Last.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Last.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Last.Appearance.Options.UseBackColor = true; this.btn_Last.Location = new System.Drawing.Point(421, 7); this.btn_Last.Name = "btn_Last"; this.btn_Last.Size = new System.Drawing.Size(30, 20); this.btn_Last.TabIndex = 1; this.btn_Last.Text = ">|"; this.btn_Last.Click += new System.EventHandler(this.btn_Last_Click); // // txt_CurrentPage // this.txt_CurrentPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txt_CurrentPage.EditValue = "1"; this.txt_CurrentPage.Location = new System.Drawing.Point(357, 7); this.txt_CurrentPage.Name = "txt_CurrentPage"; this.txt_CurrentPage.Size = new System.Drawing.Size(25, 20); this.txt_CurrentPage.TabIndex = 2; this.txt_CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_CurrentPage_KeyDown); // // btn_ExportCurrent // this.btn_ExportCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_ExportCurrent.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_ExportCurrent.Appearance.Options.UseBackColor = true; this.btn_ExportCurrent.Location = new System.Drawing.Point(462, 7); this.btn_ExportCurrent.Name = "btn_ExportCurrent"; this.btn_ExportCurrent.Size = new System.Drawing.Size(74, 20); this.btn_ExportCurrent.TabIndex = 1; this.btn_ExportCurrent.Text = "导出当前页"; this.btn_ExportCurrent.Click += new System.EventHandler(this.btn_ExportCurrent_Click); // // btn_Export // this.btn_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Export.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(230)))), ((int)(((byte)(244))))); this.btn_Export.Appearance.Options.UseBackColor = true; this.btn_Export.Location = new System.Drawing.Point(546, 7); this.btn_Export.Name = "btn_Export"; this.btn_Export.Size = new System.Drawing.Size(74, 20); this.btn_Export.TabIndex = 1; this.btn_Export.Text = "导出全部页"; this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click); // // Pager // this.Appearance.BackColor = System.Drawing.Color.Transparent; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txt_CurrentPage); this.Controls.Add(this.btn_Export); this.Controls.Add(this.btn_ExportCurrent); this.Controls.Add(this.btn_Last); this.Controls.Add(this.btn_Next); this.Controls.Add(this.btn_Previous); this.Controls.Add(this.btn_First); this.Controls.Add(this.label_PageInfo); this.Name = "Pager"; this.Size = new System.Drawing.Size(623, 32); ((System.ComponentModel.ISupportInitialize)(this.txt_CurrentPage.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl label_PageInfo; private DevExpress.XtraEditors.SimpleButton btn_First; private DevExpress.XtraEditors.SimpleButton btn_Previous; private DevExpress.XtraEditors.SimpleButton btn_Next; private DevExpress.XtraEditors.SimpleButton btn_Last; private DevExpress.XtraEditors.TextEdit txt_CurrentPage; private DevExpress.XtraEditors.SimpleButton btn_ExportCurrent; private DevExpress.XtraEditors.SimpleButton btn_Export; } }