namespace HStation.WinFrmUI.Organize.Core._04_User { partial class AddUserDlg { /// /// 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() { loginUserForm1 = new LoginUserForm(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); checkedComboBoxEditUserRole = new DevExpress.XtraEditors.CheckedComboBoxEdit(); imageComboBoxEditUserStatus = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItemUserRole = new DevExpress.XtraLayout.LayoutControlItem(); groupControl1 = new DevExpress.XtraEditors.GroupControl(); groupControl2 = new DevExpress.XtraEditors.GroupControl(); simpleButtonQueDing = new DevExpress.XtraEditors.SimpleButton(); simpleButtonQuXiao = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserRole.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEditUserStatus.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).BeginInit(); ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit(); groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)groupControl2).BeginInit(); groupControl2.SuspendLayout(); SuspendLayout(); // // loginUserForm1 // loginUserForm1.Dock = DockStyle.Fill; loginUserForm1.Location = new Point(2, 23); loginUserForm1.Name = "loginUserForm1"; loginUserForm1.Size = new Size(443, 104); loginUserForm1.TabIndex = 0; loginUserForm1.UseWaitCursor = true; // // layoutControl1 // layoutControl1.Controls.Add(checkedComboBoxEditUserRole); layoutControl1.Controls.Add(imageComboBoxEditUserStatus); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(2, 23); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(441, 58); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // checkedComboBoxEditUserRole // checkedComboBoxEditUserRole.Location = new Point(286, 12); checkedComboBoxEditUserRole.Name = "checkedComboBoxEditUserRole"; checkedComboBoxEditUserRole.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); checkedComboBoxEditUserRole.Size = new Size(143, 20); checkedComboBoxEditUserRole.StyleController = layoutControl1; checkedComboBoxEditUserRole.TabIndex = 5; // // imageComboBoxEditUserStatus // imageComboBoxEditUserStatus.EditValue = "1"; imageComboBoxEditUserStatus.Location = new Point(76, 12); imageComboBoxEditUserStatus.Name = "imageComboBoxEditUserStatus"; imageComboBoxEditUserStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imageComboBoxEditUserStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", "1", -1) }); imageComboBoxEditUserStatus.Size = new Size(142, 20); imageComboBoxEditUserStatus.StyleController = layoutControl1; imageComboBoxEditUserStatus.TabIndex = 4; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItemUserRole }); 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.Control = imageComboBoxEditUserStatus; 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.Control = checkedComboBoxEditUserRole; layoutControlItemUserRole.Location = new Point(210, 0); layoutControlItemUserRole.Name = "layoutControlItemUserRole"; layoutControlItemUserRole.Size = new Size(211, 24); layoutControlItemUserRole.Text = "角色:"; layoutControlItemUserRole.TextSize = new Size(52, 14); // // groupControl1 // groupControl1.Controls.Add(loginUserForm1); groupControl1.Location = new Point(5, 1); groupControl1.Name = "groupControl1"; groupControl1.Size = new Size(447, 129); groupControl1.TabIndex = 2; groupControl1.Text = "账号基本信息"; // // groupControl2 // groupControl2.Controls.Add(layoutControl1); groupControl2.Location = new Point(7, 136); groupControl2.Name = "groupControl2"; groupControl2.Size = new Size(445, 83); groupControl2.TabIndex = 3; groupControl2.Text = "状态及权限"; // // simpleButtonQueDing // simpleButtonQueDing.Location = new Point(248, 225); simpleButtonQueDing.Name = "simpleButtonQueDing"; simpleButtonQueDing.Size = new Size(75, 23); simpleButtonQueDing.TabIndex = 4; simpleButtonQueDing.Text = "确定"; simpleButtonQueDing.Click += simpleButtonQueDing_Click; // // simpleButtonQuXiao // simpleButtonQuXiao.Location = new Point(353, 225); simpleButtonQuXiao.Name = "simpleButtonQuXiao"; simpleButtonQuXiao.Size = new Size(75, 23); simpleButtonQuXiao.TabIndex = 5; simpleButtonQuXiao.Text = "取消"; simpleButtonQuXiao.Click += simpleButtonQuXiao_Click; // // AddUserDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(456, 256); Controls.Add(simpleButtonQuXiao); Controls.Add(simpleButtonQueDing); Controls.Add(groupControl2); Controls.Add(groupControl1); MaximizeBox = false; Name = "AddUserDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "添加登录用户"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserRole.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEditUserStatus.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).EndInit(); ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit(); groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)groupControl2).EndInit(); groupControl2.ResumeLayout(false); ResumeLayout(false); } #endregion private LoginUserForm loginUserForm1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEditUserStatus; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEditUserRole; private DevExpress.XtraLayout.LayoutControlItem layoutControlItemUserRole; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraEditors.SimpleButton simpleButtonQueDing; private DevExpress.XtraEditors.SimpleButton simpleButtonQuXiao; } }