namespace XdCxRhDW.App.UserControl { partial class UcCtrlPage {/// /// 必需的设计器变量。 /// 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.btnFrist = new System.Windows.Forms.Button(); this.lblPage = new System.Windows.Forms.Label(); this.btnPreviou = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.btnLast = new System.Windows.Forms.Button(); this.cboPageSize = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblTotalRows = new System.Windows.Forms.Label(); this.txtJumpPage = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnFrist // this.btnFrist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFrist.ImageIndex = 0; this.btnFrist.Location = new System.Drawing.Point(9, 6); this.btnFrist.Margin = new System.Windows.Forms.Padding(4); this.btnFrist.Name = "btnFrist"; this.btnFrist.Size = new System.Drawing.Size(31, 22); this.btnFrist.TabIndex = 0; this.btnFrist.Text = "<<"; // // lblPage // this.lblPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblPage.AutoSize = true; this.lblPage.Location = new System.Drawing.Point(95, 10); this.lblPage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPage.Name = "lblPage"; this.lblPage.Size = new System.Drawing.Size(50, 14); this.lblPage.TabIndex = 1; this.lblPage.Text = "第1/1页"; // // btnPreviou // this.btnPreviou.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPreviou.ImageIndex = 3; this.btnPreviou.Location = new System.Drawing.Point(48, 6); this.btnPreviou.Margin = new System.Windows.Forms.Padding(4); this.btnPreviou.Name = "btnPreviou"; this.btnPreviou.Size = new System.Drawing.Size(31, 22); this.btnPreviou.TabIndex = 2; this.btnPreviou.Text = "<"; // // btnNext // this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNext.ImageIndex = 2; this.btnNext.Location = new System.Drawing.Point(159, 6); this.btnNext.Margin = new System.Windows.Forms.Padding(4); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(31, 22); this.btnNext.TabIndex = 3; this.btnNext.Text = ">"; // // btnLast // this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnLast.ImageIndex = 1; this.btnLast.Location = new System.Drawing.Point(199, 6); this.btnLast.Margin = new System.Windows.Forms.Padding(4); this.btnLast.Name = "btnLast"; this.btnLast.Size = new System.Drawing.Size(31, 22); this.btnLast.TabIndex = 4; this.btnLast.Text = ">>"; // // cboPageSize // this.cboPageSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboPageSize.FormattingEnabled = true; this.cboPageSize.Location = new System.Drawing.Point(314, 6); this.cboPageSize.Margin = new System.Windows.Forms.Padding(4); this.cboPageSize.Name = "cboPageSize"; this.cboPageSize.Size = new System.Drawing.Size(53, 22); this.cboPageSize.TabIndex = 5; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(275, 10); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 14); this.label1.TabIndex = 6; this.label1.Text = "每页"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(372, 10); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(19, 14); this.label2.TabIndex = 7; this.label2.Text = "条"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(413, 10); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 14); this.label3.TabIndex = 8; this.label3.Text = "共"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(479, 10); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(19, 14); this.label4.TabIndex = 9; this.label4.Text = "条"; // // lblTotalRows // this.lblTotalRows.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblTotalRows.AutoSize = true; this.lblTotalRows.Location = new System.Drawing.Point(441, 10); this.lblTotalRows.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTotalRows.Name = "lblTotalRows"; this.lblTotalRows.Size = new System.Drawing.Size(14, 14); this.lblTotalRows.TabIndex = 10; this.lblTotalRows.Text = "0"; // // txtJumpPage // this.txtJumpPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtJumpPage.Location = new System.Drawing.Point(238, 6); this.txtJumpPage.Margin = new System.Windows.Forms.Padding(4); this.txtJumpPage.Multiline = true; this.txtJumpPage.Name = "txtJumpPage"; this.txtJumpPage.Size = new System.Drawing.Size(34, 18); this.txtJumpPage.TabIndex = 11; // // UcCtrlPage // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtJumpPage); this.Controls.Add(this.lblTotalRows); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cboPageSize); this.Controls.Add(this.btnLast); this.Controls.Add(this.btnNext); this.Controls.Add(this.btnPreviou); this.Controls.Add(this.lblPage); this.Controls.Add(this.btnFrist); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "UcCtrlPage"; this.Size = new System.Drawing.Size(516, 34); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnFrist; private System.Windows.Forms.Label lblPage; private System.Windows.Forms.Button btnPreviou; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.Button btnLast; private System.Windows.Forms.ComboBox cboPageSize; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblTotalRows; private System.Windows.Forms.TextBox txtJumpPage; } }