namespace UAS_MES_NEW.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.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.ShowItemsNum = new System.Windows.Forms.ComboBox(); this.UpLoadData = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.DownLoadTemplet = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.Add = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.Delete = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.ExportExcel = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.label2 = new System.Windows.Forms.Label(); this.TotalPage = new System.Windows.Forms.Label(); this.CurrentPage = new System.Windows.Forms.TextBox(); this.PreviousPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.LastPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.NextPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.FirstPage = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Add)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Delete)).BeginInit(); ((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.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.ShowItemsNum); this.panel1.Controls.Add(this.UpLoadData); this.panel1.Controls.Add(this.DownLoadTemplet); this.panel1.Controls.Add(this.Add); this.panel1.Controls.Add(this.Delete); this.panel1.Controls.Add(this.ExportExcel); 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.Cursor = System.Windows.Forms.Cursors.Default; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(724, 40); this.panel1.TabIndex = 0; // // ShowItemsNum // this.ShowItemsNum.FormattingEnabled = true; this.ShowItemsNum.Items.AddRange(new object[] { "40", "35", "30", "25", "20", "15", "10", "5"}); this.ShowItemsNum.Location = new System.Drawing.Point(364, 8); this.ShowItemsNum.Margin = new System.Windows.Forms.Padding(4); this.ShowItemsNum.Name = "ShowItemsNum"; this.ShowItemsNum.Size = new System.Drawing.Size(65, 23); this.ShowItemsNum.TabIndex = 13; this.ShowItemsNum.Text = "20"; this.ShowItemsNum.SelectedValueChanged += new System.EventHandler(this.ShowItemsNum_SelectedValueChanged); // // UpLoadData // this.UpLoadData.AllPower = null; this.UpLoadData.Cursor = System.Windows.Forms.Cursors.Hand; this.UpLoadData.Image = global::UAS_MES_NEW.Properties.Resources.upload_icon1; this.UpLoadData.Location = new System.Drawing.Point(628, 10); this.UpLoadData.Margin = new System.Windows.Forms.Padding(4); this.UpLoadData.Name = "UpLoadData"; this.UpLoadData.Power = null; this.UpLoadData.Size = new System.Drawing.Size(21, 20); this.UpLoadData.TabIndex = 12; this.UpLoadData.TabStop = false; this.UpLoadData.Click += new System.EventHandler(this.UpLoadData_Click); // // DownLoadTemplet // this.DownLoadTemplet.AllPower = null; this.DownLoadTemplet.Cursor = System.Windows.Forms.Cursors.Hand; this.DownLoadTemplet.Image = global::UAS_MES_NEW.Properties.Resources.down_load1; this.DownLoadTemplet.Location = new System.Drawing.Point(580, 10); this.DownLoadTemplet.Margin = new System.Windows.Forms.Padding(4); this.DownLoadTemplet.Name = "DownLoadTemplet"; this.DownLoadTemplet.Power = null; this.DownLoadTemplet.Size = new System.Drawing.Size(21, 20); this.DownLoadTemplet.TabIndex = 11; this.DownLoadTemplet.TabStop = false; this.DownLoadTemplet.Click += new System.EventHandler(this.DownLoadTemplet_Click); // // Add // this.Add.AllPower = null; this.Add.Cursor = System.Windows.Forms.Cursors.Hand; this.Add.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorAddNewItem_Image; this.Add.Location = new System.Drawing.Point(484, 10); this.Add.Margin = new System.Windows.Forms.Padding(4); this.Add.Name = "Add"; this.Add.Power = null; this.Add.Size = new System.Drawing.Size(21, 22); this.Add.TabIndex = 10; this.Add.TabStop = false; this.Add.Click += new System.EventHandler(this.Add_Click); // // Delete // this.Delete.AllPower = null; this.Delete.Cursor = System.Windows.Forms.Cursors.Hand; this.Delete.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image; this.Delete.Location = new System.Drawing.Point(437, 10); this.Delete.Margin = new System.Windows.Forms.Padding(4); this.Delete.Name = "Delete"; this.Delete.Power = null; this.Delete.Size = new System.Drawing.Size(21, 22); this.Delete.TabIndex = 9; this.Delete.TabStop = false; this.Delete.Tag = "IfDelete"; this.Delete.Click += new System.EventHandler(this.Delete_Click); // // ExportExcel // this.ExportExcel.AllPower = null; this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand; this.ExportExcel.Image = global::UAS_MES_NEW.Properties.Resources.Excel_2010_16px_1180011_easyicon_net; this.ExportExcel.Location = new System.Drawing.Point(532, 10); this.ExportExcel.Margin = new System.Windows.Forms.Padding(4); this.ExportExcel.Name = "ExportExcel"; this.ExportExcel.Power = null; this.ExportExcel.Size = new System.Drawing.Size(21, 22); this.ExportExcel.TabIndex = 8; this.ExportExcel.TabStop = false; this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click); // // label2 // this.label2.AutoSize = true; this.label2.Cursor = System.Windows.Forms.Cursors.Default; this.label2.Location = new System.Drawing.Point(279, 12); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); 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(116, 6); this.TotalPage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.TotalPage.Name = "TotalPage"; this.TotalPage.Size = new System.Drawing.Size(0, 24); this.TotalPage.TabIndex = 5; // // CurrentPage // this.CurrentPage.AcceptsReturn = true; 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(75, 5); this.CurrentPage.Margin = new System.Windows.Forms.Padding(4); this.CurrentPage.Name = "CurrentPage"; this.CurrentPage.Size = new System.Drawing.Size(31, 27); this.CurrentPage.TabIndex = 4; this.CurrentPage.Text = "1"; this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentPage_KeyDown); // // PreviousPage // this.PreviousPage.AllPower = null; 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::UAS_MES_NEW.Properties.Resources.bindingNavigatorMovePreviousItem_Image; this.PreviousPage.Location = new System.Drawing.Point(48, 10); this.PreviousPage.Margin = new System.Windows.Forms.Padding(4); this.PreviousPage.Name = "PreviousPage"; this.PreviousPage.Power = null; this.PreviousPage.Size = new System.Drawing.Size(20, 19); this.PreviousPage.TabIndex = 3; this.PreviousPage.TabStop = false; this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click); // // LastPage // this.LastPage.AllPower = null; this.LastPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.LastPage.Cursor = System.Windows.Forms.Cursors.Hand; this.LastPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveLastItem_Image; this.LastPage.Location = new System.Drawing.Point(241, 10); this.LastPage.Margin = new System.Windows.Forms.Padding(4); this.LastPage.Name = "LastPage"; this.LastPage.Power = null; this.LastPage.Size = new System.Drawing.Size(20, 19); this.LastPage.TabIndex = 2; this.LastPage.TabStop = false; this.LastPage.Click += new System.EventHandler(this.LastPage_Click); // // NextPage // this.NextPage.AllPower = null; this.NextPage.Cursor = System.Windows.Forms.Cursors.Hand; this.NextPage.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveNextItem_Image; this.NextPage.Location = new System.Drawing.Point(209, 10); this.NextPage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 25); this.NextPage.Name = "NextPage"; this.NextPage.Power = null; this.NextPage.Size = new System.Drawing.Size(20, 19); this.NextPage.TabIndex = 1; this.NextPage.TabStop = false; this.NextPage.Click += new System.EventHandler(this.NextPage_Click); // // FirstPage // this.FirstPage.AllPower = null; 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::UAS_MES_NEW.Properties.Resources.bindingNavigatorMoveFirstItem_Image; this.FirstPage.Location = new System.Drawing.Point(19, 10); this.FirstPage.Margin = new System.Windows.Forms.Padding(4); this.FirstPage.Name = "FirstPage"; this.FirstPage.Power = null; this.FirstPage.Size = new System.Drawing.Size(20, 19); this.FirstPage.TabIndex = 0; this.FirstPage.TabStop = false; this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // Pagination // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Hand; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Pagination"; this.Size = new System.Drawing.Size(724, 40); this.Load += new System.EventHandler(this.Pagination_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Add)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Delete)).EndInit(); ((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.Label TotalPage; private System.Windows.Forms.TextBox CurrentPage; private ClickPicBox.ClickPicBox PreviousPage; private ClickPicBox.ClickPicBox LastPage; private ClickPicBox.ClickPicBox NextPage; private ClickPicBox.ClickPicBox FirstPage; private ClickPicBox.ClickPicBox ExportExcel; private System.Windows.Forms.Label label2; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private ClickPicBox.ClickPicBox Add; private ClickPicBox.ClickPicBox Delete; private ClickPicBox.ClickPicBox DownLoadTemplet; private ClickPicBox.ClickPicBox UpLoadData; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ComboBox ShowItemsNum; } }