715 lines
33 KiB
C#
715 lines
33 KiB
C#
namespace CloudBuilder.Security.Gui
|
|
{
|
|
partial class SecurityUserOperationPage
|
|
{
|
|
/// <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();
|
|
mainPanel = new TableLayoutPanel();
|
|
topPanel = new TableLayoutPanel();
|
|
searchPanel = new TableLayoutPanel();
|
|
createBut = new Krypton.Toolkit.KryptonButton();
|
|
resetBut = new Krypton.Toolkit.KryptonButton();
|
|
searchBut = new Krypton.Toolkit.KryptonButton();
|
|
userNameSearchLabel = new Krypton.Toolkit.KryptonLabel();
|
|
userNameSearchTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
userNameSearchBut = 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 = new TableLayoutPanel();
|
|
tableLayoutPanel2 = new TableLayoutPanel();
|
|
userNameLabel = new Krypton.Toolkit.KryptonLabel();
|
|
userLocalNameLabel = new Krypton.Toolkit.KryptonLabel();
|
|
userMobileLabel = new Krypton.Toolkit.KryptonLabel();
|
|
userIsValidIndcChk = new Krypton.Toolkit.KryptonCheckBox();
|
|
userNameTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
userLocalNameTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
userMobileTxt = new Krypton.Toolkit.KryptonTextBox();
|
|
kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
|
|
splitContainer1 = new SplitContainer();
|
|
tableLayoutPanel3 = new TableLayoutPanel();
|
|
tableLayoutPanel4 = new TableLayoutPanel();
|
|
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
|
|
selectedGv = new Krypton.Toolkit.KryptonDataGridView();
|
|
actorNameSelectedCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
actorLocalNameSelectedCol = new DataGridViewComboBoxColumn();
|
|
tableLayoutPanel5 = new TableLayoutPanel();
|
|
deselectedBut = new Krypton.Toolkit.KryptonButton();
|
|
selectedBut = new Krypton.Toolkit.KryptonButton();
|
|
tableLayoutPanel6 = new TableLayoutPanel();
|
|
kryptonHeader2 = new Krypton.Toolkit.KryptonHeader();
|
|
deselectedGv = new Krypton.Toolkit.KryptonDataGridView();
|
|
actorNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
|
|
actorLocalNameCol = new DataGridViewComboBoxColumn();
|
|
userTypeLabel = new Krypton.Toolkit.KryptonLabel();
|
|
userTypeCombo = new Krypton.Toolkit.KryptonComboBox();
|
|
mainPanel.SuspendLayout();
|
|
topPanel.SuspendLayout();
|
|
searchPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit();
|
|
bottomPanel.SuspendLayout();
|
|
savePanel.SuspendLayout();
|
|
operationPanel.SuspendLayout();
|
|
contentPanel.SuspendLayout();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
|
splitContainer1.Panel1.SuspendLayout();
|
|
splitContainer1.Panel2.SuspendLayout();
|
|
splitContainer1.SuspendLayout();
|
|
tableLayoutPanel3.SuspendLayout();
|
|
tableLayoutPanel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)selectedGv).BeginInit();
|
|
tableLayoutPanel5.SuspendLayout();
|
|
tableLayoutPanel6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)deselectedGv).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)userTypeCombo).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// 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 = 0;
|
|
//
|
|
// 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(userNameSearchLabel, 0, 0);
|
|
topPanel.Controls.Add(userNameSearchTxt, 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;
|
|
//
|
|
// userNameSearchLabel
|
|
//
|
|
userNameSearchLabel.Location = new Point(3, 3);
|
|
userNameSearchLabel.Name = "userNameSearchLabel";
|
|
userNameSearchLabel.Size = new Size(52, 20);
|
|
userNameSearchLabel.TabIndex = 1;
|
|
userNameSearchLabel.Values.Text = "用户名:";
|
|
//
|
|
// userNameSearchTxt
|
|
//
|
|
userNameSearchTxt.ButtonSpecs.Add(userNameSearchBut);
|
|
userNameSearchTxt.Location = new Point(61, 3);
|
|
userNameSearchTxt.Name = "userNameSearchTxt";
|
|
userNameSearchTxt.Size = new Size(300, 23);
|
|
userNameSearchTxt.TabIndex = 2;
|
|
//
|
|
// userNameSearchBut
|
|
//
|
|
userNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
|
|
userNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8";
|
|
userNameSearchBut.Click += userNameSearchBut_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;
|
|
//
|
|
// contentPanel
|
|
//
|
|
contentPanel.ColumnCount = 1;
|
|
contentPanel.ColumnStyles.Add(new ColumnStyle());
|
|
contentPanel.Controls.Add(tableLayoutPanel2, 0, 0);
|
|
contentPanel.Controls.Add(kryptonPanel2, 0, 1);
|
|
contentPanel.Controls.Add(splitContainer1, 0, 2);
|
|
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;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.AutoSize = true;
|
|
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel2.ColumnCount = 2;
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel2.Controls.Add(userNameLabel, 0, 0);
|
|
tableLayoutPanel2.Controls.Add(userLocalNameLabel, 0, 1);
|
|
tableLayoutPanel2.Controls.Add(userMobileLabel, 0, 2);
|
|
tableLayoutPanel2.Controls.Add(userIsValidIndcChk, 1, 4);
|
|
tableLayoutPanel2.Controls.Add(userNameTxt, 1, 0);
|
|
tableLayoutPanel2.Controls.Add(userLocalNameTxt, 1, 1);
|
|
tableLayoutPanel2.Controls.Add(userMobileTxt, 1, 2);
|
|
tableLayoutPanel2.Controls.Add(userTypeLabel, 0, 3);
|
|
tableLayoutPanel2.Controls.Add(userTypeCombo, 1, 3);
|
|
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(377, 141);
|
|
tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// userNameLabel
|
|
//
|
|
userNameLabel.Location = new Point(3, 3);
|
|
userNameLabel.Name = "userNameLabel";
|
|
userNameLabel.Size = new Size(52, 20);
|
|
userNameLabel.TabIndex = 1;
|
|
userNameLabel.Values.Text = "用户名:";
|
|
//
|
|
// userLocalNameLabel
|
|
//
|
|
userLocalNameLabel.Location = new Point(3, 32);
|
|
userLocalNameLabel.Name = "userLocalNameLabel";
|
|
userLocalNameLabel.Size = new Size(39, 20);
|
|
userLocalNameLabel.TabIndex = 1;
|
|
userLocalNameLabel.Values.Text = "昵称:";
|
|
//
|
|
// userMobileLabel
|
|
//
|
|
userMobileLabel.Location = new Point(3, 61);
|
|
userMobileLabel.Name = "userMobileLabel";
|
|
userMobileLabel.Size = new Size(65, 20);
|
|
userMobileLabel.TabIndex = 1;
|
|
userMobileLabel.Values.Text = "手机号码:";
|
|
//
|
|
// userIsValidIndcChk
|
|
//
|
|
userIsValidIndcChk.Location = new Point(74, 118);
|
|
userIsValidIndcChk.Name = "userIsValidIndcChk";
|
|
userIsValidIndcChk.Size = new Size(55, 20);
|
|
userIsValidIndcChk.TabIndex = 2;
|
|
userIsValidIndcChk.Values.Text = "有效?";
|
|
//
|
|
// userNameTxt
|
|
//
|
|
userNameTxt.Dock = DockStyle.Fill;
|
|
userNameTxt.Location = new Point(74, 3);
|
|
userNameTxt.MaxLength = 50;
|
|
userNameTxt.Name = "userNameTxt";
|
|
userNameTxt.Size = new Size(300, 23);
|
|
userNameTxt.TabIndex = 3;
|
|
//
|
|
// userLocalNameTxt
|
|
//
|
|
userLocalNameTxt.Dock = DockStyle.Fill;
|
|
userLocalNameTxt.Location = new Point(74, 32);
|
|
userLocalNameTxt.MaxLength = 50;
|
|
userLocalNameTxt.Name = "userLocalNameTxt";
|
|
userLocalNameTxt.Size = new Size(300, 23);
|
|
userLocalNameTxt.TabIndex = 3;
|
|
//
|
|
// userMobileTxt
|
|
//
|
|
userMobileTxt.Dock = DockStyle.Fill;
|
|
userMobileTxt.Location = new Point(74, 61);
|
|
userMobileTxt.MaxLength = 50;
|
|
userMobileTxt.Name = "userMobileTxt";
|
|
userMobileTxt.Size = new Size(300, 23);
|
|
userMobileTxt.TabIndex = 3;
|
|
//
|
|
// kryptonPanel2
|
|
//
|
|
kryptonPanel2.Dock = DockStyle.Fill;
|
|
kryptonPanel2.Location = new Point(3, 150);
|
|
kryptonPanel2.Name = "kryptonPanel2";
|
|
kryptonPanel2.Size = new Size(1018, 5);
|
|
kryptonPanel2.TabIndex = 1;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
splitContainer1.BackColor = SystemColors.GradientActiveCaption;
|
|
splitContainer1.Dock = DockStyle.Fill;
|
|
splitContainer1.Location = new Point(3, 161);
|
|
splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
splitContainer1.Panel1.Controls.Add(tableLayoutPanel3);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
splitContainer1.Panel2.Controls.Add(tableLayoutPanel6);
|
|
splitContainer1.Size = new Size(1018, 508);
|
|
splitContainer1.SplitterDistance = 500;
|
|
splitContainer1.SplitterWidth = 8;
|
|
splitContainer1.TabIndex = 2;
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
tableLayoutPanel3.BackColor = SystemColors.Control;
|
|
tableLayoutPanel3.ColumnCount = 2;
|
|
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel3.Controls.Add(tableLayoutPanel4, 0, 0);
|
|
tableLayoutPanel3.Controls.Add(tableLayoutPanel5, 1, 0);
|
|
tableLayoutPanel3.Dock = DockStyle.Fill;
|
|
tableLayoutPanel3.Location = new Point(0, 0);
|
|
tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
tableLayoutPanel3.RowCount = 1;
|
|
tableLayoutPanel3.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel3.Size = new Size(500, 508);
|
|
tableLayoutPanel3.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel4
|
|
//
|
|
tableLayoutPanel4.ColumnCount = 1;
|
|
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel4.Controls.Add(kryptonHeader1, 0, 0);
|
|
tableLayoutPanel4.Controls.Add(selectedGv, 0, 1);
|
|
tableLayoutPanel4.Dock = DockStyle.Fill;
|
|
tableLayoutPanel4.Location = new Point(0, 0);
|
|
tableLayoutPanel4.Margin = new Padding(0);
|
|
tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
tableLayoutPanel4.RowCount = 2;
|
|
tableLayoutPanel4.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel4.Size = new Size(458, 536);
|
|
tableLayoutPanel4.TabIndex = 1;
|
|
//
|
|
// kryptonHeader1
|
|
//
|
|
kryptonHeader1.Dock = DockStyle.Top;
|
|
kryptonHeader1.Location = new Point(0, 0);
|
|
kryptonHeader1.Margin = new Padding(0);
|
|
kryptonHeader1.Name = "kryptonHeader1";
|
|
kryptonHeader1.Size = new Size(458, 31);
|
|
kryptonHeader1.TabIndex = 0;
|
|
kryptonHeader1.Values.Description = "";
|
|
kryptonHeader1.Values.Heading = "授权角色";
|
|
kryptonHeader1.Values.Image = null;
|
|
//
|
|
// selectedGv
|
|
//
|
|
selectedGv.AllowUserToAddRows = false;
|
|
selectedGv.AllowUserToDeleteRows = false;
|
|
selectedGv.BorderStyle = BorderStyle.None;
|
|
selectedGv.Columns.AddRange(new DataGridViewColumn[] { actorNameSelectedCol, actorLocalNameSelectedCol });
|
|
selectedGv.Dock = DockStyle.Fill;
|
|
selectedGv.Location = new Point(0, 31);
|
|
selectedGv.Margin = new Padding(0);
|
|
selectedGv.Name = "selectedGv";
|
|
selectedGv.Size = new Size(458, 505);
|
|
selectedGv.TabIndex = 2;
|
|
//
|
|
// actorNameSelectedCol
|
|
//
|
|
actorNameSelectedCol.DataPropertyName = "ActorName";
|
|
actorNameSelectedCol.DefaultCellStyle = dataGridViewCellStyle1;
|
|
actorNameSelectedCol.HeaderText = "角色名";
|
|
actorNameSelectedCol.Name = "actorNameSelectedCol";
|
|
actorNameSelectedCol.Width = 200;
|
|
//
|
|
// actorLocalNameSelectedCol
|
|
//
|
|
actorLocalNameSelectedCol.DataPropertyName = "ActorName";
|
|
actorLocalNameSelectedCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
|
|
actorLocalNameSelectedCol.HeaderText = "角色名称";
|
|
actorLocalNameSelectedCol.Name = "actorLocalNameSelectedCol";
|
|
actorLocalNameSelectedCol.Resizable = DataGridViewTriState.True;
|
|
actorLocalNameSelectedCol.Width = 200;
|
|
//
|
|
// tableLayoutPanel5
|
|
//
|
|
tableLayoutPanel5.AutoSize = true;
|
|
tableLayoutPanel5.ColumnCount = 1;
|
|
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel5.Controls.Add(deselectedBut, 0, 2);
|
|
tableLayoutPanel5.Controls.Add(selectedBut, 0, 1);
|
|
tableLayoutPanel5.Dock = DockStyle.Fill;
|
|
tableLayoutPanel5.Location = new Point(461, 3);
|
|
tableLayoutPanel5.Name = "tableLayoutPanel5";
|
|
tableLayoutPanel5.RowCount = 4;
|
|
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel5.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel5.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel5.Size = new Size(36, 530);
|
|
tableLayoutPanel5.TabIndex = 1;
|
|
//
|
|
// deselectedBut
|
|
//
|
|
deselectedBut.Location = new Point(3, 295);
|
|
deselectedBut.Margin = new Padding(3, 30, 3, 3);
|
|
deselectedBut.Name = "deselectedBut";
|
|
deselectedBut.Size = new Size(30, 25);
|
|
deselectedBut.TabIndex = 0;
|
|
deselectedBut.Values.Image = Properties.Resources.MovePrevious;
|
|
deselectedBut.Values.Text = "";
|
|
deselectedBut.Click += deselectedBut_Click;
|
|
//
|
|
// selectedBut
|
|
//
|
|
selectedBut.Location = new Point(3, 210);
|
|
selectedBut.Margin = new Padding(3, 3, 3, 30);
|
|
selectedBut.Name = "selectedBut";
|
|
selectedBut.Size = new Size(30, 25);
|
|
selectedBut.TabIndex = 0;
|
|
selectedBut.Values.Image = Properties.Resources.MoveNext;
|
|
selectedBut.Values.Text = "";
|
|
selectedBut.Click += selectedBut_Click;
|
|
//
|
|
// tableLayoutPanel6
|
|
//
|
|
tableLayoutPanel6.BackColor = SystemColors.Control;
|
|
tableLayoutPanel6.ColumnCount = 1;
|
|
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel6.Controls.Add(kryptonHeader2, 0, 0);
|
|
tableLayoutPanel6.Controls.Add(deselectedGv, 0, 1);
|
|
tableLayoutPanel6.Dock = DockStyle.Fill;
|
|
tableLayoutPanel6.Location = new Point(0, 0);
|
|
tableLayoutPanel6.Name = "tableLayoutPanel6";
|
|
tableLayoutPanel6.Padding = new Padding(4, 0, 0, 0);
|
|
tableLayoutPanel6.RowCount = 2;
|
|
tableLayoutPanel6.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 83.39552F));
|
|
tableLayoutPanel6.Size = new Size(510, 508);
|
|
tableLayoutPanel6.TabIndex = 0;
|
|
//
|
|
// kryptonHeader2
|
|
//
|
|
kryptonHeader2.Dock = DockStyle.Top;
|
|
kryptonHeader2.Location = new Point(4, 0);
|
|
kryptonHeader2.Margin = new Padding(0);
|
|
kryptonHeader2.Name = "kryptonHeader2";
|
|
kryptonHeader2.Size = new Size(506, 31);
|
|
kryptonHeader2.TabIndex = 1;
|
|
kryptonHeader2.Values.Description = "";
|
|
kryptonHeader2.Values.Heading = "未授权角色";
|
|
kryptonHeader2.Values.Image = null;
|
|
//
|
|
// deselectedGv
|
|
//
|
|
deselectedGv.AllowUserToAddRows = false;
|
|
deselectedGv.AllowUserToDeleteRows = false;
|
|
deselectedGv.BorderStyle = BorderStyle.None;
|
|
deselectedGv.Columns.AddRange(new DataGridViewColumn[] { actorNameCol, actorLocalNameCol });
|
|
deselectedGv.Dock = DockStyle.Fill;
|
|
deselectedGv.Location = new Point(4, 31);
|
|
deselectedGv.Margin = new Padding(0);
|
|
deselectedGv.Name = "deselectedGv";
|
|
deselectedGv.Size = new Size(506, 477);
|
|
deselectedGv.TabIndex = 1;
|
|
//
|
|
// actorNameCol
|
|
//
|
|
actorNameCol.DataPropertyName = "ActorName";
|
|
actorNameCol.DefaultCellStyle = dataGridViewCellStyle2;
|
|
actorNameCol.HeaderText = "角色名";
|
|
actorNameCol.Name = "actorNameCol";
|
|
actorNameCol.Width = 200;
|
|
//
|
|
// actorLocalNameCol
|
|
//
|
|
actorLocalNameCol.DataPropertyName = "ActorName";
|
|
actorLocalNameCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
|
|
actorLocalNameCol.HeaderText = "角色名称";
|
|
actorLocalNameCol.Name = "actorLocalNameCol";
|
|
actorLocalNameCol.Resizable = DataGridViewTriState.True;
|
|
actorLocalNameCol.Width = 200;
|
|
//
|
|
// userTypeLabel
|
|
//
|
|
userTypeLabel.Location = new Point(3, 90);
|
|
userTypeLabel.Name = "userTypeLabel";
|
|
userTypeLabel.Size = new Size(65, 20);
|
|
userTypeLabel.TabIndex = 1;
|
|
userTypeLabel.Values.Text = "用户类型:";
|
|
//
|
|
// userTypeCombo
|
|
//
|
|
userTypeCombo.Dock = DockStyle.Fill;
|
|
userTypeCombo.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
userTypeCombo.DropDownWidth = 300;
|
|
userTypeCombo.IntegralHeight = false;
|
|
userTypeCombo.Location = new Point(74, 90);
|
|
userTypeCombo.Name = "userTypeCombo";
|
|
userTypeCombo.Size = new Size(300, 22);
|
|
userTypeCombo.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
|
|
userTypeCombo.TabIndex = 4;
|
|
//
|
|
// SecurityUserOperationPage
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(mainPanel);
|
|
Name = "SecurityUserOperationPage";
|
|
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);
|
|
contentPanel.ResumeLayout(false);
|
|
contentPanel.PerformLayout();
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)kryptonPanel2).EndInit();
|
|
splitContainer1.Panel1.ResumeLayout(false);
|
|
splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
|
splitContainer1.ResumeLayout(false);
|
|
tableLayoutPanel3.ResumeLayout(false);
|
|
tableLayoutPanel3.PerformLayout();
|
|
tableLayoutPanel4.ResumeLayout(false);
|
|
tableLayoutPanel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)selectedGv).EndInit();
|
|
tableLayoutPanel5.ResumeLayout(false);
|
|
tableLayoutPanel6.ResumeLayout(false);
|
|
tableLayoutPanel6.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)deselectedGv).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)userTypeCombo).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
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 userNameSearchLabel;
|
|
private Krypton.Toolkit.KryptonTextBox userNameSearchTxt;
|
|
private Krypton.Toolkit.ButtonSpecAny userNameSearchBut;
|
|
private Krypton.Toolkit.KryptonPanel kryptonPanel1;
|
|
private TableLayoutPanel bottomPanel;
|
|
private TableLayoutPanel savePanel;
|
|
private TableLayoutPanel operationPanel;
|
|
private Krypton.Toolkit.KryptonButton saveBut;
|
|
private Krypton.Toolkit.KryptonButton cancelBut;
|
|
private Krypton.Toolkit.KryptonButton amendBut;
|
|
private Krypton.Toolkit.KryptonButton deleteBut;
|
|
private TableLayoutPanel contentPanel;
|
|
private TableLayoutPanel tableLayoutPanel2;
|
|
private Krypton.Toolkit.KryptonLabel userNameLabel;
|
|
private Krypton.Toolkit.KryptonLabel userLocalNameLabel;
|
|
private Krypton.Toolkit.KryptonLabel userMobileLabel;
|
|
private Krypton.Toolkit.KryptonCheckBox userIsValidIndcChk;
|
|
private Krypton.Toolkit.KryptonTextBox userNameTxt;
|
|
private Krypton.Toolkit.KryptonTextBox userLocalNameTxt;
|
|
private Krypton.Toolkit.KryptonTextBox userMobileTxt;
|
|
private Krypton.Toolkit.KryptonPanel kryptonPanel2;
|
|
private SplitContainer splitContainer1;
|
|
private TableLayoutPanel tableLayoutPanel3;
|
|
private TableLayoutPanel tableLayoutPanel4;
|
|
private TableLayoutPanel tableLayoutPanel5;
|
|
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
|
|
private Krypton.Toolkit.KryptonDataGridView deselectedGv;
|
|
private Krypton.Toolkit.KryptonButton deselectedBut;
|
|
private Krypton.Toolkit.KryptonButton selectedBut;
|
|
private TableLayoutPanel tableLayoutPanel6;
|
|
private Krypton.Toolkit.KryptonDataGridView selectedGv;
|
|
private Krypton.Toolkit.KryptonHeader kryptonHeader2;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn actorNameSelectedCol;
|
|
private DataGridViewComboBoxColumn actorLocalNameSelectedCol;
|
|
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn actorNameCol;
|
|
private DataGridViewComboBoxColumn actorLocalNameCol;
|
|
private Krypton.Toolkit.KryptonLabel userTypeLabel;
|
|
private Krypton.Toolkit.KryptonComboBox userTypeCombo;
|
|
}
|
|
} |