580 lines
26 KiB
C#
580 lines
26 KiB
C#
namespace CloudBuilder.Security.Gui
|
|
{
|
|
partial class SecurityPermissionOperationPage
|
|
{
|
|
/// <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();
|
|
contentPanel = new TableLayoutPanel();
|
|
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();
|
|
dependentDetailNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
dependentDetailDescriptionCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
tableLayoutPanel2 = new TableLayoutPanel();
|
|
permissionNameLabel = new Krypton.Toolkit.KryptonLabel();
|
|
descriptionLabel = new Krypton.Toolkit.KryptonLabel();
|
|
dependentLabel = new Krypton.Toolkit.KryptonLabel();
|
|
delegateIndcChk = new Krypton.Toolkit.KryptonCheckBox();
|
|
permissionNameTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
descriptionTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
dependentTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
|
|
mainPanel = new TableLayoutPanel();
|
|
topPanel = new TableLayoutPanel();
|
|
searchPanel = new TableLayoutPanel();
|
|
createBut = new Krypton.Toolkit.KryptonButton();
|
|
resetBut = new Krypton.Toolkit.KryptonButton();
|
|
searchBut = new Krypton.Toolkit.KryptonButton();
|
|
permissionNameSearchLabel = new Krypton.Toolkit.KryptonLabel();
|
|
permissionNameSearchTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
permissionNameSearchBut = 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();
|
|
contentPanel.SuspendLayout();
|
|
tableLayoutPanel3.SuspendLayout();
|
|
tableLayoutPanel4.SuspendLayout();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGv).BeginInit();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel2).BeginInit();
|
|
mainPanel.SuspendLayout();
|
|
topPanel.SuspendLayout();
|
|
searchPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit();
|
|
bottomPanel.SuspendLayout();
|
|
savePanel.SuspendLayout();
|
|
operationPanel.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// contentPanel
|
|
//
|
|
contentPanel.ColumnCount = 1;
|
|
contentPanel.ColumnStyles.Add(new ColumnStyle());
|
|
contentPanel.Controls.Add(tableLayoutPanel3, 0, 2);
|
|
contentPanel.Controls.Add(tableLayoutPanel2, 0, 0);
|
|
contentPanel.Controls.Add(kryptonPanel2, 0, 1);
|
|
contentPanel.Dock = DockStyle.Fill;
|
|
contentPanel.Location = new Point(3, 51);
|
|
contentPanel.Name = "contentPanel";
|
|
contentPanel.RowCount = 3;
|
|
contentPanel.RowStyles.Add(new RowStyle());
|
|
contentPanel.RowStyles.Add(new RowStyle());
|
|
contentPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
contentPanel.Size = new Size(1018, 672);
|
|
contentPanel.TabIndex = 3;
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
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(3, 133);
|
|
tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
tableLayoutPanel3.RowCount = 1;
|
|
tableLayoutPanel3.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel3.Size = new Size(1018, 536);
|
|
tableLayoutPanel3.TabIndex = 2;
|
|
//
|
|
// tableLayoutPanel4
|
|
//
|
|
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(SizeType.Percent, 50F));
|
|
tableLayoutPanel4.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel4.Size = new Size(1018, 536);
|
|
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, 502);
|
|
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(1018, 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[] { dependentDetailNameCol, dependentDetailDescriptionCol });
|
|
dataGv.Dock = DockStyle.Fill;
|
|
dataGv.Location = new Point(0, 31);
|
|
dataGv.Margin = new Padding(0);
|
|
dataGv.Name = "dataGv";
|
|
dataGv.Size = new Size(1018, 468);
|
|
dataGv.TabIndex = 2;
|
|
//
|
|
// dependentDetailNameCol
|
|
//
|
|
dependentDetailNameCol.DataPropertyName = "DependentDetailName";
|
|
dependentDetailNameCol.DefaultCellStyle = dataGridViewCellStyle1;
|
|
dependentDetailNameCol.HeaderText = "扩展名称";
|
|
dependentDetailNameCol.MaxInputLength = 50;
|
|
dependentDetailNameCol.Name = "dependentDetailNameCol";
|
|
dependentDetailNameCol.Resizable = DataGridViewTriState.True;
|
|
dependentDetailNameCol.Width = 200;
|
|
//
|
|
// dependentDetailDescriptionCol
|
|
//
|
|
dependentDetailDescriptionCol.DataPropertyName = "DependentDetailDescription";
|
|
dependentDetailDescriptionCol.DefaultCellStyle = dataGridViewCellStyle2;
|
|
dependentDetailDescriptionCol.HeaderText = "扩展描述";
|
|
dependentDetailDescriptionCol.MaxInputLength = 500;
|
|
dependentDetailDescriptionCol.Name = "dependentDetailDescriptionCol";
|
|
dependentDetailDescriptionCol.Width = 300;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.AutoSize = true;
|
|
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel2.ColumnCount = 2;
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel2.Controls.Add(permissionNameLabel, 0, 0);
|
|
tableLayoutPanel2.Controls.Add(descriptionLabel, 0, 1);
|
|
tableLayoutPanel2.Controls.Add(dependentLabel, 0, 2);
|
|
tableLayoutPanel2.Controls.Add(delegateIndcChk, 1, 3);
|
|
tableLayoutPanel2.Controls.Add(permissionNameTxt, 1, 0);
|
|
tableLayoutPanel2.Controls.Add(descriptionTxt, 1, 1);
|
|
tableLayoutPanel2.Controls.Add(dependentTxt, 1, 2);
|
|
tableLayoutPanel2.Location = new Point(3, 3);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.RowCount = 4;
|
|
tableLayoutPanel2.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel2.Size = new Size(364, 113);
|
|
tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// permissionNameLabel
|
|
//
|
|
permissionNameLabel.Location = new Point(3, 3);
|
|
permissionNameLabel.Name = "permissionNameLabel";
|
|
permissionNameLabel.Size = new Size(52, 20);
|
|
permissionNameLabel.TabIndex = 1;
|
|
permissionNameLabel.Values.Text = "权限名:";
|
|
//
|
|
// descriptionLabel
|
|
//
|
|
descriptionLabel.Location = new Point(3, 32);
|
|
descriptionLabel.Name = "descriptionLabel";
|
|
descriptionLabel.Size = new Size(39, 20);
|
|
descriptionLabel.TabIndex = 1;
|
|
descriptionLabel.Values.Text = "描述:";
|
|
//
|
|
// dependentLabel
|
|
//
|
|
dependentLabel.Location = new Point(3, 61);
|
|
dependentLabel.Name = "dependentLabel";
|
|
dependentLabel.Size = new Size(52, 20);
|
|
dependentLabel.TabIndex = 1;
|
|
dependentLabel.Values.Text = "扩展名:";
|
|
//
|
|
// delegateIndcChk
|
|
//
|
|
delegateIndcChk.Location = new Point(61, 90);
|
|
delegateIndcChk.Name = "delegateIndcChk";
|
|
delegateIndcChk.Size = new Size(81, 20);
|
|
delegateIndcChk.TabIndex = 2;
|
|
delegateIndcChk.Values.Text = "允许代理?";
|
|
//
|
|
// permissionNameTxt
|
|
//
|
|
permissionNameTxt.Dock = DockStyle.Fill;
|
|
permissionNameTxt.Location = new Point(61, 3);
|
|
permissionNameTxt.MaxLength = 50;
|
|
permissionNameTxt.Name = "permissionNameTxt";
|
|
permissionNameTxt.Size = new Size(300, 23);
|
|
permissionNameTxt.TabIndex = 3;
|
|
//
|
|
// descriptionTxt
|
|
//
|
|
descriptionTxt.Location = new Point(61, 32);
|
|
descriptionTxt.MaxLength = 500;
|
|
descriptionTxt.Name = "descriptionTxt";
|
|
descriptionTxt.Size = new Size(300, 23);
|
|
descriptionTxt.TabIndex = 3;
|
|
//
|
|
// dependentTxt
|
|
//
|
|
dependentTxt.Dock = DockStyle.Fill;
|
|
dependentTxt.Location = new Point(61, 61);
|
|
dependentTxt.MaxLength = 50;
|
|
dependentTxt.Name = "dependentTxt";
|
|
dependentTxt.Size = new Size(300, 23);
|
|
dependentTxt.TabIndex = 3;
|
|
//
|
|
// kryptonPanel2
|
|
//
|
|
kryptonPanel2.Dock = DockStyle.Fill;
|
|
kryptonPanel2.Location = new Point(3, 122);
|
|
kryptonPanel2.Name = "kryptonPanel2";
|
|
kryptonPanel2.Size = new Size(1018, 5);
|
|
kryptonPanel2.TabIndex = 1;
|
|
//
|
|
// 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 = 1;
|
|
//
|
|
// 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(permissionNameSearchLabel, 0, 0);
|
|
topPanel.Controls.Add(permissionNameSearchTxt, 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;
|
|
//
|
|
// 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;
|
|
//
|
|
// permissionNameSearchLabel
|
|
//
|
|
permissionNameSearchLabel.Location = new Point(3, 3);
|
|
permissionNameSearchLabel.Name = "permissionNameSearchLabel";
|
|
permissionNameSearchLabel.Size = new Size(52, 20);
|
|
permissionNameSearchLabel.TabIndex = 1;
|
|
permissionNameSearchLabel.Values.Text = "权限名:";
|
|
//
|
|
// permissionNameSearchTxt
|
|
//
|
|
permissionNameSearchTxt.ButtonSpecs.Add(permissionNameSearchBut);
|
|
permissionNameSearchTxt.Location = new Point(61, 3);
|
|
permissionNameSearchTxt.Name = "permissionNameSearchTxt";
|
|
permissionNameSearchTxt.Size = new Size(300, 23);
|
|
permissionNameSearchTxt.TabIndex = 2;
|
|
//
|
|
// permissionNameSearchBut
|
|
//
|
|
permissionNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
|
|
permissionNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8";
|
|
permissionNameSearchBut.Click += permissionNameSearchBut_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;
|
|
//
|
|
// SecurityPermissionOperationPage
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(mainPanel);
|
|
Name = "SecurityPermissionOperationPage";
|
|
contentPanel.ResumeLayout(false);
|
|
contentPanel.PerformLayout();
|
|
tableLayoutPanel3.ResumeLayout(false);
|
|
tableLayoutPanel4.ResumeLayout(false);
|
|
tableLayoutPanel4.PerformLayout();
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGv).EndInit();
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel2).EndInit();
|
|
mainPanel.ResumeLayout(false);
|
|
mainPanel.PerformLayout();
|
|
topPanel.ResumeLayout(false);
|
|
topPanel.PerformLayout();
|
|
searchPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel1).EndInit();
|
|
bottomPanel.ResumeLayout(false);
|
|
bottomPanel.PerformLayout();
|
|
savePanel.ResumeLayout(false);
|
|
operationPanel.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TableLayoutPanel contentPanel;
|
|
private TableLayoutPanel tableLayoutPanel3;
|
|
private TableLayoutPanel tableLayoutPanel4;
|
|
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
|
|
private Krypton.Toolkit.KryptonDataGridView dataGv;
|
|
private TableLayoutPanel tableLayoutPanel2;
|
|
private Krypton.Toolkit.KryptonLabel permissionNameLabel;
|
|
private Krypton.Toolkit.KryptonLabel descriptionLabel;
|
|
private Krypton.Toolkit.KryptonLabel dependentLabel;
|
|
private Krypton.Toolkit.KryptonCheckBox delegateIndcChk;
|
|
private Krypton.Toolkit.KryptonTextBox permissionNameTxt;
|
|
private Krypton.Toolkit.KryptonTextBox descriptionTxt;
|
|
private Krypton.Toolkit.KryptonTextBox dependentTxt;
|
|
private Krypton.Toolkit.KryptonPanel kryptonPanel2;
|
|
private TableLayoutPanel mainPanel;
|
|
private TableLayoutPanel topPanel;
|
|
private TableLayoutPanel searchPanel;
|
|
private Krypton.Toolkit.KryptonButton createBut;
|
|
private Krypton.Toolkit.KryptonButton resetBut;
|
|
private Krypton.Toolkit.KryptonButton searchBut;
|
|
private Krypton.Toolkit.KryptonLabel permissionNameSearchLabel;
|
|
private Krypton.Toolkit.KryptonTextBox permissionNameSearchTxt;
|
|
private Krypton.Toolkit.ButtonSpecAny permissionNameSearchBut;
|
|
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 tableLayoutPanel1;
|
|
private Krypton.Toolkit.KryptonButton delBut;
|
|
private Krypton.Toolkit.KryptonButton addBut;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dependentDetailNameCol;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dependentDetailDescriptionCol;
|
|
}
|
|
} |