You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

273 lines
14 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace ZJ_BYD.UserControls
{
partial class GridPage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lblDesc = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.cbxPageSize = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnLast = new DevExpress.XtraEditors.SimpleButton();
this.txtCurentPage = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.lblCtl = new DevExpress.XtraEditors.LabelControl();
this.btnNext = new DevExpress.XtraEditors.SimpleButton();
this.btnPre = new DevExpress.XtraEditors.SimpleButton();
this.btnIndex = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbxPageSize.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCurentPage.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.lblDesc);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.cbxPageSize);
this.panelControl1.Controls.Add(this.btnLast);
this.panelControl1.Controls.Add(this.txtCurentPage);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.lblCtl);
this.panelControl1.Controls.Add(this.btnNext);
this.panelControl1.Controls.Add(this.btnPre);
this.panelControl1.Controls.Add(this.btnIndex);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1205, 38);
this.panelControl1.TabIndex = 3;
//
// lblDesc
//
this.lblDesc.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDesc.Appearance.Options.UseFont = true;
this.lblDesc.Dock = System.Windows.Forms.DockStyle.Right;
this.lblDesc.Location = new System.Drawing.Point(1179, 2);
this.lblDesc.Name = "lblDesc";
this.lblDesc.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
this.lblDesc.Size = new System.Drawing.Size(24, 22);
this.lblDesc.TabIndex = 6;
this.lblDesc.Text = "描述";
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(343, 11);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(5, 14);
this.labelControl5.TabIndex = 5;
this.labelControl5.Text = "|";
//
// cbxPageSize
//
this.cbxPageSize.EditValue = "5";
this.cbxPageSize.Location = new System.Drawing.Point(360, 10);
this.cbxPageSize.Name = "cbxPageSize";
this.cbxPageSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbxPageSize.Properties.ItemAutoHeight = true;
this.cbxPageSize.Properties.Items.AddRange(new object[] {
"30",
"60",
"90"});
this.cbxPageSize.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cbxPageSize.Size = new System.Drawing.Size(52, 20);
this.cbxPageSize.TabIndex = 4;
this.cbxPageSize.SelectedIndexChanged += new System.EventHandler(this.cbxPageSize_SelectedIndexChanged);
//
// btnLast
//
this.btnLast.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.btnLast.Appearance.Options.UseBackColor = true;
this.btnLast.Location = new System.Drawing.Point(278, 9);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(60, 23);
this.btnLast.TabIndex = 3;
this.btnLast.Text = "最后一页";
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// txtCurentPage
//
this.txtCurentPage.Location = new System.Drawing.Point(127, 10);
this.txtCurentPage.Name = "txtCurentPage";
this.txtCurentPage.Size = new System.Drawing.Size(52, 20);
this.txtCurentPage.TabIndex = 2;
this.txtCurentPage.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurentPage_KeyPress);
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(334, 9);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(5, 14);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "|";
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(270, 11);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(5, 14);
this.labelControl7.TabIndex = 1;
this.labelControl7.Text = "|";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(95, 12);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(5, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "|";
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(206, 11);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(5, 14);
this.labelControl6.TabIndex = 1;
this.labelControl6.Text = "|";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(40, 11);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(5, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "|";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(184, 12);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(12, 14);
this.labelControl3.TabIndex = 1;
this.labelControl3.Text = "页";
//
// lblCtl
//
this.lblCtl.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCtl.Appearance.Options.UseFont = true;
this.lblCtl.Location = new System.Drawing.Point(108, 13);
this.lblCtl.Name = "lblCtl";
this.lblCtl.Size = new System.Drawing.Size(12, 14);
this.lblCtl.TabIndex = 1;
this.lblCtl.Text = "第";
//
// btnNext
//
this.btnNext.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.btnNext.Appearance.Options.UseBackColor = true;
this.btnNext.Location = new System.Drawing.Point(215, 9);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(50, 23);
this.btnNext.TabIndex = 0;
this.btnNext.Text = "下一页";
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnPre
//
this.btnPre.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.btnPre.Appearance.Options.UseBackColor = true;
this.btnPre.Location = new System.Drawing.Point(49, 9);
this.btnPre.Name = "btnPre";
this.btnPre.Size = new System.Drawing.Size(40, 26);
this.btnPre.TabIndex = 0;
this.btnPre.Text = "上一页";
this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
//
// btnIndex
//
this.btnIndex.Location = new System.Drawing.Point(4, 9);
this.btnIndex.Name = "btnIndex";
this.btnIndex.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnIndex.Size = new System.Drawing.Size(39, 23);
this.btnIndex.TabIndex = 0;
this.btnIndex.Text = "首页";
this.btnIndex.Click += new System.EventHandler(this.btnIndex_Click);
//
// GridPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl1);
this.Name = "GridPage";
this.Size = new System.Drawing.Size(1205, 38);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbxPageSize.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCurentPage.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl lblDesc;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.ComboBoxEdit cbxPageSize;
private DevExpress.XtraEditors.SimpleButton btnLast;
private DevExpress.XtraEditors.TextEdit txtCurentPage;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl lblCtl;
private DevExpress.XtraEditors.SimpleButton btnNext;
private DevExpress.XtraEditors.SimpleButton btnPre;
private DevExpress.XtraEditors.SimpleButton btnIndex;
}
}