424 lines
23 KiB
C#
424 lines
23 KiB
C#
namespace DH.RBAC.Page.Sys.Organize
|
|
{
|
|
partial class OrganizePage
|
|
{
|
|
/// <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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
pagination = new Sunny.UI.UIPagination();
|
|
panel5 = new System.Windows.Forms.Panel();
|
|
panel1 = new System.Windows.Forms.Panel();
|
|
dataGridView = new Sunny.UI.UIDataGridView();
|
|
OrganizeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
OrganizeEncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
OrganizeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
OrganizeType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
OrganizeRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
RoleSortCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
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 = new System.Windows.Forms.Panel();
|
|
panel5.SuspendLayout();
|
|
panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
panel6.SuspendLayout();
|
|
panel7.SuspendLayout();
|
|
panel2.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// 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, 492);
|
|
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;
|
|
//
|
|
// 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, 50);
|
|
panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new System.Drawing.Size(887, 518);
|
|
panel1.TabIndex = 12;
|
|
//
|
|
// dataGridView
|
|
//
|
|
dataGridView.AllowUserToAddRows = false;
|
|
dataGridView.AllowUserToDeleteRows = false;
|
|
dataGridView.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.Color.White;
|
|
dataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
|
|
dataGridView.BackgroundColor = System.Drawing.Color.White;
|
|
dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(216, 219, 227);
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.FromArgb(96, 98, 102);
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227);
|
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
|
dataGridView.ColumnHeadersHeight = 32;
|
|
dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { OrganizeId, OrganizeEncode, OrganizeName, OrganizeType, OrganizeRemark, RoleSortCode });
|
|
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(155, 200, 255);
|
|
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
|
|
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
dataGridView.DefaultCellStyle = dataGridViewCellStyle18;
|
|
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);
|
|
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(48, 48, 48);
|
|
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(216, 219, 227);
|
|
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
|
|
dataGridView.RowHeadersVisible = false;
|
|
dataGridView.RowHeadersWidth = 51;
|
|
dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
|
|
dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle20;
|
|
dataGridView.RowTemplate.Height = 29;
|
|
dataGridView.SelectedIndex = -1;
|
|
dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
dataGridView.Size = new System.Drawing.Size(887, 492);
|
|
dataGridView.StripeOddColor = System.Drawing.Color.White;
|
|
dataGridView.StyleCustomMode = true;
|
|
dataGridView.TabIndex = 12;
|
|
//
|
|
// OrganizeId
|
|
//
|
|
OrganizeId.DataPropertyName = "Id";
|
|
OrganizeId.HeaderText = "Id";
|
|
OrganizeId.MinimumWidth = 6;
|
|
OrganizeId.Name = "OrganizeId";
|
|
OrganizeId.ReadOnly = true;
|
|
OrganizeId.Visible = false;
|
|
OrganizeId.Width = 125;
|
|
//
|
|
// OrganizeEncode
|
|
//
|
|
OrganizeEncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
OrganizeEncode.DataPropertyName = "Encode";
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeEncode.DefaultCellStyle = dataGridViewCellStyle13;
|
|
OrganizeEncode.HeaderText = "编码";
|
|
OrganizeEncode.MinimumWidth = 6;
|
|
OrganizeEncode.Name = "OrganizeEncode";
|
|
OrganizeEncode.ReadOnly = true;
|
|
OrganizeEncode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeEncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// OrganizeName
|
|
//
|
|
OrganizeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
OrganizeName.DataPropertyName = "FullName";
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeName.DefaultCellStyle = dataGridViewCellStyle14;
|
|
OrganizeName.HeaderText = "名称";
|
|
OrganizeName.MinimumWidth = 6;
|
|
OrganizeName.Name = "OrganizeName";
|
|
OrganizeName.ReadOnly = true;
|
|
OrganizeName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// OrganizeType
|
|
//
|
|
OrganizeType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
OrganizeType.DataPropertyName = "TypeStr";
|
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeType.DefaultCellStyle = dataGridViewCellStyle15;
|
|
OrganizeType.HeaderText = "类型";
|
|
OrganizeType.MinimumWidth = 6;
|
|
OrganizeType.Name = "OrganizeType";
|
|
OrganizeType.ReadOnly = true;
|
|
OrganizeType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// OrganizeRemark
|
|
//
|
|
OrganizeRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
OrganizeRemark.DataPropertyName = "Remark";
|
|
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.BottomCenter;
|
|
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeRemark.DefaultCellStyle = dataGridViewCellStyle16;
|
|
OrganizeRemark.HeaderText = "备注";
|
|
OrganizeRemark.MinimumWidth = 6;
|
|
OrganizeRemark.Name = "OrganizeRemark";
|
|
OrganizeRemark.ReadOnly = true;
|
|
OrganizeRemark.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
OrganizeRemark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
//
|
|
// RoleSortCode
|
|
//
|
|
RoleSortCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
RoleSortCode.DataPropertyName = "SortCode";
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
RoleSortCode.DefaultCellStyle = dataGridViewCellStyle17;
|
|
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(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, 50);
|
|
panel6.TabIndex = 9;
|
|
//
|
|
// btnDelete
|
|
//
|
|
btnDelete.Location = new System.Drawing.Point(235, 7);
|
|
btnDelete.Name = "btnDelete";
|
|
btnDelete.Size = new System.Drawing.Size(98, 38);
|
|
btnDelete.TabIndex = 13;
|
|
btnDelete.Tag = "org-delete";
|
|
btnDelete.Text = "删除机构";
|
|
btnDelete.Visible = false;
|
|
//
|
|
// btnUpdate
|
|
//
|
|
btnUpdate.Location = new System.Drawing.Point(118, 7);
|
|
btnUpdate.Name = "btnUpdate";
|
|
btnUpdate.Size = new System.Drawing.Size(98, 38);
|
|
btnUpdate.TabIndex = 12;
|
|
btnUpdate.Tag = "org-edit";
|
|
btnUpdate.Text = "修改机构";
|
|
btnUpdate.Visible = false;
|
|
//
|
|
// btnAdd
|
|
//
|
|
btnAdd.Location = new System.Drawing.Point(5, 7);
|
|
btnAdd.Name = "btnAdd";
|
|
btnAdd.Size = new System.Drawing.Size(98, 38);
|
|
btnAdd.TabIndex = 11;
|
|
btnAdd.Tag = "org-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(644, 0);
|
|
panel7.Margin = new System.Windows.Forms.Padding(2);
|
|
panel7.Name = "panel7";
|
|
panel7.Size = new System.Drawing.Size(243, 50);
|
|
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(214, 9);
|
|
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, 36);
|
|
btnQuery.StyleCustomMode = true;
|
|
btnQuery.Symbol = 61442;
|
|
btnQuery.SymbolSize = 30;
|
|
btnQuery.TabIndex = 3;
|
|
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(4, 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(206, 36);
|
|
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;
|
|
//
|
|
// 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 = 5;
|
|
//
|
|
// OrganizePage
|
|
//
|
|
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 = "OrganizePage";
|
|
Size = new System.Drawing.Size(923, 568);
|
|
panel5.ResumeLayout(false);
|
|
panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
panel6.ResumeLayout(false);
|
|
panel7.ResumeLayout(false);
|
|
panel2.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UIPagination pagination;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private Sunny.UI.UITextBox txtKeywords;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private Sunny.UI.UISymbolButton btnQuery;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private Sunny.UI.UIDataGridView dataGridView;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizeId;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizeEncode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizeName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizeType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizeRemark;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RoleSortCode;
|
|
private AntdUI.Button btnDelete;
|
|
private AntdUI.Button btnUpdate;
|
|
private AntdUI.Button btnAdd;
|
|
}
|
|
} |