namespace HStation.WinFrmUI.Organize.Core._00_UserControl
{
partial class RoleFrom
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
checkedComboBoxEditUserPermession = new DevExpress.XtraEditors.CheckedComboBoxEdit();
checkedComboBoxEditMenuPeression = new DevExpress.XtraEditors.CheckedComboBoxEdit();
textEditRoleBianHao = new DevExpress.XtraEditors.TextEdit();
textEditEoleName = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
dxValidationProviderRole = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(components);
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserPermession.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditMenuPeression.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)textEditRoleBianHao.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)textEditEoleName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem6).BeginInit();
((System.ComponentModel.ISupportInitialize)dxValidationProviderRole).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(imageComboBoxEdit1);
layoutControl1.Controls.Add(checkedComboBoxEditUserPermession);
layoutControl1.Controls.Add(checkedComboBoxEditMenuPeression);
layoutControl1.Controls.Add(textEditRoleBianHao);
layoutControl1.Controls.Add(textEditEoleName);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(782, 219, 650, 347);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(597, 114);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// imageComboBoxEdit1
//
imageComboBoxEdit1.EditValue = "1";
imageComboBoxEdit1.Location = new Point(83, 82);
imageComboBoxEdit1.Name = "imageComboBoxEdit1";
imageComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
imageComboBoxEdit1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", "1", -1) });
imageComboBoxEdit1.Size = new Size(206, 20);
imageComboBoxEdit1.StyleController = layoutControl1;
imageComboBoxEdit1.TabIndex = 10;
//
// checkedComboBoxEditUserPermession
//
checkedComboBoxEditUserPermession.Location = new Point(381, 46);
checkedComboBoxEditUserPermession.Name = "checkedComboBoxEditUserPermession";
checkedComboBoxEditUserPermession.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
checkedComboBoxEditUserPermession.Size = new Size(204, 20);
checkedComboBoxEditUserPermession.StyleController = layoutControl1;
checkedComboBoxEditUserPermession.TabIndex = 9;
conditionValidationRule5.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
conditionValidationRule5.ErrorText = "This value is not valid";
conditionValidationRule5.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
dxValidationProviderRole.SetValidationRule(checkedComboBoxEditUserPermession, conditionValidationRule5);
//
// checkedComboBoxEditMenuPeression
//
checkedComboBoxEditMenuPeression.Location = new Point(83, 46);
checkedComboBoxEditMenuPeression.Name = "checkedComboBoxEditMenuPeression";
checkedComboBoxEditMenuPeression.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
checkedComboBoxEditMenuPeression.Size = new Size(206, 20);
checkedComboBoxEditMenuPeression.StyleController = layoutControl1;
checkedComboBoxEditMenuPeression.TabIndex = 8;
conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
conditionValidationRule1.ErrorText = "This value is not valid";
conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
dxValidationProviderRole.SetValidationRule(checkedComboBoxEditMenuPeression, conditionValidationRule1);
//
// textEditRoleBianHao
//
textEditRoleBianHao.Location = new Point(380, 12);
textEditRoleBianHao.Name = "textEditRoleBianHao";
textEditRoleBianHao.Size = new Size(205, 20);
textEditRoleBianHao.StyleController = layoutControl1;
textEditRoleBianHao.TabIndex = 5;
conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
conditionValidationRule2.ErrorText = "This value is not valid";
conditionValidationRule2.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
dxValidationProviderRole.SetValidationRule(textEditRoleBianHao, conditionValidationRule2);
//
// textEditEoleName
//
textEditEoleName.Location = new Point(83, 12);
textEditEoleName.Name = "textEditEoleName";
textEditEoleName.Size = new Size(206, 20);
textEditEoleName.StyleController = layoutControl1;
textEditEoleName.TabIndex = 4;
conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
conditionValidationRule3.ErrorText = "This value is not valid";
conditionValidationRule3.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
dxValidationProviderRole.SetValidationRule(textEditEoleName, conditionValidationRule3);
//
// 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[] { layoutControlItem1, emptySpaceItem1, layoutControlItem2, layoutControlItem5, layoutControlItem3, emptySpaceItem2, emptySpaceItem3, layoutControlItem4, emptySpaceItem4, emptySpaceItem5, emptySpaceItem6 });
Root.Name = "Root";
Root.Size = new Size(597, 114);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutControlItem1.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem1.Control = textEditEoleName;
layoutControlItem1.CustomizationFormText = "角色名称:";
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(281, 24);
layoutControlItem1.Text = "*角色名称:";
layoutControlItem1.TextSize = new Size(59, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(297, 70);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(280, 24);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem2
//
layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutControlItem2.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem2.Control = textEditRoleBianHao;
layoutControlItem2.Location = new Point(297, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(280, 24);
layoutControlItem2.Text = "*角色编号:";
layoutControlItem2.TextSize = new Size(59, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = checkedComboBoxEditMenuPeression;
layoutControlItem5.CustomizationFormText = "菜单权限配置:";
layoutControlItem5.Location = new Point(0, 34);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(281, 24);
layoutControlItem5.Text = "*角色菜单:";
layoutControlItem5.TextSize = new Size(59, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = checkedComboBoxEditUserPermession;
layoutControlItem3.Location = new Point(298, 34);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(279, 24);
layoutControlItem3.Text = "*用户管理:";
layoutControlItem3.TextSize = new Size(59, 14);
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(0, 24);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(577, 10);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// emptySpaceItem3
//
emptySpaceItem3.AllowHotTrack = false;
emptySpaceItem3.Location = new Point(0, 58);
emptySpaceItem3.Name = "emptySpaceItem3";
emptySpaceItem3.Size = new Size(577, 12);
emptySpaceItem3.TextSize = new Size(0, 0);
//
// layoutControlItem4
//
layoutControlItem4.Control = imageComboBoxEdit1;
layoutControlItem4.Location = new Point(0, 70);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(281, 24);
layoutControlItem4.Text = "*状态:";
layoutControlItem4.TextSize = new Size(59, 14);
//
// emptySpaceItem4
//
emptySpaceItem4.AllowHotTrack = false;
emptySpaceItem4.Location = new Point(281, 0);
emptySpaceItem4.Name = "emptySpaceItem4";
emptySpaceItem4.Size = new Size(16, 24);
emptySpaceItem4.TextSize = new Size(0, 0);
//
// emptySpaceItem5
//
emptySpaceItem5.AllowHotTrack = false;
emptySpaceItem5.Location = new Point(281, 34);
emptySpaceItem5.Name = "emptySpaceItem5";
emptySpaceItem5.Size = new Size(17, 24);
emptySpaceItem5.TextSize = new Size(0, 0);
//
// emptySpaceItem6
//
emptySpaceItem6.AllowHotTrack = false;
emptySpaceItem6.Location = new Point(281, 70);
emptySpaceItem6.Name = "emptySpaceItem6";
emptySpaceItem6.Size = new Size(16, 24);
emptySpaceItem6.TextSize = new Size(0, 0);
//
// RoleFrom
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "RoleFrom";
Size = new Size(597, 114);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserPermession.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditMenuPeression.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)textEditRoleBianHao.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)textEditEoleName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem4).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem6).EndInit();
((System.ComponentModel.ISupportInitialize)dxValidationProviderRole).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit textEditEoleName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.TextEdit textEditRoleBianHao;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEditMenuPeression;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEditUserPermession;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
private DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider dxValidationProviderRole;
}
}