#region License Information
/* HeuristicLab
* Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Services.Authentication
{
partial class UserManagement
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label descriptionLabel;
System.Windows.Forms.Label nameLabel;
System.Windows.Forms.Label commentLabel;
System.Windows.Forms.Label emailLabel;
System.Windows.Forms.Label nameLabel1;
System.Windows.Forms.Label nameLabel2;
System.Windows.Forms.Label descriptionLabel1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserManagement));
System.Windows.Forms.Label label2;
this.tcMain = new System.Windows.Forms.TabControl();
this.tpApplications = new System.Windows.Forms.TabPage();
this.dgvApplications = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.applicationBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.tbApplicationDescription = new System.Windows.Forms.TextBox();
this.tbApplicationName = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tssApplicationStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tspNewApplication = new System.Windows.Forms.ToolStripButton();
this.tspDeleteApplication = new System.Windows.Forms.ToolStripButton();
this.tspSaveApplication = new System.Windows.Forms.ToolStripButton();
this.tpUsers = new System.Windows.Forms.TabPage();
this.dgvUsers = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.tsbNewUser = new System.Windows.Forms.ToolStripButton();
this.tsbDeleteUser = new System.Windows.Forms.ToolStripButton();
this.tsbSaveUser = new System.Windows.Forms.ToolStripButton();
this.panel3 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel4 = new System.Windows.Forms.Panel();
this.dgvUserRoles = new System.Windows.Forms.DataGridView();
this.nameDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.roleBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip3 = new System.Windows.Forms.ToolStrip();
this.tsbRemoveRoleFromUser = new System.Windows.Forms.ToolStripButton();
this.panel5 = new System.Windows.Forms.Panel();
this.dgvUserRolesAll = new System.Windows.Forms.DataGridView();
this.nameDataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.roleBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip4 = new System.Windows.Forms.ToolStrip();
this.tsbAddRoleToUser = new System.Windows.Forms.ToolStripButton();
this.label3 = new System.Windows.Forms.Label();
this.tbUserComment = new System.Windows.Forms.TextBox();
this.tbUserName = new System.Windows.Forms.TextBox();
this.tbUserEmail = new System.Windows.Forms.TextBox();
this.statusStrip2 = new System.Windows.Forms.StatusStrip();
this.tssStatusUser = new System.Windows.Forms.ToolStripStatusLabel();
this.tpRoles = new System.Windows.Forms.TabPage();
this.dgvRoles = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.panel6 = new System.Windows.Forms.Panel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel8 = new System.Windows.Forms.Panel();
this.dgvRoleUsersAll = new System.Windows.Forms.DataGridView();
this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip7 = new System.Windows.Forms.ToolStrip();
this.tsbAddUserToRole = new System.Windows.Forms.ToolStripButton();
this.panel7 = new System.Windows.Forms.Panel();
this.dgvRoleUsers = new System.Windows.Forms.DataGridView();
this.nameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.toolStrip6 = new System.Windows.Forms.ToolStrip();
this.tsbRemoveUserFromRole = new System.Windows.Forms.ToolStripButton();
this.tbRoleName = new System.Windows.Forms.TextBox();
this.tbRoleDescription = new System.Windows.Forms.TextBox();
this.statusStrip3 = new System.Windows.Forms.StatusStrip();
this.tssStatusRole = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip5 = new System.Windows.Forms.ToolStrip();
this.tspNewRole = new System.Windows.Forms.ToolStripButton();
this.tsbDeleteRole = new System.Windows.Forms.ToolStripButton();
this.tsbSaveRole = new System.Windows.Forms.ToolStripButton();
this.cbxApplications = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.gbResetPassword = new System.Windows.Forms.GroupBox();
this.btnResetPassword = new System.Windows.Forms.Button();
this.tbPassword = new System.Windows.Forms.TextBox();
descriptionLabel = new System.Windows.Forms.Label();
nameLabel = new System.Windows.Forms.Label();
commentLabel = new System.Windows.Forms.Label();
emailLabel = new System.Windows.Forms.Label();
nameLabel1 = new System.Windows.Forms.Label();
nameLabel2 = new System.Windows.Forms.Label();
descriptionLabel1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
this.tcMain.SuspendLayout();
this.tpApplications.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.applicationBindingSource)).BeginInit();
this.panel1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.tpUsers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource2)).BeginInit();
this.toolStrip2.SuspendLayout();
this.panel3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource1)).BeginInit();
this.toolStrip3.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource2)).BeginInit();
this.toolStrip4.SuspendLayout();
this.statusStrip2.SuspendLayout();
this.tpRoles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
this.panel6.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
this.toolStrip7.SuspendLayout();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource1)).BeginInit();
this.toolStrip6.SuspendLayout();
this.statusStrip3.SuspendLayout();
this.toolStrip5.SuspendLayout();
this.panel2.SuspendLayout();
this.gbResetPassword.SuspendLayout();
this.SuspendLayout();
//
// descriptionLabel
//
descriptionLabel.AutoSize = true;
descriptionLabel.Location = new System.Drawing.Point(21, 73);
descriptionLabel.Name = "descriptionLabel";
descriptionLabel.Size = new System.Drawing.Size(63, 13);
descriptionLabel.TabIndex = 2;
descriptionLabel.Text = "Description:";
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Location = new System.Drawing.Point(21, 23);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(38, 13);
nameLabel.TabIndex = 8;
nameLabel.Text = "Name:";
//
// commentLabel
//
commentLabel.AutoSize = true;
commentLabel.Location = new System.Drawing.Point(15, 18);
commentLabel.Name = "commentLabel";
commentLabel.Size = new System.Drawing.Size(63, 13);
commentLabel.TabIndex = 1;
commentLabel.Text = "Description:";
//
// emailLabel
//
emailLabel.AutoSize = true;
emailLabel.Location = new System.Drawing.Point(320, 18);
emailLabel.Name = "emailLabel";
emailLabel.Size = new System.Drawing.Size(35, 13);
emailLabel.TabIndex = 3;
emailLabel.Text = "Email:";
//
// nameLabel1
//
nameLabel1.AutoSize = true;
nameLabel1.Location = new System.Drawing.Point(160, 18);
nameLabel1.Name = "nameLabel1";
nameLabel1.Size = new System.Drawing.Size(38, 13);
nameLabel1.TabIndex = 9;
nameLabel1.Text = "Name:";
//
// nameLabel2
//
nameLabel2.AutoSize = true;
nameLabel2.Location = new System.Drawing.Point(24, 12);
nameLabel2.Name = "nameLabel2";
nameLabel2.Size = new System.Drawing.Size(38, 13);
nameLabel2.TabIndex = 1;
nameLabel2.Text = "Name:";
//
// descriptionLabel1
//
descriptionLabel1.AutoSize = true;
descriptionLabel1.Location = new System.Drawing.Point(214, 12);
descriptionLabel1.Name = "descriptionLabel1";
descriptionLabel1.Size = new System.Drawing.Size(63, 13);
descriptionLabel1.TabIndex = 5;
descriptionLabel1.Text = "Description:";
//
// tcMain
//
this.tcMain.Controls.Add(this.tpApplications);
this.tcMain.Controls.Add(this.tpUsers);
this.tcMain.Controls.Add(this.tpRoles);
this.tcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcMain.Location = new System.Drawing.Point(0, 33);
this.tcMain.Name = "tcMain";
this.tcMain.SelectedIndex = 0;
this.tcMain.Size = new System.Drawing.Size(1288, 647);
this.tcMain.TabIndex = 0;
//
// tpApplications
//
this.tpApplications.AutoScroll = true;
this.tpApplications.Controls.Add(this.dgvApplications);
this.tpApplications.Controls.Add(this.panel1);
this.tpApplications.Controls.Add(this.statusStrip1);
this.tpApplications.Controls.Add(this.toolStrip1);
this.tpApplications.Location = new System.Drawing.Point(4, 22);
this.tpApplications.Name = "tpApplications";
this.tpApplications.Padding = new System.Windows.Forms.Padding(3);
this.tpApplications.Size = new System.Drawing.Size(1280, 621);
this.tpApplications.TabIndex = 0;
this.tpApplications.Text = "Applications";
this.tpApplications.UseVisualStyleBackColor = true;
//
// dgvApplications
//
this.dgvApplications.AllowUserToAddRows = false;
this.dgvApplications.AllowUserToDeleteRows = false;
this.dgvApplications.AutoGenerateColumns = false;
this.dgvApplications.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvApplications.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.colName,
this.colDescription});
this.dgvApplications.DataSource = this.applicationBindingSource;
this.dgvApplications.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvApplications.Location = new System.Drawing.Point(3, 28);
this.dgvApplications.Name = "dgvApplications";
this.dgvApplications.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvApplications.Size = new System.Drawing.Size(1274, 381);
this.dgvApplications.TabIndex = 0;
this.dgvApplications.SelectionChanged += new System.EventHandler(this.dgvApplications_SelectionChanged);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.Visible = false;
//
// colName
//
this.colName.DataPropertyName = "Name";
this.colName.HeaderText = "Name";
this.colName.Name = "colName";
//
// colDescription
//
this.colDescription.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.colDescription.DataPropertyName = "Description";
this.colDescription.HeaderText = "Description";
this.colDescription.Name = "colDescription";
//
// applicationBindingSource
//
this.applicationBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Application);
//
// panel1
//
this.panel1.Controls.Add(this.tbApplicationDescription);
this.panel1.Controls.Add(this.tbApplicationName);
this.panel1.Controls.Add(nameLabel);
this.panel1.Controls.Add(descriptionLabel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(3, 409);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1274, 187);
this.panel1.TabIndex = 15;
//
// tbApplicationDescription
//
this.tbApplicationDescription.Location = new System.Drawing.Point(24, 90);
this.tbApplicationDescription.Name = "tbApplicationDescription";
this.tbApplicationDescription.Size = new System.Drawing.Size(287, 20);
this.tbApplicationDescription.TabIndex = 3;
this.tbApplicationDescription.TextChanged += new System.EventHandler(this.tbApplicationDescription_TextChanged);
//
// tbApplicationName
//
this.tbApplicationName.Location = new System.Drawing.Point(24, 40);
this.tbApplicationName.Name = "tbApplicationName";
this.tbApplicationName.Size = new System.Drawing.Size(287, 20);
this.tbApplicationName.TabIndex = 9;
this.tbApplicationName.TextChanged += new System.EventHandler(this.tbApplicationName_TextChanged);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tssApplicationStatus});
this.statusStrip1.Location = new System.Drawing.Point(3, 596);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1274, 22);
this.statusStrip1.TabIndex = 14;
this.statusStrip1.Text = "statusStrip1";
//
// tssApplicationStatus
//
this.tssApplicationStatus.Name = "tssApplicationStatus";
this.tssApplicationStatus.Size = new System.Drawing.Size(0, 17);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tspNewApplication,
this.tspDeleteApplication,
this.tspSaveApplication});
this.toolStrip1.Location = new System.Drawing.Point(3, 3);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1274, 25);
this.toolStrip1.TabIndex = 13;
this.toolStrip1.Text = "toolStrip1";
//
// tspNewApplication
//
this.tspNewApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspNewApplication.Image")));
this.tspNewApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tspNewApplication.Name = "tspNewApplication";
this.tspNewApplication.Size = new System.Drawing.Size(47, 22);
this.tspNewApplication.Text = "new";
this.tspNewApplication.Click += new System.EventHandler(this.tspNewApplication_Click);
//
// tspDeleteApplication
//
this.tspDeleteApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspDeleteApplication.Image")));
this.tspDeleteApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tspDeleteApplication.Name = "tspDeleteApplication";
this.tspDeleteApplication.Size = new System.Drawing.Size(57, 22);
this.tspDeleteApplication.Text = "delete";
this.tspDeleteApplication.Click += new System.EventHandler(this.tspDeleteApplication_Click);
//
// tspSaveApplication
//
this.tspSaveApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspSaveApplication.Image")));
this.tspSaveApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tspSaveApplication.Name = "tspSaveApplication";
this.tspSaveApplication.Size = new System.Drawing.Size(50, 22);
this.tspSaveApplication.Text = "save";
this.tspSaveApplication.Click += new System.EventHandler(this.tspSaveApplication_Click);
//
// tpUsers
//
this.tpUsers.AutoScroll = true;
this.tpUsers.Controls.Add(this.dgvUsers);
this.tpUsers.Controls.Add(this.toolStrip2);
this.tpUsers.Controls.Add(this.panel3);
this.tpUsers.Controls.Add(this.statusStrip2);
this.tpUsers.Location = new System.Drawing.Point(4, 22);
this.tpUsers.Name = "tpUsers";
this.tpUsers.Padding = new System.Windows.Forms.Padding(3);
this.tpUsers.Size = new System.Drawing.Size(1280, 621);
this.tpUsers.TabIndex = 1;
this.tpUsers.Text = "Users";
this.tpUsers.UseVisualStyleBackColor = true;
//
// dgvUsers
//
this.dgvUsers.AllowUserToAddRows = false;
this.dgvUsers.AllowUserToDeleteRows = false;
this.dgvUsers.AutoGenerateColumns = false;
this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn2,
this.nameDataGridViewTextBoxColumn,
this.emailDataGridViewTextBoxColumn,
this.descriptionDataGridViewTextBoxColumn});
this.dgvUsers.DataSource = this.userBindingSource2;
this.dgvUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvUsers.Location = new System.Drawing.Point(3, 28);
this.dgvUsers.Name = "dgvUsers";
this.dgvUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUsers.Size = new System.Drawing.Size(1274, 213);
this.dgvUsers.TabIndex = 0;
this.dgvUsers.SelectionChanged += new System.EventHandler(this.dgvUsers_SelectionChanged);
//
// idDataGridViewTextBoxColumn2
//
this.idDataGridViewTextBoxColumn2.DataPropertyName = "Id";
this.idDataGridViewTextBoxColumn2.HeaderText = "Id";
this.idDataGridViewTextBoxColumn2.Name = "idDataGridViewTextBoxColumn2";
this.idDataGridViewTextBoxColumn2.Visible = false;
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
//
// emailDataGridViewTextBoxColumn
//
this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
//
// descriptionDataGridViewTextBoxColumn
//
this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
//
// userBindingSource2
//
this.userBindingSource2.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
//
// toolStrip2
//
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbNewUser,
this.tsbDeleteUser,
this.tsbSaveUser});
this.toolStrip2.Location = new System.Drawing.Point(3, 3);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(1274, 25);
this.toolStrip2.TabIndex = 22;
this.toolStrip2.Text = "toolStrip2";
//
// tsbNewUser
//
this.tsbNewUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbNewUser.Image")));
this.tsbNewUser.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNewUser.Name = "tsbNewUser";
this.tsbNewUser.Size = new System.Drawing.Size(47, 22);
this.tsbNewUser.Text = "new";
this.tsbNewUser.Click += new System.EventHandler(this.tsbNewUser_Click);
//
// tsbDeleteUser
//
this.tsbDeleteUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteUser.Image")));
this.tsbDeleteUser.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDeleteUser.Name = "tsbDeleteUser";
this.tsbDeleteUser.Size = new System.Drawing.Size(57, 22);
this.tsbDeleteUser.Text = "delete";
this.tsbDeleteUser.Click += new System.EventHandler(this.tsbDeleteUser_Click);
//
// tsbSaveUser
//
this.tsbSaveUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveUser.Image")));
this.tsbSaveUser.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSaveUser.Name = "tsbSaveUser";
this.tsbSaveUser.Size = new System.Drawing.Size(50, 22);
this.tsbSaveUser.Text = "save";
this.tsbSaveUser.Click += new System.EventHandler(this.tsbSaveUser_Click);
//
// panel3
//
this.panel3.Controls.Add(this.gbResetPassword);
this.panel3.Controls.Add(this.tableLayoutPanel1);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(nameLabel1);
this.panel3.Controls.Add(this.tbUserComment);
this.panel3.Controls.Add(this.tbUserName);
this.panel3.Controls.Add(emailLabel);
this.panel3.Controls.Add(this.tbUserEmail);
this.panel3.Controls.Add(commentLabel);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(3, 241);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1274, 355);
this.panel3.TabIndex = 21;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(18, 94);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 219F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(882, 219);
this.tableLayoutPanel1.TabIndex = 20;
//
// panel4
//
this.panel4.Controls.Add(this.dgvUserRoles);
this.panel4.Controls.Add(this.toolStrip3);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(435, 213);
this.panel4.TabIndex = 19;
//
// dgvUserRoles
//
this.dgvUserRoles.AllowUserToAddRows = false;
this.dgvUserRoles.AllowUserToDeleteRows = false;
this.dgvUserRoles.AutoGenerateColumns = false;
this.dgvUserRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUserRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.nameDataGridViewTextBoxColumn4});
this.dgvUserRoles.DataSource = this.roleBindingSource1;
this.dgvUserRoles.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvUserRoles.Location = new System.Drawing.Point(0, 25);
this.dgvUserRoles.Name = "dgvUserRoles";
this.dgvUserRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUserRoles.ShowCellErrors = false;
this.dgvUserRoles.ShowCellToolTips = false;
this.dgvUserRoles.ShowEditingIcon = false;
this.dgvUserRoles.ShowRowErrors = false;
this.dgvUserRoles.Size = new System.Drawing.Size(435, 188);
this.dgvUserRoles.TabIndex = 0;
//
// nameDataGridViewTextBoxColumn4
//
this.nameDataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn4.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn4.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn4.Name = "nameDataGridViewTextBoxColumn4";
//
// roleBindingSource1
//
this.roleBindingSource1.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
//
// toolStrip3
//
this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbRemoveRoleFromUser});
this.toolStrip3.Location = new System.Drawing.Point(0, 0);
this.toolStrip3.Name = "toolStrip3";
this.toolStrip3.Size = new System.Drawing.Size(435, 25);
this.toolStrip3.TabIndex = 19;
this.toolStrip3.Text = "toolStrip3";
//
// tsbRemoveRoleFromUser
//
this.tsbRemoveRoleFromUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbRemoveRoleFromUser.Image")));
this.tsbRemoveRoleFromUser.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRemoveRoleFromUser.Name = "tsbRemoveRoleFromUser";
this.tsbRemoveRoleFromUser.Size = new System.Drawing.Size(63, 22);
this.tsbRemoveRoleFromUser.Text = "remove";
this.tsbRemoveRoleFromUser.Click += new System.EventHandler(this.tsbRemoveRoleFromUser_Click);
//
// panel5
//
this.panel5.Controls.Add(this.dgvUserRolesAll);
this.panel5.Controls.Add(this.toolStrip4);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(444, 3);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(435, 213);
this.panel5.TabIndex = 20;
//
// dgvUserRolesAll
//
this.dgvUserRolesAll.AllowUserToAddRows = false;
this.dgvUserRolesAll.AllowUserToDeleteRows = false;
this.dgvUserRolesAll.AutoGenerateColumns = false;
this.dgvUserRolesAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUserRolesAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.nameDataGridViewTextBoxColumn5});
this.dgvUserRolesAll.DataSource = this.roleBindingSource2;
this.dgvUserRolesAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvUserRolesAll.Location = new System.Drawing.Point(0, 25);
this.dgvUserRolesAll.Name = "dgvUserRolesAll";
this.dgvUserRolesAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUserRolesAll.Size = new System.Drawing.Size(435, 188);
this.dgvUserRolesAll.TabIndex = 1;
//
// nameDataGridViewTextBoxColumn5
//
this.nameDataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn5.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn5.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn5.Name = "nameDataGridViewTextBoxColumn5";
//
// roleBindingSource2
//
this.roleBindingSource2.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
//
// toolStrip4
//
this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbAddRoleToUser});
this.toolStrip4.Location = new System.Drawing.Point(0, 0);
this.toolStrip4.Name = "toolStrip4";
this.toolStrip4.Size = new System.Drawing.Size(435, 25);
this.toolStrip4.TabIndex = 4;
this.toolStrip4.Text = "toolStrip4";
//
// tsbAddRoleToUser
//
this.tsbAddRoleToUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddRoleToUser.Image")));
this.tsbAddRoleToUser.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAddRoleToUser.Name = "tsbAddRoleToUser";
this.tsbAddRoleToUser.Size = new System.Drawing.Size(45, 22);
this.tsbAddRoleToUser.Text = "add";
this.tsbAddRoleToUser.Click += new System.EventHandler(this.tsbAddRoleToUser_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(568, 168);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(79, 13);
this.label3.TabIndex = 19;
this.label3.Text = "available Roles";
//
// tbUserComment
//
this.tbUserComment.Location = new System.Drawing.Point(18, 34);
this.tbUserComment.Name = "tbUserComment";
this.tbUserComment.Size = new System.Drawing.Size(100, 20);
this.tbUserComment.TabIndex = 2;
this.tbUserComment.TextChanged += new System.EventHandler(this.tbUserComment_TextChanged);
//
// tbUserName
//
this.tbUserName.Location = new System.Drawing.Point(163, 34);
this.tbUserName.Name = "tbUserName";
this.tbUserName.Size = new System.Drawing.Size(100, 20);
this.tbUserName.TabIndex = 10;
this.tbUserName.TextChanged += new System.EventHandler(this.tbUserName_TextChanged);
//
// tbUserEmail
//
this.tbUserEmail.Location = new System.Drawing.Point(323, 34);
this.tbUserEmail.Name = "tbUserEmail";
this.tbUserEmail.Size = new System.Drawing.Size(100, 20);
this.tbUserEmail.TabIndex = 4;
this.tbUserEmail.TextChanged += new System.EventHandler(this.tbUserEmail_TextChanged);
//
// statusStrip2
//
this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tssStatusUser});
this.statusStrip2.Location = new System.Drawing.Point(3, 596);
this.statusStrip2.Name = "statusStrip2";
this.statusStrip2.Size = new System.Drawing.Size(1274, 22);
this.statusStrip2.TabIndex = 23;
this.statusStrip2.Text = "statusStrip2";
//
// tssStatusUser
//
this.tssStatusUser.Name = "tssStatusUser";
this.tssStatusUser.Size = new System.Drawing.Size(0, 17);
//
// tpRoles
//
this.tpRoles.AutoScroll = true;
this.tpRoles.Controls.Add(this.dgvRoles);
this.tpRoles.Controls.Add(this.panel6);
this.tpRoles.Controls.Add(this.statusStrip3);
this.tpRoles.Controls.Add(this.toolStrip5);
this.tpRoles.Location = new System.Drawing.Point(4, 22);
this.tpRoles.Name = "tpRoles";
this.tpRoles.Size = new System.Drawing.Size(1280, 621);
this.tpRoles.TabIndex = 2;
this.tpRoles.Text = "Roles";
this.tpRoles.UseVisualStyleBackColor = true;
//
// dgvRoles
//
this.dgvRoles.AllowUserToAddRows = false;
this.dgvRoles.AllowUserToDeleteRows = false;
this.dgvRoles.AutoGenerateColumns = false;
this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn1,
this.nameDataGridViewTextBoxColumn3,
this.descriptionDataGridViewTextBoxColumn1});
this.dgvRoles.DataSource = this.roleBindingSource;
this.dgvRoles.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvRoles.Location = new System.Drawing.Point(0, 25);
this.dgvRoles.Name = "dgvRoles";
this.dgvRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRoles.Size = new System.Drawing.Size(1280, 266);
this.dgvRoles.TabIndex = 0;
this.dgvRoles.SelectionChanged += new System.EventHandler(this.dgvRoles_SelectionChanged);
//
// idDataGridViewTextBoxColumn1
//
this.idDataGridViewTextBoxColumn1.DataPropertyName = "Id";
this.idDataGridViewTextBoxColumn1.HeaderText = "Id";
this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1";
this.idDataGridViewTextBoxColumn1.Visible = false;
//
// nameDataGridViewTextBoxColumn3
//
this.nameDataGridViewTextBoxColumn3.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn3.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn3.Name = "nameDataGridViewTextBoxColumn3";
//
// descriptionDataGridViewTextBoxColumn1
//
this.descriptionDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.descriptionDataGridViewTextBoxColumn1.DataPropertyName = "Description";
this.descriptionDataGridViewTextBoxColumn1.HeaderText = "Description";
this.descriptionDataGridViewTextBoxColumn1.Name = "descriptionDataGridViewTextBoxColumn1";
//
// roleBindingSource
//
this.roleBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
//
// panel6
//
this.panel6.Controls.Add(this.tableLayoutPanel2);
this.panel6.Controls.Add(this.tbRoleName);
this.panel6.Controls.Add(this.tbRoleDescription);
this.panel6.Controls.Add(nameLabel2);
this.panel6.Controls.Add(descriptionLabel1);
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel6.Location = new System.Drawing.Point(0, 291);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(1280, 308);
this.panel6.TabIndex = 24;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.panel8, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.panel7, 0, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(27, 64);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(768, 194);
this.tableLayoutPanel2.TabIndex = 7;
//
// panel8
//
this.panel8.Controls.Add(this.dgvRoleUsersAll);
this.panel8.Controls.Add(this.toolStrip7);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(387, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(378, 188);
this.panel8.TabIndex = 26;
//
// dgvRoleUsersAll
//
this.dgvRoleUsersAll.AllowUserToAddRows = false;
this.dgvRoleUsersAll.AllowUserToDeleteRows = false;
this.dgvRoleUsersAll.AutoGenerateColumns = false;
this.dgvRoleUsersAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRoleUsersAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.nameDataGridViewTextBoxColumn1});
this.dgvRoleUsersAll.DataSource = this.userBindingSource;
this.dgvRoleUsersAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvRoleUsersAll.Location = new System.Drawing.Point(0, 25);
this.dgvRoleUsersAll.Name = "dgvRoleUsersAll";
this.dgvRoleUsersAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRoleUsersAll.Size = new System.Drawing.Size(378, 163);
this.dgvRoleUsersAll.TabIndex = 1;
//
// nameDataGridViewTextBoxColumn1
//
this.nameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn1.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn1.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn1.Name = "nameDataGridViewTextBoxColumn1";
//
// userBindingSource
//
this.userBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
//
// toolStrip7
//
this.toolStrip7.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbAddUserToRole});
this.toolStrip7.Location = new System.Drawing.Point(0, 0);
this.toolStrip7.Name = "toolStrip7";
this.toolStrip7.Size = new System.Drawing.Size(378, 25);
this.toolStrip7.TabIndex = 4;
this.toolStrip7.Text = "toolStrip7";
//
// tsbAddUserToRole
//
this.tsbAddUserToRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddUserToRole.Image")));
this.tsbAddUserToRole.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAddUserToRole.Name = "tsbAddUserToRole";
this.tsbAddUserToRole.Size = new System.Drawing.Size(45, 22);
this.tsbAddUserToRole.Text = "add";
this.tsbAddUserToRole.Click += new System.EventHandler(this.tsbAddUserToRole_Click);
//
// panel7
//
this.panel7.Controls.Add(this.dgvRoleUsers);
this.panel7.Controls.Add(this.toolStrip6);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(3, 3);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(378, 188);
this.panel7.TabIndex = 25;
//
// dgvRoleUsers
//
this.dgvRoleUsers.AllowUserToAddRows = false;
this.dgvRoleUsers.AllowUserToDeleteRows = false;
this.dgvRoleUsers.AutoGenerateColumns = false;
this.dgvRoleUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRoleUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.nameDataGridViewTextBoxColumn2});
this.dgvRoleUsers.DataSource = this.userBindingSource1;
this.dgvRoleUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvRoleUsers.Location = new System.Drawing.Point(0, 25);
this.dgvRoleUsers.Name = "dgvRoleUsers";
this.dgvRoleUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRoleUsers.Size = new System.Drawing.Size(378, 163);
this.dgvRoleUsers.TabIndex = 0;
//
// nameDataGridViewTextBoxColumn2
//
this.nameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.nameDataGridViewTextBoxColumn2.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn2.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn2.Name = "nameDataGridViewTextBoxColumn2";
//
// userBindingSource1
//
this.userBindingSource1.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
//
// toolStrip6
//
this.toolStrip6.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbRemoveUserFromRole});
this.toolStrip6.Location = new System.Drawing.Point(0, 0);
this.toolStrip6.Name = "toolStrip6";
this.toolStrip6.Size = new System.Drawing.Size(378, 25);
this.toolStrip6.TabIndex = 3;
this.toolStrip6.Text = "toolStrip6";
//
// tsbRemoveUserFromRole
//
this.tsbRemoveUserFromRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbRemoveUserFromRole.Image")));
this.tsbRemoveUserFromRole.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRemoveUserFromRole.Name = "tsbRemoveUserFromRole";
this.tsbRemoveUserFromRole.Size = new System.Drawing.Size(63, 22);
this.tsbRemoveUserFromRole.Text = "remove";
this.tsbRemoveUserFromRole.Click += new System.EventHandler(this.tsbRemoveUserFromRole_Click);
//
// tbRoleName
//
this.tbRoleName.Location = new System.Drawing.Point(27, 29);
this.tbRoleName.Name = "tbRoleName";
this.tbRoleName.Size = new System.Drawing.Size(164, 20);
this.tbRoleName.TabIndex = 2;
this.tbRoleName.TextChanged += new System.EventHandler(this.tbRoleName_TextChanged);
//
// tbRoleDescription
//
this.tbRoleDescription.Location = new System.Drawing.Point(217, 29);
this.tbRoleDescription.Name = "tbRoleDescription";
this.tbRoleDescription.Size = new System.Drawing.Size(200, 20);
this.tbRoleDescription.TabIndex = 6;
this.tbRoleDescription.TextChanged += new System.EventHandler(this.tbRoleDescription_TextChanged);
//
// statusStrip3
//
this.statusStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tssStatusRole});
this.statusStrip3.Location = new System.Drawing.Point(0, 599);
this.statusStrip3.Name = "statusStrip3";
this.statusStrip3.Size = new System.Drawing.Size(1280, 22);
this.statusStrip3.TabIndex = 23;
this.statusStrip3.Text = "statusStrip3";
//
// tssStatusRole
//
this.tssStatusRole.Name = "tssStatusRole";
this.tssStatusRole.Size = new System.Drawing.Size(0, 17);
//
// toolStrip5
//
this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tspNewRole,
this.tsbDeleteRole,
this.tsbSaveRole});
this.toolStrip5.Location = new System.Drawing.Point(0, 0);
this.toolStrip5.Name = "toolStrip5";
this.toolStrip5.Size = new System.Drawing.Size(1280, 25);
this.toolStrip5.TabIndex = 22;
this.toolStrip5.Text = "toolStrip5";
//
// tspNewRole
//
this.tspNewRole.Image = ((System.Drawing.Image)(resources.GetObject("tspNewRole.Image")));
this.tspNewRole.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tspNewRole.Name = "tspNewRole";
this.tspNewRole.Size = new System.Drawing.Size(47, 22);
this.tspNewRole.Text = "new";
this.tspNewRole.Click += new System.EventHandler(this.tspNewRole_Click);
//
// tsbDeleteRole
//
this.tsbDeleteRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteRole.Image")));
this.tsbDeleteRole.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDeleteRole.Name = "tsbDeleteRole";
this.tsbDeleteRole.Size = new System.Drawing.Size(57, 22);
this.tsbDeleteRole.Text = "delete";
this.tsbDeleteRole.Click += new System.EventHandler(this.tsbDeleteRole_Click);
//
// tsbSaveRole
//
this.tsbSaveRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveRole.Image")));
this.tsbSaveRole.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSaveRole.Name = "tsbSaveRole";
this.tsbSaveRole.Size = new System.Drawing.Size(50, 22);
this.tsbSaveRole.Text = "save";
this.tsbSaveRole.Click += new System.EventHandler(this.tsbSaveRole_Click);
//
// cbxApplications
//
this.cbxApplications.DisplayMember = "Name";
this.cbxApplications.FormattingEnabled = true;
this.cbxApplications.Location = new System.Drawing.Point(110, 6);
this.cbxApplications.Name = "cbxApplications";
this.cbxApplications.Size = new System.Drawing.Size(234, 21);
this.cbxApplications.TabIndex = 1;
this.cbxApplications.ValueMember = "Name";
this.cbxApplications.SelectedIndexChanged += new System.EventHandler(this.cbxApplications_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Select Application";
//
// panel2
//
this.panel2.Controls.Add(this.cbxApplications);
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1288, 33);
this.panel2.TabIndex = 3;
//
// gbResetPassword
//
this.gbResetPassword.Controls.Add(label2);
this.gbResetPassword.Controls.Add(this.tbPassword);
this.gbResetPassword.Controls.Add(this.btnResetPassword);
this.gbResetPassword.Location = new System.Drawing.Point(933, 94);
this.gbResetPassword.Name = "gbResetPassword";
this.gbResetPassword.Size = new System.Drawing.Size(308, 219);
this.gbResetPassword.TabIndex = 21;
this.gbResetPassword.TabStop = false;
this.gbResetPassword.Text = "Reset Password";
//
// btnResetPassword
//
this.btnResetPassword.Location = new System.Drawing.Point(52, 91);
this.btnResetPassword.Name = "btnResetPassword";
this.btnResetPassword.Size = new System.Drawing.Size(126, 23);
this.btnResetPassword.TabIndex = 0;
this.btnResetPassword.Text = "Reset Password";
this.btnResetPassword.UseVisualStyleBackColor = true;
this.btnResetPassword.Click += new System.EventHandler(this.btnResetPassword_Click);
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(52, 51);
this.tbPassword.Name = "tbPassword";
this.tbPassword.Size = new System.Drawing.Size(100, 20);
this.tbPassword.TabIndex = 1;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(49, 35);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(81, 13);
label2.TabIndex = 4;
label2.Text = "New Password:";
//
// UserManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1288, 680);
this.Controls.Add(this.tcMain);
this.Controls.Add(this.panel2);
this.Name = "UserManagement";
this.Text = "UserManagement";
this.tcMain.ResumeLayout(false);
this.tpApplications.ResumeLayout(false);
this.tpApplications.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.applicationBindingSource)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.tpUsers.ResumeLayout(false);
this.tpUsers.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource2)).EndInit();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource1)).EndInit();
this.toolStrip3.ResumeLayout(false);
this.toolStrip3.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource2)).EndInit();
this.toolStrip4.ResumeLayout(false);
this.toolStrip4.PerformLayout();
this.statusStrip2.ResumeLayout(false);
this.statusStrip2.PerformLayout();
this.tpRoles.ResumeLayout(false);
this.tpRoles.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
this.toolStrip7.ResumeLayout(false);
this.toolStrip7.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.userBindingSource1)).EndInit();
this.toolStrip6.ResumeLayout(false);
this.toolStrip6.PerformLayout();
this.statusStrip3.ResumeLayout(false);
this.statusStrip3.PerformLayout();
this.toolStrip5.ResumeLayout(false);
this.toolStrip5.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.gbResetPassword.ResumeLayout(false);
this.gbResetPassword.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tcMain;
private System.Windows.Forms.TabPage tpApplications;
private System.Windows.Forms.DataGridView dgvApplications;
private System.Windows.Forms.TabPage tpUsers;
private System.Windows.Forms.DataGridView dgvUsers;
private System.Windows.Forms.TabPage tpRoles;
private System.Windows.Forms.DataGridView dgvRoles;
private System.Windows.Forms.ComboBox cbxApplications;
private System.Windows.Forms.DataGridViewTextBoxColumn loweredApplicationNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
private System.Windows.Forms.TextBox tbApplicationDescription;
private System.Windows.Forms.TextBox tbApplicationName;
private System.Windows.Forms.TextBox tbUserName;
private System.Windows.Forms.TextBox tbUserEmail;
private System.Windows.Forms.TextBox tbUserComment;
private System.Windows.Forms.TextBox tbRoleDescription;
private System.Windows.Forms.TextBox tbRoleName;
private System.Windows.Forms.DataGridView dgvUserRolesAll;
private System.Windows.Forms.DataGridView dgvRoleUsersAll;
private System.Windows.Forms.DataGridView dgvRoleUsers;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tspNewApplication;
private System.Windows.Forms.ToolStripButton tspDeleteApplication;
private System.Windows.Forms.ToolStripButton tspSaveApplication;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tssApplicationStatus;
private System.Windows.Forms.BindingSource applicationBindingSource;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.StatusStrip statusStrip2;
private System.Windows.Forms.ToolStripStatusLabel tssStatusUser;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ToolStripButton tsbNewUser;
private System.Windows.Forms.ToolStripButton tsbDeleteUser;
private System.Windows.Forms.ToolStripButton tsbSaveUser;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ToolStrip toolStrip3;
private System.Windows.Forms.ToolStripButton tsbRemoveRoleFromUser;
private System.Windows.Forms.DataGridView dgvUserRoles;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.ToolStrip toolStrip4;
private System.Windows.Forms.ToolStripButton tsbAddRoleToUser;
private System.Windows.Forms.ToolStrip toolStrip5;
private System.Windows.Forms.ToolStripButton tspNewRole;
private System.Windows.Forms.ToolStripButton tsbDeleteRole;
private System.Windows.Forms.ToolStripButton tsbSaveRole;
private System.Windows.Forms.StatusStrip statusStrip3;
private System.Windows.Forms.ToolStripStatusLabel tssStatusRole;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.ToolStrip toolStrip6;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.ToolStripButton tsbRemoveUserFromRole;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.ToolStrip toolStrip7;
private System.Windows.Forms.ToolStripButton tsbAddUserToRole;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn colName;
private System.Windows.Forms.DataGridViewTextBoxColumn colDescription;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource userBindingSource2;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn4;
private System.Windows.Forms.BindingSource roleBindingSource1;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn5;
private System.Windows.Forms.BindingSource roleBindingSource2;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn1;
private System.Windows.Forms.BindingSource roleBindingSource;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn1;
private System.Windows.Forms.BindingSource userBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn2;
private System.Windows.Forms.BindingSource userBindingSource1;
private System.Windows.Forms.GroupBox gbResetPassword;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Button btnResetPassword;
}
}