namespace CompressorXN { partial class FrmUserManager { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserManager)); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); this.title1 = new CompressorXN_ControlLib.Title(); this.panelEx1 = new CompressorXN_ControlLib.PanelEx(); this.lkup_Role = new DevExpress.XtraEditors.LookUpEdit(); this.lbl_Id = new DevExpress.XtraEditors.LabelControl(); this.grid_User = new DevExpress.XtraGrid.GridControl(); this.gridView_User = new DevExpress.XtraGrid.Views.Grid.GridView(); this.RowNum = new DevExpress.XtraGrid.Columns.GridColumn(); this.UserPwd = new DevExpress.XtraGrid.Columns.GridColumn(); this.UserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.RoleName = new DevExpress.XtraGrid.Columns.GridColumn(); this.ShowUserPwd = new DevExpress.XtraGrid.Columns.GridColumn(); this.opera = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.btn_UpdateUser = new System.Windows.Forms.Button(); this.btn_ClearInfo = new System.Windows.Forms.Button(); this.btn_DelUser = new System.Windows.Forms.Button(); this.btn_AddUser = new System.Windows.Forms.Button(); this.txt_UserPwd = new System.Windows.Forms.TextBox(); this.txt_UserName = new System.Windows.Forms.TextBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.title2 = new CompressorXN_ControlLib.Title(); this.Loading = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::CompressorXN.WaitForm1), true, true); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkup_Role.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_User)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_User)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); this.SuspendLayout(); // // title1 // this.title1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(28)))), ((int)(((byte)(68))))); this.title1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title1.BackgroundImage"))); this.title1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.title1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.title1.Location = new System.Drawing.Point(104, 45); this.title1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.title1.Name = "title1"; this.title1.Size = new System.Drawing.Size(109, 31); this.title1.TabIndex = 0; this.title1.TitleName = "用户信息"; // // panelEx1 // this.panelEx1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelEx1.Appearance.Options.UseBackColor = true; this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(79)))), ((int)(((byte)(150))))); this.panelEx1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelEx1.BorderWidth = 2; this.panelEx1.BottomGap = 1; this.panelEx1.Controls.Add(this.lkup_Role); this.panelEx1.Controls.Add(this.lbl_Id); this.panelEx1.Controls.Add(this.grid_User); this.panelEx1.Controls.Add(this.btn_UpdateUser); this.panelEx1.Controls.Add(this.btn_ClearInfo); this.panelEx1.Controls.Add(this.btn_DelUser); this.panelEx1.Controls.Add(this.btn_AddUser); this.panelEx1.Controls.Add(this.txt_UserPwd); this.panelEx1.Controls.Add(this.txt_UserName); this.panelEx1.Controls.Add(this.labelControl3); this.panelEx1.Controls.Add(this.labelControl2); this.panelEx1.Controls.Add(this.labelControl1); this.panelEx1.Controls.Add(this.title2); this.panelEx1.Controls.Add(this.title1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.LeftGap = 1; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.RightGap = 1; this.panelEx1.Size = new System.Drawing.Size(1920, 890); this.panelEx1.TabIndex = 1; this.panelEx1.TopGap = 1; // // lkup_Role // this.lkup_Role.Location = new System.Drawing.Point(184, 142); this.lkup_Role.Name = "lkup_Role"; this.lkup_Role.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lkup_Role.Properties.Appearance.Options.UseFont = true; this.lkup_Role.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lkup_Role.Properties.AppearanceDropDown.Options.UseFont = true; this.lkup_Role.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lkup_Role.Properties.AppearanceDropDownHeader.Options.UseFont = true; this.lkup_Role.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lkup_Role.Properties.AppearanceFocused.Options.UseFont = true; this.lkup_Role.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.lkup_Role.Properties.AppearanceReadOnly.Options.UseFont = true; this.lkup_Role.Properties.AutoHeight = false; this.lkup_Role.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkup_Role.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "描述"), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "值", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)}); this.lkup_Role.Properties.NullText = ""; this.lkup_Role.Size = new System.Drawing.Size(145, 28); this.lkup_Role.TabIndex = 16; // // lbl_Id // this.lbl_Id.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbl_Id.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.lbl_Id.Location = new System.Drawing.Point(103, 520); this.lbl_Id.Name = "lbl_Id"; this.lbl_Id.Size = new System.Drawing.Size(105, 13); this.lbl_Id.TabIndex = 15; this.lbl_Id.Visible = false; // // grid_User // this.grid_User.Location = new System.Drawing.Point(355, 45); this.grid_User.MainView = this.gridView_User; this.grid_User.Name = "grid_User"; this.grid_User.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1}); this.grid_User.Size = new System.Drawing.Size(1479, 669); this.grid_User.TabIndex = 14; this.grid_User.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_User}); // // gridView_User // this.gridView_User.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.gridView_User.Appearance.Empty.Options.UseBackColor = true; this.gridView_User.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White; this.gridView_User.Appearance.FocusedCell.Options.UseForeColor = true; this.gridView_User.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy; this.gridView_User.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White; this.gridView_User.Appearance.FocusedRow.Options.UseBackColor = true; this.gridView_User.Appearance.FocusedRow.Options.UseForeColor = true; this.gridView_User.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_User.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_User.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Navy; this.gridView_User.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.White; this.gridView_User.Appearance.HideSelectionRow.Options.UseBackColor = true; this.gridView_User.Appearance.HideSelectionRow.Options.UseForeColor = true; this.gridView_User.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.gridView_User.Appearance.Row.ForeColor = System.Drawing.Color.White; this.gridView_User.Appearance.Row.Options.UseBackColor = true; this.gridView_User.Appearance.Row.Options.UseForeColor = true; this.gridView_User.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.RowNum, this.UserPwd, this.UserName, this.RoleName, this.ShowUserPwd, this.opera}); this.gridView_User.GridControl = this.grid_User; this.gridView_User.Name = "gridView_User"; this.gridView_User.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView_User.OptionsSelection.EnableAppearanceHideSelection = false; this.gridView_User.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.gridView_User.OptionsView.ShowGroupPanel = false; this.gridView_User.OptionsView.ShowIndicator = false; this.gridView_User.RowHeight = 30; this.gridView_User.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView_User_RowClick); // // RowNum // this.RowNum.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.RowNum.AppearanceCell.ForeColor = System.Drawing.Color.White; this.RowNum.AppearanceCell.Options.UseFont = true; this.RowNum.AppearanceCell.Options.UseForeColor = true; this.RowNum.AppearanceCell.Options.UseTextOptions = true; this.RowNum.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.RowNum.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.RowNum.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.RowNum.AppearanceHeader.Options.UseBackColor = true; this.RowNum.AppearanceHeader.Options.UseFont = true; this.RowNum.AppearanceHeader.Options.UseTextOptions = true; this.RowNum.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.RowNum.Caption = "行号"; this.RowNum.FieldName = "RowNum"; this.RowNum.MinWidth = 80; this.RowNum.Name = "RowNum"; this.RowNum.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.RowNum.OptionsColumn.AllowMove = false; this.RowNum.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.RowNum.OptionsColumn.ReadOnly = true; this.RowNum.OptionsFilter.AllowFilter = false; this.RowNum.Visible = true; this.RowNum.VisibleIndex = 0; this.RowNum.Width = 212; // // UserPwd // this.UserPwd.Caption = "用户密码"; this.UserPwd.FieldName = "UserPwd"; this.UserPwd.Name = "UserPwd"; this.UserPwd.OptionsColumn.AllowFocus = false; // // UserName // this.UserName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.UserName.AppearanceCell.ForeColor = System.Drawing.Color.White; this.UserName.AppearanceCell.Options.UseFont = true; this.UserName.AppearanceCell.Options.UseForeColor = true; this.UserName.AppearanceCell.Options.UseTextOptions = true; this.UserName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.UserName.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.UserName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold); this.UserName.AppearanceHeader.Options.UseBackColor = true; this.UserName.AppearanceHeader.Options.UseFont = true; this.UserName.Caption = "用户名称"; this.UserName.FieldName = "UserName"; this.UserName.MinWidth = 200; this.UserName.Name = "UserName"; this.UserName.OptionsColumn.AllowFocus = false; this.UserName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.UserName.OptionsColumn.AllowMove = false; this.UserName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.UserName.OptionsColumn.ReadOnly = true; this.UserName.OptionsFilter.AllowFilter = false; this.UserName.Visible = true; this.UserName.VisibleIndex = 1; this.UserName.Width = 532; // // RoleName // this.RoleName.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.RoleName.AppearanceCell.ForeColor = System.Drawing.Color.White; this.RoleName.AppearanceCell.Options.UseFont = true; this.RoleName.AppearanceCell.Options.UseForeColor = true; this.RoleName.AppearanceCell.Options.UseTextOptions = true; this.RoleName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.RoleName.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.RoleName.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold); this.RoleName.AppearanceHeader.Options.UseBackColor = true; this.RoleName.AppearanceHeader.Options.UseFont = true; this.RoleName.Caption = "用户角色"; this.RoleName.FieldName = "RoleName"; this.RoleName.MinWidth = 200; this.RoleName.Name = "RoleName"; this.RoleName.OptionsColumn.AllowFocus = false; this.RoleName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.RoleName.OptionsColumn.AllowMove = false; this.RoleName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.RoleName.OptionsColumn.ReadOnly = true; this.RoleName.OptionsFilter.AllowFilter = false; this.RoleName.Visible = true; this.RoleName.VisibleIndex = 2; this.RoleName.Width = 532; // // ShowUserPwd // this.ShowUserPwd.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.ShowUserPwd.AppearanceCell.ForeColor = System.Drawing.Color.White; this.ShowUserPwd.AppearanceCell.Options.UseFont = true; this.ShowUserPwd.AppearanceCell.Options.UseForeColor = true; this.ShowUserPwd.AppearanceCell.Options.UseTextOptions = true; this.ShowUserPwd.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.ShowUserPwd.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.ShowUserPwd.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold); this.ShowUserPwd.AppearanceHeader.Options.UseBackColor = true; this.ShowUserPwd.AppearanceHeader.Options.UseFont = true; this.ShowUserPwd.Caption = "用户密码"; this.ShowUserPwd.FieldName = "ShowUserPwd"; this.ShowUserPwd.Name = "ShowUserPwd"; this.ShowUserPwd.OptionsColumn.AllowFocus = false; this.ShowUserPwd.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.ShowUserPwd.OptionsColumn.AllowMove = false; this.ShowUserPwd.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.ShowUserPwd.OptionsColumn.ReadOnly = true; this.ShowUserPwd.OptionsFilter.AllowFilter = false; this.ShowUserPwd.Visible = true; this.ShowUserPwd.VisibleIndex = 3; this.ShowUserPwd.Width = 200; // // opera // this.opera.AppearanceCell.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.opera.AppearanceCell.ForeColor = System.Drawing.Color.White; this.opera.AppearanceCell.Options.UseFont = true; this.opera.AppearanceCell.Options.UseForeColor = true; this.opera.AppearanceCell.Options.UseTextOptions = true; this.opera.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.opera.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); this.opera.AppearanceHeader.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold); this.opera.AppearanceHeader.Options.UseBackColor = true; this.opera.AppearanceHeader.Options.UseFont = true; this.opera.Caption = "操作"; this.opera.ColumnEdit = this.repositoryItemButtonEdit1; this.opera.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right; this.opera.Name = "opera"; this.opera.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False; this.opera.OptionsColumn.AllowMove = false; this.opera.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.opera.OptionsFilter.AllowFilter = false; this.opera.Visible = true; this.opera.VisibleIndex = 4; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.repositoryItemButtonEdit1.Appearance.Options.UseFont = true; this.repositoryItemButtonEdit1.AutoHeight = false; serializableAppearanceObject1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); serializableAppearanceObject1.ForeColor = System.Drawing.Color.White; serializableAppearanceObject1.Options.UseFont = true; serializableAppearanceObject1.Options.UseForeColor = true; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看密码", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", "look_pwd", null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // btn_UpdateUser // this.btn_UpdateUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_UpdateUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_UpdateUser.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.btn_UpdateUser.ForeColor = System.Drawing.Color.White; this.btn_UpdateUser.Location = new System.Drawing.Point(225, 350); this.btn_UpdateUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_UpdateUser.Name = "btn_UpdateUser"; this.btn_UpdateUser.Size = new System.Drawing.Size(105, 32); this.btn_UpdateUser.TabIndex = 6; this.btn_UpdateUser.Text = "修改用户"; this.btn_UpdateUser.UseVisualStyleBackColor = false; this.btn_UpdateUser.Click += new System.EventHandler(this.btn_UpdateUser_Click); // // btn_ClearInfo // this.btn_ClearInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_ClearInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_ClearInfo.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.btn_ClearInfo.ForeColor = System.Drawing.Color.White; this.btn_ClearInfo.Location = new System.Drawing.Point(225, 427); this.btn_ClearInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_ClearInfo.Name = "btn_ClearInfo"; this.btn_ClearInfo.Size = new System.Drawing.Size(105, 32); this.btn_ClearInfo.TabIndex = 6; this.btn_ClearInfo.Text = "清空信息"; this.btn_ClearInfo.UseVisualStyleBackColor = false; this.btn_ClearInfo.Click += new System.EventHandler(this.btn_ClearInfo_Click); // // btn_DelUser // this.btn_DelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_DelUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_DelUser.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.btn_DelUser.ForeColor = System.Drawing.Color.White; this.btn_DelUser.Location = new System.Drawing.Point(103, 427); this.btn_DelUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_DelUser.Name = "btn_DelUser"; this.btn_DelUser.Size = new System.Drawing.Size(105, 32); this.btn_DelUser.TabIndex = 6; this.btn_DelUser.Text = "删除用户"; this.btn_DelUser.UseVisualStyleBackColor = false; this.btn_DelUser.Click += new System.EventHandler(this.btn_DelUser_Click); // // btn_AddUser // this.btn_AddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_AddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_AddUser.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.btn_AddUser.ForeColor = System.Drawing.Color.White; this.btn_AddUser.Location = new System.Drawing.Point(103, 350); this.btn_AddUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_AddUser.Name = "btn_AddUser"; this.btn_AddUser.Size = new System.Drawing.Size(105, 32); this.btn_AddUser.TabIndex = 6; this.btn_AddUser.Text = "添加用户"; this.btn_AddUser.UseVisualStyleBackColor = false; this.btn_AddUser.Click += new System.EventHandler(this.btn_AddUser_Click); // // txt_UserPwd // this.txt_UserPwd.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.txt_UserPwd.Location = new System.Drawing.Point(184, 192); this.txt_UserPwd.Name = "txt_UserPwd"; this.txt_UserPwd.PasswordChar = '*'; this.txt_UserPwd.Size = new System.Drawing.Size(145, 28); this.txt_UserPwd.TabIndex = 2; // // txt_UserName // this.txt_UserName.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.txt_UserName.Location = new System.Drawing.Point(185, 94); this.txt_UserName.Name = "txt_UserName"; this.txt_UserName.Size = new System.Drawing.Size(145, 28); this.txt_UserName.TabIndex = 2; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Location = new System.Drawing.Point(103, 147); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(75, 20); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "用户角色:"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Location = new System.Drawing.Point(103, 196); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(75, 20); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "用户密码:"; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(104, 98); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 20); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "用户名称:"; // // title2 // this.title2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(28)))), ((int)(((byte)(68))))); this.title2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("title2.BackgroundImage"))); this.title2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.title2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.title2.Location = new System.Drawing.Point(103, 285); this.title2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.title2.Name = "title2"; this.title2.Size = new System.Drawing.Size(109, 31); this.title2.TabIndex = 0; this.title2.TitleName = "用户操作"; // // Loading // this.Loading.ClosingDelay = 500; // // FrmUserManager // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1920, 890); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmUserManager"; this.Text = "用户管理"; this.Load += new System.EventHandler(this.FrmUserManager_Load); ((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit(); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkup_Role.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid_User)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_User)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private CompressorXN_ControlLib.Title title1; private CompressorXN_ControlLib.PanelEx panelEx1; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.TextBox txt_UserName; private System.Windows.Forms.TextBox txt_UserPwd; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private CompressorXN_ControlLib.Title title2; private System.Windows.Forms.Button btn_UpdateUser; private System.Windows.Forms.Button btn_DelUser; private System.Windows.Forms.Button btn_AddUser; private System.Windows.Forms.Button btn_ClearInfo; private DevExpress.XtraGrid.GridControl grid_User; private DevExpress.XtraGrid.Views.Grid.GridView gridView_User; private DevExpress.XtraGrid.Columns.GridColumn RowNum; private DevExpress.XtraGrid.Columns.GridColumn UserName; private DevExpress.XtraGrid.Columns.GridColumn RoleName; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.LabelControl lbl_Id; private DevExpress.XtraEditors.LookUpEdit lkup_Role; private DevExpress.XtraSplashScreen.SplashScreenManager Loading; private DevExpress.XtraGrid.Columns.GridColumn ShowUserPwd; private DevExpress.XtraGrid.Columns.GridColumn opera; private DevExpress.XtraGrid.Columns.GridColumn UserPwd; } }