namespace PBS.WinFrmUI
|
{
|
partial class SchoolWizardForm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
components = new System.ComponentModel.Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
cbLevel = new DevExpress.XtraEditors.ComboBoxEdit();
|
cbSchoolType = new DevExpress.XtraEditors.ComboBoxEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)cbLevel.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbSchoolType.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(cbLevel);
|
layoutControl1.Controls.Add(cbSchoolType);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(3, 4, 3, 4);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(839, 158);
|
layoutControl1.TabIndex = 118;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// cbLevel
|
//
|
cbLevel.Location = new Point(512, 12);
|
cbLevel.Margin = new Padding(2, 3, 2, 3);
|
cbLevel.MinimumSize = new Size(0, 36);
|
cbLevel.Name = "cbLevel";
|
cbLevel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
cbLevel.Properties.Items.AddRange(new object[] { "幼儿园", "小学", "中学", "高学", "大学" });
|
cbLevel.Properties.NullText = "请选择";
|
cbLevel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
cbLevel.Size = new Size(315, 36);
|
cbLevel.StyleController = layoutControl1;
|
cbLevel.TabIndex = 129;
|
//
|
// cbSchoolType
|
//
|
cbSchoolType.Location = new Point(89, 12);
|
cbSchoolType.Margin = new Padding(2, 3, 2, 3);
|
cbSchoolType.MinimumSize = new Size(0, 36);
|
cbSchoolType.Name = "cbSchoolType";
|
cbSchoolType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
cbSchoolType.Properties.Items.AddRange(new object[] { "办公", "私办" });
|
cbSchoolType.Properties.NullText = "请选择";
|
cbSchoolType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
cbSchoolType.Size = new Size(251, 36);
|
cbSchoolType.StyleController = layoutControl1;
|
cbSchoolType.TabIndex = 121;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, emptySpaceItem1, layoutControlItem11 });
|
Root.Name = "Root";
|
Root.Size = new Size(839, 158);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = cbLevel;
|
layoutControlItem3.CustomizationFormText = "层次:";
|
layoutControlItem3.Location = new Point(423, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(396, 138);
|
layoutControlItem3.Text = "学校层次:";
|
layoutControlItem3.TextSize = new Size(65, 18);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(332, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(91, 138);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem11
|
//
|
layoutControlItem11.Control = cbSchoolType;
|
layoutControlItem11.Location = new Point(0, 0);
|
layoutControlItem11.Name = "layoutControlItem11";
|
layoutControlItem11.Size = new Size(332, 138);
|
layoutControlItem11.Text = "学校类型:";
|
layoutControlItem11.TextSize = new Size(65, 18);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// SchoolWizardForm
|
//
|
AutoScaleDimensions = new SizeF(8F, 18F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Margin = new Padding(2, 3, 2, 3);
|
Name = "SchoolWizardForm";
|
Size = new Size(839, 158);
|
Load += SchoolWizardForm_Load;
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)cbLevel.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbSchoolType.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.ComboBoxEdit cbLevel;
|
private DevExpress.XtraEditors.ComboBoxEdit cbSchoolType;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|