namespace CloudBuilder.Security.Gui { partial class SecurityActorOperationPage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle(); DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle(); tableLayoutPanel2 = new TableLayoutPanel(); actorNameLabel = new Krypton.Toolkit.KryptonLabel(); actorLocalNameLabel = new Krypton.Toolkit.KryptonLabel(); actorEngNameLabel = new Krypton.Toolkit.KryptonLabel(); actorNameTxt = new Krypton.Toolkit.KryptonTextBox(); actorLocalNameTxt = new Krypton.Toolkit.KryptonTextBox(); actorEngNameTxt = new Krypton.Toolkit.KryptonTextBox(); kryptonPanel2 = new Krypton.Toolkit.KryptonPanel(); splitContainer1 = new SplitContainer(); tableLayoutPanel3 = new TableLayoutPanel(); tableLayoutPanel4 = new TableLayoutPanel(); selectedGv = new Krypton.Toolkit.KryptonDataGridView(); kryptonHeader1 = new Krypton.Toolkit.KryptonHeader(); 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(); mainPanel = new TableLayoutPanel(); topPanel = new TableLayoutPanel(); searchPanel = new TableLayoutPanel(); createBut = new Krypton.Toolkit.KryptonButton(); resetBut = new Krypton.Toolkit.KryptonButton(); searchBut = new Krypton.Toolkit.KryptonButton(); actorNameSearchLabel = new Krypton.Toolkit.KryptonLabel(); actorNameSearchTxt = new Krypton.Toolkit.KryptonTextBox(); actorNameSearchBut = 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(); splitContainer2 = new SplitContainer(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel7 = new TableLayoutPanel(); selectedUserGv = new Krypton.Toolkit.KryptonDataGridView(); kryptonHeader3 = new Krypton.Toolkit.KryptonHeader(); tableLayoutPanel8 = new TableLayoutPanel(); userDeselectedBut = new Krypton.Toolkit.KryptonButton(); userSelectedBut = new Krypton.Toolkit.KryptonButton(); tableLayoutPanel9 = new TableLayoutPanel(); kryptonHeader4 = new Krypton.Toolkit.KryptonHeader(); deselectedUserGv = new Krypton.Toolkit.KryptonDataGridView(); kryptonPanel3 = new Krypton.Toolkit.KryptonPanel(); groupNameSelectedCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); groupLocalNameSelectedCol = new DataGridViewComboBoxColumn(); groupNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); groupLocalNameCol = new DataGridViewComboBoxColumn(); userNameSelectedCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); userLocalNameSelectedCol = new DataGridViewComboBoxColumn(); userNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn(); userLocalNameCol = new DataGridViewComboBoxColumn(); 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(); mainPanel.SuspendLayout(); topPanel.SuspendLayout(); searchPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit(); bottomPanel.SuspendLayout(); savePanel.SuspendLayout(); operationPanel.SuspendLayout(); contentPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)selectedUserGv).BeginInit(); tableLayoutPanel8.SuspendLayout(); tableLayoutPanel9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)deselectedUserGv).BeginInit(); ((System.ComponentModel.ISupportInitialize)kryptonPanel3).BeginInit(); SuspendLayout(); // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle()); tableLayoutPanel2.Controls.Add(actorNameLabel, 0, 0); tableLayoutPanel2.Controls.Add(actorLocalNameLabel, 0, 1); tableLayoutPanel2.Controls.Add(actorEngNameLabel, 0, 2); tableLayoutPanel2.Controls.Add(actorNameTxt, 1, 0); tableLayoutPanel2.Controls.Add(actorLocalNameTxt, 1, 1); tableLayoutPanel2.Controls.Add(actorEngNameTxt, 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; // // actorNameLabel // actorNameLabel.Location = new Point(3, 3); actorNameLabel.Name = "actorNameLabel"; actorNameLabel.Size = new Size(52, 20); actorNameLabel.TabIndex = 1; actorNameLabel.Values.Text = "角色名:"; // // actorLocalNameLabel // actorLocalNameLabel.Location = new Point(3, 32); actorLocalNameLabel.Name = "actorLocalNameLabel"; actorLocalNameLabel.Size = new Size(52, 20); actorLocalNameLabel.TabIndex = 1; actorLocalNameLabel.Values.Text = "中文名:"; // // actorEngNameLabel // actorEngNameLabel.Location = new Point(3, 61); actorEngNameLabel.Name = "actorEngNameLabel"; actorEngNameLabel.Size = new Size(52, 20); actorEngNameLabel.TabIndex = 1; actorEngNameLabel.Values.Text = "英文名:"; // // actorNameTxt // actorNameTxt.Dock = DockStyle.Fill; actorNameTxt.Location = new Point(61, 3); actorNameTxt.MaxLength = 50; actorNameTxt.Name = "actorNameTxt"; actorNameTxt.Size = new Size(300, 23); actorNameTxt.TabIndex = 3; // // actorLocalNameTxt // actorLocalNameTxt.Dock = DockStyle.Fill; actorLocalNameTxt.Location = new Point(61, 32); actorLocalNameTxt.MaxLength = 50; actorLocalNameTxt.Name = "actorLocalNameTxt"; actorLocalNameTxt.Size = new Size(300, 23); actorLocalNameTxt.TabIndex = 3; // // actorEngNameTxt // actorEngNameTxt.Dock = DockStyle.Fill; actorEngNameTxt.Location = new Point(61, 61); actorEngNameTxt.MaxLength = 50; actorEngNameTxt.Name = "actorEngNameTxt"; actorEngNameTxt.Size = new Size(300, 23); actorEngNameTxt.TabIndex = 3; // // kryptonPanel2 // kryptonPanel2.Dock = DockStyle.Fill; kryptonPanel2.Location = new Point(3, 96); 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, 107); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tableLayoutPanel3); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tableLayoutPanel6); splitContainer1.Size = new Size(1018, 500); 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, 500); tableLayoutPanel3.TabIndex = 0; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 1; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel4.Controls.Add(selectedGv, 0, 1); tableLayoutPanel4.Controls.Add(kryptonHeader1, 0, 0); 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, 500); tableLayoutPanel4.TabIndex = 1; // // selectedGv // selectedGv.AllowUserToAddRows = false; selectedGv.AllowUserToDeleteRows = false; selectedGv.BorderStyle = BorderStyle.None; selectedGv.Columns.AddRange(new DataGridViewColumn[] { groupNameSelectedCol, groupLocalNameSelectedCol }); selectedGv.Dock = DockStyle.Fill; selectedGv.Location = new Point(0, 31); selectedGv.Margin = new Padding(0); selectedGv.Name = "selectedGv"; selectedGv.Size = new Size(458, 469); selectedGv.TabIndex = 2; // // 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; // // 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, 494); tableLayoutPanel5.TabIndex = 1; // // deselectedBut // deselectedBut.Location = new Point(3, 277); 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, 192); 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, 500); 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[] { groupNameCol, groupLocalNameCol }); deselectedGv.Dock = DockStyle.Fill; deselectedGv.Location = new Point(4, 31); deselectedGv.Margin = new Padding(0); deselectedGv.Name = "deselectedGv"; deselectedGv.Size = new Size(506, 469); deselectedGv.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(actorNameSearchLabel, 0, 0); topPanel.Controls.Add(actorNameSearchTxt, 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; // // actorNameSearchLabel // actorNameSearchLabel.Location = new Point(3, 3); actorNameSearchLabel.Name = "actorNameSearchLabel"; actorNameSearchLabel.Size = new Size(52, 20); actorNameSearchLabel.TabIndex = 1; actorNameSearchLabel.Values.Text = "角色名:"; // // actorNameSearchTxt // actorNameSearchTxt.ButtonSpecs.Add(actorNameSearchBut); actorNameSearchTxt.Location = new Point(61, 3); actorNameSearchTxt.Name = "actorNameSearchTxt"; actorNameSearchTxt.Size = new Size(300, 23); actorNameSearchTxt.TabIndex = 2; // // actorNameSearchBut // actorNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize; actorNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8"; actorNameSearchBut.Click += actorNameSearchBut_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.AutoScroll = true; contentPanel.ColumnCount = 1; contentPanel.ColumnStyles.Add(new ColumnStyle()); contentPanel.Controls.Add(splitContainer2, 0, 4); contentPanel.Controls.Add(kryptonPanel3, 0, 3); 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 = 5; 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; // // splitContainer2 // splitContainer2.BackColor = SystemColors.GradientActiveCaption; splitContainer2.Dock = DockStyle.Fill; splitContainer2.Location = new Point(3, 624); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(tableLayoutPanel1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(tableLayoutPanel9); splitContainer2.Size = new Size(1018, 500); splitContainer2.SplitterDistance = 500; splitContainer2.SplitterWidth = 8; splitContainer2.TabIndex = 4; // // tableLayoutPanel1 // tableLayoutPanel1.BackColor = SystemColors.Control; tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle()); tableLayoutPanel1.Controls.Add(tableLayoutPanel7, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel8, 1, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle()); tableLayoutPanel1.Size = new Size(500, 500); tableLayoutPanel1.TabIndex = 0; // // tableLayoutPanel7 // tableLayoutPanel7.ColumnCount = 1; tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel7.Controls.Add(selectedUserGv, 0, 1); tableLayoutPanel7.Controls.Add(kryptonHeader3, 0, 0); tableLayoutPanel7.Dock = DockStyle.Fill; tableLayoutPanel7.Location = new Point(0, 0); tableLayoutPanel7.Margin = new Padding(0); tableLayoutPanel7.Name = "tableLayoutPanel7"; tableLayoutPanel7.RowCount = 2; tableLayoutPanel7.RowStyles.Add(new RowStyle()); tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel7.Size = new Size(458, 500); tableLayoutPanel7.TabIndex = 1; // // selectedUserGv // selectedUserGv.AllowUserToAddRows = false; selectedUserGv.AllowUserToDeleteRows = false; selectedUserGv.BorderStyle = BorderStyle.None; selectedUserGv.Columns.AddRange(new DataGridViewColumn[] { userNameSelectedCol, userLocalNameSelectedCol }); selectedUserGv.Dock = DockStyle.Fill; selectedUserGv.Location = new Point(0, 31); selectedUserGv.Margin = new Padding(0); selectedUserGv.Name = "selectedUserGv"; selectedUserGv.Size = new Size(458, 469); selectedUserGv.TabIndex = 2; // // kryptonHeader3 // kryptonHeader3.Dock = DockStyle.Top; kryptonHeader3.Location = new Point(0, 0); kryptonHeader3.Margin = new Padding(0); kryptonHeader3.Name = "kryptonHeader3"; kryptonHeader3.Size = new Size(458, 31); kryptonHeader3.TabIndex = 0; kryptonHeader3.Values.Description = ""; kryptonHeader3.Values.Heading = "授权用户"; kryptonHeader3.Values.Image = null; // // tableLayoutPanel8 // tableLayoutPanel8.AutoSize = true; tableLayoutPanel8.ColumnCount = 1; tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle()); tableLayoutPanel8.Controls.Add(userDeselectedBut, 0, 2); tableLayoutPanel8.Controls.Add(userSelectedBut, 0, 1); tableLayoutPanel8.Dock = DockStyle.Fill; tableLayoutPanel8.Location = new Point(461, 3); tableLayoutPanel8.Name = "tableLayoutPanel8"; tableLayoutPanel8.RowCount = 4; tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel8.RowStyles.Add(new RowStyle()); tableLayoutPanel8.RowStyles.Add(new RowStyle()); tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel8.Size = new Size(36, 494); tableLayoutPanel8.TabIndex = 1; // // userDeselectedBut // userDeselectedBut.Location = new Point(3, 277); userDeselectedBut.Margin = new Padding(3, 30, 3, 3); userDeselectedBut.Name = "userDeselectedBut"; userDeselectedBut.Size = new Size(30, 25); userDeselectedBut.TabIndex = 0; userDeselectedBut.Values.Image = Properties.Resources.MovePrevious; userDeselectedBut.Values.Text = ""; userDeselectedBut.Click += userDeselectedBut_Click; // // userSelectedBut // userSelectedBut.Location = new Point(3, 192); userSelectedBut.Margin = new Padding(3, 3, 3, 30); userSelectedBut.Name = "userSelectedBut"; userSelectedBut.Size = new Size(30, 25); userSelectedBut.TabIndex = 0; userSelectedBut.Values.Image = Properties.Resources.MoveNext; userSelectedBut.Values.Text = ""; userSelectedBut.Click += userSelectedBut_Click; // // tableLayoutPanel9 // tableLayoutPanel9.BackColor = SystemColors.Control; tableLayoutPanel9.ColumnCount = 1; tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel9.Controls.Add(kryptonHeader4, 0, 0); tableLayoutPanel9.Controls.Add(deselectedUserGv, 0, 1); tableLayoutPanel9.Dock = DockStyle.Fill; tableLayoutPanel9.Location = new Point(0, 0); tableLayoutPanel9.Name = "tableLayoutPanel9"; tableLayoutPanel9.Padding = new Padding(4, 0, 0, 0); tableLayoutPanel9.RowCount = 2; tableLayoutPanel9.RowStyles.Add(new RowStyle()); tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 83.39552F)); tableLayoutPanel9.Size = new Size(510, 500); tableLayoutPanel9.TabIndex = 0; // // kryptonHeader4 // kryptonHeader4.Dock = DockStyle.Top; kryptonHeader4.Location = new Point(4, 0); kryptonHeader4.Margin = new Padding(0); kryptonHeader4.Name = "kryptonHeader4"; kryptonHeader4.Size = new Size(506, 31); kryptonHeader4.TabIndex = 1; kryptonHeader4.Values.Description = ""; kryptonHeader4.Values.Heading = "未授权用户"; kryptonHeader4.Values.Image = null; // // deselectedUserGv // deselectedUserGv.AllowUserToAddRows = false; deselectedUserGv.AllowUserToDeleteRows = false; deselectedUserGv.BorderStyle = BorderStyle.None; deselectedUserGv.Columns.AddRange(new DataGridViewColumn[] { userNameCol, userLocalNameCol }); deselectedUserGv.Dock = DockStyle.Fill; deselectedUserGv.Location = new Point(4, 31); deselectedUserGv.Margin = new Padding(0); deselectedUserGv.Name = "deselectedUserGv"; deselectedUserGv.Size = new Size(506, 469); deselectedUserGv.TabIndex = 1; // // kryptonPanel3 // kryptonPanel3.Dock = DockStyle.Fill; kryptonPanel3.Location = new Point(3, 613); kryptonPanel3.Name = "kryptonPanel3"; kryptonPanel3.Size = new Size(1018, 5); kryptonPanel3.TabIndex = 3; // // groupNameSelectedCol // groupNameSelectedCol.DataPropertyName = "GroupName"; groupNameSelectedCol.DefaultCellStyle = dataGridViewCellStyle1; groupNameSelectedCol.HeaderText = "组别名"; groupNameSelectedCol.Name = "groupNameSelectedCol"; groupNameSelectedCol.Width = 200; // // groupLocalNameSelectedCol // groupLocalNameSelectedCol.DataPropertyName = "GroupName"; groupLocalNameSelectedCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; groupLocalNameSelectedCol.HeaderText = "组别中文名"; groupLocalNameSelectedCol.Name = "groupLocalNameSelectedCol"; groupLocalNameSelectedCol.Resizable = DataGridViewTriState.True; groupLocalNameSelectedCol.Width = 200; // // groupNameCol // groupNameCol.DataPropertyName = "GroupName"; groupNameCol.DefaultCellStyle = dataGridViewCellStyle2; groupNameCol.HeaderText = "组别名"; groupNameCol.Name = "groupNameCol"; groupNameCol.Width = 200; // // groupLocalNameCol // groupLocalNameCol.DataPropertyName = "GroupName"; groupLocalNameCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; groupLocalNameCol.HeaderText = "组别中文名"; groupLocalNameCol.Name = "groupLocalNameCol"; groupLocalNameCol.Resizable = DataGridViewTriState.True; groupLocalNameCol.Width = 200; // // userNameSelectedCol // userNameSelectedCol.DataPropertyName = "UserName"; userNameSelectedCol.DefaultCellStyle = dataGridViewCellStyle3; userNameSelectedCol.HeaderText = "用户名"; userNameSelectedCol.Name = "userNameSelectedCol"; userNameSelectedCol.Resizable = DataGridViewTriState.True; userNameSelectedCol.Width = 200; // // userLocalNameSelectedCol // userLocalNameSelectedCol.DataPropertyName = "UserName"; userLocalNameSelectedCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; userLocalNameSelectedCol.HeaderText = "用户中文名"; userLocalNameSelectedCol.Name = "userLocalNameSelectedCol"; userLocalNameSelectedCol.Resizable = DataGridViewTriState.True; userLocalNameSelectedCol.SortMode = DataGridViewColumnSortMode.Automatic; userLocalNameSelectedCol.Width = 200; // // userNameCol // userNameCol.DataPropertyName = "UserName"; userNameCol.DefaultCellStyle = dataGridViewCellStyle4; userNameCol.HeaderText = "用户名"; userNameCol.Name = "userNameCol"; userNameCol.Resizable = DataGridViewTriState.True; userNameCol.Width = 200; // // userLocalNameCol // userLocalNameCol.DataPropertyName = "UserName"; userLocalNameCol.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; userLocalNameCol.HeaderText = "中文名"; userLocalNameCol.Name = "userLocalNameCol"; userLocalNameCol.Resizable = DataGridViewTriState.True; userLocalNameCol.SortMode = DataGridViewColumnSortMode.Automatic; userLocalNameCol.Width = 200; // // SecurityActorOperationPage // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(mainPanel); Name = "SecurityActorOperationPage"; 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(); 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(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit(); splitContainer2.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tableLayoutPanel7.ResumeLayout(false); tableLayoutPanel7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)selectedUserGv).EndInit(); tableLayoutPanel8.ResumeLayout(false); tableLayoutPanel9.ResumeLayout(false); tableLayoutPanel9.PerformLayout(); ((System.ComponentModel.ISupportInitialize)deselectedUserGv).EndInit(); ((System.ComponentModel.ISupportInitialize)kryptonPanel3).EndInit(); ResumeLayout(false); } #endregion private TableLayoutPanel tableLayoutPanel2; private Krypton.Toolkit.KryptonLabel actorNameLabel; private Krypton.Toolkit.KryptonLabel actorLocalNameLabel; private Krypton.Toolkit.KryptonLabel actorEngNameLabel; private Krypton.Toolkit.KryptonTextBox actorNameTxt; private Krypton.Toolkit.KryptonTextBox actorLocalNameTxt; private Krypton.Toolkit.KryptonTextBox actorEngNameTxt; private Krypton.Toolkit.KryptonPanel kryptonPanel2; private SplitContainer splitContainer1; private TableLayoutPanel tableLayoutPanel3; private TableLayoutPanel tableLayoutPanel4; private Krypton.Toolkit.KryptonHeader kryptonHeader1; private Krypton.Toolkit.KryptonDataGridView deselectedGv; private TableLayoutPanel tableLayoutPanel5; private Krypton.Toolkit.KryptonButton deselectedBut; private Krypton.Toolkit.KryptonButton selectedBut; private TableLayoutPanel tableLayoutPanel6; private Krypton.Toolkit.KryptonDataGridView selectedGv; private Krypton.Toolkit.KryptonHeader kryptonHeader2; 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 actorNameSearchLabel; private Krypton.Toolkit.KryptonTextBox actorNameSearchTxt; private Krypton.Toolkit.ButtonSpecAny actorNameSearchBut; 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 contentPanel; private SplitContainer splitContainer2; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel7; private Krypton.Toolkit.KryptonHeader kryptonHeader3; private Krypton.Toolkit.KryptonDataGridView deselectedUserGv; private TableLayoutPanel tableLayoutPanel8; private Krypton.Toolkit.KryptonButton userDeselectedBut; private Krypton.Toolkit.KryptonButton userSelectedBut; private TableLayoutPanel tableLayoutPanel9; private Krypton.Toolkit.KryptonDataGridView selectedUserGv; private Krypton.Toolkit.KryptonHeader kryptonHeader4; private Krypton.Toolkit.KryptonPanel kryptonPanel3; private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn groupNameSelectedCol; private DataGridViewComboBoxColumn groupLocalNameSelectedCol; private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn groupNameCol; private DataGridViewComboBoxColumn groupLocalNameCol; private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn userNameSelectedCol; private DataGridViewComboBoxColumn userLocalNameSelectedCol; private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn userNameCol; private DataGridViewComboBoxColumn userLocalNameCol; } }