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.
ProductionSystem/ProductionSystem_UserControl/CompositeControls/GridPage.Designer.cs

212 lines
11 KiB
C#

12 months ago
namespace ProductionSystem_UserControl.CompositeControls
{
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.cmbPageSize = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnLast = new DevExpress.XtraEditors.SimpleButton();
this.txtCurentPage = new DevExpress.XtraEditors.TextEdit();
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.btnFirst = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmbPageSize.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCurentPage.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.lblDesc);
this.panelControl1.Controls.Add(this.cmbPageSize);
this.panelControl1.Controls.Add(this.btnLast);
this.panelControl1.Controls.Add(this.txtCurentPage);
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.btnFirst);
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(1249, 52);
this.panelControl1.TabIndex = 5;
//
// 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.Appearance.Options.UseTextOptions = true;
this.lblDesc.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.lblDesc.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lblDesc.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblDesc.Dock = System.Windows.Forms.DockStyle.Right;
this.lblDesc.Location = new System.Drawing.Point(1090, 0);
this.lblDesc.Name = "lblDesc";
this.lblDesc.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
this.lblDesc.Size = new System.Drawing.Size(159, 52);
this.lblDesc.TabIndex = 6;
this.lblDesc.Text = "描述";
//
// cmbPageSize
//
this.cmbPageSize.EditValue = "30";
this.cmbPageSize.Location = new System.Drawing.Point(522, 12);
this.cmbPageSize.Name = "cmbPageSize";
this.cmbPageSize.Properties.Appearance.Options.UseTextOptions = true;
this.cmbPageSize.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cmbPageSize.Properties.AppearanceDropDown.Options.UseTextOptions = true;
this.cmbPageSize.Properties.AppearanceDropDown.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cmbPageSize.Properties.AppearanceFocused.Options.UseTextOptions = true;
this.cmbPageSize.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cmbPageSize.Properties.AppearanceItemSelected.Options.UseTextOptions = true;
this.cmbPageSize.Properties.AppearanceItemSelected.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cmbPageSize.Properties.AutoHeight = false;
this.cmbPageSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbPageSize.Properties.ItemAutoHeight = true;
this.cmbPageSize.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cmbPageSize.Size = new System.Drawing.Size(82, 31);
this.cmbPageSize.TabIndex = 4;
//
// btnLast
//
this.btnLast.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btnLast.Appearance.Options.UseBackColor = true;
this.btnLast.Location = new System.Drawing.Point(428, 12);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(82, 31);
this.btnLast.TabIndex = 3;
this.btnLast.Text = "最后一页";
//
// txtCurentPage
//
this.txtCurentPage.EditValue = "1";
this.txtCurentPage.Location = new System.Drawing.Point(224, 12);
this.txtCurentPage.Name = "txtCurentPage";
this.txtCurentPage.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtCurentPage.Properties.Appearance.Options.UseFont = true;
this.txtCurentPage.Properties.Appearance.Options.UseTextOptions = true;
this.txtCurentPage.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.txtCurentPage.Properties.AutoHeight = false;
this.txtCurentPage.Size = new System.Drawing.Size(71, 31);
this.txtCurentPage.TabIndex = 2;
//
// 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.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl3.Location = new System.Drawing.Point(309, 10);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(14, 31);
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.Appearance.Options.UseTextOptions = true;
this.lblCtl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lblCtl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblCtl.Location = new System.Drawing.Point(195, 10);
this.lblCtl.Name = "lblCtl";
this.lblCtl.Size = new System.Drawing.Size(14, 31);
this.lblCtl.TabIndex = 1;
this.lblCtl.Text = "第";
//
// btnNext
//
this.btnNext.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btnNext.Appearance.Options.UseBackColor = true;
this.btnNext.Location = new System.Drawing.Point(335, 12);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(82, 31);
this.btnNext.TabIndex = 0;
this.btnNext.Text = "下一页";
//
// btnPre
//
this.btnPre.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btnPre.Appearance.Options.UseBackColor = true;
this.btnPre.Location = new System.Drawing.Point(99, 12);
this.btnPre.Name = "btnPre";
this.btnPre.Size = new System.Drawing.Size(82, 31);
this.btnPre.TabIndex = 0;
this.btnPre.Text = "上一页";
//
// btnFirst
//
this.btnFirst.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btnFirst.Appearance.Options.UseBackColor = true;
this.btnFirst.Location = new System.Drawing.Point(6, 12);
this.btnFirst.Name = "btnFirst";
this.btnFirst.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btnFirst.Size = new System.Drawing.Size(82, 31);
this.btnFirst.TabIndex = 0;
this.btnFirst.Text = "首页";
//
// GridPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "GridPage";
this.Size = new System.Drawing.Size(1249, 52);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.cmbPageSize.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.ComboBoxEdit cmbPageSize;
private DevExpress.XtraEditors.SimpleButton btnLast;
private DevExpress.XtraEditors.TextEdit txtCurentPage;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl lblCtl;
private DevExpress.XtraEditors.SimpleButton btnNext;
private DevExpress.XtraEditors.SimpleButton btnPre;
private DevExpress.XtraEditors.SimpleButton btnFirst;
}
}