namespace DH.RBAC.Page.Sys.Role { partial class RolePage { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); txtKeywords = new Sunny.UI.UITextBox(); panel7 = new System.Windows.Forms.Panel(); btnQuery = new Sunny.UI.UISymbolButton(); pagination = new Sunny.UI.UIPagination(); panel2 = new System.Windows.Forms.Panel(); panel5 = new System.Windows.Forms.Panel(); panel8 = new System.Windows.Forms.Panel(); dataGridView = new Sunny.UI.UIDataGridView(); RoleId = new System.Windows.Forms.DataGridViewTextBoxColumn(); RoleEncode = new System.Windows.Forms.DataGridViewTextBoxColumn(); RoleName = new System.Windows.Forms.DataGridViewTextBoxColumn(); RoleType = new System.Windows.Forms.DataGridViewTextBoxColumn(); RoleDept = new System.Windows.Forms.DataGridViewTextBoxColumn(); RoleSortCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); panel6 = new System.Windows.Forms.Panel(); btnPwd = new AntdUI.Button(); btnDelete = new AntdUI.Button(); btnUpdate = new AntdUI.Button(); btnAdd = new AntdUI.Button(); panel4 = new System.Windows.Forms.Panel(); panel3 = new System.Windows.Forms.Panel(); panel7.SuspendLayout(); panel2.SuspendLayout(); panel5.SuspendLayout(); panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); panel6.SuspendLayout(); SuspendLayout(); // // txtKeywords // txtKeywords.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; txtKeywords.ButtonFillColor = System.Drawing.Color.White; txtKeywords.ButtonFillHoverColor = System.Drawing.Color.FromArgb(235, 243, 255); txtKeywords.ButtonFillPressColor = System.Drawing.Color.FromArgb(235, 243, 255); txtKeywords.ButtonForeColor = System.Drawing.Color.FromArgb(96, 98, 102); txtKeywords.ButtonForeHoverColor = System.Drawing.Color.FromArgb(80, 160, 255); txtKeywords.ButtonForePressColor = System.Drawing.Color.FromArgb(74, 131, 229); txtKeywords.ButtonRectColor = System.Drawing.Color.FromArgb(216, 219, 227); txtKeywords.ButtonRectHoverColor = System.Drawing.Color.FromArgb(197, 222, 255); txtKeywords.ButtonStyleInherited = false; txtKeywords.ButtonSymbol = 61761; txtKeywords.Cursor = System.Windows.Forms.Cursors.IBeam; txtKeywords.FillColor2 = System.Drawing.Color.White; txtKeywords.Font = new System.Drawing.Font("微软雅黑", 12F); txtKeywords.Location = new System.Drawing.Point(2, 8); txtKeywords.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); txtKeywords.MinimumSize = new System.Drawing.Size(1, 10); txtKeywords.Name = "txtKeywords"; txtKeywords.Padding = new System.Windows.Forms.Padding(3); txtKeywords.RectColor = System.Drawing.Color.FromArgb(216, 219, 227); txtKeywords.ShowText = false; txtKeywords.Size = new System.Drawing.Size(195, 36); txtKeywords.StyleCustomMode = true; txtKeywords.TabIndex = 0; txtKeywords.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; txtKeywords.Watermark = "角色名称或编码"; txtKeywords.KeyDown += txtKeywords_KeyDown; // // panel7 // panel7.Controls.Add(btnQuery); panel7.Controls.Add(txtKeywords); panel7.Dock = System.Windows.Forms.DockStyle.Right; panel7.Location = new System.Drawing.Point(578, 0); panel7.Margin = new System.Windows.Forms.Padding(2); panel7.Name = "panel7"; panel7.Size = new System.Drawing.Size(230, 49); panel7.TabIndex = 3; // // btnQuery // btnQuery.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F); btnQuery.Location = new System.Drawing.Point(201, 8); btnQuery.Margin = new System.Windows.Forms.Padding(2); btnQuery.MinimumSize = new System.Drawing.Size(1, 1); btnQuery.Name = "btnQuery"; btnQuery.Size = new System.Drawing.Size(25, 37); btnQuery.StyleCustomMode = true; btnQuery.Symbol = 61442; btnQuery.SymbolSize = 30; btnQuery.TabIndex = 2; btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); // // pagination // pagination.ButtonFillSelectedColor = System.Drawing.Color.FromArgb(64, 128, 204); pagination.ButtonStyleInherited = false; pagination.Dock = System.Windows.Forms.DockStyle.Bottom; pagination.FillColor = System.Drawing.Color.White; pagination.FillColor2 = System.Drawing.Color.White; pagination.Font = new System.Drawing.Font("微软雅黑", 12F); pagination.Location = new System.Drawing.Point(0, 401); pagination.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); pagination.MinimumSize = new System.Drawing.Size(1, 1); pagination.Name = "pagination"; pagination.PagerCount = 5; pagination.PageSize = 10; pagination.RectColor = System.Drawing.Color.FromArgb(216, 219, 227); pagination.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; pagination.ShowText = false; pagination.Size = new System.Drawing.Size(808, 26); pagination.StyleCustomMode = true; pagination.TabIndex = 11; pagination.Text = "uiPagination1"; pagination.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; pagination.PageChanged += pagination_PageChanged; // // panel2 // panel2.Controls.Add(panel5); panel2.Dock = System.Windows.Forms.DockStyle.Fill; panel2.Location = new System.Drawing.Point(0, 0); panel2.Margin = new System.Windows.Forms.Padding(2); panel2.Name = "panel2"; panel2.Size = new System.Drawing.Size(844, 476); panel2.TabIndex = 4; // // panel5 // panel5.Controls.Add(panel8); panel5.Controls.Add(panel6); panel5.Controls.Add(panel4); panel5.Controls.Add(panel3); panel5.Dock = System.Windows.Forms.DockStyle.Fill; panel5.Location = new System.Drawing.Point(0, 0); panel5.Margin = new System.Windows.Forms.Padding(2); panel5.Name = "panel5"; panel5.Size = new System.Drawing.Size(844, 476); panel5.TabIndex = 7; // // panel8 // panel8.Controls.Add(dataGridView); panel8.Controls.Add(pagination); panel8.Dock = System.Windows.Forms.DockStyle.Fill; panel8.Location = new System.Drawing.Point(18, 49); panel8.Margin = new System.Windows.Forms.Padding(2); panel8.Name = "panel8"; panel8.Size = new System.Drawing.Size(808, 427); panel8.TabIndex = 13; // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.White; dataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; dataGridView.BackgroundColor = System.Drawing.Color.White; dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(216, 219, 227); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(96, 98, 102); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; dataGridView.ColumnHeadersHeight = 32; dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { RoleId, RoleEncode, RoleName, RoleType, RoleDept, RoleSortCode }); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48); dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(155, 200, 255); dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(48, 48, 48); dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; dataGridView.DefaultCellStyle = dataGridViewCellStyle8; dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; dataGridView.EnableHeadersVisualStyles = false; dataGridView.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridView.GridColor = System.Drawing.Color.FromArgb(216, 219, 227); dataGridView.Location = new System.Drawing.Point(0, 0); dataGridView.Margin = new System.Windows.Forms.Padding(2); dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RectColor = System.Drawing.Color.FromArgb(216, 219, 227); dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.Color.White; dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48); dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227); dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; dataGridView.RowHeadersVisible = false; dataGridView.RowHeadersWidth = 51; dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle10; dataGridView.RowTemplate.Height = 29; dataGridView.SelectedIndex = -1; dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dataGridView.Size = new System.Drawing.Size(808, 401); dataGridView.StripeOddColor = System.Drawing.Color.White; dataGridView.StyleCustomMode = true; dataGridView.TabIndex = 12; // // RoleId // RoleId.DataPropertyName = "Id"; RoleId.HeaderText = "Id"; RoleId.MinimumWidth = 6; RoleId.Name = "RoleId"; RoleId.ReadOnly = true; RoleId.Visible = false; RoleId.Width = 125; // // RoleEncode // RoleEncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; RoleEncode.DataPropertyName = "Encode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; RoleEncode.DefaultCellStyle = dataGridViewCellStyle3; RoleEncode.HeaderText = "编码"; RoleEncode.MinimumWidth = 6; RoleEncode.Name = "RoleEncode"; RoleEncode.ReadOnly = true; RoleEncode.Resizable = System.Windows.Forms.DataGridViewTriState.True; RoleEncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // RoleName // RoleName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; RoleName.DataPropertyName = "Name"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; RoleName.DefaultCellStyle = dataGridViewCellStyle4; RoleName.HeaderText = "名称"; RoleName.MinimumWidth = 6; RoleName.Name = "RoleName"; RoleName.ReadOnly = true; RoleName.Resizable = System.Windows.Forms.DataGridViewTriState.True; RoleName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // RoleType // RoleType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; RoleType.DataPropertyName = "TypeStr"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; RoleType.DefaultCellStyle = dataGridViewCellStyle5; RoleType.HeaderText = "类型"; RoleType.MinimumWidth = 6; RoleType.Name = "RoleType"; RoleType.ReadOnly = true; RoleType.Resizable = System.Windows.Forms.DataGridViewTriState.True; RoleType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // RoleDept // RoleDept.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; RoleDept.DataPropertyName = "DeptName"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; RoleDept.DefaultCellStyle = dataGridViewCellStyle6; RoleDept.HeaderText = "所属部门"; RoleDept.MinimumWidth = 6; RoleDept.Name = "RoleDept"; RoleDept.ReadOnly = true; RoleDept.Resizable = System.Windows.Forms.DataGridViewTriState.True; RoleDept.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // RoleSortCode // RoleSortCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; RoleSortCode.DataPropertyName = "SortCode"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; RoleSortCode.DefaultCellStyle = dataGridViewCellStyle7; RoleSortCode.HeaderText = "排序码"; RoleSortCode.MinimumWidth = 6; RoleSortCode.Name = "RoleSortCode"; RoleSortCode.ReadOnly = true; RoleSortCode.Resizable = System.Windows.Forms.DataGridViewTriState.True; RoleSortCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // panel6 // panel6.Controls.Add(btnPwd); panel6.Controls.Add(btnDelete); panel6.Controls.Add(btnUpdate); panel6.Controls.Add(btnAdd); panel6.Controls.Add(panel7); panel6.Dock = System.Windows.Forms.DockStyle.Top; panel6.Location = new System.Drawing.Point(18, 0); panel6.Margin = new System.Windows.Forms.Padding(2); panel6.Name = "panel6"; panel6.Size = new System.Drawing.Size(808, 49); panel6.TabIndex = 12; // // btnPwd // btnPwd.Location = new System.Drawing.Point(350, 6); btnPwd.Name = "btnPwd"; btnPwd.Size = new System.Drawing.Size(98, 38); btnPwd.TabIndex = 11; btnPwd.Tag = "role-authorize"; btnPwd.Text = "角色授权"; btnPwd.Visible = false; // // btnDelete // btnDelete.Location = new System.Drawing.Point(235, 6); btnDelete.Name = "btnDelete"; btnDelete.Size = new System.Drawing.Size(98, 38); btnDelete.TabIndex = 10; btnDelete.Tag = "role-delete"; btnDelete.Text = "删除角色"; btnDelete.Visible = false; // // btnUpdate // btnUpdate.Location = new System.Drawing.Point(118, 6); btnUpdate.Name = "btnUpdate"; btnUpdate.Size = new System.Drawing.Size(98, 38); btnUpdate.TabIndex = 9; btnUpdate.Tag = "role-edit"; btnUpdate.Text = "修改角色"; btnUpdate.Visible = false; // // btnAdd // btnAdd.Location = new System.Drawing.Point(5, 6); btnAdd.Name = "btnAdd"; btnAdd.Size = new System.Drawing.Size(98, 38); btnAdd.TabIndex = 8; btnAdd.Tag = "role-add"; btnAdd.Text = "新增角色"; btnAdd.Visible = false; // // panel4 // panel4.Dock = System.Windows.Forms.DockStyle.Right; panel4.Location = new System.Drawing.Point(826, 0); panel4.Margin = new System.Windows.Forms.Padding(2); panel4.Name = "panel4"; panel4.Size = new System.Drawing.Size(18, 476); panel4.TabIndex = 5; // // panel3 // panel3.Dock = System.Windows.Forms.DockStyle.Left; panel3.Location = new System.Drawing.Point(0, 0); panel3.Margin = new System.Windows.Forms.Padding(2); panel3.Name = "panel3"; panel3.Size = new System.Drawing.Size(18, 476); panel3.TabIndex = 4; // // RolePage // AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = System.Drawing.Color.FromArgb(235, 241, 243); Controls.Add(panel2); Margin = new System.Windows.Forms.Padding(2); Name = "RolePage"; Size = new System.Drawing.Size(844, 476); panel7.ResumeLayout(false); panel2.ResumeLayout(false); panel5.ResumeLayout(false); panel8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); panel6.ResumeLayout(false); ResumeLayout(false); } #endregion private Sunny.UI.UITextBox txtKeywords; private System.Windows.Forms.Panel panel7; private Sunny.UI.UIPagination pagination; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private Sunny.UI.UISymbolButton btnQuery; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel8; private Sunny.UI.UIDataGridView dataGridView; private System.Windows.Forms.DataGridViewTextBoxColumn RoleId; private System.Windows.Forms.DataGridViewTextBoxColumn RoleEncode; private System.Windows.Forms.DataGridViewTextBoxColumn RoleName; private System.Windows.Forms.DataGridViewTextBoxColumn RoleType; private System.Windows.Forms.DataGridViewTextBoxColumn RoleDept; private System.Windows.Forms.DataGridViewTextBoxColumn RoleSortCode; private AntdUI.Button btnDelete; private AntdUI.Button btnUpdate; private AntdUI.Button btnAdd; private AntdUI.Button btnPwd; } }