namespace LYFZ.Software.UI { partial class frmRightsManager { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRightsManager)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.plMultiShopManagement = new LYFZ.ComponentLibrary.PanelEx(); this.cbxMultiShopManagement = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSetUserRoles = new LYFZ.ComponentLibrary.ButtonEx(); this.btnsetlUserExclusiveCompetence = new LYFZ.ComponentLibrary.ButtonEx(); this.btnDelUserRoles = new LYFZ.ComponentLibrary.ButtonEx(); this.btnDelUserExclusiveCompetence = new LYFZ.ComponentLibrary.ButtonEx(); this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.dgvUserCompetenceList = new LYFZ.ComponentLibrary.DataGridViewEx(); this.IsLogIn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.UserDepartment = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserAccount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BelongRoles = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ExclusiveCompetence = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UpdateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panelRolesSet = new LYFZ.ComponentLibrary.PanelEx(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.nudOrderDiscounts = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.nudOrderDiscounts1 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.nudOrderDiscounts2 = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components); this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx(); this.gbtnDelUser = new LYFZ.ComponentLibrary.GlassButton(); this.gbtnAddUser = new LYFZ.ComponentLibrary.GlassButton(); this.tbcRolesManage = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.tableLayoutPanelRoles = new System.Windows.Forms.TableLayoutPanel(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.tableLayoutPanelScreenShowRoles = new System.Windows.Forms.TableLayoutPanel(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.lisviewRolesUser = new LYFZ.ComponentLibrary.ListViewEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.btnRolesSave = new LYFZ.ComponentLibrary.ButtonEx(); this.txtRolesName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox(); this.txtRolesDecription = new LYFZ.OtherExpansion.SkinControl.SkinTextBox(); this.grbRoleslist = new LYFZ.ComponentLibrary.GroupBoxEx(); this.btnImportRole = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRolesDelAll = new LYFZ.ComponentLibrary.ButtonEx(); this.btnExportRole = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRolesDel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRolesCopy = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRolesAdd = new LYFZ.ComponentLibrary.ButtonEx(); this.lisboxRoleslist = new LYFZ.ComponentLibrary.ListBoxEx(); this.tbpFunctionConfiguration = new System.Windows.Forms.TabPage(); this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pte_TemplateMark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pte_TemplateName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pte_PermissionValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pte_UpdateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Operate = new System.Windows.Forms.DataGridViewButtonColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.tabControlEx1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.plMultiShopManagement.SuspendLayout(); this.groupBoxEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUserCompetenceList)).BeginInit(); this.tabPage2.SuspendLayout(); this.panelRolesSet.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).BeginInit(); this.tbcRolesManage.SuspendLayout(); this.tabPage4.SuspendLayout(); this.tabPage5.SuspendLayout(); this.tabPage6.SuspendLayout(); this.grbRoleslist.SuspendLayout(); this.tbpFunctionConfiguration.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControlEx1); this.plExMainContainer.Size = new System.Drawing.Size(960, 645); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(960, 645); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(928, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(874, 0); // // tabControlEx1 // this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.Controls.Add(this.tabPage1); this.tabControlEx1.Controls.Add(this.tabPage2); this.tabControlEx1.Controls.Add(this.tbpFunctionConfiguration); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 38); this.tabControlEx1.Location = new System.Drawing.Point(0, 0); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(960, 645); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 0; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage1.Controls.Add(this.plMultiShopManagement); this.tabPage1.Controls.Add(this.btnRefresh); this.tabPage1.Controls.Add(this.btnSetUserRoles); this.tabPage1.Controls.Add(this.btnsetlUserExclusiveCompetence); this.tabPage1.Controls.Add(this.btnDelUserRoles); this.tabPage1.Controls.Add(this.btnDelUserExclusiveCompetence); this.tabPage1.Controls.Add(this.groupBoxEx1); this.tabPage1.Location = new System.Drawing.Point(4, 42); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(952, 599); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "用户权限管理"; // // plMultiShopManagement // this.plMultiShopManagement.BackColor = System.Drawing.Color.Transparent; this.plMultiShopManagement.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plMultiShopManagement.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.plMultiShopManagement.BorderWidth = 1; this.plMultiShopManagement.Controls.Add(this.cbxMultiShopManagement); this.plMultiShopManagement.Controls.Add(this.labelEx6); this.plMultiShopManagement.Location = new System.Drawing.Point(277, 4); this.plMultiShopManagement.Name = "plMultiShopManagement"; this.plMultiShopManagement.Size = new System.Drawing.Size(342, 36); this.plMultiShopManagement.TabIndex = 3; // // cbxMultiShopManagement // this.cbxMultiShopManagement.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cbxMultiShopManagement.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cbxMultiShopManagement.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cbxMultiShopManagement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxMultiShopManagement.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxMultiShopManagement.FormattingEnabled = true; this.cbxMultiShopManagement.IsCustomColor = false; this.cbxMultiShopManagement.Location = new System.Drawing.Point(72, 4); this.cbxMultiShopManagement.Name = "cbxMultiShopManagement"; this.cbxMultiShopManagement.ReadOnly = true; this.cbxMultiShopManagement.Size = new System.Drawing.Size(231, 28); this.cbxMultiShopManagement.TabIndex = 1; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(10, 10); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(56, 17); this.labelEx6.TabIndex = 0; this.labelEx6.Text = "当前门店"; // // btnRefresh // this.btnRefresh.BackColor = System.Drawing.Color.Transparent; this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg"))); this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRefresh.ForeColor = System.Drawing.Color.White; this.btnRefresh.IsCustomBackImg = false; this.btnRefresh.IsShowText = true; this.btnRefresh.Location = new System.Drawing.Point(206, 6); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(60, 32); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = "刷 新"; this.btnRefresh.UseVisualStyleBackColor = false; // // btnSetUserRoles // this.btnSetUserRoles.BackColor = System.Drawing.Color.Transparent; this.btnSetUserRoles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSetUserRoles.BackImg"))); this.btnSetUserRoles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSetUserRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSetUserRoles.ForeColor = System.Drawing.Color.White; this.btnSetUserRoles.IsCustomBackImg = false; this.btnSetUserRoles.IsShowText = true; this.btnSetUserRoles.Location = new System.Drawing.Point(14, 6); this.btnSetUserRoles.Name = "btnSetUserRoles"; this.btnSetUserRoles.Size = new System.Drawing.Size(90, 32); this.btnSetUserRoles.TabIndex = 2; this.btnSetUserRoles.Text = "设置角色"; this.btnSetUserRoles.UseVisualStyleBackColor = false; // // btnsetlUserExclusiveCompetence // this.btnsetlUserExclusiveCompetence.BackColor = System.Drawing.Color.Transparent; this.btnsetlUserExclusiveCompetence.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnsetlUserExclusiveCompetence.BackImg"))); this.btnsetlUserExclusiveCompetence.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnsetlUserExclusiveCompetence.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnsetlUserExclusiveCompetence.ForeColor = System.Drawing.Color.White; this.btnsetlUserExclusiveCompetence.IsCustomBackImg = false; this.btnsetlUserExclusiveCompetence.IsShowText = true; this.btnsetlUserExclusiveCompetence.Location = new System.Drawing.Point(110, 6); this.btnsetlUserExclusiveCompetence.Name = "btnsetlUserExclusiveCompetence"; this.btnsetlUserExclusiveCompetence.Size = new System.Drawing.Size(90, 32); this.btnsetlUserExclusiveCompetence.TabIndex = 2; this.btnsetlUserExclusiveCompetence.Text = "设置专属权限"; this.btnsetlUserExclusiveCompetence.UseVisualStyleBackColor = false; // // btnDelUserRoles // this.btnDelUserRoles.BackColor = System.Drawing.Color.Transparent; this.btnDelUserRoles.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelUserRoles.BackImg"))); this.btnDelUserRoles.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelUserRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelUserRoles.ForeColor = System.Drawing.Color.White; this.btnDelUserRoles.IsCustomBackImg = false; this.btnDelUserRoles.IsShowText = true; this.btnDelUserRoles.Location = new System.Drawing.Point(754, 6); this.btnDelUserRoles.Name = "btnDelUserRoles"; this.btnDelUserRoles.Size = new System.Drawing.Size(90, 32); this.btnDelUserRoles.TabIndex = 2; this.btnDelUserRoles.Text = "删除角色"; this.btnDelUserRoles.UseVisualStyleBackColor = false; // // btnDelUserExclusiveCompetence // this.btnDelUserExclusiveCompetence.BackColor = System.Drawing.Color.Transparent; this.btnDelUserExclusiveCompetence.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelUserExclusiveCompetence.BackImg"))); this.btnDelUserExclusiveCompetence.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelUserExclusiveCompetence.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelUserExclusiveCompetence.ForeColor = System.Drawing.Color.White; this.btnDelUserExclusiveCompetence.IsCustomBackImg = false; this.btnDelUserExclusiveCompetence.IsShowText = true; this.btnDelUserExclusiveCompetence.Location = new System.Drawing.Point(850, 6); this.btnDelUserExclusiveCompetence.Name = "btnDelUserExclusiveCompetence"; this.btnDelUserExclusiveCompetence.Size = new System.Drawing.Size(90, 32); this.btnDelUserExclusiveCompetence.TabIndex = 2; this.btnDelUserExclusiveCompetence.Text = "删除专属权限"; this.btnDelUserExclusiveCompetence.UseVisualStyleBackColor = false; // // groupBoxEx1 // this.groupBoxEx1.Controls.Add(this.dgvUserCompetenceList); this.groupBoxEx1.Location = new System.Drawing.Point(1, 43); this.groupBoxEx1.Name = "groupBoxEx1"; this.groupBoxEx1.Size = new System.Drawing.Size(946, 550); this.groupBoxEx1.TabIndex = 1; this.groupBoxEx1.TabStop = false; this.groupBoxEx1.Text = "权限列表管理"; // // dgvUserCompetenceList // this.dgvUserCompetenceList.AllowUserToAddRows = false; this.dgvUserCompetenceList.AllowUserToDeleteRows = false; this.dgvUserCompetenceList.AllowUserToResizeRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.LightCyan; this.dgvUserCompetenceList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvUserCompetenceList.BackgroundColor = System.Drawing.Color.White; this.dgvUserCompetenceList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvUserCompetenceList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvUserCompetenceList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvUserCompetenceList.ColumnHeadersHeight = 32; this.dgvUserCompetenceList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvUserCompetenceList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.IsLogIn, this.UserDepartment, this.UserName, this.UserAccount, this.BelongRoles, this.ExclusiveCompetence, this.UpdateDatetime}); this.dgvUserCompetenceList.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvUserCompetenceList.EnableHeadersVisualStyles = false; this.dgvUserCompetenceList.EraseCell = false; this.dgvUserCompetenceList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvUserCompetenceList.GridViewUniquelyIdentify = resources.GetString("dgvUserCompetenceList.GridViewUniquelyIdentify"); this.dgvUserCompetenceList.IsCompleteBonding = false; this.dgvUserCompetenceList.IsCopyCellValue = true; this.dgvUserCompetenceList.Location = new System.Drawing.Point(3, 17); this.dgvUserCompetenceList.Name = "dgvUserCompetenceList"; this.dgvUserCompetenceList.RowHeadersVisible = false; this.dgvUserCompetenceList.RowTemplate.Height = 23; this.dgvUserCompetenceList.RowTemplate.ReadOnly = true; this.dgvUserCompetenceList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvUserCompetenceList.Size = new System.Drawing.Size(940, 530); this.dgvUserCompetenceList.TabIndex = 0; // // IsLogIn // this.IsLogIn.HeaderText = "是否允许登录"; this.IsLogIn.Name = "IsLogIn"; this.IsLogIn.ReadOnly = true; this.IsLogIn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.IsLogIn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // UserDepartment // this.UserDepartment.HeaderText = "部门"; this.UserDepartment.Name = "UserDepartment"; this.UserDepartment.ReadOnly = true; this.UserDepartment.Width = 120; // // UserName // this.UserName.HeaderText = "姓名"; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; this.UserName.Width = 120; // // UserAccount // this.UserAccount.HeaderText = "帐号"; this.UserAccount.Name = "UserAccount"; this.UserAccount.ReadOnly = true; this.UserAccount.Width = 120; // // BelongRoles // this.BelongRoles.HeaderText = "所属角色"; this.BelongRoles.Name = "BelongRoles"; this.BelongRoles.ReadOnly = true; this.BelongRoles.Width = 260; // // ExclusiveCompetence // this.ExclusiveCompetence.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ExclusiveCompetence.HeaderText = "专属权限"; this.ExclusiveCompetence.Name = "ExclusiveCompetence"; this.ExclusiveCompetence.ReadOnly = true; // // UpdateDatetime // this.UpdateDatetime.HeaderText = "更新时间"; this.UpdateDatetime.Name = "UpdateDatetime"; this.UpdateDatetime.ReadOnly = true; this.UpdateDatetime.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.UpdateDatetime.Width = 120; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage2.Controls.Add(this.panelRolesSet); this.tabPage2.Controls.Add(this.grbRoleslist); this.tabPage2.Location = new System.Drawing.Point(4, 42); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3); this.tabPage2.Size = new System.Drawing.Size(952, 599); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "角色管理"; // // panelRolesSet // this.panelRolesSet.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelRolesSet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelRolesSet.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelRolesSet.BorderWidth = 1; this.panelRolesSet.Controls.Add(this.flowLayoutPanel1); this.panelRolesSet.Controls.Add(this.gbtnDelUser); this.panelRolesSet.Controls.Add(this.gbtnAddUser); this.panelRolesSet.Controls.Add(this.tbcRolesManage); this.panelRolesSet.Controls.Add(this.labelEx1); this.panelRolesSet.Controls.Add(this.labelEx2); this.panelRolesSet.Controls.Add(this.btnRolesSave); this.panelRolesSet.Controls.Add(this.txtRolesName); this.panelRolesSet.Controls.Add(this.txtRolesDecription); this.panelRolesSet.Location = new System.Drawing.Point(201, 12); this.panelRolesSet.Name = "panelRolesSet"; this.panelRolesSet.Size = new System.Drawing.Size(748, 581); this.panelRolesSet.TabIndex = 3; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.labelEx3); this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts); this.flowLayoutPanel1.Controls.Add(this.labelEx8); this.flowLayoutPanel1.Controls.Add(this.labelEx4); this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts1); this.flowLayoutPanel1.Controls.Add(this.labelEx7); this.flowLayoutPanel1.Controls.Add(this.labelEx5); this.flowLayoutPanel1.Controls.Add(this.nudOrderDiscounts2); this.flowLayoutPanel1.Controls.Add(this.labelEx9); this.flowLayoutPanel1.Location = new System.Drawing.Point(293, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(447, 37); this.flowLayoutPanel1.TabIndex = 7; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(3, 0); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(56, 34); this.labelEx3.TabIndex = 0; this.labelEx3.Text = "婚纱订单\r\n成本占比"; // // nudOrderDiscounts // this.nudOrderDiscounts.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudOrderDiscounts.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudOrderDiscounts.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudOrderDiscounts.DecimalPlaces = 2; this.nudOrderDiscounts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.nudOrderDiscounts.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.nudOrderDiscounts.IsCustomColor = false; this.nudOrderDiscounts.Location = new System.Drawing.Point(65, 7); this.nudOrderDiscounts.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3); this.nudOrderDiscounts.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.nudOrderDiscounts.Name = "nudOrderDiscounts"; this.nudOrderDiscounts.Size = new System.Drawing.Size(60, 23); this.nudOrderDiscounts.TabIndex = 6; this.nudOrderDiscounts.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelEx8 // this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(131, 0); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(14, 37); this.labelEx8.TabIndex = 7; this.labelEx8.Text = "%"; this.labelEx8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(151, 0); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(56, 34); this.labelEx4.TabIndex = 0; this.labelEx4.Text = "儿童订单\r\n成本占比"; // // nudOrderDiscounts1 // this.nudOrderDiscounts1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudOrderDiscounts1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudOrderDiscounts1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudOrderDiscounts1.DecimalPlaces = 2; this.nudOrderDiscounts1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.nudOrderDiscounts1.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.nudOrderDiscounts1.IsCustomColor = false; this.nudOrderDiscounts1.Location = new System.Drawing.Point(213, 7); this.nudOrderDiscounts1.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3); this.nudOrderDiscounts1.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.nudOrderDiscounts1.Name = "nudOrderDiscounts1"; this.nudOrderDiscounts1.Size = new System.Drawing.Size(60, 23); this.nudOrderDiscounts1.TabIndex = 6; this.nudOrderDiscounts1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelEx7 // this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(279, 0); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(14, 37); this.labelEx7.TabIndex = 0; this.labelEx7.Text = "%"; this.labelEx7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEx5 // this.labelEx5.AutoSize = true; this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx5.Location = new System.Drawing.Point(299, 0); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(56, 34); this.labelEx5.TabIndex = 0; this.labelEx5.Text = "其它订单\r\n成本占比"; // // nudOrderDiscounts2 // this.nudOrderDiscounts2.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nudOrderDiscounts2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nudOrderDiscounts2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nudOrderDiscounts2.DecimalPlaces = 2; this.nudOrderDiscounts2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.nudOrderDiscounts2.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.nudOrderDiscounts2.IsCustomColor = false; this.nudOrderDiscounts2.Location = new System.Drawing.Point(361, 7); this.nudOrderDiscounts2.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3); this.nudOrderDiscounts2.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.nudOrderDiscounts2.Name = "nudOrderDiscounts2"; this.nudOrderDiscounts2.Size = new System.Drawing.Size(60, 23); this.nudOrderDiscounts2.TabIndex = 6; this.nudOrderDiscounts2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelEx9 // this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx9.Location = new System.Drawing.Point(427, 0); this.labelEx9.Name = "labelEx9"; this.labelEx9.Size = new System.Drawing.Size(14, 37); this.labelEx9.TabIndex = 8; this.labelEx9.Text = "%"; this.labelEx9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gbtnDelUser // this.gbtnDelUser.BackColor = System.Drawing.Color.Transparent; this.gbtnDelUser.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnDelUser.BackImg"))); this.gbtnDelUser.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnDelUser.Bitmap"))); this.gbtnDelUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.gbtnDelUser.ForeColor = System.Drawing.Color.White; this.gbtnDelUser.IsProhibitedResize = false; this.gbtnDelUser.Location = new System.Drawing.Point(360, 75); this.gbtnDelUser.Name = "gbtnDelUser"; this.gbtnDelUser.Size = new System.Drawing.Size(32, 32); this.gbtnDelUser.TabIndex = 5; this.gbtnDelUser.ThisButton = false; // // gbtnAddUser // this.gbtnAddUser.BackColor = System.Drawing.Color.Transparent; this.gbtnAddUser.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnAddUser.BackImg"))); this.gbtnAddUser.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnAddUser.Bitmap"))); this.gbtnAddUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.gbtnAddUser.ForeColor = System.Drawing.Color.White; this.gbtnAddUser.IsProhibitedResize = false; this.gbtnAddUser.Location = new System.Drawing.Point(320, 75); this.gbtnAddUser.Name = "gbtnAddUser"; this.gbtnAddUser.Size = new System.Drawing.Size(32, 32); this.gbtnAddUser.TabIndex = 5; this.gbtnAddUser.ThisButton = false; // // tbcRolesManage // this.tbcRolesManage.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbcRolesManage.Controls.Add(this.tabPage4); this.tbcRolesManage.Controls.Add(this.tabPage5); this.tbcRolesManage.Controls.Add(this.tabPage6); this.tbcRolesManage.ItemSize = new System.Drawing.Size(100, 26); this.tbcRolesManage.Location = new System.Drawing.Point(3, 81); this.tbcRolesManage.Name = "tbcRolesManage"; this.tbcRolesManage.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbcRolesManage.SelectedIndex = 0; this.tbcRolesManage.Size = new System.Drawing.Size(739, 495); this.tbcRolesManage.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tbcRolesManage.TabIndex = 4; // // tabPage4 // this.tabPage4.AutoScroll = true; this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage4.Controls.Add(this.tableLayoutPanelRoles); this.tabPage4.Location = new System.Drawing.Point(4, 30); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(731, 461); this.tabPage4.TabIndex = 0; this.tabPage4.Text = "功能权限"; // // tableLayoutPanelRoles // this.tableLayoutPanelRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelRoles.AutoSize = true; this.tableLayoutPanelRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanelRoles.ColumnCount = 2; this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F)); this.tableLayoutPanelRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tableLayoutPanelRoles.Location = new System.Drawing.Point(0, 1); this.tableLayoutPanelRoles.Name = "tableLayoutPanelRoles"; this.tableLayoutPanelRoles.RowCount = 1; this.tableLayoutPanelRoles.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelRoles.Size = new System.Drawing.Size(731, 52); this.tableLayoutPanelRoles.TabIndex = 1; // // tabPage5 // this.tabPage5.AutoScroll = true; this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage5.Controls.Add(this.tableLayoutPanelScreenShowRoles); this.tabPage5.Location = new System.Drawing.Point(4, 30); this.tabPage5.Name = "tabPage5"; this.tabPage5.Padding = new System.Windows.Forms.Padding(3); this.tabPage5.Size = new System.Drawing.Size(731, 461); this.tabPage5.TabIndex = 1; this.tabPage5.Text = "界面权限"; // // tableLayoutPanelScreenShowRoles // this.tableLayoutPanelScreenShowRoles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanelScreenShowRoles.AutoSize = true; this.tableLayoutPanelScreenShowRoles.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanelScreenShowRoles.ColumnCount = 2; this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F)); this.tableLayoutPanelScreenShowRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelScreenShowRoles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tableLayoutPanelScreenShowRoles.Location = new System.Drawing.Point(0, 1); this.tableLayoutPanelScreenShowRoles.Name = "tableLayoutPanelScreenShowRoles"; this.tableLayoutPanelScreenShowRoles.RowCount = 1; this.tableLayoutPanelScreenShowRoles.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelScreenShowRoles.Size = new System.Drawing.Size(731, 52); this.tableLayoutPanelScreenShowRoles.TabIndex = 2; // // tabPage6 // this.tabPage6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage6.Controls.Add(this.lisviewRolesUser); this.tabPage6.Location = new System.Drawing.Point(4, 30); this.tabPage6.Name = "tabPage6"; this.tabPage6.Padding = new System.Windows.Forms.Padding(3); this.tabPage6.Size = new System.Drawing.Size(731, 461); this.tabPage6.TabIndex = 2; this.tabPage6.Text = "角色包含用户"; // // lisviewRolesUser // this.lisviewRolesUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lisviewRolesUser.Dock = System.Windows.Forms.DockStyle.Fill; this.lisviewRolesUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lisviewRolesUser.FullRowSelect = true; this.lisviewRolesUser.IsDefaultShowGroups = false; this.lisviewRolesUser.Location = new System.Drawing.Point(3, 3); this.lisviewRolesUser.Name = "lisviewRolesUser"; this.lisviewRolesUser.Size = new System.Drawing.Size(725, 455); this.lisviewRolesUser.TabIndex = 3; this.lisviewRolesUser.UseCompatibleStateImageBehavior = false; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(86, 13); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(47, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "角色名:"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(86, 49); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(43, 17); this.labelEx2.TabIndex = 0; this.labelEx2.Text = "描 述:"; // // btnRolesSave // this.btnRolesSave.BackColor = System.Drawing.Color.Transparent; this.btnRolesSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesSave.BackImg"))); this.btnRolesSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRolesSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnRolesSave.ForeColor = System.Drawing.Color.White; this.btnRolesSave.IsCustomBackImg = false; this.btnRolesSave.IsShowText = true; this.btnRolesSave.Location = new System.Drawing.Point(7, 10); this.btnRolesSave.Name = "btnRolesSave"; this.btnRolesSave.Size = new System.Drawing.Size(75, 62); this.btnRolesSave.TabIndex = 0; this.btnRolesSave.Text = "保 存"; this.btnRolesSave.UseVisualStyleBackColor = false; // // txtRolesName // this.txtRolesName.BackColor = System.Drawing.Color.Transparent; this.txtRolesName.Icon = null; this.txtRolesName.IconIsButton = false; this.txtRolesName.IsPasswordChat = '\0'; this.txtRolesName.IsSystemPasswordChar = false; this.txtRolesName.Lines = new string[0]; this.txtRolesName.Location = new System.Drawing.Point(135, 7); this.txtRolesName.Margin = new System.Windows.Forms.Padding(0); this.txtRolesName.MaxLength = 32767; this.txtRolesName.MinimumSize = new System.Drawing.Size(0, 26); this.txtRolesName.MouseBack = null; this.txtRolesName.Multiline = false; this.txtRolesName.Name = "txtRolesName"; this.txtRolesName.NormlBack = null; this.txtRolesName.Padding = new System.Windows.Forms.Padding(5); this.txtRolesName.ReadOnly = false; this.txtRolesName.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtRolesName.Size = new System.Drawing.Size(155, 26); this.txtRolesName.TabIndex = 1; this.txtRolesName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtRolesName.WaterColor = System.Drawing.Color.DarkGray; this.txtRolesName.WaterText = "输入角色名"; this.txtRolesName.WordWrap = true; // // txtRolesDecription // this.txtRolesDecription.BackColor = System.Drawing.Color.Transparent; this.txtRolesDecription.Icon = null; this.txtRolesDecription.IconIsButton = false; this.txtRolesDecription.IsPasswordChat = '\0'; this.txtRolesDecription.IsSystemPasswordChar = false; this.txtRolesDecription.Lines = new string[0]; this.txtRolesDecription.Location = new System.Drawing.Point(135, 44); this.txtRolesDecription.Margin = new System.Windows.Forms.Padding(0); this.txtRolesDecription.MaxLength = 32767; this.txtRolesDecription.MinimumSize = new System.Drawing.Size(0, 26); this.txtRolesDecription.MouseBack = null; this.txtRolesDecription.Multiline = false; this.txtRolesDecription.Name = "txtRolesDecription"; this.txtRolesDecription.NormlBack = null; this.txtRolesDecription.Padding = new System.Windows.Forms.Padding(5); this.txtRolesDecription.ReadOnly = false; this.txtRolesDecription.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtRolesDecription.Size = new System.Drawing.Size(607, 26); this.txtRolesDecription.TabIndex = 1; this.txtRolesDecription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtRolesDecription.WaterColor = System.Drawing.Color.DarkGray; this.txtRolesDecription.WaterText = "输入当前角色相关的描述说明"; this.txtRolesDecription.WordWrap = true; // // grbRoleslist // this.grbRoleslist.Controls.Add(this.btnImportRole); this.grbRoleslist.Controls.Add(this.btnRolesDelAll); this.grbRoleslist.Controls.Add(this.btnExportRole); this.grbRoleslist.Controls.Add(this.btnRolesDel); this.grbRoleslist.Controls.Add(this.btnRolesCopy); this.grbRoleslist.Controls.Add(this.btnRolesAdd); this.grbRoleslist.Controls.Add(this.lisboxRoleslist); this.grbRoleslist.Dock = System.Windows.Forms.DockStyle.Left; this.grbRoleslist.Location = new System.Drawing.Point(3, 5); this.grbRoleslist.Name = "grbRoleslist"; this.grbRoleslist.Size = new System.Drawing.Size(190, 591); this.grbRoleslist.TabIndex = 1; this.grbRoleslist.TabStop = false; this.grbRoleslist.Text = "角色列表"; // // btnImportRole // this.btnImportRole.BackColor = System.Drawing.Color.Transparent; this.btnImportRole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportRole.BackImg"))); this.btnImportRole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnImportRole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnImportRole.ForeColor = System.Drawing.Color.White; this.btnImportRole.IsCustomBackImg = false; this.btnImportRole.IsShowText = true; this.btnImportRole.Location = new System.Drawing.Point(92, 86); this.btnImportRole.Name = "btnImportRole"; this.btnImportRole.Size = new System.Drawing.Size(77, 28); this.btnImportRole.TabIndex = 0; this.btnImportRole.Text = "导 入"; this.btnImportRole.UseVisualStyleBackColor = false; // // btnRolesDelAll // this.btnRolesDelAll.BackColor = System.Drawing.Color.Transparent; this.btnRolesDelAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesDelAll.BackImg"))); this.btnRolesDelAll.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRolesDelAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRolesDelAll.ForeColor = System.Drawing.Color.White; this.btnRolesDelAll.IsCustomBackImg = false; this.btnRolesDelAll.IsShowText = true; this.btnRolesDelAll.Location = new System.Drawing.Point(92, 52); this.btnRolesDelAll.Name = "btnRolesDelAll"; this.btnRolesDelAll.Size = new System.Drawing.Size(77, 28); this.btnRolesDelAll.TabIndex = 0; this.btnRolesDelAll.Text = "全部删除"; this.btnRolesDelAll.UseVisualStyleBackColor = false; // // btnExportRole // this.btnExportRole.BackColor = System.Drawing.Color.Transparent; this.btnExportRole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExportRole.BackImg"))); this.btnExportRole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExportRole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExportRole.ForeColor = System.Drawing.Color.White; this.btnExportRole.IsCustomBackImg = false; this.btnExportRole.IsShowText = true; this.btnExportRole.Location = new System.Drawing.Point(9, 86); this.btnExportRole.Name = "btnExportRole"; this.btnExportRole.Size = new System.Drawing.Size(77, 28); this.btnExportRole.TabIndex = 0; this.btnExportRole.Text = "导 出"; this.btnExportRole.UseVisualStyleBackColor = false; // // btnRolesDel // this.btnRolesDel.BackColor = System.Drawing.Color.Transparent; this.btnRolesDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesDel.BackImg"))); this.btnRolesDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRolesDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRolesDel.ForeColor = System.Drawing.Color.White; this.btnRolesDel.IsCustomBackImg = false; this.btnRolesDel.IsShowText = true; this.btnRolesDel.Location = new System.Drawing.Point(9, 52); this.btnRolesDel.Name = "btnRolesDel"; this.btnRolesDel.Size = new System.Drawing.Size(77, 28); this.btnRolesDel.TabIndex = 0; this.btnRolesDel.Text = "删 除"; this.btnRolesDel.UseVisualStyleBackColor = false; // // btnRolesCopy // this.btnRolesCopy.BackColor = System.Drawing.Color.Transparent; this.btnRolesCopy.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesCopy.BackImg"))); this.btnRolesCopy.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRolesCopy.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRolesCopy.ForeColor = System.Drawing.Color.White; this.btnRolesCopy.IsCustomBackImg = false; this.btnRolesCopy.IsShowText = true; this.btnRolesCopy.Location = new System.Drawing.Point(92, 18); this.btnRolesCopy.Name = "btnRolesCopy"; this.btnRolesCopy.Size = new System.Drawing.Size(77, 28); this.btnRolesCopy.TabIndex = 0; this.btnRolesCopy.Text = "复 制 角 色"; this.btnRolesCopy.UseVisualStyleBackColor = false; // // btnRolesAdd // this.btnRolesAdd.BackColor = System.Drawing.Color.Transparent; this.btnRolesAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRolesAdd.BackImg"))); this.btnRolesAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRolesAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRolesAdd.ForeColor = System.Drawing.Color.White; this.btnRolesAdd.IsCustomBackImg = false; this.btnRolesAdd.IsShowText = true; this.btnRolesAdd.Location = new System.Drawing.Point(9, 18); this.btnRolesAdd.Name = "btnRolesAdd"; this.btnRolesAdd.Size = new System.Drawing.Size(77, 28); this.btnRolesAdd.TabIndex = 0; this.btnRolesAdd.Text = "添 加 角 色"; this.btnRolesAdd.UseVisualStyleBackColor = false; // // lisboxRoleslist // this.lisboxRoleslist.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lisboxRoleslist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lisboxRoleslist.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lisboxRoleslist.ItemHeight = 20; this.lisboxRoleslist.Location = new System.Drawing.Point(3, 119); this.lisboxRoleslist.Name = "lisboxRoleslist"; this.lisboxRoleslist.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.lisboxRoleslist.Size = new System.Drawing.Size(181, 462); this.lisboxRoleslist.TabIndex = 0; // // tbpFunctionConfiguration // this.tbpFunctionConfiguration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbpFunctionConfiguration.Controls.Add(this.dataGridViewEx1); this.tbpFunctionConfiguration.Location = new System.Drawing.Point(4, 42); this.tbpFunctionConfiguration.Name = "tbpFunctionConfiguration"; this.tbpFunctionConfiguration.Padding = new System.Windows.Forms.Padding(3); this.tbpFunctionConfiguration.Size = new System.Drawing.Size(952, 599); this.tbpFunctionConfiguration.TabIndex = 2; this.tbpFunctionConfiguration.Text = "功能管理"; // // dataGridViewEx1 // this.dataGridViewEx1.AllowUserToAddRows = false; this.dataGridViewEx1.AllowUserToDeleteRows = false; this.dataGridViewEx1.AllowUserToResizeRows = false; dataGridViewCellStyle8.BackColor = System.Drawing.Color.LightCyan; this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White; this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dataGridViewEx1.ColumnHeadersHeight = 32; this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.Pte_TemplateMark, this.Pte_TemplateName, this.Pte_PermissionValue, this.Pte_UpdateDatetime, this.Operate}); this.dataGridViewEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewEx1.EnableHeadersVisualStyles = false; this.dataGridViewEx1.EraseCell = false; this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dataGridViewEx1.GridViewUniquelyIdentify = resources.GetString("dataGridViewEx1.GridViewUniquelyIdentify"); this.dataGridViewEx1.IsCompleteBonding = false; this.dataGridViewEx1.IsCopyCellValue = true; this.dataGridViewEx1.Location = new System.Drawing.Point(3, 3); this.dataGridViewEx1.MultiSelect = false; this.dataGridViewEx1.Name = "dataGridViewEx1"; this.dataGridViewEx1.RowHeadersVisible = false; this.dataGridViewEx1.RowTemplate.Height = 23; this.dataGridViewEx1.RowTemplate.ReadOnly = true; this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridViewEx1.Size = new System.Drawing.Size(946, 593); this.dataGridViewEx1.TabIndex = 0; // // ID // this.ID.HeaderText = "编号"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.ID.Width = 60; // // Pte_TemplateMark // this.Pte_TemplateMark.HeaderText = "模块标识"; this.Pte_TemplateMark.Name = "Pte_TemplateMark"; this.Pte_TemplateMark.ReadOnly = true; this.Pte_TemplateMark.Width = 120; // // Pte_TemplateName // this.Pte_TemplateName.HeaderText = "模块名称"; this.Pte_TemplateName.Name = "Pte_TemplateName"; this.Pte_TemplateName.ReadOnly = true; this.Pte_TemplateName.Width = 120; // // Pte_PermissionValue // this.Pte_PermissionValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Pte_PermissionValue.HeaderText = "功能配置"; this.Pte_PermissionValue.Name = "Pte_PermissionValue"; this.Pte_PermissionValue.ReadOnly = true; this.Pte_PermissionValue.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Pte_UpdateDatetime // this.Pte_UpdateDatetime.HeaderText = "更新时间"; this.Pte_UpdateDatetime.Name = "Pte_UpdateDatetime"; this.Pte_UpdateDatetime.ReadOnly = true; this.Pte_UpdateDatetime.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Pte_UpdateDatetime.Width = 120; // // Operate // dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); this.Operate.DefaultCellStyle = dataGridViewCellStyle10; this.Operate.HeaderText = "操作"; this.Operate.Name = "Operate"; this.Operate.ReadOnly = true; this.Operate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.Operate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Operate.Text = "编辑"; // // frmRightsManager // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(960, 710); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmRightsManager"; this.Text = "权限管理"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.tabControlEx1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.plMultiShopManagement.ResumeLayout(false); this.plMultiShopManagement.PerformLayout(); this.groupBoxEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvUserCompetenceList)).EndInit(); this.tabPage2.ResumeLayout(false); this.panelRolesSet.ResumeLayout(false); this.panelRolesSet.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudOrderDiscounts2)).EndInit(); this.tbcRolesManage.ResumeLayout(false); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); this.tabPage6.ResumeLayout(false); this.grbRoleslist.ResumeLayout(false); this.tbpFunctionConfiguration.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.DataGridViewEx dataGridViewEx1; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn Pte_TemplateMark; private System.Windows.Forms.DataGridViewTextBoxColumn Pte_TemplateName; private System.Windows.Forms.DataGridViewTextBoxColumn Pte_PermissionValue; private System.Windows.Forms.DataGridViewTextBoxColumn Pte_UpdateDatetime; private System.Windows.Forms.DataGridViewButtonColumn Operate; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.GroupBoxEx grbRoleslist; protected internal ComponentLibrary.ButtonEx btnRolesDelAll; protected internal ComponentLibrary.ButtonEx btnRolesDel; protected internal ComponentLibrary.ButtonEx btnRolesAdd; protected internal ComponentLibrary.ListBoxEx lisboxRoleslist; protected internal OtherExpansion.SkinControl.SkinTextBox txtRolesDecription; protected internal OtherExpansion.SkinControl.SkinTextBox txtRolesName; protected internal ComponentLibrary.ButtonEx btnRolesSave; protected internal ComponentLibrary.ButtonEx btnRolesCopy; protected internal ComponentLibrary.TabControlEx tabControlEx1; protected internal System.Windows.Forms.TabPage tabPage1; protected internal System.Windows.Forms.TabPage tabPage2; protected internal System.Windows.Forms.TabPage tbpFunctionConfiguration; private ComponentLibrary.GroupBoxEx groupBoxEx1; protected internal ComponentLibrary.ButtonEx btnDelUserRoles; protected internal ComponentLibrary.ButtonEx btnDelUserExclusiveCompetence; protected internal ComponentLibrary.DataGridViewEx dgvUserCompetenceList; protected internal ComponentLibrary.ButtonEx btnRefresh; protected internal ComponentLibrary.ButtonEx btnSetUserRoles; protected internal ComponentLibrary.ButtonEx btnsetlUserExclusiveCompetence; protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelRoles; protected internal ComponentLibrary.PanelEx panelRolesSet; protected internal ComponentLibrary.TabControlEx tbcRolesManage; protected internal System.Windows.Forms.TabPage tabPage4; protected internal System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.TabPage tabPage6; protected internal System.Windows.Forms.TableLayoutPanel tableLayoutPanelScreenShowRoles; protected internal ComponentLibrary.ListViewEx lisviewRolesUser; protected internal ComponentLibrary.GlassButton gbtnAddUser; protected internal ComponentLibrary.GlassButton gbtnDelUser; protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts; protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts1; protected internal ComponentLibrary.NumericUpDownEx nudOrderDiscounts2; public ComponentLibrary.LabelEx labelEx4; public ComponentLibrary.LabelEx labelEx5; public ComponentLibrary.LabelEx labelEx3; private ComponentLibrary.LabelEx labelEx6; public ComponentLibrary.PanelEx plMultiShopManagement; public ComponentLibrary.ComboBoxEx cbxMultiShopManagement; private System.Windows.Forms.DataGridViewCheckBoxColumn IsLogIn; private System.Windows.Forms.DataGridViewTextBoxColumn UserDepartment; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private System.Windows.Forms.DataGridViewTextBoxColumn UserAccount; private System.Windows.Forms.DataGridViewTextBoxColumn BelongRoles; private System.Windows.Forms.DataGridViewTextBoxColumn ExclusiveCompetence; private System.Windows.Forms.DataGridViewTextBoxColumn UpdateDatetime; protected internal ComponentLibrary.ButtonEx btnImportRole; protected internal ComponentLibrary.ButtonEx btnExportRole; public ComponentLibrary.LabelEx labelEx7; public ComponentLibrary.LabelEx labelEx8; public ComponentLibrary.LabelEx labelEx9; } }