CloudBuilder/CloudBuilder.Security.Gui/SecurityGroupOperationPage.Designer.cs
owenchen 1c0c83af5f ow
2026-05-12 10:09:31 +08:00

940 lines
45 KiB
C#

namespace CloudBuilder.Security.Gui
{
partial class SecurityGroupOperationPage
{
/// <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()
{
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle6 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle11 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle12 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle13 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle14 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle15 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle16 = new DataGridViewCellStyle();
kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
contentPanel = new TableLayoutPanel();
actorGv = new Krypton.Toolkit.KryptonDataGridView();
actorNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
actorLocalNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
kryptonHeader3 = new Krypton.Toolkit.KryptonHeader();
tableLayoutPanel5 = new TableLayoutPanel();
delDsBut = new Krypton.Toolkit.KryptonButton();
dataDsGv = new Krypton.Toolkit.KryptonDataGridView();
dsDependentCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dsDependentDetailNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dsDependentDetailDescriptionCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dsViewIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
dsCreateIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
dsAmendIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
dsDeleteIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
kryptonHeader2 = new Krypton.Toolkit.KryptonHeader();
tableLayoutPanel3 = new TableLayoutPanel();
tableLayoutPanel4 = new TableLayoutPanel();
tableLayoutPanel1 = new TableLayoutPanel();
delBut = new Krypton.Toolkit.KryptonButton();
addBut = new Krypton.Toolkit.KryptonButton();
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
dataGv = new Krypton.Toolkit.KryptonDataGridView();
permissionNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
permissionDescriptionCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dependentCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
viewIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
createIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
amendIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
deleteIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
tableLayoutPanel2 = new TableLayoutPanel();
groupNameLabel = new Krypton.Toolkit.KryptonLabel();
groupLocalNameLabel = new Krypton.Toolkit.KryptonLabel();
groupEngNameLabel = new Krypton.Toolkit.KryptonLabel();
groupNameTxt = new Krypton.Toolkit.KryptonTextBox();
groupLocalNameTxt = new Krypton.Toolkit.KryptonTextBox();
groupEngNameTxt = new Krypton.Toolkit.KryptonTextBox();
tableLayoutPanel6 = new TableLayoutPanel();
delActorBut = new Krypton.Toolkit.KryptonButton();
addActorBut = new Krypton.Toolkit.KryptonButton();
permissionSearchBut = new Krypton.Toolkit.ButtonSpecAny();
searchPanel = new TableLayoutPanel();
createBut = new Krypton.Toolkit.KryptonButton();
resetBut = new Krypton.Toolkit.KryptonButton();
searchBut = new Krypton.Toolkit.KryptonButton();
groupNameSearchLabel = new Krypton.Toolkit.KryptonLabel();
groupNameSearchTxt = new Krypton.Toolkit.KryptonTextBox();
groupNameSearchBut = new Krypton.Toolkit.ButtonSpecAny();
kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
bottomPanel = new TableLayoutPanel();
savePanel = new TableLayoutPanel();
cancelBut = new Krypton.Toolkit.KryptonButton();
saveBut = new Krypton.Toolkit.KryptonButton();
operationPanel = new TableLayoutPanel();
deleteBut = new Krypton.Toolkit.KryptonButton();
amendBut = new Krypton.Toolkit.KryptonButton();
topPanel = new TableLayoutPanel();
mainPanel = new TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)kryptonPanel2).BeginInit();
contentPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)actorGv).BeginInit();
tableLayoutPanel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataDsGv).BeginInit();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGv).BeginInit();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
searchPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit();
bottomPanel.SuspendLayout();
savePanel.SuspendLayout();
operationPanel.SuspendLayout();
topPanel.SuspendLayout();
mainPanel.SuspendLayout();
SuspendLayout();
//
// kryptonPanel2
//
kryptonPanel2.Dock = DockStyle.Fill;
kryptonPanel2.Location = new Point(0, 93);
kryptonPanel2.Margin = new Padding(0);
kryptonPanel2.Name = "kryptonPanel2";
kryptonPanel2.Size = new Size(1024, 5);
kryptonPanel2.TabIndex = 1;
//
// contentPanel
//
contentPanel.AutoScroll = true;
contentPanel.ColumnCount = 1;
contentPanel.ColumnStyles.Add(new ColumnStyle());
contentPanel.Controls.Add(actorGv, 0, 7);
contentPanel.Controls.Add(kryptonHeader3, 0, 6);
contentPanel.Controls.Add(tableLayoutPanel5, 0, 5);
contentPanel.Controls.Add(dataDsGv, 0, 4);
contentPanel.Controls.Add(kryptonHeader2, 0, 3);
contentPanel.Controls.Add(tableLayoutPanel3, 0, 2);
contentPanel.Controls.Add(tableLayoutPanel2, 0, 0);
contentPanel.Controls.Add(kryptonPanel2, 0, 1);
contentPanel.Controls.Add(tableLayoutPanel6, 0, 8);
contentPanel.Dock = DockStyle.Fill;
contentPanel.Location = new Point(3, 51);
contentPanel.Name = "contentPanel";
contentPanel.RowCount = 9;
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.Size = new Size(1018, 672);
contentPanel.TabIndex = 3;
//
// actorGv
//
actorGv.AllowUserToAddRows = false;
actorGv.AllowUserToDeleteRows = false;
actorGv.BorderStyle = BorderStyle.None;
actorGv.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
actorGv.Columns.AddRange(new DataGridViewColumn[] { actorNameCol, actorLocalNameCol });
actorGv.Dock = DockStyle.Fill;
actorGv.Location = new Point(0, 945);
actorGv.Margin = new Padding(0);
actorGv.Name = "actorGv";
actorGv.Size = new Size(1024, 300);
actorGv.TabIndex = 7;
//
// actorNameCol
//
actorNameCol.DataPropertyName = "ActorName";
actorNameCol.DefaultCellStyle = dataGridViewCellStyle1;
actorNameCol.HeaderText = "角色名";
actorNameCol.Name = "actorNameCol";
actorNameCol.Resizable = DataGridViewTriState.True;
actorNameCol.Width = 300;
//
// actorLocalNameCol
//
actorLocalNameCol.DataPropertyName = "ActorLocalName";
actorLocalNameCol.DefaultCellStyle = dataGridViewCellStyle2;
actorLocalNameCol.HeaderText = "角色中文名";
actorLocalNameCol.Name = "actorLocalNameCol";
actorLocalNameCol.Resizable = DataGridViewTriState.True;
actorLocalNameCol.Width = 300;
//
// kryptonHeader3
//
kryptonHeader3.Dock = DockStyle.Top;
kryptonHeader3.Location = new Point(0, 914);
kryptonHeader3.Margin = new Padding(0);
kryptonHeader3.Name = "kryptonHeader3";
kryptonHeader3.Size = new Size(1024, 31);
kryptonHeader3.TabIndex = 6;
kryptonHeader3.Values.Description = "";
kryptonHeader3.Values.Heading = "授权角色";
kryptonHeader3.Values.Image = null;
//
// tableLayoutPanel5
//
tableLayoutPanel5.AutoSize = true;
tableLayoutPanel5.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel5.ColumnCount = 2;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel5.Controls.Add(delDsBut, 1, 0);
tableLayoutPanel5.Location = new Point(3, 880);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle());
tableLayoutPanel5.Size = new Size(46, 31);
tableLayoutPanel5.TabIndex = 5;
//
// delDsBut
//
delDsBut.Location = new Point(3, 3);
delDsBut.Name = "delDsBut";
delDsBut.Size = new Size(40, 25);
delDsBut.TabIndex = 2;
delDsBut.Values.Image = Properties.Resources.navigate_minus;
delDsBut.Values.Text = "";
delDsBut.Click += delDsBut_Click;
//
// dataDsGv
//
dataDsGv.AllowUserToAddRows = false;
dataDsGv.AllowUserToDeleteRows = false;
dataDsGv.BorderStyle = BorderStyle.None;
dataDsGv.Columns.AddRange(new DataGridViewColumn[] { dsDependentCol, dsDependentDetailNameCol, dsDependentDetailDescriptionCol, dsViewIndcCol, dsCreateIndcCol, dsAmendIndcCol, dsDeleteIndcCol });
dataDsGv.Dock = DockStyle.Fill;
dataDsGv.Location = new Point(0, 597);
dataDsGv.Margin = new Padding(0);
dataDsGv.Name = "dataDsGv";
dataDsGv.Size = new Size(1024, 280);
dataDsGv.TabIndex = 4;
//
// dsDependentCol
//
dsDependentCol.DataPropertyName = "Dependent";
dsDependentCol.DefaultCellStyle = dataGridViewCellStyle3;
dsDependentCol.HeaderText = "扩展名";
dsDependentCol.Name = "dsDependentCol";
dsDependentCol.Resizable = DataGridViewTriState.True;
dsDependentCol.Width = 100;
//
// dsDependentDetailNameCol
//
dsDependentDetailNameCol.DataPropertyName = "DependentDetailName";
dsDependentDetailNameCol.DefaultCellStyle = dataGridViewCellStyle4;
dsDependentDetailNameCol.HeaderText = "扩展子项目名";
dsDependentDetailNameCol.Name = "dsDependentDetailNameCol";
dsDependentDetailNameCol.Resizable = DataGridViewTriState.True;
dsDependentDetailNameCol.Width = 200;
//
// dsDependentDetailDescriptionCol
//
dsDependentDetailDescriptionCol.DataPropertyName = "DependentDetailDescription";
dsDependentDetailDescriptionCol.DefaultCellStyle = dataGridViewCellStyle5;
dsDependentDetailDescriptionCol.HeaderText = "扩展子项目中文名";
dsDependentDetailDescriptionCol.Name = "dsDependentDetailDescriptionCol";
dsDependentDetailDescriptionCol.Resizable = DataGridViewTriState.True;
dsDependentDetailDescriptionCol.Width = 200;
//
// dsViewIndcCol
//
dsViewIndcCol.DataPropertyName = "ViewIndc";
dataGridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.NullValue = false;
dsViewIndcCol.DefaultCellStyle = dataGridViewCellStyle6;
dsViewIndcCol.FalseValue = "N";
dsViewIndcCol.HeaderText = "查看";
dsViewIndcCol.IndeterminateValue = null;
dsViewIndcCol.Name = "dsViewIndcCol";
dsViewIndcCol.TrueValue = "Y";
//
// dsCreateIndcCol
//
dsCreateIndcCol.DataPropertyName = "CreateIndc";
dataGridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.NullValue = false;
dsCreateIndcCol.DefaultCellStyle = dataGridViewCellStyle7;
dsCreateIndcCol.FalseValue = "N";
dsCreateIndcCol.HeaderText = "新增";
dsCreateIndcCol.IndeterminateValue = null;
dsCreateIndcCol.Name = "dsCreateIndcCol";
dsCreateIndcCol.TrueValue = "Y";
//
// dsAmendIndcCol
//
dsAmendIndcCol.DataPropertyName = "AmendIndc";
dataGridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.NullValue = false;
dsAmendIndcCol.DefaultCellStyle = dataGridViewCellStyle8;
dsAmendIndcCol.FalseValue = "N";
dsAmendIndcCol.HeaderText = "修改";
dsAmendIndcCol.IndeterminateValue = null;
dsAmendIndcCol.Name = "dsAmendIndcCol";
dsAmendIndcCol.TrueValue = "Y";
//
// dsDeleteIndcCol
//
dsDeleteIndcCol.DataPropertyName = "DeleteIndc";
dataGridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.NullValue = false;
dsDeleteIndcCol.DefaultCellStyle = dataGridViewCellStyle9;
dsDeleteIndcCol.FalseValue = "N";
dsDeleteIndcCol.HeaderText = "删除";
dsDeleteIndcCol.IndeterminateValue = null;
dsDeleteIndcCol.Name = "dsDeleteIndcCol";
dsDeleteIndcCol.TrueValue = "Y";
//
// kryptonHeader2
//
kryptonHeader2.Dock = DockStyle.Top;
kryptonHeader2.Location = new Point(0, 566);
kryptonHeader2.Margin = new Padding(0);
kryptonHeader2.Name = "kryptonHeader2";
kryptonHeader2.Size = new Size(1024, 31);
kryptonHeader2.TabIndex = 3;
kryptonHeader2.Values.Description = "";
kryptonHeader2.Values.Heading = "扩展权限明细";
kryptonHeader2.Values.Image = null;
//
// tableLayoutPanel3
//
tableLayoutPanel3.AutoSize = true;
tableLayoutPanel3.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel3.BackColor = SystemColors.Control;
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel3.Controls.Add(tableLayoutPanel4, 0, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(0, 98);
tableLayoutPanel3.Margin = new Padding(0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle());
tableLayoutPanel3.Size = new Size(1024, 468);
tableLayoutPanel3.TabIndex = 2;
//
// tableLayoutPanel4
//
tableLayoutPanel4.AutoSize = true;
tableLayoutPanel4.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel4.ColumnCount = 1;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Controls.Add(tableLayoutPanel1, 0, 2);
tableLayoutPanel4.Controls.Add(kryptonHeader1, 0, 0);
tableLayoutPanel4.Controls.Add(dataGv, 0, 1);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(0, 0);
tableLayoutPanel4.Margin = new Padding(0);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 3;
tableLayoutPanel4.RowStyles.Add(new RowStyle());
tableLayoutPanel4.RowStyles.Add(new RowStyle());
tableLayoutPanel4.RowStyles.Add(new RowStyle());
tableLayoutPanel4.Size = new Size(1024, 468);
tableLayoutPanel4.TabIndex = 1;
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel1.ColumnCount = 2;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.Controls.Add(delBut, 1, 0);
tableLayoutPanel1.Controls.Add(addBut, 0, 0);
tableLayoutPanel1.Location = new Point(3, 434);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.Size = new Size(92, 31);
tableLayoutPanel1.TabIndex = 0;
//
// delBut
//
delBut.Location = new Point(49, 3);
delBut.Name = "delBut";
delBut.Size = new Size(40, 25);
delBut.TabIndex = 2;
delBut.Values.Image = Properties.Resources.navigate_minus;
delBut.Values.Text = "";
delBut.Click += delBut_Click;
//
// addBut
//
addBut.Location = new Point(3, 3);
addBut.Name = "addBut";
addBut.Size = new Size(40, 25);
addBut.TabIndex = 1;
addBut.Values.Image = Properties.Resources.navigate_plus;
addBut.Values.Text = "";
addBut.Click += addBut_Click;
//
// kryptonHeader1
//
kryptonHeader1.Dock = DockStyle.Top;
kryptonHeader1.Location = new Point(0, 0);
kryptonHeader1.Margin = new Padding(0);
kryptonHeader1.Name = "kryptonHeader1";
kryptonHeader1.Size = new Size(1024, 31);
kryptonHeader1.TabIndex = 0;
kryptonHeader1.Values.Description = "";
kryptonHeader1.Values.Heading = "权限明细";
kryptonHeader1.Values.Image = null;
//
// dataGv
//
dataGv.AllowUserToAddRows = false;
dataGv.AllowUserToDeleteRows = false;
dataGv.BorderStyle = BorderStyle.None;
dataGv.Columns.AddRange(new DataGridViewColumn[] { permissionNameCol, permissionDescriptionCol, dependentCol, viewIndcCol, createIndcCol, amendIndcCol, deleteIndcCol });
dataGv.Dock = DockStyle.Fill;
dataGv.Location = new Point(0, 31);
dataGv.Margin = new Padding(0);
dataGv.Name = "dataGv";
dataGv.Size = new Size(1024, 400);
dataGv.TabIndex = 2;
dataGv.CellClick += dataGv_CellClick;
//
// permissionNameCol
//
permissionNameCol.DataPropertyName = "PermissionName";
permissionNameCol.DefaultCellStyle = dataGridViewCellStyle10;
permissionNameCol.HeaderText = "权限名";
permissionNameCol.Name = "permissionNameCol";
permissionNameCol.Resizable = DataGridViewTriState.True;
permissionNameCol.Width = 300;
//
// permissionDescriptionCol
//
permissionDescriptionCol.DataPropertyName = "PermissionDescription";
permissionDescriptionCol.DefaultCellStyle = dataGridViewCellStyle11;
permissionDescriptionCol.HeaderText = "中文名";
permissionDescriptionCol.Name = "permissionDescriptionCol";
permissionDescriptionCol.Resizable = DataGridViewTriState.True;
permissionDescriptionCol.Width = 300;
//
// dependentCol
//
dependentCol.DataPropertyName = "Dependent";
dataGridViewCellStyle12.Font = new Font("Arial", 9F, FontStyle.Bold | FontStyle.Underline);
dataGridViewCellStyle12.ForeColor = Color.Blue;
dependentCol.DefaultCellStyle = dataGridViewCellStyle12;
dependentCol.HeaderText = "扩展名";
dependentCol.Name = "dependentCol";
dependentCol.Resizable = DataGridViewTriState.True;
dependentCol.Width = 100;
//
// viewIndcCol
//
viewIndcCol.DataPropertyName = "ViewIndc";
dataGridViewCellStyle13.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.NullValue = false;
viewIndcCol.DefaultCellStyle = dataGridViewCellStyle13;
viewIndcCol.FalseValue = "N";
viewIndcCol.HeaderText = "查看";
viewIndcCol.IndeterminateValue = null;
viewIndcCol.Name = "viewIndcCol";
viewIndcCol.Resizable = DataGridViewTriState.True;
viewIndcCol.SortMode = DataGridViewColumnSortMode.Automatic;
viewIndcCol.TrueValue = "Y";
viewIndcCol.Width = 60;
//
// createIndcCol
//
createIndcCol.DataPropertyName = "CreateIndc";
dataGridViewCellStyle14.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle14.NullValue = false;
createIndcCol.DefaultCellStyle = dataGridViewCellStyle14;
createIndcCol.FalseValue = "N";
createIndcCol.HeaderText = "新增";
createIndcCol.IndeterminateValue = null;
createIndcCol.Name = "createIndcCol";
createIndcCol.Resizable = DataGridViewTriState.True;
createIndcCol.SortMode = DataGridViewColumnSortMode.Automatic;
createIndcCol.TrueValue = "Y";
createIndcCol.Width = 60;
//
// amendIndcCol
//
amendIndcCol.DataPropertyName = "AmendIndc";
dataGridViewCellStyle15.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle15.NullValue = false;
amendIndcCol.DefaultCellStyle = dataGridViewCellStyle15;
amendIndcCol.FalseValue = "N";
amendIndcCol.HeaderText = "修改";
amendIndcCol.IndeterminateValue = null;
amendIndcCol.Name = "amendIndcCol";
amendIndcCol.Resizable = DataGridViewTriState.True;
amendIndcCol.SortMode = DataGridViewColumnSortMode.Automatic;
amendIndcCol.TrueValue = "Y";
amendIndcCol.Width = 60;
//
// deleteIndcCol
//
deleteIndcCol.DataPropertyName = "DeleteIndc";
dataGridViewCellStyle16.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle16.NullValue = false;
deleteIndcCol.DefaultCellStyle = dataGridViewCellStyle16;
deleteIndcCol.FalseValue = "N";
deleteIndcCol.HeaderText = "删除";
deleteIndcCol.IndeterminateValue = null;
deleteIndcCol.Name = "deleteIndcCol";
deleteIndcCol.Resizable = DataGridViewTriState.True;
deleteIndcCol.SortMode = DataGridViewColumnSortMode.Automatic;
deleteIndcCol.TrueValue = "Y";
deleteIndcCol.Width = 60;
//
// tableLayoutPanel2
//
tableLayoutPanel2.AutoSize = true;
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel2.ColumnCount = 2;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.Controls.Add(groupNameLabel, 0, 0);
tableLayoutPanel2.Controls.Add(groupLocalNameLabel, 0, 1);
tableLayoutPanel2.Controls.Add(groupEngNameLabel, 0, 2);
tableLayoutPanel2.Controls.Add(groupNameTxt, 1, 0);
tableLayoutPanel2.Controls.Add(groupLocalNameTxt, 1, 1);
tableLayoutPanel2.Controls.Add(groupEngNameTxt, 1, 2);
tableLayoutPanel2.Location = new Point(3, 3);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 3;
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.Size = new Size(364, 87);
tableLayoutPanel2.TabIndex = 0;
//
// groupNameLabel
//
groupNameLabel.Location = new Point(3, 3);
groupNameLabel.Name = "groupNameLabel";
groupNameLabel.Size = new Size(52, 20);
groupNameLabel.TabIndex = 1;
groupNameLabel.Values.Text = "组别名:";
//
// groupLocalNameLabel
//
groupLocalNameLabel.Location = new Point(3, 32);
groupLocalNameLabel.Name = "groupLocalNameLabel";
groupLocalNameLabel.Size = new Size(52, 20);
groupLocalNameLabel.TabIndex = 1;
groupLocalNameLabel.Values.Text = "中文名:";
//
// groupEngNameLabel
//
groupEngNameLabel.Location = new Point(3, 61);
groupEngNameLabel.Name = "groupEngNameLabel";
groupEngNameLabel.Size = new Size(52, 20);
groupEngNameLabel.TabIndex = 1;
groupEngNameLabel.Values.Text = "英文名:";
//
// groupNameTxt
//
groupNameTxt.Dock = DockStyle.Fill;
groupNameTxt.Location = new Point(61, 3);
groupNameTxt.MaxLength = 50;
groupNameTxt.Name = "groupNameTxt";
groupNameTxt.Size = new Size(300, 23);
groupNameTxt.TabIndex = 1;
//
// groupLocalNameTxt
//
groupLocalNameTxt.Location = new Point(61, 32);
groupLocalNameTxt.MaxLength = 50;
groupLocalNameTxt.Name = "groupLocalNameTxt";
groupLocalNameTxt.Size = new Size(300, 23);
groupLocalNameTxt.TabIndex = 2;
//
// groupEngNameTxt
//
groupEngNameTxt.Dock = DockStyle.Fill;
groupEngNameTxt.Location = new Point(61, 61);
groupEngNameTxt.MaxLength = 50;
groupEngNameTxt.Name = "groupEngNameTxt";
groupEngNameTxt.Size = new Size(300, 23);
groupEngNameTxt.TabIndex = 3;
//
// tableLayoutPanel6
//
tableLayoutPanel6.AutoSize = true;
tableLayoutPanel6.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel6.ColumnCount = 2;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel6.Controls.Add(delActorBut, 1, 0);
tableLayoutPanel6.Controls.Add(addActorBut, 0, 0);
tableLayoutPanel6.Location = new Point(3, 1248);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle());
tableLayoutPanel6.Size = new Size(92, 31);
tableLayoutPanel6.TabIndex = 5;
//
// delActorBut
//
delActorBut.Location = new Point(49, 3);
delActorBut.Name = "delActorBut";
delActorBut.Size = new Size(40, 25);
delActorBut.TabIndex = 2;
delActorBut.Values.Image = Properties.Resources.navigate_minus;
delActorBut.Values.Text = "";
delActorBut.Click += delActorBut_Click;
//
// addActorBut
//
addActorBut.Location = new Point(3, 3);
addActorBut.Name = "addActorBut";
addActorBut.Size = new Size(40, 25);
addActorBut.TabIndex = 1;
addActorBut.Values.Image = Properties.Resources.navigate_plus;
addActorBut.Values.Text = "";
addActorBut.Click += addActorBut_Click;
//
// permissionSearchBut
//
permissionSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
permissionSearchBut.UniqueName = "29ee19b90170485ca37adcc57c43685d";
//
// searchPanel
//
searchPanel.AutoSize = true;
searchPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
searchPanel.ColumnCount = 3;
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.Controls.Add(createBut, 2, 0);
searchPanel.Controls.Add(resetBut, 1, 0);
searchPanel.Controls.Add(searchBut, 0, 0);
searchPanel.Location = new Point(424, 0);
searchPanel.Margin = new Padding(60, 0, 0, 0);
searchPanel.Name = "searchPanel";
searchPanel.RowCount = 1;
searchPanel.RowStyles.Add(new RowStyle());
searchPanel.Size = new Size(288, 31);
searchPanel.TabIndex = 0;
//
// createBut
//
createBut.Location = new Point(195, 3);
createBut.Name = "createBut";
createBut.Size = new Size(90, 25);
createBut.TabIndex = 3;
createBut.Values.Image = Properties.Resources.create_16;
createBut.Values.Text = "新增(&C)";
createBut.Click += createBut_Click;
//
// resetBut
//
resetBut.Location = new Point(99, 3);
resetBut.Name = "resetBut";
resetBut.Size = new Size(90, 25);
resetBut.TabIndex = 2;
resetBut.Values.Image = Properties.Resources.reset_16;
resetBut.Values.Text = "重置(&R)";
resetBut.Click += resetBut_Click;
//
// searchBut
//
searchBut.Location = new Point(3, 3);
searchBut.Name = "searchBut";
searchBut.Size = new Size(90, 25);
searchBut.TabIndex = 1;
searchBut.Values.Image = Properties.Resources.search_16;
searchBut.Values.Text = "查询(&S)";
searchBut.Click += searchBut_Click;
//
// groupNameSearchLabel
//
groupNameSearchLabel.Location = new Point(3, 3);
groupNameSearchLabel.Name = "groupNameSearchLabel";
groupNameSearchLabel.Size = new Size(52, 20);
groupNameSearchLabel.TabIndex = 1;
groupNameSearchLabel.Values.Text = "组别名:";
//
// groupNameSearchTxt
//
groupNameSearchTxt.ButtonSpecs.Add(groupNameSearchBut);
groupNameSearchTxt.Location = new Point(61, 3);
groupNameSearchTxt.Name = "groupNameSearchTxt";
groupNameSearchTxt.Size = new Size(300, 23);
groupNameSearchTxt.TabIndex = 0;
//
// groupNameSearchBut
//
groupNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
groupNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8";
groupNameSearchBut.Click += groupNameSearchBut_Click;
//
// kryptonPanel1
//
kryptonPanel1.Dock = DockStyle.Fill;
kryptonPanel1.Location = new Point(3, 40);
kryptonPanel1.Name = "kryptonPanel1";
kryptonPanel1.Size = new Size(1018, 5);
kryptonPanel1.TabIndex = 1;
//
// bottomPanel
//
bottomPanel.AutoSize = true;
bottomPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
bottomPanel.ColumnCount = 1;
bottomPanel.ColumnStyles.Add(new ColumnStyle());
bottomPanel.Controls.Add(savePanel, 0, 0);
bottomPanel.Controls.Add(operationPanel, 0, 1);
bottomPanel.Location = new Point(0, 726);
bottomPanel.Margin = new Padding(0);
bottomPanel.Name = "bottomPanel";
bottomPanel.RowCount = 2;
bottomPanel.RowStyles.Add(new RowStyle());
bottomPanel.RowStyles.Add(new RowStyle());
bottomPanel.Size = new Size(198, 74);
bottomPanel.TabIndex = 2;
//
// savePanel
//
savePanel.AutoSize = true;
savePanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
savePanel.ColumnCount = 2;
savePanel.ColumnStyles.Add(new ColumnStyle());
savePanel.ColumnStyles.Add(new ColumnStyle());
savePanel.Controls.Add(cancelBut, 1, 0);
savePanel.Controls.Add(saveBut, 0, 0);
savePanel.Location = new Point(3, 3);
savePanel.Name = "savePanel";
savePanel.RowCount = 1;
savePanel.RowStyles.Add(new RowStyle());
savePanel.Size = new Size(192, 31);
savePanel.TabIndex = 0;
//
// cancelBut
//
cancelBut.Location = new Point(99, 3);
cancelBut.Name = "cancelBut";
cancelBut.Size = new Size(90, 25);
cancelBut.TabIndex = 2;
cancelBut.Values.Image = Properties.Resources.cancel_16;
cancelBut.Values.Text = "取消(&L)";
cancelBut.Click += cancelBut_Click;
//
// saveBut
//
saveBut.Location = new Point(3, 3);
saveBut.Name = "saveBut";
saveBut.Size = new Size(90, 25);
saveBut.TabIndex = 1;
saveBut.Values.Image = Properties.Resources.save_16;
saveBut.Values.Text = "保存(&S)";
saveBut.Click += saveBut_Click;
//
// operationPanel
//
operationPanel.AutoSize = true;
operationPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
operationPanel.ColumnCount = 2;
operationPanel.ColumnStyles.Add(new ColumnStyle());
operationPanel.ColumnStyles.Add(new ColumnStyle());
operationPanel.Controls.Add(deleteBut, 1, 0);
operationPanel.Controls.Add(amendBut, 0, 0);
operationPanel.Location = new Point(3, 40);
operationPanel.Name = "operationPanel";
operationPanel.RowCount = 1;
operationPanel.RowStyles.Add(new RowStyle());
operationPanel.Size = new Size(192, 31);
operationPanel.TabIndex = 0;
//
// deleteBut
//
deleteBut.Location = new Point(99, 3);
deleteBut.Name = "deleteBut";
deleteBut.Size = new Size(90, 25);
deleteBut.TabIndex = 2;
deleteBut.Values.Image = Properties.Resources.delete_16;
deleteBut.Values.Text = "删除(&D)";
deleteBut.Click += deleteBut_Click;
//
// amendBut
//
amendBut.Location = new Point(3, 3);
amendBut.Name = "amendBut";
amendBut.Size = new Size(90, 25);
amendBut.TabIndex = 1;
amendBut.Values.Image = Properties.Resources.amend_16;
amendBut.Values.Text = "修改(&M)";
amendBut.Click += amendBut_Click;
//
// topPanel
//
topPanel.AutoSize = true;
topPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
topPanel.ColumnCount = 3;
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
topPanel.Controls.Add(searchPanel, 3, 0);
topPanel.Controls.Add(groupNameSearchLabel, 0, 0);
topPanel.Controls.Add(groupNameSearchTxt, 1, 0);
topPanel.Dock = DockStyle.Fill;
topPanel.Location = new Point(3, 3);
topPanel.Name = "topPanel";
topPanel.RowCount = 1;
topPanel.RowStyles.Add(new RowStyle());
topPanel.Size = new Size(1018, 31);
topPanel.TabIndex = 0;
//
// mainPanel
//
mainPanel.ColumnCount = 1;
mainPanel.ColumnStyles.Add(new ColumnStyle());
mainPanel.Controls.Add(topPanel, 0, 0);
mainPanel.Controls.Add(kryptonPanel1, 0, 1);
mainPanel.Controls.Add(bottomPanel, 0, 3);
mainPanel.Controls.Add(contentPanel, 0, 2);
mainPanel.Dock = DockStyle.Fill;
mainPanel.Location = new Point(0, 0);
mainPanel.Name = "mainPanel";
mainPanel.RowCount = 4;
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.Size = new Size(1024, 800);
mainPanel.TabIndex = 4;
//
// SecurityGroupOperationPage
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(mainPanel);
Name = "SecurityGroupOperationPage";
((System.ComponentModel.ISupportInitialize)kryptonPanel2).EndInit();
contentPanel.ResumeLayout(false);
contentPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)actorGv).EndInit();
tableLayoutPanel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataDsGv).EndInit();
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel3.PerformLayout();
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGv).EndInit();
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel2.PerformLayout();
tableLayoutPanel6.ResumeLayout(false);
searchPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)kryptonPanel1).EndInit();
bottomPanel.ResumeLayout(false);
bottomPanel.PerformLayout();
savePanel.ResumeLayout(false);
operationPanel.ResumeLayout(false);
topPanel.ResumeLayout(false);
topPanel.PerformLayout();
mainPanel.ResumeLayout(false);
mainPanel.PerformLayout();
ResumeLayout(false);
}
#endregion
private Krypton.Toolkit.KryptonCheckBox delegateIndcChk;
private Krypton.Toolkit.KryptonTextBox permissionNameSearchTxt;
private Krypton.Toolkit.KryptonPanel kryptonPanel2;
private TableLayoutPanel contentPanel;
private TableLayoutPanel tableLayoutPanel5;
private Krypton.Toolkit.KryptonButton delDsBut;
private Krypton.Toolkit.KryptonDataGridView dataDsGv;
private Krypton.Toolkit.KryptonHeader kryptonHeader2;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel4;
private TableLayoutPanel tableLayoutPanel1;
private Krypton.Toolkit.KryptonButton delBut;
private Krypton.Toolkit.KryptonButton addBut;
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
private Krypton.Toolkit.KryptonDataGridView dataGv;
private TableLayoutPanel tableLayoutPanel2;
private Krypton.Toolkit.KryptonLabel groupNameLabel;
private Krypton.Toolkit.KryptonLabel groupLocalNameLabel;
private Krypton.Toolkit.KryptonLabel groupEngNameLabel;
private Krypton.Toolkit.KryptonTextBox groupNameTxt;
private Krypton.Toolkit.KryptonTextBox groupLocalNameTxt;
private Krypton.Toolkit.KryptonTextBox groupEngNameTxt;
private Krypton.Toolkit.ButtonSpecAny permissionSearchBut;
private TableLayoutPanel searchPanel;
private Krypton.Toolkit.KryptonButton createBut;
private Krypton.Toolkit.KryptonButton resetBut;
private Krypton.Toolkit.KryptonButton searchBut;
private Krypton.Toolkit.KryptonLabel groupNameSearchLabel;
private Krypton.Toolkit.KryptonTextBox groupNameSearchTxt;
private Krypton.Toolkit.ButtonSpecAny groupNameSearchBut;
private Krypton.Toolkit.KryptonPanel kryptonPanel1;
private TableLayoutPanel bottomPanel;
private TableLayoutPanel savePanel;
private Krypton.Toolkit.KryptonButton cancelBut;
private Krypton.Toolkit.KryptonButton saveBut;
private TableLayoutPanel operationPanel;
private Krypton.Toolkit.KryptonButton deleteBut;
private Krypton.Toolkit.KryptonButton amendBut;
private TableLayoutPanel topPanel;
private TableLayoutPanel mainPanel;
private Krypton.Toolkit.KryptonHeader kryptonHeader3;
private TableLayoutPanel tableLayoutPanel6;
private Krypton.Toolkit.KryptonButton delActorBut;
private Krypton.Toolkit.KryptonButton addActorBut;
private Krypton.Toolkit.KryptonDataGridView actorGv;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn actorNameCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn actorLocalNameCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dsDependentCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dsDependentDetailNameCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dsDependentDetailDescriptionCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn dsViewIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn dsCreateIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn dsAmendIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn dsDeleteIndcCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn permissionNameCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn permissionDescriptionCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dependentCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn viewIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn createIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn amendIndcCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn deleteIndcCol;
}
}