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()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.txtName = new DevExpress.XtraEditors.TextEdit();
|
this.cbLevel = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.cbSchoolType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txtAddress = new DevExpress.XtraEditors.TextEdit();
|
this.cbArea = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.cbCity = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.cbDist = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbLevel.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbSchoolType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbCity.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.txtName);
|
this.layoutControl1.Controls.Add(this.cbLevel);
|
this.layoutControl1.Controls.Add(this.cbSchoolType);
|
this.layoutControl1.Controls.Add(this.txtAddress);
|
this.layoutControl1.Controls.Add(this.cbArea);
|
this.layoutControl1.Controls.Add(this.cbCity);
|
this.layoutControl1.Controls.Add(this.cbDist);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(744, 162);
|
this.layoutControl1.TabIndex = 118;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// txtName
|
//
|
this.txtName.Location = new System.Drawing.Point(76, 12);
|
this.txtName.Margin = new System.Windows.Forms.Padding(2);
|
this.txtName.MinimumSize = new System.Drawing.Size(0, 28);
|
this.txtName.Name = "txtName";
|
this.txtName.Size = new System.Drawing.Size(225, 20);
|
this.txtName.StyleController = this.layoutControl1;
|
this.txtName.TabIndex = 131;
|
//
|
// cbLevel
|
//
|
this.cbLevel.Location = new System.Drawing.Point(450, 12);
|
this.cbLevel.Margin = new System.Windows.Forms.Padding(2);
|
this.cbLevel.MinimumSize = new System.Drawing.Size(0, 28);
|
this.cbLevel.Name = "cbLevel";
|
this.cbLevel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.cbLevel.Properties.Items.AddRange(new object[] {
|
"幼儿园",
|
"小学",
|
"中学",
|
"高学",
|
"大学"});
|
this.cbLevel.Properties.NullText = "请选择";
|
this.cbLevel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.cbLevel.Size = new System.Drawing.Size(282, 20);
|
this.cbLevel.StyleController = this.layoutControl1;
|
this.cbLevel.TabIndex = 129;
|
//
|
// cbSchoolType
|
//
|
this.cbSchoolType.Location = new System.Drawing.Point(450, 76);
|
this.cbSchoolType.Margin = new System.Windows.Forms.Padding(2);
|
this.cbSchoolType.MinimumSize = new System.Drawing.Size(0, 28);
|
this.cbSchoolType.Name = "cbSchoolType";
|
this.cbSchoolType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.cbSchoolType.Properties.Items.AddRange(new object[] {
|
"办公",
|
"私办"});
|
this.cbSchoolType.Properties.NullText = "请选择";
|
this.cbSchoolType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.cbSchoolType.Size = new System.Drawing.Size(282, 20);
|
this.cbSchoolType.StyleController = this.layoutControl1;
|
this.cbSchoolType.TabIndex = 121;
|
//
|
// txtAddress
|
//
|
this.txtAddress.Location = new System.Drawing.Point(76, 108);
|
this.txtAddress.MinimumSize = new System.Drawing.Size(0, 28);
|
this.txtAddress.Name = "txtAddress";
|
this.txtAddress.Size = new System.Drawing.Size(656, 20);
|
this.txtAddress.StyleController = this.layoutControl1;
|
this.txtAddress.TabIndex = 132;
|
//
|
// cbArea
|
//
|
this.cbArea.Location = new System.Drawing.Point(76, 44);
|
this.cbArea.Margin = new System.Windows.Forms.Padding(2);
|
this.cbArea.MinimumSize = new System.Drawing.Size(0, 28);
|
this.cbArea.Name = "cbArea";
|
this.cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.cbArea.Properties.NullText = "请选择";
|
this.cbArea.Size = new System.Drawing.Size(225, 20);
|
this.cbArea.StyleController = this.layoutControl1;
|
this.cbArea.TabIndex = 127;
|
//
|
// cbCity
|
//
|
this.cbCity.Location = new System.Drawing.Point(450, 44);
|
this.cbCity.Margin = new System.Windows.Forms.Padding(2);
|
this.cbCity.MinimumSize = new System.Drawing.Size(0, 28);
|
this.cbCity.Name = "cbCity";
|
this.cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.cbCity.Properties.NullText = "请选择";
|
this.cbCity.Size = new System.Drawing.Size(282, 20);
|
this.cbCity.StyleController = this.layoutControl1;
|
this.cbCity.TabIndex = 125;
|
//
|
// cbDist
|
//
|
this.cbDist.Location = new System.Drawing.Point(76, 76);
|
this.cbDist.Margin = new System.Windows.Forms.Padding(2);
|
this.cbDist.MinimumSize = new System.Drawing.Size(0, 28);
|
this.cbDist.Name = "cbDist";
|
this.cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.cbDist.Properties.NullText = "请选择";
|
this.cbDist.Size = new System.Drawing.Size(225, 20);
|
this.cbDist.StyleController = this.layoutControl1;
|
this.cbDist.TabIndex = 123;
|
this.cbDist.SelectedIndexChanged += new System.EventHandler(this.cbDist_SelectedIndexChanged);
|
//
|
// Root
|
//
|
this.Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.layoutControlItem5,
|
this.layoutControlItem3,
|
this.layoutControlItem7,
|
this.layoutControlItem9,
|
this.layoutControlItem2,
|
this.layoutControlItem11,
|
this.emptySpaceItem1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(744, 162);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.AllowHtmlStringInCaption = true;
|
this.layoutControlItem1.Control = this.txtName;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(293, 32);
|
this.layoutControlItem1.Text = "<color=red>*</color>学校名称:";
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(59, 14);
|
this.layoutControlItem1.TextToControlDistance = 5;
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.AllowHtmlStringInCaption = true;
|
this.layoutControlItem5.Control = this.cbArea;
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 32);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(293, 32);
|
this.layoutControlItem5.Text = "<color=red>*</color>所属省份:";
|
this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(59, 14);
|
this.layoutControlItem5.TextToControlDistance = 5;
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.cbLevel;
|
this.layoutControlItem3.CustomizationFormText = "层次:";
|
this.layoutControlItem3.Location = new System.Drawing.Point(374, 0);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(350, 32);
|
this.layoutControlItem3.Text = "学校层次:";
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// layoutControlItem7
|
//
|
this.layoutControlItem7.AllowHtmlStringInCaption = true;
|
this.layoutControlItem7.Control = this.cbCity;
|
this.layoutControlItem7.Location = new System.Drawing.Point(374, 32);
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
this.layoutControlItem7.Size = new System.Drawing.Size(350, 32);
|
this.layoutControlItem7.Text = "<color=red>*</color>所属城市:";
|
this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(59, 14);
|
this.layoutControlItem7.TextToControlDistance = 5;
|
//
|
// layoutControlItem9
|
//
|
this.layoutControlItem9.AllowHtmlStringInCaption = true;
|
this.layoutControlItem9.Control = this.cbDist;
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 64);
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
this.layoutControlItem9.Size = new System.Drawing.Size(293, 32);
|
this.layoutControlItem9.Text = "<color=red>*</color>所属区县:";
|
this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(59, 14);
|
this.layoutControlItem9.TextToControlDistance = 5;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.txtAddress;
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 96);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(724, 46);
|
this.layoutControlItem2.Text = "详细地址:";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// layoutControlItem11
|
//
|
this.layoutControlItem11.Control = this.cbSchoolType;
|
this.layoutControlItem11.Location = new System.Drawing.Point(374, 64);
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
this.layoutControlItem11.Size = new System.Drawing.Size(350, 32);
|
this.layoutControlItem11.Text = "学校类型:";
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(293, 0);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(81, 96);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// SchoolWizardForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Margin = new System.Windows.Forms.Padding(2);
|
this.Name = "SchoolWizardForm";
|
this.Size = new System.Drawing.Size(744, 162);
|
this.Load += new System.EventHandler(this.SchoolWizardForm_Load);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbLevel.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbSchoolType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbCity.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraEditors.ComboBoxEdit cbLevel;
|
private DevExpress.XtraEditors.ComboBoxEdit cbSchoolType;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
public DevExpress.XtraEditors.TextEdit txtAddress;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit cbArea;
|
private DevExpress.XtraEditors.ImageComboBoxEdit cbCity;
|
private DevExpress.XtraEditors.ImageComboBoxEdit cbDist;
|
}
|
}
|