namespace UAS_PLCDataReader.CustomerControl.PagingControl
{
partial class PageControl
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageControl));
this.GoFirstPage = new DevExpress.XtraEditors.SimpleButton();
this.GoFormerPage = new DevExpress.XtraEditors.SimpleButton();
this.CurrentPage = new System.Windows.Forms.TextBox();
this.GoNextPage = new DevExpress.XtraEditors.SimpleButton();
this.GoLastPage = new DevExpress.XtraEditors.SimpleButton();
this.PageSize_label = new DevExpress.XtraEditors.LabelControl();
this.ExportAllPage = new DevExpress.XtraEditors.SimpleButton();
this.ExportCurrentPage = new DevExpress.XtraEditors.SimpleButton();
this.PageSize = new DevExpress.XtraEditors.ComboBoxEdit();
this.PageCount_label = new DevExpress.XtraEditors.LabelControl();
this.PageCount = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.PageSize.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PageCount.Properties)).BeginInit();
this.SuspendLayout();
//
// GoFirstPage
//
this.GoFirstPage.Dock = System.Windows.Forms.DockStyle.Left;
this.GoFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("GoFirstPage.Image")));
this.GoFirstPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
this.GoFirstPage.Location = new System.Drawing.Point(0, 0);
this.GoFirstPage.Name = "GoFirstPage";
this.GoFirstPage.Size = new System.Drawing.Size(38, 29);
this.GoFirstPage.TabIndex = 1;
this.GoFirstPage.Click += new System.EventHandler(this.GoPage_Click);
//
// GoFormerPage
//
this.GoFormerPage.Dock = System.Windows.Forms.DockStyle.Left;
this.GoFormerPage.Image = ((System.Drawing.Image)(resources.GetObject("GoFormerPage.Image")));
this.GoFormerPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
this.GoFormerPage.Location = new System.Drawing.Point(38, 0);
this.GoFormerPage.Name = "GoFormerPage";
this.GoFormerPage.Size = new System.Drawing.Size(38, 29);
this.GoFormerPage.TabIndex = 2;
this.GoFormerPage.Click += new System.EventHandler(this.GoPage_Click);
//
// CurrentPage
//
this.CurrentPage.Dock = System.Windows.Forms.DockStyle.Left;
this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CurrentPage.Location = new System.Drawing.Point(76, 0);
this.CurrentPage.Multiline = true;
this.CurrentPage.Name = "CurrentPage";
this.CurrentPage.Size = new System.Drawing.Size(42, 29);
this.CurrentPage.TabIndex = 3;
this.CurrentPage.Text = "1";
this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// GoNextPage
//
this.GoNextPage.Dock = System.Windows.Forms.DockStyle.Left;
this.GoNextPage.Image = ((System.Drawing.Image)(resources.GetObject("GoNextPage.Image")));
this.GoNextPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
this.GoNextPage.Location = new System.Drawing.Point(118, 0);
this.GoNextPage.Name = "GoNextPage";
this.GoNextPage.Size = new System.Drawing.Size(38, 29);
this.GoNextPage.TabIndex = 4;
this.GoNextPage.Click += new System.EventHandler(this.GoPage_Click);
//
// GoLastPage
//
this.GoLastPage.Dock = System.Windows.Forms.DockStyle.Left;
this.GoLastPage.Image = ((System.Drawing.Image)(resources.GetObject("GoLastPage.Image")));
this.GoLastPage.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
this.GoLastPage.Location = new System.Drawing.Point(156, 0);
this.GoLastPage.Name = "GoLastPage";
this.GoLastPage.Size = new System.Drawing.Size(38, 29);
this.GoLastPage.TabIndex = 5;
this.GoLastPage.Click += new System.EventHandler(this.GoPage_Click);
//
// PageSize_label
//
this.PageSize_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
this.PageSize_label.Location = new System.Drawing.Point(200, 4);
this.PageSize_label.Name = "PageSize_label";
this.PageSize_label.Size = new System.Drawing.Size(56, 20);
this.PageSize_label.TabIndex = 6;
this.PageSize_label.Text = "分页大小";
//
// ExportAllPage
//
this.ExportAllPage.Dock = System.Windows.Forms.DockStyle.Right;
this.ExportAllPage.Location = new System.Drawing.Point(808, 0);
this.ExportAllPage.Name = "ExportAllPage";
this.ExportAllPage.Size = new System.Drawing.Size(75, 29);
this.ExportAllPage.TabIndex = 7;
this.ExportAllPage.Text = "导出全部页";
this.ExportAllPage.Visible = false;
//
// ExportCurrentPage
//
this.ExportCurrentPage.Dock = System.Windows.Forms.DockStyle.Right;
this.ExportCurrentPage.Location = new System.Drawing.Point(733, 0);
this.ExportCurrentPage.Name = "ExportCurrentPage";
this.ExportCurrentPage.Size = new System.Drawing.Size(75, 29);
this.ExportCurrentPage.TabIndex = 8;
this.ExportCurrentPage.Text = "导出当前页";
this.ExportCurrentPage.Visible = false;
//
// PageSize
//
this.PageSize.EditValue = "20";
this.PageSize.Location = new System.Drawing.Point(264, 0);
this.PageSize.Name = "PageSize";
this.PageSize.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
this.PageSize.Properties.Appearance.Options.UseFont = true;
this.PageSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.PageSize.Properties.Items.AddRange(new object[] {
"20",
"30",
"40",
"50"});
this.PageSize.Size = new System.Drawing.Size(59, 28);
this.PageSize.TabIndex = 9;
this.PageSize.SelectedIndexChanged += new System.EventHandler(this.PageSize_SelectedIndexChanged);
//
// PageCount_label
//
this.PageCount_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
this.PageCount_label.Location = new System.Drawing.Point(329, 4);
this.PageCount_label.Name = "PageCount_label";
this.PageCount_label.Size = new System.Drawing.Size(42, 20);
this.PageCount_label.TabIndex = 10;
this.PageCount_label.Text = "总页数";
//
// PageCount
//
this.PageCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.PageCount.Enabled = false;
this.PageCount.Location = new System.Drawing.Point(377, 1);
this.PageCount.Name = "PageCount";
this.PageCount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.PageCount.Properties.Appearance.Options.UseFont = true;
this.PageCount.Size = new System.Drawing.Size(42, 26);
this.PageCount.TabIndex = 12;
//
// PageControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.PageCount);
this.Controls.Add(this.PageCount_label);
this.Controls.Add(this.PageSize);
this.Controls.Add(this.ExportCurrentPage);
this.Controls.Add(this.ExportAllPage);
this.Controls.Add(this.PageSize_label);
this.Controls.Add(this.GoLastPage);
this.Controls.Add(this.GoNextPage);
this.Controls.Add(this.CurrentPage);
this.Controls.Add(this.GoFormerPage);
this.Controls.Add(this.GoFirstPage);
this.Name = "PageControl";
this.Size = new System.Drawing.Size(883, 29);
this.Load += new System.EventHandler(this.PageControl_Load);
((System.ComponentModel.ISupportInitialize)(this.PageSize.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PageCount.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton GoFirstPage;
private DevExpress.XtraEditors.SimpleButton GoFormerPage;
private System.Windows.Forms.TextBox CurrentPage;
private DevExpress.XtraEditors.SimpleButton GoNextPage;
private DevExpress.XtraEditors.SimpleButton GoLastPage;
private DevExpress.XtraEditors.LabelControl PageSize_label;
private DevExpress.XtraEditors.SimpleButton ExportAllPage;
private DevExpress.XtraEditors.SimpleButton ExportCurrentPage;
private DevExpress.XtraEditors.ComboBoxEdit PageSize;
private DevExpress.XtraEditors.LabelControl PageCount_label;
private DevExpress.XtraEditors.TextEdit PageCount;
}
}