namespace HStation.WinFrmUI
{
partial class UpdateAdminTypeDlg
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
txtEditAdminType = new DevExpress.XtraEditors.ImageComboBoxEdit();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
((System.ComponentModel.ISupportInitialize)txtEditAdminType.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
SuspendLayout();
//
// 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[] { layoutControlItem7, layoutControlItem8 });
Root.Name = "Root";
Root.Size = new Size(378, 75);
Root.TextVisible = false;
//
// layoutControlItem7
//
layoutControlItem7.Control = generalOkAndCancelCtrl1;
layoutControlItem7.Location = new Point(0, 24);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(358, 31);
layoutControlItem7.TextSize = new Size(0, 0);
layoutControlItem7.TextVisible = false;
//
// generalOkAndCancelCtrl1
//
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
generalOkAndCancelCtrl1.Location = new Point(12, 36);
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
generalOkAndCancelCtrl1.Size = new Size(354, 27);
generalOkAndCancelCtrl1.TabIndex = 6;
//
// layoutControlItem8
//
layoutControlItem8.AllowHtmlStringInCaption = true;
layoutControlItem8.Control = txtEditAdminType;
layoutControlItem8.Location = new Point(0, 0);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(358, 24);
layoutControlItem8.Text = "*管理类型:";
layoutControlItem8.TextSize = new Size(59, 14);
//
// txtEditAdminType
//
txtEditAdminType.Location = new Point(83, 12);
txtEditAdminType.Name = "txtEditAdminType";
txtEditAdminType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
txtEditAdminType.Size = new Size(283, 20);
txtEditAdminType.StyleController = layoutControl1;
txtEditAdminType.TabIndex = 3;
//
// layoutControl1
//
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
layoutControl1.Controls.Add(txtEditAdminType);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(378, 75);
layoutControl1.TabIndex = 2;
layoutControl1.Text = "layoutControl1";
//
// UpdateAdminTypeDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(378, 75);
Controls.Add(layoutControl1);
Name = "UpdateAdminTypeDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "管理类型";
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
((System.ComponentModel.ISupportInitialize)txtEditAdminType.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraEditors.ImageComboBoxEdit txtEditAdminType;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
}
}