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

847 lines
39 KiB
C#

namespace CloudBuilder.Security.Gui
{
partial class SecurityFunctionOperationPage
{
/// <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 dataGridViewCellStyle6 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle();
delSonBut = new Krypton.Toolkit.KryptonButton();
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();
dependentDetailNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dependentDetailDescriptionCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
dataSonGv = new Krypton.Toolkit.KryptonDataGridView();
functionNameSonCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
functionLocalNameSonCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
orderbyCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
tableLayoutPanel2 = new TableLayoutPanel();
functionIndcCombo = new Krypton.Toolkit.KryptonComboBox();
functionNameLabel = new Krypton.Toolkit.KryptonLabel();
permissionNameTxt = new Krypton.Toolkit.KryptonTextBox();
permissionSearchBut = new Krypton.Toolkit.ButtonSpecAny();
functionLocalNameLabel = new Krypton.Toolkit.KryptonLabel();
functionEngNameLabel = new Krypton.Toolkit.KryptonLabel();
functionNameTxt = new Krypton.Toolkit.KryptonTextBox();
functionLocalNameTxt = new Krypton.Toolkit.KryptonTextBox();
functionEngNameTxt = new Krypton.Toolkit.KryptonTextBox();
pageNameLabel = new Krypton.Toolkit.KryptonLabel();
pageNameTxt = new Krypton.Toolkit.KryptonTextBox();
apiRouteLabel = new Krypton.Toolkit.KryptonLabel();
functionIndcLabel = new Krypton.Toolkit.KryptonLabel();
pageUrlLabel = new Krypton.Toolkit.KryptonLabel();
iconLabel = new Krypton.Toolkit.KryptonLabel();
permissionNameLabel = new Krypton.Toolkit.KryptonLabel();
apiRouteTxt = new Krypton.Toolkit.KryptonTextBox();
pageUrlTxt = new Krypton.Toolkit.KryptonTextBox();
iconTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
addSonBut = new Krypton.Toolkit.KryptonButton();
contentPanel = new TableLayoutPanel();
tableLayoutPanel5 = new TableLayoutPanel();
searchPanel = new TableLayoutPanel();
createBut = new Krypton.Toolkit.KryptonButton();
resetBut = new Krypton.Toolkit.KryptonButton();
searchBut = new Krypton.Toolkit.KryptonButton();
functionNameSearchLabel = new Krypton.Toolkit.KryptonLabel();
functionNameSearchTxt = new Krypton.Toolkit.KryptonTextBox();
functionNameSearchBut = 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();
mainPanel = new TableLayoutPanel();
topPanel = new TableLayoutPanel();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGv).BeginInit();
((System.ComponentModel.ISupportInitialize)dataSonGv).BeginInit();
tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)functionIndcCombo).BeginInit();
((System.ComponentModel.ISupportInitialize)kryptonPanel2).BeginInit();
contentPanel.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
searchPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit();
bottomPanel.SuspendLayout();
savePanel.SuspendLayout();
operationPanel.SuspendLayout();
mainPanel.SuspendLayout();
topPanel.SuspendLayout();
SuspendLayout();
//
// delSonBut
//
delSonBut.Location = new Point(49, 3);
delSonBut.Name = "delSonBut";
delSonBut.Size = new Size(40, 25);
delSonBut.TabIndex = 2;
delSonBut.Values.Image = Properties.Resources.navigate_minus;
delSonBut.Values.Text = "";
delSonBut.Click += delSonBut_Click;
//
// kryptonHeader2
//
kryptonHeader2.Dock = DockStyle.Top;
kryptonHeader2.Location = new Point(0, 324);
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, 156);
tableLayoutPanel3.Margin = new Padding(0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle());
tableLayoutPanel3.Size = new Size(1024, 168);
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, 168);
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, 134);
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[] { dependentDetailNameCol, dependentDetailDescriptionCol });
dataGv.Dock = DockStyle.Fill;
dataGv.Location = new Point(0, 31);
dataGv.Margin = new Padding(0);
dataGv.Name = "dataGv";
dataGv.Size = new Size(1024, 100);
dataGv.TabIndex = 2;
//
// dependentDetailNameCol
//
dependentDetailNameCol.DataPropertyName = "ParentFunctionName";
dependentDetailNameCol.DefaultCellStyle = dataGridViewCellStyle6;
dependentDetailNameCol.HeaderText = "应用名";
dependentDetailNameCol.MaxInputLength = 50;
dependentDetailNameCol.Name = "dependentDetailNameCol";
dependentDetailNameCol.Resizable = DataGridViewTriState.True;
dependentDetailNameCol.Width = 300;
//
// dependentDetailDescriptionCol
//
dependentDetailDescriptionCol.DataPropertyName = "ParentFunctionLocalName";
dependentDetailDescriptionCol.DefaultCellStyle = dataGridViewCellStyle7;
dependentDetailDescriptionCol.HeaderText = "中文名";
dependentDetailDescriptionCol.MaxInputLength = 500;
dependentDetailDescriptionCol.Name = "dependentDetailDescriptionCol";
dependentDetailDescriptionCol.Width = 300;
//
// dataSonGv
//
dataSonGv.AllowUserToAddRows = false;
dataSonGv.AllowUserToDeleteRows = false;
dataSonGv.BorderStyle = BorderStyle.None;
dataSonGv.Columns.AddRange(new DataGridViewColumn[] { functionNameSonCol, functionLocalNameSonCol, orderbyCol });
dataSonGv.Dock = DockStyle.Fill;
dataSonGv.Location = new Point(0, 355);
dataSonGv.Margin = new Padding(0);
dataSonGv.Name = "dataSonGv";
dataSonGv.Size = new Size(1024, 280);
dataSonGv.TabIndex = 4;
//
// functionNameSonCol
//
functionNameSonCol.DataPropertyName = "SonFunctionName";
functionNameSonCol.DefaultCellStyle = dataGridViewCellStyle8;
functionNameSonCol.HeaderText = "应用名";
functionNameSonCol.Name = "functionNameSonCol";
functionNameSonCol.Width = 300;
//
// functionLocalNameSonCol
//
functionLocalNameSonCol.DataPropertyName = "SonFunctionLocalName";
functionLocalNameSonCol.DefaultCellStyle = dataGridViewCellStyle9;
functionLocalNameSonCol.HeaderText = "中文名";
functionLocalNameSonCol.Name = "functionLocalNameSonCol";
functionLocalNameSonCol.Width = 300;
//
// orderbyCol
//
orderbyCol.DataPropertyName = "Orderby";
orderbyCol.DefaultCellStyle = dataGridViewCellStyle10;
orderbyCol.HeaderText = "顺序";
orderbyCol.MaxInputLength = 5;
orderbyCol.Name = "orderbyCol";
orderbyCol.Width = 60;
//
// tableLayoutPanel2
//
tableLayoutPanel2.AutoSize = true;
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel2.ColumnCount = 4;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.Controls.Add(functionIndcCombo, 3, 0);
tableLayoutPanel2.Controls.Add(functionNameLabel, 0, 0);
tableLayoutPanel2.Controls.Add(permissionNameTxt, 1, 4);
tableLayoutPanel2.Controls.Add(functionLocalNameLabel, 0, 1);
tableLayoutPanel2.Controls.Add(functionEngNameLabel, 0, 2);
tableLayoutPanel2.Controls.Add(functionNameTxt, 1, 0);
tableLayoutPanel2.Controls.Add(functionLocalNameTxt, 1, 1);
tableLayoutPanel2.Controls.Add(functionEngNameTxt, 1, 2);
tableLayoutPanel2.Controls.Add(pageNameLabel, 0, 3);
tableLayoutPanel2.Controls.Add(pageNameTxt, 1, 3);
tableLayoutPanel2.Controls.Add(apiRouteLabel, 2, 3);
tableLayoutPanel2.Controls.Add(functionIndcLabel, 2, 0);
tableLayoutPanel2.Controls.Add(pageUrlLabel, 2, 2);
tableLayoutPanel2.Controls.Add(iconLabel, 2, 1);
tableLayoutPanel2.Controls.Add(permissionNameLabel, 0, 4);
tableLayoutPanel2.Controls.Add(apiRouteTxt, 3, 3);
tableLayoutPanel2.Controls.Add(pageUrlTxt, 3, 2);
tableLayoutPanel2.Controls.Add(iconTxt, 3, 1);
tableLayoutPanel2.Location = new Point(3, 3);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 5;
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.Size = new Size(768, 145);
tableLayoutPanel2.TabIndex = 0;
//
// functionIndcCombo
//
functionIndcCombo.DropDownStyle = ComboBoxStyle.DropDownList;
functionIndcCombo.DropDownWidth = 200;
functionIndcCombo.IntegralHeight = false;
functionIndcCombo.Location = new Point(465, 3);
functionIndcCombo.Name = "functionIndcCombo";
functionIndcCombo.Size = new Size(300, 22);
functionIndcCombo.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
functionIndcCombo.TabIndex = 10;
//
// functionNameLabel
//
functionNameLabel.Location = new Point(3, 3);
functionNameLabel.Name = "functionNameLabel";
functionNameLabel.Size = new Size(52, 20);
functionNameLabel.TabIndex = 1;
functionNameLabel.Values.Text = "应用名:";
//
// permissionNameTxt
//
permissionNameTxt.ButtonSpecs.Add(permissionSearchBut);
permissionNameTxt.Location = new Point(61, 119);
permissionNameTxt.MaxLength = 50;
permissionNameTxt.Name = "permissionNameTxt";
permissionNameTxt.Size = new Size(300, 23);
permissionNameTxt.TabIndex = 5;
//
// permissionSearchBut
//
permissionSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
permissionSearchBut.UniqueName = "29ee19b90170485ca37adcc57c43685d";
permissionSearchBut.Click += permissionSearchBut_Click;
//
// functionLocalNameLabel
//
functionLocalNameLabel.Location = new Point(3, 32);
functionLocalNameLabel.Name = "functionLocalNameLabel";
functionLocalNameLabel.Size = new Size(52, 20);
functionLocalNameLabel.TabIndex = 1;
functionLocalNameLabel.Values.Text = "中文名:";
//
// functionEngNameLabel
//
functionEngNameLabel.Location = new Point(3, 61);
functionEngNameLabel.Name = "functionEngNameLabel";
functionEngNameLabel.Size = new Size(52, 20);
functionEngNameLabel.TabIndex = 1;
functionEngNameLabel.Values.Text = "英文名:";
//
// functionNameTxt
//
functionNameTxt.Dock = DockStyle.Fill;
functionNameTxt.Location = new Point(61, 3);
functionNameTxt.MaxLength = 50;
functionNameTxt.Name = "functionNameTxt";
functionNameTxt.Size = new Size(300, 23);
functionNameTxt.TabIndex = 1;
//
// functionLocalNameTxt
//
functionLocalNameTxt.Location = new Point(61, 32);
functionLocalNameTxt.MaxLength = 50;
functionLocalNameTxt.Name = "functionLocalNameTxt";
functionLocalNameTxt.Size = new Size(300, 23);
functionLocalNameTxt.TabIndex = 2;
//
// functionEngNameTxt
//
functionEngNameTxt.Dock = DockStyle.Fill;
functionEngNameTxt.Location = new Point(61, 61);
functionEngNameTxt.MaxLength = 50;
functionEngNameTxt.Name = "functionEngNameTxt";
functionEngNameTxt.Size = new Size(300, 23);
functionEngNameTxt.TabIndex = 3;
//
// pageNameLabel
//
pageNameLabel.Location = new Point(3, 90);
pageNameLabel.Name = "pageNameLabel";
pageNameLabel.Size = new Size(52, 20);
pageNameLabel.TabIndex = 1;
pageNameLabel.Values.Text = "页面名:";
//
// pageNameTxt
//
pageNameTxt.Dock = DockStyle.Fill;
pageNameTxt.Location = new Point(61, 90);
pageNameTxt.MaxLength = 50;
pageNameTxt.Name = "pageNameTxt";
pageNameTxt.Size = new Size(300, 23);
pageNameTxt.TabIndex = 4;
//
// apiRouteLabel
//
apiRouteLabel.Location = new Point(394, 90);
apiRouteLabel.Margin = new Padding(30, 3, 3, 3);
apiRouteLabel.Name = "apiRouteLabel";
apiRouteLabel.Size = new Size(57, 20);
apiRouteLabel.TabIndex = 1;
apiRouteLabel.Values.Text = "Api路由:";
//
// functionIndcLabel
//
functionIndcLabel.Location = new Point(394, 3);
functionIndcLabel.Margin = new Padding(30, 3, 3, 3);
functionIndcLabel.Name = "functionIndcLabel";
functionIndcLabel.Size = new Size(62, 20);
functionIndcLabel.TabIndex = 1;
functionIndcLabel.Values.Text = "菜单项?";
//
// pageUrlLabel
//
pageUrlLabel.Location = new Point(394, 61);
pageUrlLabel.Margin = new Padding(30, 3, 3, 3);
pageUrlLabel.Name = "pageUrlLabel";
pageUrlLabel.Size = new Size(65, 20);
pageUrlLabel.TabIndex = 1;
pageUrlLabel.Values.Text = "页面路径:";
//
// iconLabel
//
iconLabel.Location = new Point(394, 32);
iconLabel.Margin = new Padding(30, 3, 3, 3);
iconLabel.Name = "iconLabel";
iconLabel.Size = new Size(39, 20);
iconLabel.TabIndex = 1;
iconLabel.Values.Text = "图标:";
//
// permissionNameLabel
//
permissionNameLabel.Location = new Point(3, 119);
permissionNameLabel.Name = "permissionNameLabel";
permissionNameLabel.Size = new Size(52, 20);
permissionNameLabel.TabIndex = 1;
permissionNameLabel.Values.Text = "权限名:";
//
// apiRouteTxt
//
apiRouteTxt.Location = new Point(465, 90);
apiRouteTxt.MaxLength = 512;
apiRouteTxt.Name = "apiRouteTxt";
apiRouteTxt.Size = new Size(300, 23);
apiRouteTxt.TabIndex = 13;
//
// pageUrlTxt
//
pageUrlTxt.Dock = DockStyle.Fill;
pageUrlTxt.Location = new Point(465, 61);
pageUrlTxt.MaxLength = 512;
pageUrlTxt.Name = "pageUrlTxt";
pageUrlTxt.Size = new Size(300, 23);
pageUrlTxt.TabIndex = 12;
//
// iconTxt
//
iconTxt.Dock = DockStyle.Fill;
iconTxt.Location = new Point(465, 32);
iconTxt.MaxLength = 256;
iconTxt.Name = "iconTxt";
iconTxt.Size = new Size(300, 23);
iconTxt.TabIndex = 11;
//
// kryptonPanel2
//
kryptonPanel2.Dock = DockStyle.Fill;
kryptonPanel2.Location = new Point(0, 151);
kryptonPanel2.Margin = new Padding(0);
kryptonPanel2.Name = "kryptonPanel2";
kryptonPanel2.Size = new Size(1024, 5);
kryptonPanel2.TabIndex = 1;
//
// addSonBut
//
addSonBut.Location = new Point(3, 3);
addSonBut.Name = "addSonBut";
addSonBut.Size = new Size(40, 25);
addSonBut.TabIndex = 1;
addSonBut.Values.Image = Properties.Resources.navigate_plus;
addSonBut.Values.Text = "";
addSonBut.Click += addSonBut_Click;
//
// contentPanel
//
contentPanel.ColumnCount = 1;
contentPanel.ColumnStyles.Add(new ColumnStyle());
contentPanel.Controls.Add(tableLayoutPanel5, 0, 5);
contentPanel.Controls.Add(dataSonGv, 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.Dock = DockStyle.Fill;
contentPanel.Location = new Point(3, 51);
contentPanel.Name = "contentPanel";
contentPanel.RowCount = 6;
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(SizeType.Percent, 100F));
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.Size = new Size(1018, 672);
contentPanel.TabIndex = 3;
//
// tableLayoutPanel5
//
tableLayoutPanel5.AutoSize = true;
tableLayoutPanel5.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel5.ColumnCount = 2;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel5.Controls.Add(delSonBut, 1, 0);
tableLayoutPanel5.Controls.Add(addSonBut, 0, 0);
tableLayoutPanel5.Location = new Point(3, 638);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle());
tableLayoutPanel5.Size = new Size(92, 31);
tableLayoutPanel5.TabIndex = 5;
//
// 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;
//
// functionNameSearchLabel
//
functionNameSearchLabel.Location = new Point(3, 3);
functionNameSearchLabel.Name = "functionNameSearchLabel";
functionNameSearchLabel.Size = new Size(52, 20);
functionNameSearchLabel.TabIndex = 1;
functionNameSearchLabel.Values.Text = "应用名:";
//
// functionNameSearchTxt
//
functionNameSearchTxt.ButtonSpecs.Add(functionNameSearchBut);
functionNameSearchTxt.Location = new Point(61, 3);
functionNameSearchTxt.Name = "functionNameSearchTxt";
functionNameSearchTxt.Size = new Size(300, 23);
functionNameSearchTxt.TabIndex = 0;
//
// functionNameSearchBut
//
functionNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
functionNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8";
functionNameSearchBut.Click += functionNameSearchBut_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;
//
// 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 = 3;
//
// 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(functionNameSearchLabel, 0, 0);
topPanel.Controls.Add(functionNameSearchTxt, 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;
//
// SecurityFunctionOperationPage
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(mainPanel);
Name = "SecurityFunctionOperationPage";
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel3.PerformLayout();
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGv).EndInit();
((System.ComponentModel.ISupportInitialize)dataSonGv).EndInit();
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)functionIndcCombo).EndInit();
((System.ComponentModel.ISupportInitialize)kryptonPanel2).EndInit();
contentPanel.ResumeLayout(false);
contentPanel.PerformLayout();
tableLayoutPanel5.ResumeLayout(false);
searchPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)kryptonPanel1).EndInit();
bottomPanel.ResumeLayout(false);
bottomPanel.PerformLayout();
savePanel.ResumeLayout(false);
operationPanel.ResumeLayout(false);
mainPanel.ResumeLayout(false);
mainPanel.PerformLayout();
topPanel.ResumeLayout(false);
topPanel.PerformLayout();
ResumeLayout(false);
}
#endregion
private Krypton.Toolkit.KryptonButton delSonBut;
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 Krypton.Toolkit.KryptonDataGridView dataSonGv;
private TableLayoutPanel tableLayoutPanel2;
private Krypton.Toolkit.KryptonComboBox functionIndcCombo;
private Krypton.Toolkit.KryptonLabel functionNameLabel;
private Krypton.Toolkit.KryptonTextBox permissionNameTxt;
private Krypton.Toolkit.ButtonSpecAny permissionSearchBut;
private Krypton.Toolkit.KryptonLabel functionLocalNameLabel;
private Krypton.Toolkit.KryptonLabel functionEngNameLabel;
private Krypton.Toolkit.KryptonTextBox functionNameTxt;
private Krypton.Toolkit.KryptonTextBox functionLocalNameTxt;
private Krypton.Toolkit.KryptonTextBox functionEngNameTxt;
private Krypton.Toolkit.KryptonLabel pageNameLabel;
private Krypton.Toolkit.KryptonTextBox pageNameTxt;
private Krypton.Toolkit.KryptonLabel apiRouteLabel;
private Krypton.Toolkit.KryptonLabel functionIndcLabel;
private Krypton.Toolkit.KryptonLabel pageUrlLabel;
private Krypton.Toolkit.KryptonLabel iconLabel;
private Krypton.Toolkit.KryptonLabel permissionNameLabel;
private Krypton.Toolkit.KryptonTextBox apiRouteTxt;
private Krypton.Toolkit.KryptonTextBox pageUrlTxt;
private Krypton.Toolkit.KryptonTextBox iconTxt;
private Krypton.Toolkit.KryptonPanel kryptonPanel2;
private Krypton.Toolkit.KryptonButton addSonBut;
private TableLayoutPanel contentPanel;
private TableLayoutPanel tableLayoutPanel5;
private TableLayoutPanel searchPanel;
private Krypton.Toolkit.KryptonButton createBut;
private Krypton.Toolkit.KryptonButton resetBut;
private Krypton.Toolkit.KryptonButton searchBut;
private Krypton.Toolkit.KryptonLabel functionNameSearchLabel;
private Krypton.Toolkit.KryptonTextBox functionNameSearchTxt;
private Krypton.Toolkit.ButtonSpecAny functionNameSearchBut;
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 mainPanel;
private TableLayoutPanel topPanel;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dependentDetailNameCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn dependentDetailDescriptionCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn functionNameSonCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn functionLocalNameSonCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn orderbyCol;
}
}