namespace HStation.WinFrmUI.Auth.Core._02_User
|
{
|
partial class AddUserDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
userFrom1 = new UserInfoCtrl();
|
groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItemUserRole = new DevExpress.XtraLayout.LayoutControlItem();
|
imageComboBoxEdit2 = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleButtonQuXiao = new DevExpress.XtraEditors.SimpleButton();
|
simpleButtonQueDing = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
|
groupControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)groupControl2).BeginInit();
|
groupControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).BeginInit();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit2.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
SuspendLayout();
|
//
|
// groupControl1
|
//
|
groupControl1.Controls.Add(userFrom1);
|
groupControl1.Location = new Point(2, 5);
|
groupControl1.Name = "groupControl1";
|
groupControl1.Size = new Size(391, 144);
|
groupControl1.TabIndex = 0;
|
groupControl1.Text = "用户信息";
|
//
|
// userFrom1
|
//
|
userFrom1.Dock = DockStyle.Fill;
|
userFrom1.Location = new Point(2, 23);
|
userFrom1.Name = "userFrom1";
|
userFrom1.Size = new Size(387, 119);
|
userFrom1.TabIndex = 0;
|
//
|
// groupControl2
|
//
|
groupControl2.Controls.Add(layoutControl1);
|
groupControl2.Location = new Point(4, 155);
|
groupControl2.Name = "groupControl2";
|
groupControl2.Size = new Size(389, 79);
|
groupControl2.TabIndex = 1;
|
groupControl2.Text = "状态及权限";
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(imageComboBoxEdit2);
|
layoutControl1.Controls.Add(imageComboBoxEdit1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(2, 23);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(709, 0, 650, 400);
|
layoutControl1.Root = layoutControlGroup1;
|
layoutControl1.Size = new Size(385, 54);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// imageComboBoxEdit1
|
//
|
imageComboBoxEdit1.EditValue = "1";
|
imageComboBoxEdit1.Location = new Point(84, 12);
|
imageComboBoxEdit1.Name = "imageComboBoxEdit1";
|
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(106, 20);
|
imageComboBoxEdit1.StyleController = layoutControl1;
|
imageComboBoxEdit1.TabIndex = 6;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, emptySpaceItem2, layoutControlItem3 });
|
layoutControlGroup1.Name = "Root";
|
layoutControlGroup1.Size = new Size(385, 54);
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem2.Control = imageComboBoxEdit1;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(182, 24);
|
layoutControlItem2.Text = "账号状态:";
|
layoutControlItem2.TextSize = new Size(60, 14);
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(0, 24);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(365, 10);
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItemUserRole });
|
Root.Location = new Point(0, 0);
|
Root.Name = "Root";
|
Root.Size = new Size(441, 58);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(210, 24);
|
layoutControlItem1.Text = "用户状态:";
|
layoutControlItem1.TextSize = new Size(52, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 24);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(421, 14);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItemUserRole
|
//
|
layoutControlItemUserRole.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItemUserRole.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItemUserRole.Location = new Point(210, 0);
|
layoutControlItemUserRole.Name = "layoutControlItemUserRole";
|
layoutControlItemUserRole.Size = new Size(211, 24);
|
layoutControlItemUserRole.Text = "角色:";
|
layoutControlItemUserRole.TextSize = new Size(52, 14);
|
//
|
// imageComboBoxEdit2
|
//
|
imageComboBoxEdit2.Location = new Point(266, 12);
|
imageComboBoxEdit2.Name = "imageComboBoxEdit2";
|
imageComboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
imageComboBoxEdit2.Size = new Size(107, 20);
|
imageComboBoxEdit2.StyleController = layoutControl1;
|
imageComboBoxEdit2.TabIndex = 7;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlItem3.Control = imageComboBoxEdit2;
|
layoutControlItem3.Location = new Point(182, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(183, 24);
|
layoutControlItem3.Text = "角色:";
|
layoutControlItem3.TextSize = new Size(60, 14);
|
//
|
// simpleButtonQuXiao
|
//
|
simpleButtonQuXiao.Location = new Point(263, 251);
|
simpleButtonQuXiao.Name = "simpleButtonQuXiao";
|
simpleButtonQuXiao.Size = new Size(100, 23);
|
simpleButtonQuXiao.TabIndex = 4;
|
simpleButtonQuXiao.Text = "取消";
|
simpleButtonQuXiao.Click += simpleButtonQuXiao_Click;
|
//
|
// simpleButtonQueDing
|
//
|
simpleButtonQueDing.Location = new Point(144, 251);
|
simpleButtonQueDing.Name = "simpleButtonQueDing";
|
simpleButtonQueDing.Size = new Size(96, 23);
|
simpleButtonQueDing.TabIndex = 3;
|
simpleButtonQueDing.Text = "确定";
|
simpleButtonQueDing.Click += simpleButtonQueDing_Click;
|
//
|
// AddUserDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(396, 291);
|
Controls.Add(simpleButtonQuXiao);
|
Controls.Add(simpleButtonQueDing);
|
Controls.Add(groupControl2);
|
Controls.Add(groupControl1);
|
MaximizeBox = false;
|
Name = "AddUserDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "添加用户";
|
((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
|
groupControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)groupControl2).EndInit();
|
groupControl2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).EndInit();
|
((System.ComponentModel.ISupportInitialize)imageComboBoxEdit2.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
private UserInfoCtrl userFrom1;
|
private DevExpress.XtraEditors.GroupControl groupControl2;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemUserRole;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.SimpleButton simpleButtonQuXiao;
|
private DevExpress.XtraEditors.SimpleButton simpleButtonQueDing;
|
}
|
}
|