namespace 优软MES.CustomControl.Pagination { partial class Pagination { /// /// 必需的设计器变量。 /// 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.panel1 = new System.Windows.Forms.Panel(); this.ExportExcel = new System.Windows.Forms.PictureBox(); this.ShowItemsNum = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.TotalPage = new System.Windows.Forms.Label(); this.CurrentPage = new System.Windows.Forms.TextBox(); this.PreviousPage = new System.Windows.Forms.PictureBox(); this.LastPage = new System.Windows.Forms.PictureBox(); this.NextPage = new System.Windows.Forms.PictureBox(); this.FirstPage = new System.Windows.Forms.PictureBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.LastPage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NextPage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.ExportExcel); this.panel1.Controls.Add(this.ShowItemsNum); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.TotalPage); this.panel1.Controls.Add(this.CurrentPage); this.panel1.Controls.Add(this.PreviousPage); this.panel1.Controls.Add(this.LastPage); this.panel1.Controls.Add(this.NextPage); this.panel1.Controls.Add(this.FirstPage); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(543, 32); this.panel1.TabIndex = 0; // // ExportExcel // this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand; this.ExportExcel.Image = global::优软MES.Properties.Resources.excel; this.ExportExcel.Location = new System.Drawing.Point(274, 10); this.ExportExcel.Name = "ExportExcel"; this.ExportExcel.Size = new System.Drawing.Size(16, 18); this.ExportExcel.TabIndex = 8; this.ExportExcel.TabStop = false; this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click); // // ShowItemsNum // this.ShowItemsNum.Location = new System.Drawing.Point(234, 6); this.ShowItemsNum.Name = "ShowItemsNum"; this.ShowItemsNum.Size = new System.Drawing.Size(24, 21); this.ShowItemsNum.TabIndex = 7; this.ShowItemsNum.Text = "20"; this.ShowItemsNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Cursor = System.Windows.Forms.Cursors.Default; this.label2.Location = new System.Drawing.Point(171, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 6; this.label2.Text = "显示数量:"; // // TotalPage // this.TotalPage.AutoSize = true; this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default; this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TotalPage.Location = new System.Drawing.Point(87, 5); this.TotalPage.Name = "TotalPage"; this.TotalPage.Size = new System.Drawing.Size(0, 20); this.TotalPage.TabIndex = 5; // // CurrentPage // this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CurrentPage.Location = new System.Drawing.Point(56, 4); this.CurrentPage.Name = "CurrentPage"; this.CurrentPage.Size = new System.Drawing.Size(24, 23); this.CurrentPage.TabIndex = 4; this.CurrentPage.Text = "1"; this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // PreviousPage // this.PreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand; this.PreviousPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMovePreviousItem_Image; this.PreviousPage.Location = new System.Drawing.Point(37, 8); this.PreviousPage.Name = "PreviousPage"; this.PreviousPage.Size = new System.Drawing.Size(15, 15); this.PreviousPage.TabIndex = 3; this.PreviousPage.TabStop = false; this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click); // // LastPage // this.LastPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.LastPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveLastItem_Image; this.LastPage.Location = new System.Drawing.Point(143, 8); this.LastPage.Name = "LastPage"; this.LastPage.Size = new System.Drawing.Size(15, 15); this.LastPage.TabIndex = 2; this.LastPage.TabStop = false; this.LastPage.Click += new System.EventHandler(this.LastPage_Click); // // NextPage // this.NextPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.NextPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveNextItem_Image; this.NextPage.Location = new System.Drawing.Point(119, 8); this.NextPage.Name = "NextPage"; this.NextPage.Size = new System.Drawing.Size(15, 15); this.NextPage.TabIndex = 1; this.NextPage.TabStop = false; this.NextPage.Click += new System.EventHandler(this.NextPage_Click); // // FirstPage // this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand; this.FirstPage.Image = global::优软MES.Properties.Resources.bindingNavigatorMoveFirstItem_Image; this.FirstPage.Location = new System.Drawing.Point(16, 8); this.FirstPage.Name = "FirstPage"; this.FirstPage.Size = new System.Drawing.Size(15, 15); this.FirstPage.TabIndex = 0; this.FirstPage.TabStop = false; this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click); // // Pagination // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Hand; this.Name = "Pagination"; this.Size = new System.Drawing.Size(543, 32); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox ShowItemsNum; private System.Windows.Forms.Label TotalPage; private System.Windows.Forms.TextBox CurrentPage; private System.Windows.Forms.PictureBox PreviousPage; private System.Windows.Forms.PictureBox LastPage; private System.Windows.Forms.PictureBox NextPage; private System.Windows.Forms.PictureBox FirstPage; private System.Windows.Forms.PictureBox ExportExcel; private System.Windows.Forms.Label label2; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; } }