namespace HStation.WinFrmUI.Auth
|
{
|
partial class RoleInfoCtrl
|
{
|
/// <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();
|
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();
|
textEditCorpID = new DevExpress.XtraEditors.TextEdit();
|
imageComboBoxEditUseStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
textEditDescription = new DevExpress.XtraEditors.TextEdit();
|
textEditRoleCode = new DevExpress.XtraEditors.TextEdit();
|
textEditRole = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
|
emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
|
emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxValidationProviderIsNotBlank = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)textEditCorpID.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEditUseStatus.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textEditDescription.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textEditRoleCode.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textEditRole.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem6).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem10).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem9).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem7).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxValidationProviderIsNotBlank).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(textEditCorpID);
|
layoutControl1.Controls.Add(imageComboBoxEditUseStatus);
|
layoutControl1.Controls.Add(textEditDescription);
|
layoutControl1.Controls.Add(textEditRoleCode);
|
layoutControl1.Controls.Add(textEditRole);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1005, 220, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(417, 157);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// textEditCorpID
|
//
|
textEditCorpID.Location = new Point(101, 12);
|
textEditCorpID.Name = "textEditCorpID";
|
textEditCorpID.Size = new Size(294, 20);
|
textEditCorpID.StyleController = layoutControl1;
|
textEditCorpID.TabIndex = 6;
|
conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
|
conditionValidationRule1.ErrorText = "This value is not valid";
|
conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
|
dxValidationProviderIsNotBlank.SetValidationRule(textEditCorpID, conditionValidationRule1);
|
//
|
// imageComboBoxEditUseStatus
|
//
|
imageComboBoxEditUseStatus.EditValue = "启用";
|
imageComboBoxEditUseStatus.Location = new Point(345, 80);
|
imageComboBoxEditUseStatus.Name = "imageComboBoxEditUseStatus";
|
imageComboBoxEditUseStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
imageComboBoxEditUseStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", "禁用", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", "启用", -1) });
|
imageComboBoxEditUseStatus.Size = new Size(50, 20);
|
imageComboBoxEditUseStatus.StyleController = layoutControl1;
|
imageComboBoxEditUseStatus.TabIndex = 5;
|
//
|
// textEditDescription
|
//
|
textEditDescription.Location = new Point(101, 114);
|
textEditDescription.Name = "textEditDescription";
|
textEditDescription.Size = new Size(294, 20);
|
textEditDescription.StyleController = layoutControl1;
|
textEditDescription.TabIndex = 4;
|
//
|
// textEditRoleCode
|
//
|
textEditRoleCode.Location = new Point(101, 46);
|
textEditRoleCode.Name = "textEditRoleCode";
|
textEditRoleCode.Size = new Size(294, 20);
|
textEditRoleCode.StyleController = layoutControl1;
|
textEditRoleCode.TabIndex = 0;
|
conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
|
conditionValidationRule2.ErrorText = "This value is not valid";
|
conditionValidationRule2.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
|
dxValidationProviderIsNotBlank.SetValidationRule(textEditRoleCode, conditionValidationRule2);
|
//
|
// textEditRole
|
//
|
textEditRole.Location = new Point(101, 80);
|
textEditRole.Name = "textEditRole";
|
textEditRole.Size = new Size(141, 20);
|
textEditRole.StyleController = layoutControl1;
|
textEditRole.TabIndex = 2;
|
conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
|
conditionValidationRule3.ErrorText = "This value is not valid";
|
conditionValidationRule3.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Information;
|
dxValidationProviderIsNotBlank.SetValidationRule(textEditRole, conditionValidationRule3);
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, emptySpaceItem2, emptySpaceItem5, emptySpaceItem6, emptySpaceItem10, layoutControlItem2, emptySpaceItem9, layoutControlItem3, emptySpaceItem7, layoutControlItem4, layoutControlItem5 });
|
Root.Name = "Root";
|
Root.Size = new Size(417, 157);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem1.Control = textEditRole;
|
layoutControlItem1.Location = new Point(10, 68);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(224, 24);
|
layoutControlItem1.Text = "*角色名称:";
|
layoutControlItem1.TextSize = new Size(67, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 126);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(397, 11);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(10, 24);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(377, 10);
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// emptySpaceItem5
|
//
|
emptySpaceItem5.AllowHotTrack = false;
|
emptySpaceItem5.Location = new Point(387, 0);
|
emptySpaceItem5.Name = "emptySpaceItem5";
|
emptySpaceItem5.Size = new Size(10, 126);
|
emptySpaceItem5.TextSize = new Size(0, 0);
|
//
|
// emptySpaceItem6
|
//
|
emptySpaceItem6.AllowHotTrack = false;
|
emptySpaceItem6.Location = new Point(0, 0);
|
emptySpaceItem6.Name = "emptySpaceItem6";
|
emptySpaceItem6.Size = new Size(10, 126);
|
emptySpaceItem6.TextSize = new Size(0, 0);
|
//
|
// emptySpaceItem10
|
//
|
emptySpaceItem10.AllowHotTrack = false;
|
emptySpaceItem10.Location = new Point(10, 92);
|
emptySpaceItem10.Name = "emptySpaceItem10";
|
emptySpaceItem10.Size = new Size(377, 10);
|
emptySpaceItem10.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem2.Control = textEditRoleCode;
|
layoutControlItem2.Location = new Point(10, 34);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(377, 24);
|
layoutControlItem2.Text = "*角色编号:";
|
layoutControlItem2.TextSize = new Size(67, 14);
|
//
|
// emptySpaceItem9
|
//
|
emptySpaceItem9.AllowHotTrack = false;
|
emptySpaceItem9.Location = new Point(10, 58);
|
emptySpaceItem9.Name = "emptySpaceItem9";
|
emptySpaceItem9.Size = new Size(377, 10);
|
emptySpaceItem9.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem3.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = textEditDescription;
|
layoutControlItem3.Location = new Point(10, 102);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(377, 24);
|
layoutControlItem3.Text = "说明:";
|
layoutControlItem3.TextSize = new Size(67, 14);
|
//
|
// emptySpaceItem7
|
//
|
emptySpaceItem7.AllowHotTrack = false;
|
emptySpaceItem7.Location = new Point(234, 68);
|
emptySpaceItem7.Name = "emptySpaceItem7";
|
emptySpaceItem7.Size = new Size(20, 24);
|
emptySpaceItem7.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem4.Control = imageComboBoxEditUseStatus;
|
layoutControlItem4.Location = new Point(254, 68);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(133, 24);
|
layoutControlItem4.Text = "说明:";
|
layoutControlItem4.TextSize = new Size(67, 14);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem5.Control = textEditCorpID;
|
layoutControlItem5.Location = new Point(10, 0);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(377, 24);
|
layoutControlItem5.Text = "*客户ID:";
|
layoutControlItem5.TextSize = new Size(67, 14);
|
//
|
// RoleFrom
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "RoleFrom";
|
Size = new Size(417, 157);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)textEditCorpID.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEditUseStatus.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textEditDescription.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textEditRoleCode.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)textEditRole.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem6).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem10).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem9).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem7).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxValidationProviderIsNotBlank).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit textEditRoleCode;
|
private DevExpress.XtraEditors.TextEdit textEditRole;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem10;
|
private DevExpress.XtraEditors.TextEdit textEditDescription;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEditUseStatus;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider dxValidationProviderIsNotBlank;
|
private DevExpress.XtraEditors.TextEdit textEditCorpID;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
}
|
}
|