namespace DH.RBAC.Page.Sys.Permission
{
    partial class PermissionPage
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PermissionPage));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            panel2 = new System.Windows.Forms.Panel();
            panel5 = new System.Windows.Forms.Panel();
            panel1 = new System.Windows.Forms.Panel();
            dataGridView = new Sunny.UI.UIDataGridView();
            PermissionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
            Encode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            Symbols = new System.Windows.Forms.DataGridViewImageColumn();
            Icons = new System.Windows.Forms.DataGridViewTextBoxColumn();
            PermissionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
            Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            pagination = new Sunny.UI.UIPagination();
            panel6 = new System.Windows.Forms.Panel();
            btnDelete = new AntdUI.Button();
            btnUpdate = new AntdUI.Button();
            btnAdd = new AntdUI.Button();
            panel7 = new System.Windows.Forms.Panel();
            btnQuery = new Sunny.UI.UISymbolButton();
            txtKeywords = new Sunny.UI.UITextBox();
            panel4 = new System.Windows.Forms.Panel();
            panel3 = new System.Windows.Forms.Panel();
            panel2.SuspendLayout();
            panel5.SuspendLayout();
            panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
            panel6.SuspendLayout();
            panel7.SuspendLayout();
            SuspendLayout();
            // 
            // 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(923, 568);
            panel2.TabIndex = 3;
            // 
            // panel5
            // 
            panel5.Controls.Add(panel1);
            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(923, 568);
            panel5.TabIndex = 7;
            // 
            // panel1
            // 
            panel1.Controls.Add(dataGridView);
            panel1.Controls.Add(pagination);
            panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            panel1.Location = new System.Drawing.Point(18, 52);
            panel1.Margin = new System.Windows.Forms.Padding(2);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(887, 516);
            panel1.TabIndex = 12;
            // 
            // dataGridView
            // 
            dataGridView.AllowUserToAddRows = false;
            dataGridView.AllowUserToDeleteRows = false;
            dataGridView.AllowUserToResizeRows = false;
            dataGridViewCellStyle12.BackColor = System.Drawing.Color.White;
            dataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
            dataGridView.BackgroundColor = System.Drawing.Color.White;
            dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F);
            dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(96, 98, 102);
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
            dataGridView.ColumnHeadersHeight = 32;
            dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { PermissionId, Encode, Symbols, Icons, PermissionName, TypeName, SortCode, Remark, Column1 });
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F);
            dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(155, 200, 255);
            dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            dataGridView.DefaultCellStyle = dataGridViewCellStyle20;
            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);
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle21.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("微软雅黑", 12F);
            dataGridViewCellStyle21.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
            dataGridViewCellStyle21.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227);
            dataGridViewCellStyle21.SelectionForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle21;
            dataGridView.RowHeadersVisible = false;
            dataGridView.RowHeadersWidth = 51;
            dataGridViewCellStyle22.BackColor = System.Drawing.Color.White;
            dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle22;
            dataGridView.RowTemplate.Height = 29;
            dataGridView.SelectedIndex = -1;
            dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            dataGridView.Size = new System.Drawing.Size(887, 490);
            dataGridView.StripeOddColor = System.Drawing.Color.White;
            dataGridView.StyleCustomMode = true;
            dataGridView.TabIndex = 12;
            // 
            // PermissionId
            // 
            PermissionId.DataPropertyName = "Id";
            PermissionId.HeaderText = "Id";
            PermissionId.MinimumWidth = 6;
            PermissionId.Name = "PermissionId";
            PermissionId.ReadOnly = true;
            PermissionId.Visible = false;
            PermissionId.Width = 125;
            // 
            // Encode
            // 
            Encode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            Encode.DataPropertyName = "EnCode";
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            Encode.DefaultCellStyle = dataGridViewCellStyle14;
            Encode.HeaderText = "编码";
            Encode.MinimumWidth = 6;
            Encode.Name = "Encode";
            Encode.ReadOnly = true;
            Encode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            Encode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Symbols
            // 
            Symbols.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle15.NullValue = resources.GetObject("dataGridViewCellStyle15.NullValue");
            dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            Symbols.DefaultCellStyle = dataGridViewCellStyle15;
            Symbols.HeaderText = "图标";
            Symbols.MinimumWidth = 6;
            Symbols.Name = "Symbols";
            Symbols.ReadOnly = true;
            Symbols.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            Symbols.Width = 47;
            // 
            // Icons
            // 
            Icons.DataPropertyName = "SymbolIndex";
            Icons.HeaderText = "IconHidden";
            Icons.MinimumWidth = 6;
            Icons.Name = "Icons";
            Icons.ReadOnly = true;
            Icons.Visible = false;
            Icons.Width = 125;
            // 
            // PermissionName
            // 
            PermissionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            PermissionName.DataPropertyName = "Name";
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            PermissionName.DefaultCellStyle = dataGridViewCellStyle16;
            PermissionName.HeaderText = "名称";
            PermissionName.MinimumWidth = 6;
            PermissionName.Name = "PermissionName";
            PermissionName.ReadOnly = true;
            PermissionName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            PermissionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // TypeName
            // 
            TypeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            TypeName.DataPropertyName = "TypeName";
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            TypeName.DefaultCellStyle = dataGridViewCellStyle17;
            TypeName.HeaderText = "类型";
            TypeName.MinimumWidth = 6;
            TypeName.Name = "TypeName";
            TypeName.ReadOnly = true;
            TypeName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            TypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // SortCode
            // 
            SortCode.DataPropertyName = "SortCode";
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            SortCode.DefaultCellStyle = dataGridViewCellStyle18;
            SortCode.HeaderText = "排序码";
            SortCode.MinimumWidth = 6;
            SortCode.Name = "SortCode";
            SortCode.ReadOnly = true;
            SortCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            SortCode.Width = 125;
            // 
            // Remark
            // 
            Remark.DataPropertyName = "Remark";
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            Remark.DefaultCellStyle = dataGridViewCellStyle19;
            Remark.HeaderText = "备注";
            Remark.MinimumWidth = 6;
            Remark.Name = "Remark";
            Remark.ReadOnly = true;
            Remark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            Remark.Width = 125;
            // 
            // Column1
            // 
            Column1.DataPropertyName = "StrDynamicPage";
            Column1.HeaderText = "动态页面";
            Column1.MinimumWidth = 6;
            Column1.Name = "Column1";
            Column1.ReadOnly = true;
            Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            Column1.Width = 125;
            // 
            // 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, 490);
            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(887, 26);
            pagination.StyleCustomMode = true;
            pagination.TabIndex = 11;
            pagination.Text = "uiPagination1";
            pagination.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            pagination.PageChanged += pagination_PageChanged;
            // 
            // panel6
            // 
            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(887, 52);
            panel6.TabIndex = 9;
            // 
            // btnDelete
            // 
            btnDelete.Location = new System.Drawing.Point(235, 8);
            btnDelete.Name = "btnDelete";
            btnDelete.Size = new System.Drawing.Size(98, 38);
            btnDelete.TabIndex = 14;
            btnDelete.Tag = "per-delete";
            btnDelete.Text = "删除权限";
            btnDelete.Visible = false;
            // 
            // btnUpdate
            // 
            btnUpdate.Location = new System.Drawing.Point(118, 8);
            btnUpdate.Name = "btnUpdate";
            btnUpdate.Size = new System.Drawing.Size(98, 38);
            btnUpdate.TabIndex = 13;
            btnUpdate.Tag = "per-edit";
            btnUpdate.Text = "修改权限";
            btnUpdate.Visible = false;
            // 
            // btnAdd
            // 
            btnAdd.Location = new System.Drawing.Point(5, 8);
            btnAdd.Name = "btnAdd";
            btnAdd.Size = new System.Drawing.Size(98, 38);
            btnAdd.TabIndex = 12;
            btnAdd.Tag = "per-add";
            btnAdd.Text = "新增权限";
            btnAdd.Visible = false;
            // 
            // panel7
            // 
            panel7.Controls.Add(btnQuery);
            panel7.Controls.Add(txtKeywords);
            panel7.Dock = System.Windows.Forms.DockStyle.Right;
            panel7.Location = new System.Drawing.Point(664, 0);
            panel7.Margin = new System.Windows.Forms.Padding(2);
            panel7.Name = "panel7";
            panel7.Size = new System.Drawing.Size(223, 52);
            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(196, 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, 39);
            btnQuery.StyleCustomMode = true;
            btnQuery.Symbol = 61442;
            btnQuery.SymbolSize = 30;
            btnQuery.TabIndex = 1;
            btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
            // 
            // 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, 9);
            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(192, 38);
            txtKeywords.StyleCustomMode = true;
            txtKeywords.TabIndex = 0;
            txtKeywords.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            txtKeywords.Watermark = "权限名称或编码";
            txtKeywords.KeyDown += txtKeywords_KeyDown;
            // 
            // panel4
            // 
            panel4.Dock = System.Windows.Forms.DockStyle.Right;
            panel4.Location = new System.Drawing.Point(905, 0);
            panel4.Margin = new System.Windows.Forms.Padding(2);
            panel4.Name = "panel4";
            panel4.Size = new System.Drawing.Size(18, 568);
            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, 568);
            panel3.TabIndex = 4;
            // 
            // PermissionPage
            // 
            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 = "PermissionPage";
            Size = new System.Drawing.Size(923, 568);
            panel2.ResumeLayout(false);
            panel5.ResumeLayout(false);
            panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
            panel6.ResumeLayout(false);
            panel7.ResumeLayout(false);
            ResumeLayout(false);
        }

        #endregion
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Panel panel7;
        private Sunny.UI.UIPagination pagination;
        private Sunny.UI.UITextBox txtKeywords;
        private Sunny.UI.UISymbolButton btnQuery;
        private System.Windows.Forms.Panel panel1;
        private Sunny.UI.UIDataGridView dataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn PermissionId;
        private System.Windows.Forms.DataGridViewTextBoxColumn Encode;
        private System.Windows.Forms.DataGridViewImageColumn Symbols;
        private System.Windows.Forms.DataGridViewTextBoxColumn Icons;
        private System.Windows.Forms.DataGridViewTextBoxColumn PermissionName;
        private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
        private System.Windows.Forms.DataGridViewTextBoxColumn SortCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private AntdUI.Button btnDelete;
        private AntdUI.Button btnUpdate;
        private AntdUI.Button btnAdd;
    }
}