[5257] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 | namespace HeuristicLab.Services.Authentication
|
---|
[4789] | 22 | {
|
---|
| 23 | partial class UserManagement
|
---|
| 24 | {
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required designer variable.
|
---|
| 27 | /// </summary>
|
---|
| 28 | private System.ComponentModel.IContainer components = null;
|
---|
| 29 |
|
---|
| 30 | /// <summary>
|
---|
| 31 | /// Clean up any resources being used.
|
---|
| 32 | /// </summary>
|
---|
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 34 | protected override void Dispose(bool disposing)
|
---|
| 35 | {
|
---|
| 36 | if (disposing && (components != null))
|
---|
| 37 | {
|
---|
| 38 | components.Dispose();
|
---|
| 39 | }
|
---|
| 40 | base.Dispose(disposing);
|
---|
| 41 | }
|
---|
| 42 |
|
---|
| 43 | #region Windows Form Designer generated code
|
---|
| 44 |
|
---|
| 45 | /// <summary>
|
---|
| 46 | /// Required method for Designer support - do not modify
|
---|
| 47 | /// the contents of this method with the code editor.
|
---|
| 48 | /// </summary>
|
---|
| 49 | private void InitializeComponent()
|
---|
| 50 | {
|
---|
[5257] | 51 | this.components = new System.ComponentModel.Container();
|
---|
| 52 | System.Windows.Forms.Label descriptionLabel;
|
---|
| 53 | System.Windows.Forms.Label nameLabel;
|
---|
| 54 | System.Windows.Forms.Label commentLabel;
|
---|
| 55 | System.Windows.Forms.Label emailLabel;
|
---|
| 56 | System.Windows.Forms.Label nameLabel1;
|
---|
| 57 | System.Windows.Forms.Label nameLabel2;
|
---|
| 58 | System.Windows.Forms.Label descriptionLabel1;
|
---|
| 59 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserManagement));
|
---|
| 60 | System.Windows.Forms.Label label2;
|
---|
| 61 | this.tcMain = new System.Windows.Forms.TabControl();
|
---|
| 62 | this.tpApplications = new System.Windows.Forms.TabPage();
|
---|
| 63 | this.dgvApplications = new System.Windows.Forms.DataGridView();
|
---|
| 64 | this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 65 | this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 66 | this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 67 | this.applicationBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 68 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 69 | this.tbApplicationDescription = new System.Windows.Forms.TextBox();
|
---|
| 70 | this.tbApplicationName = new System.Windows.Forms.TextBox();
|
---|
| 71 | this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
---|
| 72 | this.tssApplicationStatus = new System.Windows.Forms.ToolStripStatusLabel();
|
---|
| 73 | this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
---|
| 74 | this.tspNewApplication = new System.Windows.Forms.ToolStripButton();
|
---|
| 75 | this.tspDeleteApplication = new System.Windows.Forms.ToolStripButton();
|
---|
| 76 | this.tspSaveApplication = new System.Windows.Forms.ToolStripButton();
|
---|
| 77 | this.tpUsers = new System.Windows.Forms.TabPage();
|
---|
| 78 | this.dgvUsers = new System.Windows.Forms.DataGridView();
|
---|
| 79 | this.idDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 80 | this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 81 | this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 82 | this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 83 | this.userBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 84 | this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
---|
| 85 | this.tsbNewUser = new System.Windows.Forms.ToolStripButton();
|
---|
| 86 | this.tsbDeleteUser = new System.Windows.Forms.ToolStripButton();
|
---|
| 87 | this.tsbSaveUser = new System.Windows.Forms.ToolStripButton();
|
---|
| 88 | this.panel3 = new System.Windows.Forms.Panel();
|
---|
| 89 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
| 90 | this.panel4 = new System.Windows.Forms.Panel();
|
---|
| 91 | this.dgvUserRoles = new System.Windows.Forms.DataGridView();
|
---|
| 92 | this.nameDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 93 | this.roleBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 94 | this.toolStrip3 = new System.Windows.Forms.ToolStrip();
|
---|
| 95 | this.tsbRemoveRoleFromUser = new System.Windows.Forms.ToolStripButton();
|
---|
| 96 | this.panel5 = new System.Windows.Forms.Panel();
|
---|
| 97 | this.dgvUserRolesAll = new System.Windows.Forms.DataGridView();
|
---|
| 98 | this.nameDataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 99 | this.roleBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 100 | this.toolStrip4 = new System.Windows.Forms.ToolStrip();
|
---|
| 101 | this.tsbAddRoleToUser = new System.Windows.Forms.ToolStripButton();
|
---|
| 102 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 103 | this.tbUserComment = new System.Windows.Forms.TextBox();
|
---|
| 104 | this.tbUserName = new System.Windows.Forms.TextBox();
|
---|
| 105 | this.tbUserEmail = new System.Windows.Forms.TextBox();
|
---|
| 106 | this.statusStrip2 = new System.Windows.Forms.StatusStrip();
|
---|
| 107 | this.tssStatusUser = new System.Windows.Forms.ToolStripStatusLabel();
|
---|
| 108 | this.tpRoles = new System.Windows.Forms.TabPage();
|
---|
| 109 | this.dgvRoles = new System.Windows.Forms.DataGridView();
|
---|
| 110 | this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 111 | this.nameDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 112 | this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 113 | this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 114 | this.panel6 = new System.Windows.Forms.Panel();
|
---|
| 115 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
---|
| 116 | this.panel8 = new System.Windows.Forms.Panel();
|
---|
| 117 | this.dgvRoleUsersAll = new System.Windows.Forms.DataGridView();
|
---|
| 118 | this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 119 | this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 120 | this.toolStrip7 = new System.Windows.Forms.ToolStrip();
|
---|
| 121 | this.tsbAddUserToRole = new System.Windows.Forms.ToolStripButton();
|
---|
| 122 | this.panel7 = new System.Windows.Forms.Panel();
|
---|
| 123 | this.dgvRoleUsers = new System.Windows.Forms.DataGridView();
|
---|
| 124 | this.nameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 125 | this.userBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
---|
| 126 | this.toolStrip6 = new System.Windows.Forms.ToolStrip();
|
---|
| 127 | this.tsbRemoveUserFromRole = new System.Windows.Forms.ToolStripButton();
|
---|
| 128 | this.tbRoleName = new System.Windows.Forms.TextBox();
|
---|
| 129 | this.tbRoleDescription = new System.Windows.Forms.TextBox();
|
---|
| 130 | this.statusStrip3 = new System.Windows.Forms.StatusStrip();
|
---|
| 131 | this.tssStatusRole = new System.Windows.Forms.ToolStripStatusLabel();
|
---|
| 132 | this.toolStrip5 = new System.Windows.Forms.ToolStrip();
|
---|
| 133 | this.tspNewRole = new System.Windows.Forms.ToolStripButton();
|
---|
| 134 | this.tsbDeleteRole = new System.Windows.Forms.ToolStripButton();
|
---|
| 135 | this.tsbSaveRole = new System.Windows.Forms.ToolStripButton();
|
---|
| 136 | this.cbxApplications = new System.Windows.Forms.ComboBox();
|
---|
| 137 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 138 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 139 | this.gbResetPassword = new System.Windows.Forms.GroupBox();
|
---|
| 140 | this.btnResetPassword = new System.Windows.Forms.Button();
|
---|
| 141 | this.tbPassword = new System.Windows.Forms.TextBox();
|
---|
| 142 | descriptionLabel = new System.Windows.Forms.Label();
|
---|
| 143 | nameLabel = new System.Windows.Forms.Label();
|
---|
| 144 | commentLabel = new System.Windows.Forms.Label();
|
---|
| 145 | emailLabel = new System.Windows.Forms.Label();
|
---|
| 146 | nameLabel1 = new System.Windows.Forms.Label();
|
---|
| 147 | nameLabel2 = new System.Windows.Forms.Label();
|
---|
| 148 | descriptionLabel1 = new System.Windows.Forms.Label();
|
---|
| 149 | label2 = new System.Windows.Forms.Label();
|
---|
| 150 | this.tcMain.SuspendLayout();
|
---|
| 151 | this.tpApplications.SuspendLayout();
|
---|
| 152 | ((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).BeginInit();
|
---|
| 153 | ((System.ComponentModel.ISupportInitialize)(this.applicationBindingSource)).BeginInit();
|
---|
| 154 | this.panel1.SuspendLayout();
|
---|
| 155 | this.statusStrip1.SuspendLayout();
|
---|
| 156 | this.toolStrip1.SuspendLayout();
|
---|
| 157 | this.tpUsers.SuspendLayout();
|
---|
| 158 | ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
|
---|
| 159 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource2)).BeginInit();
|
---|
| 160 | this.toolStrip2.SuspendLayout();
|
---|
| 161 | this.panel3.SuspendLayout();
|
---|
| 162 | this.tableLayoutPanel1.SuspendLayout();
|
---|
| 163 | this.panel4.SuspendLayout();
|
---|
| 164 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).BeginInit();
|
---|
| 165 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource1)).BeginInit();
|
---|
| 166 | this.toolStrip3.SuspendLayout();
|
---|
| 167 | this.panel5.SuspendLayout();
|
---|
| 168 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).BeginInit();
|
---|
| 169 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource2)).BeginInit();
|
---|
| 170 | this.toolStrip4.SuspendLayout();
|
---|
| 171 | this.statusStrip2.SuspendLayout();
|
---|
| 172 | this.tpRoles.SuspendLayout();
|
---|
| 173 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).BeginInit();
|
---|
| 174 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
|
---|
| 175 | this.panel6.SuspendLayout();
|
---|
| 176 | this.tableLayoutPanel2.SuspendLayout();
|
---|
| 177 | this.panel8.SuspendLayout();
|
---|
| 178 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).BeginInit();
|
---|
| 179 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
|
---|
| 180 | this.toolStrip7.SuspendLayout();
|
---|
| 181 | this.panel7.SuspendLayout();
|
---|
| 182 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).BeginInit();
|
---|
| 183 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource1)).BeginInit();
|
---|
| 184 | this.toolStrip6.SuspendLayout();
|
---|
| 185 | this.statusStrip3.SuspendLayout();
|
---|
| 186 | this.toolStrip5.SuspendLayout();
|
---|
| 187 | this.panel2.SuspendLayout();
|
---|
| 188 | this.gbResetPassword.SuspendLayout();
|
---|
| 189 | this.SuspendLayout();
|
---|
| 190 | //
|
---|
| 191 | // descriptionLabel
|
---|
| 192 | //
|
---|
| 193 | descriptionLabel.AutoSize = true;
|
---|
| 194 | descriptionLabel.Location = new System.Drawing.Point(21, 73);
|
---|
| 195 | descriptionLabel.Name = "descriptionLabel";
|
---|
| 196 | descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 197 | descriptionLabel.TabIndex = 2;
|
---|
| 198 | descriptionLabel.Text = "Description:";
|
---|
| 199 | //
|
---|
| 200 | // nameLabel
|
---|
| 201 | //
|
---|
| 202 | nameLabel.AutoSize = true;
|
---|
| 203 | nameLabel.Location = new System.Drawing.Point(21, 23);
|
---|
| 204 | nameLabel.Name = "nameLabel";
|
---|
| 205 | nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
| 206 | nameLabel.TabIndex = 8;
|
---|
| 207 | nameLabel.Text = "Name:";
|
---|
| 208 | //
|
---|
| 209 | // commentLabel
|
---|
| 210 | //
|
---|
| 211 | commentLabel.AutoSize = true;
|
---|
| 212 | commentLabel.Location = new System.Drawing.Point(15, 18);
|
---|
| 213 | commentLabel.Name = "commentLabel";
|
---|
| 214 | commentLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 215 | commentLabel.TabIndex = 1;
|
---|
| 216 | commentLabel.Text = "Description:";
|
---|
| 217 | //
|
---|
| 218 | // emailLabel
|
---|
| 219 | //
|
---|
| 220 | emailLabel.AutoSize = true;
|
---|
| 221 | emailLabel.Location = new System.Drawing.Point(320, 18);
|
---|
| 222 | emailLabel.Name = "emailLabel";
|
---|
| 223 | emailLabel.Size = new System.Drawing.Size(35, 13);
|
---|
| 224 | emailLabel.TabIndex = 3;
|
---|
| 225 | emailLabel.Text = "Email:";
|
---|
| 226 | //
|
---|
| 227 | // nameLabel1
|
---|
| 228 | //
|
---|
| 229 | nameLabel1.AutoSize = true;
|
---|
| 230 | nameLabel1.Location = new System.Drawing.Point(160, 18);
|
---|
| 231 | nameLabel1.Name = "nameLabel1";
|
---|
| 232 | nameLabel1.Size = new System.Drawing.Size(38, 13);
|
---|
| 233 | nameLabel1.TabIndex = 9;
|
---|
| 234 | nameLabel1.Text = "Name:";
|
---|
| 235 | //
|
---|
| 236 | // nameLabel2
|
---|
| 237 | //
|
---|
| 238 | nameLabel2.AutoSize = true;
|
---|
| 239 | nameLabel2.Location = new System.Drawing.Point(24, 12);
|
---|
| 240 | nameLabel2.Name = "nameLabel2";
|
---|
| 241 | nameLabel2.Size = new System.Drawing.Size(38, 13);
|
---|
| 242 | nameLabel2.TabIndex = 1;
|
---|
| 243 | nameLabel2.Text = "Name:";
|
---|
| 244 | //
|
---|
| 245 | // descriptionLabel1
|
---|
| 246 | //
|
---|
| 247 | descriptionLabel1.AutoSize = true;
|
---|
| 248 | descriptionLabel1.Location = new System.Drawing.Point(214, 12);
|
---|
| 249 | descriptionLabel1.Name = "descriptionLabel1";
|
---|
| 250 | descriptionLabel1.Size = new System.Drawing.Size(63, 13);
|
---|
| 251 | descriptionLabel1.TabIndex = 5;
|
---|
| 252 | descriptionLabel1.Text = "Description:";
|
---|
| 253 | //
|
---|
| 254 | // tcMain
|
---|
| 255 | //
|
---|
| 256 | this.tcMain.Controls.Add(this.tpApplications);
|
---|
| 257 | this.tcMain.Controls.Add(this.tpUsers);
|
---|
| 258 | this.tcMain.Controls.Add(this.tpRoles);
|
---|
| 259 | this.tcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 260 | this.tcMain.Location = new System.Drawing.Point(0, 33);
|
---|
| 261 | this.tcMain.Name = "tcMain";
|
---|
| 262 | this.tcMain.SelectedIndex = 0;
|
---|
| 263 | this.tcMain.Size = new System.Drawing.Size(1288, 647);
|
---|
| 264 | this.tcMain.TabIndex = 0;
|
---|
| 265 | //
|
---|
| 266 | // tpApplications
|
---|
| 267 | //
|
---|
| 268 | this.tpApplications.AutoScroll = true;
|
---|
| 269 | this.tpApplications.Controls.Add(this.dgvApplications);
|
---|
| 270 | this.tpApplications.Controls.Add(this.panel1);
|
---|
| 271 | this.tpApplications.Controls.Add(this.statusStrip1);
|
---|
| 272 | this.tpApplications.Controls.Add(this.toolStrip1);
|
---|
| 273 | this.tpApplications.Location = new System.Drawing.Point(4, 22);
|
---|
| 274 | this.tpApplications.Name = "tpApplications";
|
---|
| 275 | this.tpApplications.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 276 | this.tpApplications.Size = new System.Drawing.Size(1280, 621);
|
---|
| 277 | this.tpApplications.TabIndex = 0;
|
---|
| 278 | this.tpApplications.Text = "Applications";
|
---|
| 279 | this.tpApplications.UseVisualStyleBackColor = true;
|
---|
| 280 | //
|
---|
| 281 | // dgvApplications
|
---|
| 282 | //
|
---|
| 283 | this.dgvApplications.AllowUserToAddRows = false;
|
---|
| 284 | this.dgvApplications.AllowUserToDeleteRows = false;
|
---|
| 285 | this.dgvApplications.AutoGenerateColumns = false;
|
---|
| 286 | this.dgvApplications.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 287 | this.dgvApplications.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 288 | this.idDataGridViewTextBoxColumn,
|
---|
| 289 | this.colName,
|
---|
| 290 | this.colDescription});
|
---|
| 291 | this.dgvApplications.DataSource = this.applicationBindingSource;
|
---|
| 292 | this.dgvApplications.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 293 | this.dgvApplications.Location = new System.Drawing.Point(3, 28);
|
---|
| 294 | this.dgvApplications.Name = "dgvApplications";
|
---|
| 295 | this.dgvApplications.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 296 | this.dgvApplications.Size = new System.Drawing.Size(1274, 381);
|
---|
| 297 | this.dgvApplications.TabIndex = 0;
|
---|
| 298 | this.dgvApplications.SelectionChanged += new System.EventHandler(this.dgvApplications_SelectionChanged);
|
---|
| 299 | //
|
---|
| 300 | // idDataGridViewTextBoxColumn
|
---|
| 301 | //
|
---|
| 302 | this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
|
---|
| 303 | this.idDataGridViewTextBoxColumn.HeaderText = "Id";
|
---|
| 304 | this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
|
---|
| 305 | this.idDataGridViewTextBoxColumn.Visible = false;
|
---|
| 306 | //
|
---|
| 307 | // colName
|
---|
| 308 | //
|
---|
| 309 | this.colName.DataPropertyName = "Name";
|
---|
| 310 | this.colName.HeaderText = "Name";
|
---|
| 311 | this.colName.Name = "colName";
|
---|
| 312 | //
|
---|
| 313 | // colDescription
|
---|
| 314 | //
|
---|
| 315 | this.colDescription.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 316 | this.colDescription.DataPropertyName = "Description";
|
---|
| 317 | this.colDescription.HeaderText = "Description";
|
---|
| 318 | this.colDescription.Name = "colDescription";
|
---|
| 319 | //
|
---|
| 320 | // applicationBindingSource
|
---|
| 321 | //
|
---|
| 322 | this.applicationBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Application);
|
---|
| 323 | //
|
---|
| 324 | // panel1
|
---|
| 325 | //
|
---|
| 326 | this.panel1.Controls.Add(this.tbApplicationDescription);
|
---|
| 327 | this.panel1.Controls.Add(this.tbApplicationName);
|
---|
| 328 | this.panel1.Controls.Add(nameLabel);
|
---|
| 329 | this.panel1.Controls.Add(descriptionLabel);
|
---|
| 330 | this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
---|
| 331 | this.panel1.Location = new System.Drawing.Point(3, 409);
|
---|
| 332 | this.panel1.Name = "panel1";
|
---|
| 333 | this.panel1.Size = new System.Drawing.Size(1274, 187);
|
---|
| 334 | this.panel1.TabIndex = 15;
|
---|
| 335 | //
|
---|
| 336 | // tbApplicationDescription
|
---|
| 337 | //
|
---|
| 338 | this.tbApplicationDescription.Location = new System.Drawing.Point(24, 90);
|
---|
| 339 | this.tbApplicationDescription.Name = "tbApplicationDescription";
|
---|
| 340 | this.tbApplicationDescription.Size = new System.Drawing.Size(287, 20);
|
---|
| 341 | this.tbApplicationDescription.TabIndex = 3;
|
---|
| 342 | this.tbApplicationDescription.TextChanged += new System.EventHandler(this.tbApplicationDescription_TextChanged);
|
---|
| 343 | //
|
---|
| 344 | // tbApplicationName
|
---|
| 345 | //
|
---|
| 346 | this.tbApplicationName.Location = new System.Drawing.Point(24, 40);
|
---|
| 347 | this.tbApplicationName.Name = "tbApplicationName";
|
---|
| 348 | this.tbApplicationName.Size = new System.Drawing.Size(287, 20);
|
---|
| 349 | this.tbApplicationName.TabIndex = 9;
|
---|
| 350 | this.tbApplicationName.TextChanged += new System.EventHandler(this.tbApplicationName_TextChanged);
|
---|
| 351 | //
|
---|
| 352 | // statusStrip1
|
---|
| 353 | //
|
---|
| 354 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 355 | this.tssApplicationStatus});
|
---|
| 356 | this.statusStrip1.Location = new System.Drawing.Point(3, 596);
|
---|
| 357 | this.statusStrip1.Name = "statusStrip1";
|
---|
| 358 | this.statusStrip1.Size = new System.Drawing.Size(1274, 22);
|
---|
| 359 | this.statusStrip1.TabIndex = 14;
|
---|
| 360 | this.statusStrip1.Text = "statusStrip1";
|
---|
| 361 | //
|
---|
| 362 | // tssApplicationStatus
|
---|
| 363 | //
|
---|
| 364 | this.tssApplicationStatus.Name = "tssApplicationStatus";
|
---|
| 365 | this.tssApplicationStatus.Size = new System.Drawing.Size(0, 17);
|
---|
| 366 | //
|
---|
| 367 | // toolStrip1
|
---|
| 368 | //
|
---|
| 369 | this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 370 | this.tspNewApplication,
|
---|
| 371 | this.tspDeleteApplication,
|
---|
| 372 | this.tspSaveApplication});
|
---|
| 373 | this.toolStrip1.Location = new System.Drawing.Point(3, 3);
|
---|
| 374 | this.toolStrip1.Name = "toolStrip1";
|
---|
| 375 | this.toolStrip1.Size = new System.Drawing.Size(1274, 25);
|
---|
| 376 | this.toolStrip1.TabIndex = 13;
|
---|
| 377 | this.toolStrip1.Text = "toolStrip1";
|
---|
| 378 | //
|
---|
| 379 | // tspNewApplication
|
---|
| 380 | //
|
---|
| 381 | this.tspNewApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspNewApplication.Image")));
|
---|
| 382 | this.tspNewApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 383 | this.tspNewApplication.Name = "tspNewApplication";
|
---|
| 384 | this.tspNewApplication.Size = new System.Drawing.Size(47, 22);
|
---|
| 385 | this.tspNewApplication.Text = "new";
|
---|
| 386 | this.tspNewApplication.Click += new System.EventHandler(this.tspNewApplication_Click);
|
---|
| 387 | //
|
---|
| 388 | // tspDeleteApplication
|
---|
| 389 | //
|
---|
| 390 | this.tspDeleteApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspDeleteApplication.Image")));
|
---|
| 391 | this.tspDeleteApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 392 | this.tspDeleteApplication.Name = "tspDeleteApplication";
|
---|
| 393 | this.tspDeleteApplication.Size = new System.Drawing.Size(57, 22);
|
---|
| 394 | this.tspDeleteApplication.Text = "delete";
|
---|
| 395 | this.tspDeleteApplication.Click += new System.EventHandler(this.tspDeleteApplication_Click);
|
---|
| 396 | //
|
---|
| 397 | // tspSaveApplication
|
---|
| 398 | //
|
---|
| 399 | this.tspSaveApplication.Image = ((System.Drawing.Image)(resources.GetObject("tspSaveApplication.Image")));
|
---|
| 400 | this.tspSaveApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 401 | this.tspSaveApplication.Name = "tspSaveApplication";
|
---|
| 402 | this.tspSaveApplication.Size = new System.Drawing.Size(50, 22);
|
---|
| 403 | this.tspSaveApplication.Text = "save";
|
---|
| 404 | this.tspSaveApplication.Click += new System.EventHandler(this.tspSaveApplication_Click);
|
---|
| 405 | //
|
---|
| 406 | // tpUsers
|
---|
| 407 | //
|
---|
| 408 | this.tpUsers.AutoScroll = true;
|
---|
| 409 | this.tpUsers.Controls.Add(this.dgvUsers);
|
---|
| 410 | this.tpUsers.Controls.Add(this.toolStrip2);
|
---|
| 411 | this.tpUsers.Controls.Add(this.panel3);
|
---|
| 412 | this.tpUsers.Controls.Add(this.statusStrip2);
|
---|
| 413 | this.tpUsers.Location = new System.Drawing.Point(4, 22);
|
---|
| 414 | this.tpUsers.Name = "tpUsers";
|
---|
| 415 | this.tpUsers.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 416 | this.tpUsers.Size = new System.Drawing.Size(1280, 621);
|
---|
| 417 | this.tpUsers.TabIndex = 1;
|
---|
| 418 | this.tpUsers.Text = "Users";
|
---|
| 419 | this.tpUsers.UseVisualStyleBackColor = true;
|
---|
| 420 | //
|
---|
| 421 | // dgvUsers
|
---|
| 422 | //
|
---|
| 423 | this.dgvUsers.AllowUserToAddRows = false;
|
---|
| 424 | this.dgvUsers.AllowUserToDeleteRows = false;
|
---|
| 425 | this.dgvUsers.AutoGenerateColumns = false;
|
---|
| 426 | this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 427 | this.dgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 428 | this.idDataGridViewTextBoxColumn2,
|
---|
[4789] | 429 | this.nameDataGridViewTextBoxColumn,
|
---|
[5257] | 430 | this.emailDataGridViewTextBoxColumn,
|
---|
[4789] | 431 | this.descriptionDataGridViewTextBoxColumn});
|
---|
[5257] | 432 | this.dgvUsers.DataSource = this.userBindingSource2;
|
---|
| 433 | this.dgvUsers.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 434 | this.dgvUsers.Location = new System.Drawing.Point(3, 28);
|
---|
| 435 | this.dgvUsers.Name = "dgvUsers";
|
---|
| 436 | this.dgvUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 437 | this.dgvUsers.Size = new System.Drawing.Size(1274, 213);
|
---|
| 438 | this.dgvUsers.TabIndex = 0;
|
---|
| 439 | this.dgvUsers.SelectionChanged += new System.EventHandler(this.dgvUsers_SelectionChanged);
|
---|
| 440 | //
|
---|
| 441 | // idDataGridViewTextBoxColumn2
|
---|
| 442 | //
|
---|
| 443 | this.idDataGridViewTextBoxColumn2.DataPropertyName = "Id";
|
---|
| 444 | this.idDataGridViewTextBoxColumn2.HeaderText = "Id";
|
---|
| 445 | this.idDataGridViewTextBoxColumn2.Name = "idDataGridViewTextBoxColumn2";
|
---|
| 446 | this.idDataGridViewTextBoxColumn2.Visible = false;
|
---|
| 447 | //
|
---|
| 448 | // nameDataGridViewTextBoxColumn
|
---|
| 449 | //
|
---|
| 450 | this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
|
---|
| 451 | this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
|
---|
| 452 | this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
|
---|
| 453 | //
|
---|
| 454 | // emailDataGridViewTextBoxColumn
|
---|
| 455 | //
|
---|
| 456 | this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
|
---|
| 457 | this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
|
---|
| 458 | this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
|
---|
| 459 | //
|
---|
| 460 | // descriptionDataGridViewTextBoxColumn
|
---|
| 461 | //
|
---|
| 462 | this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 463 | this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
|
---|
| 464 | this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
|
---|
| 465 | this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
|
---|
| 466 | //
|
---|
| 467 | // userBindingSource2
|
---|
| 468 | //
|
---|
| 469 | this.userBindingSource2.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
|
---|
| 470 | //
|
---|
| 471 | // toolStrip2
|
---|
| 472 | //
|
---|
| 473 | this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 474 | this.tsbNewUser,
|
---|
| 475 | this.tsbDeleteUser,
|
---|
| 476 | this.tsbSaveUser});
|
---|
| 477 | this.toolStrip2.Location = new System.Drawing.Point(3, 3);
|
---|
| 478 | this.toolStrip2.Name = "toolStrip2";
|
---|
| 479 | this.toolStrip2.Size = new System.Drawing.Size(1274, 25);
|
---|
| 480 | this.toolStrip2.TabIndex = 22;
|
---|
| 481 | this.toolStrip2.Text = "toolStrip2";
|
---|
| 482 | //
|
---|
| 483 | // tsbNewUser
|
---|
| 484 | //
|
---|
| 485 | this.tsbNewUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbNewUser.Image")));
|
---|
| 486 | this.tsbNewUser.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 487 | this.tsbNewUser.Name = "tsbNewUser";
|
---|
| 488 | this.tsbNewUser.Size = new System.Drawing.Size(47, 22);
|
---|
| 489 | this.tsbNewUser.Text = "new";
|
---|
| 490 | this.tsbNewUser.Click += new System.EventHandler(this.tsbNewUser_Click);
|
---|
| 491 | //
|
---|
| 492 | // tsbDeleteUser
|
---|
| 493 | //
|
---|
| 494 | this.tsbDeleteUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteUser.Image")));
|
---|
| 495 | this.tsbDeleteUser.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 496 | this.tsbDeleteUser.Name = "tsbDeleteUser";
|
---|
| 497 | this.tsbDeleteUser.Size = new System.Drawing.Size(57, 22);
|
---|
| 498 | this.tsbDeleteUser.Text = "delete";
|
---|
| 499 | this.tsbDeleteUser.Click += new System.EventHandler(this.tsbDeleteUser_Click);
|
---|
| 500 | //
|
---|
| 501 | // tsbSaveUser
|
---|
| 502 | //
|
---|
| 503 | this.tsbSaveUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveUser.Image")));
|
---|
| 504 | this.tsbSaveUser.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 505 | this.tsbSaveUser.Name = "tsbSaveUser";
|
---|
| 506 | this.tsbSaveUser.Size = new System.Drawing.Size(50, 22);
|
---|
| 507 | this.tsbSaveUser.Text = "save";
|
---|
| 508 | this.tsbSaveUser.Click += new System.EventHandler(this.tsbSaveUser_Click);
|
---|
| 509 | //
|
---|
| 510 | // panel3
|
---|
| 511 | //
|
---|
| 512 | this.panel3.Controls.Add(this.gbResetPassword);
|
---|
| 513 | this.panel3.Controls.Add(this.tableLayoutPanel1);
|
---|
| 514 | this.panel3.Controls.Add(this.label3);
|
---|
| 515 | this.panel3.Controls.Add(nameLabel1);
|
---|
| 516 | this.panel3.Controls.Add(this.tbUserComment);
|
---|
| 517 | this.panel3.Controls.Add(this.tbUserName);
|
---|
| 518 | this.panel3.Controls.Add(emailLabel);
|
---|
| 519 | this.panel3.Controls.Add(this.tbUserEmail);
|
---|
| 520 | this.panel3.Controls.Add(commentLabel);
|
---|
| 521 | this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
---|
| 522 | this.panel3.Location = new System.Drawing.Point(3, 241);
|
---|
| 523 | this.panel3.Name = "panel3";
|
---|
| 524 | this.panel3.Size = new System.Drawing.Size(1274, 355);
|
---|
| 525 | this.panel3.TabIndex = 21;
|
---|
| 526 | //
|
---|
| 527 | // tableLayoutPanel1
|
---|
| 528 | //
|
---|
| 529 | this.tableLayoutPanel1.ColumnCount = 2;
|
---|
| 530 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 531 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 532 | this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 0);
|
---|
| 533 | this.tableLayoutPanel1.Controls.Add(this.panel5, 1, 0);
|
---|
| 534 | this.tableLayoutPanel1.Location = new System.Drawing.Point(18, 94);
|
---|
| 535 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
| 536 | this.tableLayoutPanel1.RowCount = 1;
|
---|
| 537 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 538 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 219F));
|
---|
| 539 | this.tableLayoutPanel1.Size = new System.Drawing.Size(882, 219);
|
---|
| 540 | this.tableLayoutPanel1.TabIndex = 20;
|
---|
| 541 | //
|
---|
| 542 | // panel4
|
---|
| 543 | //
|
---|
| 544 | this.panel4.Controls.Add(this.dgvUserRoles);
|
---|
| 545 | this.panel4.Controls.Add(this.toolStrip3);
|
---|
| 546 | this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 547 | this.panel4.Location = new System.Drawing.Point(3, 3);
|
---|
| 548 | this.panel4.Name = "panel4";
|
---|
| 549 | this.panel4.Size = new System.Drawing.Size(435, 213);
|
---|
| 550 | this.panel4.TabIndex = 19;
|
---|
| 551 | //
|
---|
| 552 | // dgvUserRoles
|
---|
| 553 | //
|
---|
| 554 | this.dgvUserRoles.AllowUserToAddRows = false;
|
---|
| 555 | this.dgvUserRoles.AllowUserToDeleteRows = false;
|
---|
| 556 | this.dgvUserRoles.AutoGenerateColumns = false;
|
---|
| 557 | this.dgvUserRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 558 | this.dgvUserRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
[4789] | 559 | this.nameDataGridViewTextBoxColumn4});
|
---|
[5257] | 560 | this.dgvUserRoles.DataSource = this.roleBindingSource1;
|
---|
| 561 | this.dgvUserRoles.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 562 | this.dgvUserRoles.Location = new System.Drawing.Point(0, 25);
|
---|
| 563 | this.dgvUserRoles.Name = "dgvUserRoles";
|
---|
| 564 | this.dgvUserRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 565 | this.dgvUserRoles.ShowCellErrors = false;
|
---|
| 566 | this.dgvUserRoles.ShowCellToolTips = false;
|
---|
| 567 | this.dgvUserRoles.ShowEditingIcon = false;
|
---|
| 568 | this.dgvUserRoles.ShowRowErrors = false;
|
---|
| 569 | this.dgvUserRoles.Size = new System.Drawing.Size(435, 188);
|
---|
| 570 | this.dgvUserRoles.TabIndex = 0;
|
---|
| 571 | //
|
---|
| 572 | // nameDataGridViewTextBoxColumn4
|
---|
| 573 | //
|
---|
| 574 | this.nameDataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 575 | this.nameDataGridViewTextBoxColumn4.DataPropertyName = "Name";
|
---|
| 576 | this.nameDataGridViewTextBoxColumn4.HeaderText = "Name";
|
---|
| 577 | this.nameDataGridViewTextBoxColumn4.Name = "nameDataGridViewTextBoxColumn4";
|
---|
| 578 | //
|
---|
| 579 | // roleBindingSource1
|
---|
| 580 | //
|
---|
| 581 | this.roleBindingSource1.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
|
---|
| 582 | //
|
---|
| 583 | // toolStrip3
|
---|
| 584 | //
|
---|
| 585 | this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 586 | this.tsbRemoveRoleFromUser});
|
---|
| 587 | this.toolStrip3.Location = new System.Drawing.Point(0, 0);
|
---|
| 588 | this.toolStrip3.Name = "toolStrip3";
|
---|
| 589 | this.toolStrip3.Size = new System.Drawing.Size(435, 25);
|
---|
| 590 | this.toolStrip3.TabIndex = 19;
|
---|
| 591 | this.toolStrip3.Text = "toolStrip3";
|
---|
| 592 | //
|
---|
| 593 | // tsbRemoveRoleFromUser
|
---|
| 594 | //
|
---|
| 595 | this.tsbRemoveRoleFromUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbRemoveRoleFromUser.Image")));
|
---|
| 596 | this.tsbRemoveRoleFromUser.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 597 | this.tsbRemoveRoleFromUser.Name = "tsbRemoveRoleFromUser";
|
---|
| 598 | this.tsbRemoveRoleFromUser.Size = new System.Drawing.Size(63, 22);
|
---|
| 599 | this.tsbRemoveRoleFromUser.Text = "remove";
|
---|
| 600 | this.tsbRemoveRoleFromUser.Click += new System.EventHandler(this.tsbRemoveRoleFromUser_Click);
|
---|
| 601 | //
|
---|
| 602 | // panel5
|
---|
| 603 | //
|
---|
| 604 | this.panel5.Controls.Add(this.dgvUserRolesAll);
|
---|
| 605 | this.panel5.Controls.Add(this.toolStrip4);
|
---|
| 606 | this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 607 | this.panel5.Location = new System.Drawing.Point(444, 3);
|
---|
| 608 | this.panel5.Name = "panel5";
|
---|
| 609 | this.panel5.Size = new System.Drawing.Size(435, 213);
|
---|
| 610 | this.panel5.TabIndex = 20;
|
---|
| 611 | //
|
---|
| 612 | // dgvUserRolesAll
|
---|
| 613 | //
|
---|
| 614 | this.dgvUserRolesAll.AllowUserToAddRows = false;
|
---|
| 615 | this.dgvUserRolesAll.AllowUserToDeleteRows = false;
|
---|
| 616 | this.dgvUserRolesAll.AutoGenerateColumns = false;
|
---|
| 617 | this.dgvUserRolesAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 618 | this.dgvUserRolesAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
[4789] | 619 | this.nameDataGridViewTextBoxColumn5});
|
---|
[5257] | 620 | this.dgvUserRolesAll.DataSource = this.roleBindingSource2;
|
---|
| 621 | this.dgvUserRolesAll.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 622 | this.dgvUserRolesAll.Location = new System.Drawing.Point(0, 25);
|
---|
| 623 | this.dgvUserRolesAll.Name = "dgvUserRolesAll";
|
---|
| 624 | this.dgvUserRolesAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 625 | this.dgvUserRolesAll.Size = new System.Drawing.Size(435, 188);
|
---|
| 626 | this.dgvUserRolesAll.TabIndex = 1;
|
---|
| 627 | //
|
---|
| 628 | // nameDataGridViewTextBoxColumn5
|
---|
| 629 | //
|
---|
| 630 | this.nameDataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 631 | this.nameDataGridViewTextBoxColumn5.DataPropertyName = "Name";
|
---|
| 632 | this.nameDataGridViewTextBoxColumn5.HeaderText = "Name";
|
---|
| 633 | this.nameDataGridViewTextBoxColumn5.Name = "nameDataGridViewTextBoxColumn5";
|
---|
| 634 | //
|
---|
| 635 | // roleBindingSource2
|
---|
| 636 | //
|
---|
| 637 | this.roleBindingSource2.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
|
---|
| 638 | //
|
---|
| 639 | // toolStrip4
|
---|
| 640 | //
|
---|
| 641 | this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 642 | this.tsbAddRoleToUser});
|
---|
| 643 | this.toolStrip4.Location = new System.Drawing.Point(0, 0);
|
---|
| 644 | this.toolStrip4.Name = "toolStrip4";
|
---|
| 645 | this.toolStrip4.Size = new System.Drawing.Size(435, 25);
|
---|
| 646 | this.toolStrip4.TabIndex = 4;
|
---|
| 647 | this.toolStrip4.Text = "toolStrip4";
|
---|
| 648 | //
|
---|
| 649 | // tsbAddRoleToUser
|
---|
| 650 | //
|
---|
| 651 | this.tsbAddRoleToUser.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddRoleToUser.Image")));
|
---|
| 652 | this.tsbAddRoleToUser.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 653 | this.tsbAddRoleToUser.Name = "tsbAddRoleToUser";
|
---|
| 654 | this.tsbAddRoleToUser.Size = new System.Drawing.Size(45, 22);
|
---|
| 655 | this.tsbAddRoleToUser.Text = "add";
|
---|
| 656 | this.tsbAddRoleToUser.Click += new System.EventHandler(this.tsbAddRoleToUser_Click);
|
---|
| 657 | //
|
---|
| 658 | // label3
|
---|
| 659 | //
|
---|
| 660 | this.label3.AutoSize = true;
|
---|
| 661 | this.label3.Location = new System.Drawing.Point(568, 168);
|
---|
| 662 | this.label3.Name = "label3";
|
---|
| 663 | this.label3.Size = new System.Drawing.Size(79, 13);
|
---|
| 664 | this.label3.TabIndex = 19;
|
---|
| 665 | this.label3.Text = "available Roles";
|
---|
| 666 | //
|
---|
| 667 | // tbUserComment
|
---|
| 668 | //
|
---|
| 669 | this.tbUserComment.Location = new System.Drawing.Point(18, 34);
|
---|
| 670 | this.tbUserComment.Name = "tbUserComment";
|
---|
| 671 | this.tbUserComment.Size = new System.Drawing.Size(100, 20);
|
---|
| 672 | this.tbUserComment.TabIndex = 2;
|
---|
| 673 | this.tbUserComment.TextChanged += new System.EventHandler(this.tbUserComment_TextChanged);
|
---|
| 674 | //
|
---|
| 675 | // tbUserName
|
---|
| 676 | //
|
---|
| 677 | this.tbUserName.Location = new System.Drawing.Point(163, 34);
|
---|
| 678 | this.tbUserName.Name = "tbUserName";
|
---|
| 679 | this.tbUserName.Size = new System.Drawing.Size(100, 20);
|
---|
| 680 | this.tbUserName.TabIndex = 10;
|
---|
| 681 | this.tbUserName.TextChanged += new System.EventHandler(this.tbUserName_TextChanged);
|
---|
| 682 | //
|
---|
| 683 | // tbUserEmail
|
---|
| 684 | //
|
---|
| 685 | this.tbUserEmail.Location = new System.Drawing.Point(323, 34);
|
---|
| 686 | this.tbUserEmail.Name = "tbUserEmail";
|
---|
| 687 | this.tbUserEmail.Size = new System.Drawing.Size(100, 20);
|
---|
| 688 | this.tbUserEmail.TabIndex = 4;
|
---|
| 689 | this.tbUserEmail.TextChanged += new System.EventHandler(this.tbUserEmail_TextChanged);
|
---|
| 690 | //
|
---|
| 691 | // statusStrip2
|
---|
| 692 | //
|
---|
| 693 | this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 694 | this.tssStatusUser});
|
---|
| 695 | this.statusStrip2.Location = new System.Drawing.Point(3, 596);
|
---|
| 696 | this.statusStrip2.Name = "statusStrip2";
|
---|
| 697 | this.statusStrip2.Size = new System.Drawing.Size(1274, 22);
|
---|
| 698 | this.statusStrip2.TabIndex = 23;
|
---|
| 699 | this.statusStrip2.Text = "statusStrip2";
|
---|
| 700 | //
|
---|
| 701 | // tssStatusUser
|
---|
| 702 | //
|
---|
| 703 | this.tssStatusUser.Name = "tssStatusUser";
|
---|
| 704 | this.tssStatusUser.Size = new System.Drawing.Size(0, 17);
|
---|
| 705 | //
|
---|
| 706 | // tpRoles
|
---|
| 707 | //
|
---|
| 708 | this.tpRoles.AutoScroll = true;
|
---|
| 709 | this.tpRoles.Controls.Add(this.dgvRoles);
|
---|
| 710 | this.tpRoles.Controls.Add(this.panel6);
|
---|
| 711 | this.tpRoles.Controls.Add(this.statusStrip3);
|
---|
| 712 | this.tpRoles.Controls.Add(this.toolStrip5);
|
---|
| 713 | this.tpRoles.Location = new System.Drawing.Point(4, 22);
|
---|
| 714 | this.tpRoles.Name = "tpRoles";
|
---|
| 715 | this.tpRoles.Size = new System.Drawing.Size(1280, 621);
|
---|
| 716 | this.tpRoles.TabIndex = 2;
|
---|
| 717 | this.tpRoles.Text = "Roles";
|
---|
| 718 | this.tpRoles.UseVisualStyleBackColor = true;
|
---|
| 719 | //
|
---|
| 720 | // dgvRoles
|
---|
| 721 | //
|
---|
| 722 | this.dgvRoles.AllowUserToAddRows = false;
|
---|
| 723 | this.dgvRoles.AllowUserToDeleteRows = false;
|
---|
| 724 | this.dgvRoles.AutoGenerateColumns = false;
|
---|
| 725 | this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 726 | this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 727 | this.idDataGridViewTextBoxColumn1,
|
---|
| 728 | this.nameDataGridViewTextBoxColumn3,
|
---|
[4789] | 729 | this.descriptionDataGridViewTextBoxColumn1});
|
---|
[5257] | 730 | this.dgvRoles.DataSource = this.roleBindingSource;
|
---|
| 731 | this.dgvRoles.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 732 | this.dgvRoles.Location = new System.Drawing.Point(0, 25);
|
---|
| 733 | this.dgvRoles.Name = "dgvRoles";
|
---|
| 734 | this.dgvRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 735 | this.dgvRoles.Size = new System.Drawing.Size(1280, 266);
|
---|
| 736 | this.dgvRoles.TabIndex = 0;
|
---|
| 737 | this.dgvRoles.SelectionChanged += new System.EventHandler(this.dgvRoles_SelectionChanged);
|
---|
| 738 | //
|
---|
| 739 | // idDataGridViewTextBoxColumn1
|
---|
| 740 | //
|
---|
| 741 | this.idDataGridViewTextBoxColumn1.DataPropertyName = "Id";
|
---|
| 742 | this.idDataGridViewTextBoxColumn1.HeaderText = "Id";
|
---|
| 743 | this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1";
|
---|
| 744 | this.idDataGridViewTextBoxColumn1.Visible = false;
|
---|
| 745 | //
|
---|
| 746 | // nameDataGridViewTextBoxColumn3
|
---|
| 747 | //
|
---|
| 748 | this.nameDataGridViewTextBoxColumn3.DataPropertyName = "Name";
|
---|
| 749 | this.nameDataGridViewTextBoxColumn3.HeaderText = "Name";
|
---|
| 750 | this.nameDataGridViewTextBoxColumn3.Name = "nameDataGridViewTextBoxColumn3";
|
---|
| 751 | //
|
---|
| 752 | // descriptionDataGridViewTextBoxColumn1
|
---|
| 753 | //
|
---|
| 754 | this.descriptionDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 755 | this.descriptionDataGridViewTextBoxColumn1.DataPropertyName = "Description";
|
---|
| 756 | this.descriptionDataGridViewTextBoxColumn1.HeaderText = "Description";
|
---|
| 757 | this.descriptionDataGridViewTextBoxColumn1.Name = "descriptionDataGridViewTextBoxColumn1";
|
---|
| 758 | //
|
---|
| 759 | // roleBindingSource
|
---|
| 760 | //
|
---|
| 761 | this.roleBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
|
---|
| 762 | //
|
---|
| 763 | // panel6
|
---|
| 764 | //
|
---|
| 765 | this.panel6.Controls.Add(this.tableLayoutPanel2);
|
---|
| 766 | this.panel6.Controls.Add(this.tbRoleName);
|
---|
| 767 | this.panel6.Controls.Add(this.tbRoleDescription);
|
---|
| 768 | this.panel6.Controls.Add(nameLabel2);
|
---|
| 769 | this.panel6.Controls.Add(descriptionLabel1);
|
---|
| 770 | this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
|
---|
| 771 | this.panel6.Location = new System.Drawing.Point(0, 291);
|
---|
| 772 | this.panel6.Name = "panel6";
|
---|
| 773 | this.panel6.Size = new System.Drawing.Size(1280, 308);
|
---|
| 774 | this.panel6.TabIndex = 24;
|
---|
| 775 | //
|
---|
| 776 | // tableLayoutPanel2
|
---|
| 777 | //
|
---|
| 778 | this.tableLayoutPanel2.ColumnCount = 2;
|
---|
| 779 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 780 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 781 | this.tableLayoutPanel2.Controls.Add(this.panel8, 1, 0);
|
---|
| 782 | this.tableLayoutPanel2.Controls.Add(this.panel7, 0, 0);
|
---|
| 783 | this.tableLayoutPanel2.Location = new System.Drawing.Point(27, 64);
|
---|
| 784 | this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
---|
| 785 | this.tableLayoutPanel2.RowCount = 1;
|
---|
| 786 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
| 787 | this.tableLayoutPanel2.Size = new System.Drawing.Size(768, 194);
|
---|
| 788 | this.tableLayoutPanel2.TabIndex = 7;
|
---|
| 789 | //
|
---|
| 790 | // panel8
|
---|
| 791 | //
|
---|
| 792 | this.panel8.Controls.Add(this.dgvRoleUsersAll);
|
---|
| 793 | this.panel8.Controls.Add(this.toolStrip7);
|
---|
| 794 | this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 795 | this.panel8.Location = new System.Drawing.Point(387, 3);
|
---|
| 796 | this.panel8.Name = "panel8";
|
---|
| 797 | this.panel8.Size = new System.Drawing.Size(378, 188);
|
---|
| 798 | this.panel8.TabIndex = 26;
|
---|
| 799 | //
|
---|
| 800 | // dgvRoleUsersAll
|
---|
| 801 | //
|
---|
| 802 | this.dgvRoleUsersAll.AllowUserToAddRows = false;
|
---|
| 803 | this.dgvRoleUsersAll.AllowUserToDeleteRows = false;
|
---|
| 804 | this.dgvRoleUsersAll.AutoGenerateColumns = false;
|
---|
| 805 | this.dgvRoleUsersAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 806 | this.dgvRoleUsersAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 807 | this.nameDataGridViewTextBoxColumn1});
|
---|
| 808 | this.dgvRoleUsersAll.DataSource = this.userBindingSource;
|
---|
| 809 | this.dgvRoleUsersAll.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 810 | this.dgvRoleUsersAll.Location = new System.Drawing.Point(0, 25);
|
---|
| 811 | this.dgvRoleUsersAll.Name = "dgvRoleUsersAll";
|
---|
| 812 | this.dgvRoleUsersAll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 813 | this.dgvRoleUsersAll.Size = new System.Drawing.Size(378, 163);
|
---|
| 814 | this.dgvRoleUsersAll.TabIndex = 1;
|
---|
| 815 | //
|
---|
| 816 | // nameDataGridViewTextBoxColumn1
|
---|
| 817 | //
|
---|
| 818 | this.nameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 819 | this.nameDataGridViewTextBoxColumn1.DataPropertyName = "Name";
|
---|
| 820 | this.nameDataGridViewTextBoxColumn1.HeaderText = "Name";
|
---|
| 821 | this.nameDataGridViewTextBoxColumn1.Name = "nameDataGridViewTextBoxColumn1";
|
---|
| 822 | //
|
---|
| 823 | // userBindingSource
|
---|
| 824 | //
|
---|
| 825 | this.userBindingSource.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
|
---|
| 826 | //
|
---|
| 827 | // toolStrip7
|
---|
| 828 | //
|
---|
| 829 | this.toolStrip7.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 830 | this.tsbAddUserToRole});
|
---|
| 831 | this.toolStrip7.Location = new System.Drawing.Point(0, 0);
|
---|
| 832 | this.toolStrip7.Name = "toolStrip7";
|
---|
| 833 | this.toolStrip7.Size = new System.Drawing.Size(378, 25);
|
---|
| 834 | this.toolStrip7.TabIndex = 4;
|
---|
| 835 | this.toolStrip7.Text = "toolStrip7";
|
---|
| 836 | //
|
---|
| 837 | // tsbAddUserToRole
|
---|
| 838 | //
|
---|
| 839 | this.tsbAddUserToRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddUserToRole.Image")));
|
---|
| 840 | this.tsbAddUserToRole.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 841 | this.tsbAddUserToRole.Name = "tsbAddUserToRole";
|
---|
| 842 | this.tsbAddUserToRole.Size = new System.Drawing.Size(45, 22);
|
---|
| 843 | this.tsbAddUserToRole.Text = "add";
|
---|
| 844 | this.tsbAddUserToRole.Click += new System.EventHandler(this.tsbAddUserToRole_Click);
|
---|
| 845 | //
|
---|
| 846 | // panel7
|
---|
| 847 | //
|
---|
| 848 | this.panel7.Controls.Add(this.dgvRoleUsers);
|
---|
| 849 | this.panel7.Controls.Add(this.toolStrip6);
|
---|
| 850 | this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 851 | this.panel7.Location = new System.Drawing.Point(3, 3);
|
---|
| 852 | this.panel7.Name = "panel7";
|
---|
| 853 | this.panel7.Size = new System.Drawing.Size(378, 188);
|
---|
| 854 | this.panel7.TabIndex = 25;
|
---|
| 855 | //
|
---|
| 856 | // dgvRoleUsers
|
---|
| 857 | //
|
---|
| 858 | this.dgvRoleUsers.AllowUserToAddRows = false;
|
---|
| 859 | this.dgvRoleUsers.AllowUserToDeleteRows = false;
|
---|
| 860 | this.dgvRoleUsers.AutoGenerateColumns = false;
|
---|
| 861 | this.dgvRoleUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 862 | this.dgvRoleUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 863 | this.nameDataGridViewTextBoxColumn2});
|
---|
| 864 | this.dgvRoleUsers.DataSource = this.userBindingSource1;
|
---|
| 865 | this.dgvRoleUsers.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 866 | this.dgvRoleUsers.Location = new System.Drawing.Point(0, 25);
|
---|
| 867 | this.dgvRoleUsers.Name = "dgvRoleUsers";
|
---|
| 868 | this.dgvRoleUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
---|
| 869 | this.dgvRoleUsers.Size = new System.Drawing.Size(378, 163);
|
---|
| 870 | this.dgvRoleUsers.TabIndex = 0;
|
---|
| 871 | //
|
---|
| 872 | // nameDataGridViewTextBoxColumn2
|
---|
| 873 | //
|
---|
| 874 | this.nameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
---|
| 875 | this.nameDataGridViewTextBoxColumn2.DataPropertyName = "Name";
|
---|
| 876 | this.nameDataGridViewTextBoxColumn2.HeaderText = "Name";
|
---|
| 877 | this.nameDataGridViewTextBoxColumn2.Name = "nameDataGridViewTextBoxColumn2";
|
---|
| 878 | //
|
---|
| 879 | // userBindingSource1
|
---|
| 880 | //
|
---|
| 881 | this.userBindingSource1.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
|
---|
| 882 | //
|
---|
| 883 | // toolStrip6
|
---|
| 884 | //
|
---|
| 885 | this.toolStrip6.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 886 | this.tsbRemoveUserFromRole});
|
---|
| 887 | this.toolStrip6.Location = new System.Drawing.Point(0, 0);
|
---|
| 888 | this.toolStrip6.Name = "toolStrip6";
|
---|
| 889 | this.toolStrip6.Size = new System.Drawing.Size(378, 25);
|
---|
| 890 | this.toolStrip6.TabIndex = 3;
|
---|
| 891 | this.toolStrip6.Text = "toolStrip6";
|
---|
| 892 | //
|
---|
| 893 | // tsbRemoveUserFromRole
|
---|
| 894 | //
|
---|
| 895 | this.tsbRemoveUserFromRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbRemoveUserFromRole.Image")));
|
---|
| 896 | this.tsbRemoveUserFromRole.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 897 | this.tsbRemoveUserFromRole.Name = "tsbRemoveUserFromRole";
|
---|
| 898 | this.tsbRemoveUserFromRole.Size = new System.Drawing.Size(63, 22);
|
---|
| 899 | this.tsbRemoveUserFromRole.Text = "remove";
|
---|
| 900 | this.tsbRemoveUserFromRole.Click += new System.EventHandler(this.tsbRemoveUserFromRole_Click);
|
---|
| 901 | //
|
---|
| 902 | // tbRoleName
|
---|
| 903 | //
|
---|
| 904 | this.tbRoleName.Location = new System.Drawing.Point(27, 29);
|
---|
| 905 | this.tbRoleName.Name = "tbRoleName";
|
---|
| 906 | this.tbRoleName.Size = new System.Drawing.Size(164, 20);
|
---|
| 907 | this.tbRoleName.TabIndex = 2;
|
---|
| 908 | this.tbRoleName.TextChanged += new System.EventHandler(this.tbRoleName_TextChanged);
|
---|
| 909 | //
|
---|
| 910 | // tbRoleDescription
|
---|
| 911 | //
|
---|
| 912 | this.tbRoleDescription.Location = new System.Drawing.Point(217, 29);
|
---|
| 913 | this.tbRoleDescription.Name = "tbRoleDescription";
|
---|
| 914 | this.tbRoleDescription.Size = new System.Drawing.Size(200, 20);
|
---|
| 915 | this.tbRoleDescription.TabIndex = 6;
|
---|
| 916 | this.tbRoleDescription.TextChanged += new System.EventHandler(this.tbRoleDescription_TextChanged);
|
---|
| 917 | //
|
---|
| 918 | // statusStrip3
|
---|
| 919 | //
|
---|
| 920 | this.statusStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 921 | this.tssStatusRole});
|
---|
| 922 | this.statusStrip3.Location = new System.Drawing.Point(0, 599);
|
---|
| 923 | this.statusStrip3.Name = "statusStrip3";
|
---|
| 924 | this.statusStrip3.Size = new System.Drawing.Size(1280, 22);
|
---|
| 925 | this.statusStrip3.TabIndex = 23;
|
---|
| 926 | this.statusStrip3.Text = "statusStrip3";
|
---|
| 927 | //
|
---|
| 928 | // tssStatusRole
|
---|
| 929 | //
|
---|
| 930 | this.tssStatusRole.Name = "tssStatusRole";
|
---|
| 931 | this.tssStatusRole.Size = new System.Drawing.Size(0, 17);
|
---|
| 932 | //
|
---|
| 933 | // toolStrip5
|
---|
| 934 | //
|
---|
| 935 | this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 936 | this.tspNewRole,
|
---|
| 937 | this.tsbDeleteRole,
|
---|
| 938 | this.tsbSaveRole});
|
---|
| 939 | this.toolStrip5.Location = new System.Drawing.Point(0, 0);
|
---|
| 940 | this.toolStrip5.Name = "toolStrip5";
|
---|
| 941 | this.toolStrip5.Size = new System.Drawing.Size(1280, 25);
|
---|
| 942 | this.toolStrip5.TabIndex = 22;
|
---|
| 943 | this.toolStrip5.Text = "toolStrip5";
|
---|
| 944 | //
|
---|
| 945 | // tspNewRole
|
---|
| 946 | //
|
---|
| 947 | this.tspNewRole.Image = ((System.Drawing.Image)(resources.GetObject("tspNewRole.Image")));
|
---|
| 948 | this.tspNewRole.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 949 | this.tspNewRole.Name = "tspNewRole";
|
---|
| 950 | this.tspNewRole.Size = new System.Drawing.Size(47, 22);
|
---|
| 951 | this.tspNewRole.Text = "new";
|
---|
| 952 | this.tspNewRole.Click += new System.EventHandler(this.tspNewRole_Click);
|
---|
| 953 | //
|
---|
| 954 | // tsbDeleteRole
|
---|
| 955 | //
|
---|
| 956 | this.tsbDeleteRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteRole.Image")));
|
---|
| 957 | this.tsbDeleteRole.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 958 | this.tsbDeleteRole.Name = "tsbDeleteRole";
|
---|
| 959 | this.tsbDeleteRole.Size = new System.Drawing.Size(57, 22);
|
---|
| 960 | this.tsbDeleteRole.Text = "delete";
|
---|
| 961 | this.tsbDeleteRole.Click += new System.EventHandler(this.tsbDeleteRole_Click);
|
---|
| 962 | //
|
---|
| 963 | // tsbSaveRole
|
---|
| 964 | //
|
---|
| 965 | this.tsbSaveRole.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveRole.Image")));
|
---|
| 966 | this.tsbSaveRole.ImageTransparentColor = System.Drawing.Color.Magenta;
|
---|
| 967 | this.tsbSaveRole.Name = "tsbSaveRole";
|
---|
| 968 | this.tsbSaveRole.Size = new System.Drawing.Size(50, 22);
|
---|
| 969 | this.tsbSaveRole.Text = "save";
|
---|
| 970 | this.tsbSaveRole.Click += new System.EventHandler(this.tsbSaveRole_Click);
|
---|
| 971 | //
|
---|
| 972 | // cbxApplications
|
---|
| 973 | //
|
---|
| 974 | this.cbxApplications.DisplayMember = "Name";
|
---|
| 975 | this.cbxApplications.FormattingEnabled = true;
|
---|
| 976 | this.cbxApplications.Location = new System.Drawing.Point(110, 6);
|
---|
| 977 | this.cbxApplications.Name = "cbxApplications";
|
---|
| 978 | this.cbxApplications.Size = new System.Drawing.Size(234, 21);
|
---|
| 979 | this.cbxApplications.TabIndex = 1;
|
---|
| 980 | this.cbxApplications.ValueMember = "Name";
|
---|
| 981 | this.cbxApplications.SelectedIndexChanged += new System.EventHandler(this.cbxApplications_SelectedIndexChanged);
|
---|
| 982 | //
|
---|
| 983 | // label1
|
---|
| 984 | //
|
---|
| 985 | this.label1.AutoSize = true;
|
---|
| 986 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
| 987 | this.label1.Name = "label1";
|
---|
| 988 | this.label1.Size = new System.Drawing.Size(92, 13);
|
---|
| 989 | this.label1.TabIndex = 2;
|
---|
| 990 | this.label1.Text = "Select Application";
|
---|
| 991 | //
|
---|
| 992 | // panel2
|
---|
| 993 | //
|
---|
| 994 | this.panel2.Controls.Add(this.cbxApplications);
|
---|
| 995 | this.panel2.Controls.Add(this.label1);
|
---|
| 996 | this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 997 | this.panel2.Location = new System.Drawing.Point(0, 0);
|
---|
| 998 | this.panel2.Name = "panel2";
|
---|
| 999 | this.panel2.Size = new System.Drawing.Size(1288, 33);
|
---|
| 1000 | this.panel2.TabIndex = 3;
|
---|
| 1001 | //
|
---|
| 1002 | // gbResetPassword
|
---|
| 1003 | //
|
---|
| 1004 | this.gbResetPassword.Controls.Add(label2);
|
---|
| 1005 | this.gbResetPassword.Controls.Add(this.tbPassword);
|
---|
| 1006 | this.gbResetPassword.Controls.Add(this.btnResetPassword);
|
---|
| 1007 | this.gbResetPassword.Location = new System.Drawing.Point(933, 94);
|
---|
| 1008 | this.gbResetPassword.Name = "gbResetPassword";
|
---|
| 1009 | this.gbResetPassword.Size = new System.Drawing.Size(308, 219);
|
---|
| 1010 | this.gbResetPassword.TabIndex = 21;
|
---|
| 1011 | this.gbResetPassword.TabStop = false;
|
---|
| 1012 | this.gbResetPassword.Text = "Reset Password";
|
---|
| 1013 | //
|
---|
| 1014 | // btnResetPassword
|
---|
| 1015 | //
|
---|
| 1016 | this.btnResetPassword.Location = new System.Drawing.Point(52, 91);
|
---|
| 1017 | this.btnResetPassword.Name = "btnResetPassword";
|
---|
| 1018 | this.btnResetPassword.Size = new System.Drawing.Size(126, 23);
|
---|
| 1019 | this.btnResetPassword.TabIndex = 0;
|
---|
| 1020 | this.btnResetPassword.Text = "Reset Password";
|
---|
| 1021 | this.btnResetPassword.UseVisualStyleBackColor = true;
|
---|
| 1022 | this.btnResetPassword.Click += new System.EventHandler(this.btnResetPassword_Click);
|
---|
| 1023 | //
|
---|
| 1024 | // tbPassword
|
---|
| 1025 | //
|
---|
| 1026 | this.tbPassword.Location = new System.Drawing.Point(52, 51);
|
---|
| 1027 | this.tbPassword.Name = "tbPassword";
|
---|
| 1028 | this.tbPassword.Size = new System.Drawing.Size(100, 20);
|
---|
| 1029 | this.tbPassword.TabIndex = 1;
|
---|
| 1030 | //
|
---|
| 1031 | // label2
|
---|
| 1032 | //
|
---|
| 1033 | label2.AutoSize = true;
|
---|
| 1034 | label2.Location = new System.Drawing.Point(49, 35);
|
---|
| 1035 | label2.Name = "label2";
|
---|
| 1036 | label2.Size = new System.Drawing.Size(81, 13);
|
---|
| 1037 | label2.TabIndex = 4;
|
---|
| 1038 | label2.Text = "New Password:";
|
---|
| 1039 | //
|
---|
| 1040 | // UserManagement
|
---|
| 1041 | //
|
---|
| 1042 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 1043 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 1044 | this.ClientSize = new System.Drawing.Size(1288, 680);
|
---|
| 1045 | this.Controls.Add(this.tcMain);
|
---|
| 1046 | this.Controls.Add(this.panel2);
|
---|
| 1047 | this.Name = "UserManagement";
|
---|
| 1048 | this.Text = "UserManagement";
|
---|
| 1049 | this.tcMain.ResumeLayout(false);
|
---|
| 1050 | this.tpApplications.ResumeLayout(false);
|
---|
| 1051 | this.tpApplications.PerformLayout();
|
---|
| 1052 | ((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).EndInit();
|
---|
| 1053 | ((System.ComponentModel.ISupportInitialize)(this.applicationBindingSource)).EndInit();
|
---|
| 1054 | this.panel1.ResumeLayout(false);
|
---|
| 1055 | this.panel1.PerformLayout();
|
---|
| 1056 | this.statusStrip1.ResumeLayout(false);
|
---|
| 1057 | this.statusStrip1.PerformLayout();
|
---|
| 1058 | this.toolStrip1.ResumeLayout(false);
|
---|
| 1059 | this.toolStrip1.PerformLayout();
|
---|
| 1060 | this.tpUsers.ResumeLayout(false);
|
---|
| 1061 | this.tpUsers.PerformLayout();
|
---|
| 1062 | ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
|
---|
| 1063 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource2)).EndInit();
|
---|
| 1064 | this.toolStrip2.ResumeLayout(false);
|
---|
| 1065 | this.toolStrip2.PerformLayout();
|
---|
| 1066 | this.panel3.ResumeLayout(false);
|
---|
| 1067 | this.panel3.PerformLayout();
|
---|
| 1068 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
| 1069 | this.panel4.ResumeLayout(false);
|
---|
| 1070 | this.panel4.PerformLayout();
|
---|
| 1071 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).EndInit();
|
---|
| 1072 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource1)).EndInit();
|
---|
| 1073 | this.toolStrip3.ResumeLayout(false);
|
---|
| 1074 | this.toolStrip3.PerformLayout();
|
---|
| 1075 | this.panel5.ResumeLayout(false);
|
---|
| 1076 | this.panel5.PerformLayout();
|
---|
| 1077 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).EndInit();
|
---|
| 1078 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource2)).EndInit();
|
---|
| 1079 | this.toolStrip4.ResumeLayout(false);
|
---|
| 1080 | this.toolStrip4.PerformLayout();
|
---|
| 1081 | this.statusStrip2.ResumeLayout(false);
|
---|
| 1082 | this.statusStrip2.PerformLayout();
|
---|
| 1083 | this.tpRoles.ResumeLayout(false);
|
---|
| 1084 | this.tpRoles.PerformLayout();
|
---|
| 1085 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
|
---|
| 1086 | ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
|
---|
| 1087 | this.panel6.ResumeLayout(false);
|
---|
| 1088 | this.panel6.PerformLayout();
|
---|
| 1089 | this.tableLayoutPanel2.ResumeLayout(false);
|
---|
| 1090 | this.panel8.ResumeLayout(false);
|
---|
| 1091 | this.panel8.PerformLayout();
|
---|
| 1092 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).EndInit();
|
---|
| 1093 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
|
---|
| 1094 | this.toolStrip7.ResumeLayout(false);
|
---|
| 1095 | this.toolStrip7.PerformLayout();
|
---|
| 1096 | this.panel7.ResumeLayout(false);
|
---|
| 1097 | this.panel7.PerformLayout();
|
---|
| 1098 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).EndInit();
|
---|
| 1099 | ((System.ComponentModel.ISupportInitialize)(this.userBindingSource1)).EndInit();
|
---|
| 1100 | this.toolStrip6.ResumeLayout(false);
|
---|
| 1101 | this.toolStrip6.PerformLayout();
|
---|
| 1102 | this.statusStrip3.ResumeLayout(false);
|
---|
| 1103 | this.statusStrip3.PerformLayout();
|
---|
| 1104 | this.toolStrip5.ResumeLayout(false);
|
---|
| 1105 | this.toolStrip5.PerformLayout();
|
---|
| 1106 | this.panel2.ResumeLayout(false);
|
---|
| 1107 | this.panel2.PerformLayout();
|
---|
| 1108 | this.gbResetPassword.ResumeLayout(false);
|
---|
| 1109 | this.gbResetPassword.PerformLayout();
|
---|
| 1110 | this.ResumeLayout(false);
|
---|
[4789] | 1111 |
|
---|
| 1112 | }
|
---|
| 1113 |
|
---|
| 1114 | #endregion
|
---|
| 1115 |
|
---|
| 1116 | private System.Windows.Forms.TabControl tcMain;
|
---|
| 1117 | private System.Windows.Forms.TabPage tpApplications;
|
---|
| 1118 | private System.Windows.Forms.DataGridView dgvApplications;
|
---|
| 1119 | private System.Windows.Forms.TabPage tpUsers;
|
---|
| 1120 | private System.Windows.Forms.DataGridView dgvUsers;
|
---|
| 1121 | private System.Windows.Forms.TabPage tpRoles;
|
---|
| 1122 | private System.Windows.Forms.DataGridView dgvRoles;
|
---|
| 1123 | private System.Windows.Forms.ComboBox cbxApplications;
|
---|
| 1124 | private System.Windows.Forms.DataGridViewTextBoxColumn loweredApplicationNameDataGridViewTextBoxColumn;
|
---|
| 1125 | private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
|
---|
[5257] | 1126 | private System.Windows.Forms.TextBox tbApplicationDescription;
|
---|
| 1127 | private System.Windows.Forms.TextBox tbApplicationName;
|
---|
| 1128 | private System.Windows.Forms.TextBox tbUserName;
|
---|
| 1129 | private System.Windows.Forms.TextBox tbUserEmail;
|
---|
| 1130 | private System.Windows.Forms.TextBox tbUserComment;
|
---|
| 1131 | private System.Windows.Forms.TextBox tbRoleDescription;
|
---|
| 1132 | private System.Windows.Forms.TextBox tbRoleName;
|
---|
[4789] | 1133 | private System.Windows.Forms.DataGridView dgvUserRolesAll;
|
---|
| 1134 | private System.Windows.Forms.DataGridView dgvRoleUsersAll;
|
---|
| 1135 | private System.Windows.Forms.DataGridView dgvRoleUsers;
|
---|
[5257] | 1136 | private System.Windows.Forms.Label label1;
|
---|
| 1137 | private System.Windows.Forms.Label label3;
|
---|
| 1138 | private System.Windows.Forms.ToolStrip toolStrip1;
|
---|
| 1139 | private System.Windows.Forms.ToolStripButton tspNewApplication;
|
---|
| 1140 | private System.Windows.Forms.ToolStripButton tspDeleteApplication;
|
---|
| 1141 | private System.Windows.Forms.ToolStripButton tspSaveApplication;
|
---|
| 1142 | private System.Windows.Forms.StatusStrip statusStrip1;
|
---|
| 1143 | private System.Windows.Forms.ToolStripStatusLabel tssApplicationStatus;
|
---|
| 1144 | private System.Windows.Forms.BindingSource applicationBindingSource;
|
---|
| 1145 | private System.Windows.Forms.Panel panel1;
|
---|
| 1146 | private System.Windows.Forms.ToolStrip toolStrip2;
|
---|
| 1147 | private System.Windows.Forms.Panel panel3;
|
---|
| 1148 | private System.Windows.Forms.StatusStrip statusStrip2;
|
---|
| 1149 | private System.Windows.Forms.ToolStripStatusLabel tssStatusUser;
|
---|
| 1150 | private System.Windows.Forms.Panel panel2;
|
---|
| 1151 | private System.Windows.Forms.ToolStripButton tsbNewUser;
|
---|
| 1152 | private System.Windows.Forms.ToolStripButton tsbDeleteUser;
|
---|
| 1153 | private System.Windows.Forms.ToolStripButton tsbSaveUser;
|
---|
| 1154 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
| 1155 | private System.Windows.Forms.Panel panel4;
|
---|
| 1156 | private System.Windows.Forms.ToolStrip toolStrip3;
|
---|
| 1157 | private System.Windows.Forms.ToolStripButton tsbRemoveRoleFromUser;
|
---|
| 1158 | private System.Windows.Forms.DataGridView dgvUserRoles;
|
---|
| 1159 | private System.Windows.Forms.Panel panel5;
|
---|
| 1160 | private System.Windows.Forms.ToolStrip toolStrip4;
|
---|
| 1161 | private System.Windows.Forms.ToolStripButton tsbAddRoleToUser;
|
---|
| 1162 | private System.Windows.Forms.ToolStrip toolStrip5;
|
---|
| 1163 | private System.Windows.Forms.ToolStripButton tspNewRole;
|
---|
| 1164 | private System.Windows.Forms.ToolStripButton tsbDeleteRole;
|
---|
| 1165 | private System.Windows.Forms.ToolStripButton tsbSaveRole;
|
---|
| 1166 | private System.Windows.Forms.StatusStrip statusStrip3;
|
---|
| 1167 | private System.Windows.Forms.ToolStripStatusLabel tssStatusRole;
|
---|
| 1168 | private System.Windows.Forms.Panel panel7;
|
---|
| 1169 | private System.Windows.Forms.ToolStrip toolStrip6;
|
---|
| 1170 | private System.Windows.Forms.Panel panel6;
|
---|
| 1171 | private System.Windows.Forms.ToolStripButton tsbRemoveUserFromRole;
|
---|
| 1172 | private System.Windows.Forms.Panel panel8;
|
---|
| 1173 | private System.Windows.Forms.ToolStrip toolStrip7;
|
---|
| 1174 | private System.Windows.Forms.ToolStripButton tsbAddUserToRole;
|
---|
| 1175 | private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
|
---|
| 1176 | private System.Windows.Forms.DataGridViewTextBoxColumn colName;
|
---|
| 1177 | private System.Windows.Forms.DataGridViewTextBoxColumn colDescription;
|
---|
| 1178 | private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn2;
|
---|
| 1179 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
---|
| 1180 | private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
|
---|
| 1181 | private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
|
---|
| 1182 | private System.Windows.Forms.BindingSource userBindingSource2;
|
---|
| 1183 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn4;
|
---|
| 1184 | private System.Windows.Forms.BindingSource roleBindingSource1;
|
---|
[4789] | 1185 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn5;
|
---|
[5257] | 1186 | private System.Windows.Forms.BindingSource roleBindingSource2;
|
---|
| 1187 | private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn1;
|
---|
| 1188 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn3;
|
---|
| 1189 | private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn1;
|
---|
| 1190 | private System.Windows.Forms.BindingSource roleBindingSource;
|
---|
| 1191 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
---|
| 1192 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn1;
|
---|
| 1193 | private System.Windows.Forms.BindingSource userBindingSource;
|
---|
| 1194 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn2;
|
---|
| 1195 | private System.Windows.Forms.BindingSource userBindingSource1;
|
---|
| 1196 | private System.Windows.Forms.GroupBox gbResetPassword;
|
---|
| 1197 | private System.Windows.Forms.TextBox tbPassword;
|
---|
| 1198 | private System.Windows.Forms.Button btnResetPassword;
|
---|
[4789] | 1199 | }
|
---|
| 1200 | } |
---|