Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.TestClient/UserManagement.Designer.cs @ 4789

Last change on this file since 4789 was 4789, checked in by mjesner, 13 years ago

#1196

File size: 38.9 KB
RevLine 
[4590]1namespace HeuristicLab.Services.Authentication.TestClient
2{
3    partial class UserManagement
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.components = new System.ComponentModel.Container();
[4726]32            System.Windows.Forms.Label roleNameLabel;
33            System.Windows.Forms.Label descriptionLabel;
34            System.Windows.Forms.Label emailLabel;
35            System.Windows.Forms.Label userNameLabel;
[4647]36            System.Windows.Forms.Label passwordLabel;
37            System.Windows.Forms.Label passwordQuestionLabel;
38            System.Windows.Forms.Label passwordSaltLabel;
39            this.scMain = new System.Windows.Forms.SplitContainer();
[4726]40            this.panel1 = new System.Windows.Forms.Panel();
41            this.cbxApplication = new System.Windows.Forms.ComboBox();
42            this.bsApplications = new System.Windows.Forms.BindingSource(this.components);
43            this.label1 = new System.Windows.Forms.Label();
[4647]44            this.tabControl1 = new System.Windows.Forms.TabControl();
45            this.tabPage1 = new System.Windows.Forms.TabPage();
[4726]46            this.btnDeleteUser = new System.Windows.Forms.Button();
47            this.btnNewUser = new System.Windows.Forms.Button();
[4590]48            this.dgvUsers = new System.Windows.Forms.DataGridView();
[4740]49            this.userNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
50            this.isAnonymousDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
[4789]51           
[4726]52            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
53            this.tcUser = new System.Windows.Forms.TabControl();
[4647]54            this.tabPage3 = new System.Windows.Forms.TabPage();
[4726]55            this.passwordSaltTextBox = new System.Windows.Forms.TextBox();
56            this.bsUser = new System.Windows.Forms.BindingSource(this.components);
57            this.passwordQuestionTextBox = new System.Windows.Forms.TextBox();
[4647]58            this.passwordTextBox = new System.Windows.Forms.TextBox();
[4726]59            this.userNameTextBox = new System.Windows.Forms.TextBox();
[4647]60            this.emailTextBox = new System.Windows.Forms.TextBox();
[4726]61            this.btnSaveUser = new System.Windows.Forms.Button();
62            this.tabPage2 = new System.Windows.Forms.TabPage();
63            this.btnDeleteRole = new System.Windows.Forms.Button();
64            this.btnNewRole = new System.Windows.Forms.Button();
65            this.dgvRoles = new System.Windows.Forms.DataGridView();
[4647]66            this.roleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
67            this.loweredRoleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
68            this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
[4726]69            this.bsRoles = new System.Windows.Forms.BindingSource(this.components);
70            this.tcRole = new System.Windows.Forms.TabControl();
71            this.tpRoleDetail = new System.Windows.Forms.TabPage();
72            this.descriptionTextBox = new System.Windows.Forms.TextBox();
73            this.bsRole = new System.Windows.Forms.BindingSource(this.components);
74            this.btnSaveRole = new System.Windows.Forms.Button();
75            this.roleNameTextBox = new System.Windows.Forms.TextBox();
76            this.tabPage6 = new System.Windows.Forms.TabPage();
77            this.label3 = new System.Windows.Forms.Label();
78            this.label2 = new System.Windows.Forms.Label();
79            this.dgvRoleAssignedUsers = new System.Windows.Forms.DataGridView();
80            this.userNameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
81            this.bsRoleUsers = new System.Windows.Forms.BindingSource(this.components);
82            this.btnAddUserToRole = new System.Windows.Forms.Button();
83            this.btnRemoveUserFromRole = new System.Windows.Forms.Button();
84            this.dgvRoleAvailableUsers = new System.Windows.Forms.DataGridView();
85            this.userNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
86            this.bsUserRoles = new System.Windows.Forms.BindingSource(this.components);
87            roleNameLabel = new System.Windows.Forms.Label();
88            descriptionLabel = new System.Windows.Forms.Label();
89            emailLabel = new System.Windows.Forms.Label();
90            userNameLabel = new System.Windows.Forms.Label();
[4647]91            passwordLabel = new System.Windows.Forms.Label();
92            passwordQuestionLabel = new System.Windows.Forms.Label();
93            passwordSaltLabel = new System.Windows.Forms.Label();
[4590]94            ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
95            this.scMain.Panel1.SuspendLayout();
96            this.scMain.Panel2.SuspendLayout();
97            this.scMain.SuspendLayout();
[4726]98            this.panel1.SuspendLayout();
99            ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).BeginInit();
[4647]100            this.tabControl1.SuspendLayout();
101            this.tabPage1.SuspendLayout();
[4726]102            ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
103            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
104            this.tcUser.SuspendLayout();
105            this.tabPage3.SuspendLayout();
106            ((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
[4647]107            this.tabPage2.SuspendLayout();
[4726]108            ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).BeginInit();
109            ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).BeginInit();
110            this.tcRole.SuspendLayout();
111            this.tpRoleDetail.SuspendLayout();
112            ((System.ComponentModel.ISupportInitialize)(this.bsRole)).BeginInit();
[4647]113            this.tabPage6.SuspendLayout();
[4726]114            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAssignedUsers)).BeginInit();
115            ((System.ComponentModel.ISupportInitialize)(this.bsRoleUsers)).BeginInit();
116            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAvailableUsers)).BeginInit();
117            ((System.ComponentModel.ISupportInitialize)(this.bsUserRoles)).BeginInit();
[4590]118            this.SuspendLayout();
119            //
[4726]120            // roleNameLabel
[4590]121            //
[4726]122            roleNameLabel.AutoSize = true;
123            roleNameLabel.Location = new System.Drawing.Point(12, 22);
124            roleNameLabel.Name = "roleNameLabel";
125            roleNameLabel.Size = new System.Drawing.Size(63, 13);
126            roleNameLabel.TabIndex = 0;
127            roleNameLabel.Text = "Role Name:";
[4590]128            //
[4726]129            // descriptionLabel
[4647]130            //
[4726]131            descriptionLabel.AutoSize = true;
132            descriptionLabel.Location = new System.Drawing.Point(13, 57);
133            descriptionLabel.Name = "descriptionLabel";
134            descriptionLabel.Size = new System.Drawing.Size(63, 13);
135            descriptionLabel.TabIndex = 3;
136            descriptionLabel.Text = "Description:";
[4647]137            //
[4726]138            // emailLabel
139            //
140            emailLabel.AutoSize = true;
141            emailLabel.Location = new System.Drawing.Point(25, 102);
142            emailLabel.Name = "emailLabel";
143            emailLabel.Size = new System.Drawing.Size(35, 13);
144            emailLabel.TabIndex = 12;
145            emailLabel.Text = "Email:";
146            //
147            // userNameLabel
148            //
149            userNameLabel.AutoSize = true;
150            userNameLabel.Location = new System.Drawing.Point(25, 24);
151            userNameLabel.Name = "userNameLabel";
152            userNameLabel.Size = new System.Drawing.Size(63, 13);
153            userNameLabel.TabIndex = 13;
154            userNameLabel.Text = "User Name:";
155            //
156            // passwordLabel
157            //
158            passwordLabel.AutoSize = true;
159            passwordLabel.Location = new System.Drawing.Point(25, 47);
160            passwordLabel.Name = "passwordLabel";
161            passwordLabel.Size = new System.Drawing.Size(56, 13);
162            passwordLabel.TabIndex = 14;
163            passwordLabel.Text = "Password:";
164            //
165            // passwordQuestionLabel
166            //
167            passwordQuestionLabel.AutoSize = true;
168            passwordQuestionLabel.Location = new System.Drawing.Point(25, 76);
169            passwordQuestionLabel.Name = "passwordQuestionLabel";
170            passwordQuestionLabel.Size = new System.Drawing.Size(101, 13);
171            passwordQuestionLabel.TabIndex = 15;
172            passwordQuestionLabel.Text = "Password Question:";
173            //
174            // passwordSaltLabel
175            //
176            passwordSaltLabel.AutoSize = true;
177            passwordSaltLabel.Location = new System.Drawing.Point(25, 130);
178            passwordSaltLabel.Name = "passwordSaltLabel";
179            passwordSaltLabel.Size = new System.Drawing.Size(77, 13);
180            passwordSaltLabel.TabIndex = 16;
181            passwordSaltLabel.Text = "Password Salt:";
182            //
[4647]183            // scMain
184            //
185            this.scMain.Dock = System.Windows.Forms.DockStyle.Fill;
186            this.scMain.Location = new System.Drawing.Point(0, 0);
187            this.scMain.Name = "scMain";
188            this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
189            //
190            // scMain.Panel1
191            //
192            this.scMain.Panel1.Controls.Add(this.panel1);
193            //
194            // scMain.Panel2
195            //
196            this.scMain.Panel2.Controls.Add(this.tabControl1);
[4726]197            this.scMain.Size = new System.Drawing.Size(1100, 610);
198            this.scMain.SplitterDistance = 51;
[4647]199            this.scMain.TabIndex = 9;
200            //
[4726]201            // panel1
202            //
203            this.panel1.Controls.Add(this.cbxApplication);
204            this.panel1.Controls.Add(this.label1);
205            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
206            this.panel1.Location = new System.Drawing.Point(0, 0);
207            this.panel1.Name = "panel1";
208            this.panel1.Size = new System.Drawing.Size(1100, 51);
209            this.panel1.TabIndex = 0;
210            //
211            // cbxApplication
212            //
213            this.cbxApplication.DataSource = this.bsApplications;
214            this.cbxApplication.DisplayMember = "ApplicationName";
215            this.cbxApplication.FormattingEnabled = true;
216            this.cbxApplication.Location = new System.Drawing.Point(910, 18);
217            this.cbxApplication.Name = "cbxApplication";
218            this.cbxApplication.Size = new System.Drawing.Size(178, 21);
219            this.cbxApplication.TabIndex = 1;
220            this.cbxApplication.SelectedIndexChanged += new System.EventHandler(this.cbxApplication_SelectedIndexChanged);
221            //
222            // bsApplications
223            //
224            this.bsApplications.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Application);
[4740]225            this.bsApplications.CurrentChanged += new System.EventHandler(this.bsApplications_CurrentChanged);
[4726]226            //
227            // label1
228            //
229            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
230            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231            this.label1.Location = new System.Drawing.Point(0, 0);
232            this.label1.Name = "label1";
233            this.label1.Size = new System.Drawing.Size(1100, 51);
234            this.label1.TabIndex = 0;
235            this.label1.Text = "Heuristic Lab User Management";
236            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
237            //
[4647]238            // tabControl1
239            //
240            this.tabControl1.Controls.Add(this.tabPage1);
241            this.tabControl1.Controls.Add(this.tabPage2);
242            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
243            this.tabControl1.Location = new System.Drawing.Point(0, 0);
244            this.tabControl1.Name = "tabControl1";
245            this.tabControl1.SelectedIndex = 0;
[4726]246            this.tabControl1.Size = new System.Drawing.Size(1100, 555);
[4647]247            this.tabControl1.TabIndex = 0;
248            //
249            // tabPage1
250            //
251            this.tabPage1.AutoScroll = true;
[4726]252            this.tabPage1.Controls.Add(this.btnDeleteUser);
253            this.tabPage1.Controls.Add(this.btnNewUser);
[4647]254            this.tabPage1.Controls.Add(this.dgvUsers);
[4726]255            this.tabPage1.Controls.Add(this.tcUser);
[4647]256            this.tabPage1.Location = new System.Drawing.Point(4, 22);
257            this.tabPage1.Name = "tabPage1";
258            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
[4726]259            this.tabPage1.Size = new System.Drawing.Size(1092, 529);
[4647]260            this.tabPage1.TabIndex = 0;
261            this.tabPage1.Text = "User";
262            this.tabPage1.UseVisualStyleBackColor = true;
263            //
[4726]264            // btnDeleteUser
[4647]265            //
[4726]266            this.btnDeleteUser.Location = new System.Drawing.Point(89, 16);
267            this.btnDeleteUser.Name = "btnDeleteUser";
268            this.btnDeleteUser.Size = new System.Drawing.Size(75, 23);
269            this.btnDeleteUser.TabIndex = 3;
270            this.btnDeleteUser.Text = "delete user";
271            this.btnDeleteUser.UseVisualStyleBackColor = true;
272            this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click);
[4647]273            //
[4726]274            // btnNewUser
[4647]275            //
[4726]276            this.btnNewUser.Location = new System.Drawing.Point(8, 16);
277            this.btnNewUser.Name = "btnNewUser";
278            this.btnNewUser.Size = new System.Drawing.Size(75, 23);
279            this.btnNewUser.TabIndex = 2;
280            this.btnNewUser.Text = "new User";
281            this.btnNewUser.UseVisualStyleBackColor = true;
282            this.btnNewUser.Click += new System.EventHandler(this.btnNewUser_Click);
[4647]283            //
[4590]284            // dgvUsers
285            //
[4726]286            this.dgvUsers.AllowUserToAddRows = false;
287            this.dgvUsers.AllowUserToDeleteRows = false;
[4590]288            this.dgvUsers.AutoGenerateColumns = false;
289            this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
290            this.dgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
291            this.userNameDataGridViewTextBoxColumn,
[4789]292            this.isAnonymousDataGridViewCheckBoxColumn});
[4590]293            this.dgvUsers.DataSource = this.bsUsers;
[4726]294            this.dgvUsers.Location = new System.Drawing.Point(3, 45);
[4590]295            this.dgvUsers.Name = "dgvUsers";
[4726]296            this.dgvUsers.Size = new System.Drawing.Size(1086, 290);
[4647]297            this.dgvUsers.TabIndex = 1;
[4726]298            this.dgvUsers.SelectionChanged += new System.EventHandler(this.dgvUsers_SelectionChanged);
[4590]299            //
[4740]300            // userNameDataGridViewTextBoxColumn
301            //
302            this.userNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
303            this.userNameDataGridViewTextBoxColumn.DataPropertyName = "UserName";
304            this.userNameDataGridViewTextBoxColumn.HeaderText = "UserName";
305            this.userNameDataGridViewTextBoxColumn.Name = "userNameDataGridViewTextBoxColumn";
306            //
307            // isAnonymousDataGridViewCheckBoxColumn
308            //
309            this.isAnonymousDataGridViewCheckBoxColumn.DataPropertyName = "IsAnonymous";
310            this.isAnonymousDataGridViewCheckBoxColumn.HeaderText = "IsAnonymous";
311            this.isAnonymousDataGridViewCheckBoxColumn.Name = "isAnonymousDataGridViewCheckBoxColumn";
[4789]312         
[4740]313            //
[4726]314            // bsUsers
[4590]315            //
[4726]316            this.bsUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
[4590]317            //
[4726]318            // tcUser
[4590]319            //
[4726]320            this.tcUser.Controls.Add(this.tabPage3);
321            this.tcUser.Dock = System.Windows.Forms.DockStyle.Bottom;
322            this.tcUser.Enabled = false;
323            this.tcUser.Location = new System.Drawing.Point(3, 341);
324            this.tcUser.Name = "tcUser";
325            this.tcUser.SelectedIndex = 0;
326            this.tcUser.Size = new System.Drawing.Size(1086, 185);
327            this.tcUser.TabIndex = 0;
[4590]328            //
[4647]329            // tabPage3
[4590]330            //
[4647]331            this.tabPage3.AutoScroll = true;
332            this.tabPage3.Controls.Add(passwordSaltLabel);
333            this.tabPage3.Controls.Add(this.passwordSaltTextBox);
334            this.tabPage3.Controls.Add(passwordQuestionLabel);
335            this.tabPage3.Controls.Add(this.passwordQuestionTextBox);
336            this.tabPage3.Controls.Add(passwordLabel);
337            this.tabPage3.Controls.Add(this.passwordTextBox);
[4726]338            this.tabPage3.Controls.Add(userNameLabel);
339            this.tabPage3.Controls.Add(this.userNameTextBox);
340            this.tabPage3.Controls.Add(emailLabel);
341            this.tabPage3.Controls.Add(this.emailTextBox);
342            this.tabPage3.Controls.Add(this.btnSaveUser);
[4647]343            this.tabPage3.Location = new System.Drawing.Point(4, 22);
344            this.tabPage3.Name = "tabPage3";
345            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
346            this.tabPage3.Size = new System.Drawing.Size(1078, 159);
347            this.tabPage3.TabIndex = 0;
348            this.tabPage3.Text = "Detail";
349            this.tabPage3.UseVisualStyleBackColor = true;
[4789]350           
[4590]351            //
[4726]352            // bsUser
[4590]353            //
[4726]354            this.bsUser.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
[4590]355            //
[4789]356
[4590]357            //
[4647]358            // passwordTextBox
[4590]359            //
[4726]360            this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "Password", true));
361            this.passwordTextBox.Location = new System.Drawing.Point(134, 47);
[4647]362            this.passwordTextBox.Name = "passwordTextBox";
[4726]363            this.passwordTextBox.Size = new System.Drawing.Size(145, 20);
364            this.passwordTextBox.TabIndex = 15;
[4590]365            //
[4726]366            // userNameTextBox
[4590]367            //
[4726]368            this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "UserName", true));
369            this.userNameTextBox.Location = new System.Drawing.Point(134, 21);
370            this.userNameTextBox.Name = "userNameTextBox";
371            this.userNameTextBox.Size = new System.Drawing.Size(145, 20);
372            this.userNameTextBox.TabIndex = 14;
[4590]373            //
[4647]374            // emailTextBox
375            //
[4726]376            this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "Email", true));
377            this.emailTextBox.Location = new System.Drawing.Point(134, 99);
[4647]378            this.emailTextBox.Name = "emailTextBox";
[4726]379            this.emailTextBox.Size = new System.Drawing.Size(145, 20);
380            this.emailTextBox.TabIndex = 13;
[4647]381            //
[4726]382            // btnSaveUser
[4647]383            //
[4726]384            this.btnSaveUser.Location = new System.Drawing.Point(303, 19);
385            this.btnSaveUser.Name = "btnSaveUser";
386            this.btnSaveUser.Size = new System.Drawing.Size(75, 23);
387            this.btnSaveUser.TabIndex = 12;
388            this.btnSaveUser.Text = "Save";
389            this.btnSaveUser.UseVisualStyleBackColor = true;
390            this.btnSaveUser.Click += new System.EventHandler(this.btnSaveUser_Click);
[4647]391            //
[4726]392            // tabPage2
[4647]393            //
[4726]394            this.tabPage2.AutoScroll = true;
395            this.tabPage2.Controls.Add(this.btnDeleteRole);
396            this.tabPage2.Controls.Add(this.btnNewRole);
397            this.tabPage2.Controls.Add(this.dgvRoles);
398            this.tabPage2.Controls.Add(this.tcRole);
399            this.tabPage2.Location = new System.Drawing.Point(4, 22);
400            this.tabPage2.Name = "tabPage2";
401            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
402            this.tabPage2.Size = new System.Drawing.Size(1092, 529);
403            this.tabPage2.TabIndex = 1;
404            this.tabPage2.Text = "Roles";
405            this.tabPage2.UseVisualStyleBackColor = true;
[4647]406            //
[4726]407            // btnDeleteRole
[4647]408            //
[4726]409            this.btnDeleteRole.Enabled = false;
410            this.btnDeleteRole.Location = new System.Drawing.Point(89, 16);
411            this.btnDeleteRole.Name = "btnDeleteRole";
412            this.btnDeleteRole.Size = new System.Drawing.Size(75, 23);
413            this.btnDeleteRole.TabIndex = 4;
414            this.btnDeleteRole.Text = "delete Role";
415            this.btnDeleteRole.UseVisualStyleBackColor = true;
416            this.btnDeleteRole.Click += new System.EventHandler(this.btnDeleteRole_Click);
[4647]417            //
[4726]418            // btnNewRole
[4647]419            //
[4726]420            this.btnNewRole.Location = new System.Drawing.Point(8, 16);
421            this.btnNewRole.Name = "btnNewRole";
422            this.btnNewRole.Size = new System.Drawing.Size(75, 23);
423            this.btnNewRole.TabIndex = 3;
424            this.btnNewRole.Text = "new Role";
425            this.btnNewRole.UseVisualStyleBackColor = true;
426            this.btnNewRole.Click += new System.EventHandler(this.btnNewRole_Click);
[4647]427            //
[4726]428            // dgvRoles
[4647]429            //
[4726]430            this.dgvRoles.AllowUserToAddRows = false;
431            this.dgvRoles.AllowUserToDeleteRows = false;
432            this.dgvRoles.AutoGenerateColumns = false;
433            this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
434            this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
435            this.roleNameDataGridViewTextBoxColumn,
436            this.loweredRoleNameDataGridViewTextBoxColumn,
437            this.descriptionDataGridViewTextBoxColumn});
438            this.dgvRoles.DataSource = this.bsRoles;
439            this.dgvRoles.Location = new System.Drawing.Point(3, 45);
440            this.dgvRoles.MultiSelect = false;
441            this.dgvRoles.Name = "dgvRoles";
442            this.dgvRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
443            this.dgvRoles.Size = new System.Drawing.Size(1086, 290);
444            this.dgvRoles.TabIndex = 2;
445            this.dgvRoles.SelectionChanged += new System.EventHandler(this.dgvRoles_SelectionChanged);
[4647]446            //
447            // roleNameDataGridViewTextBoxColumn
448            //
449            this.roleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
450            this.roleNameDataGridViewTextBoxColumn.DataPropertyName = "RoleName";
451            this.roleNameDataGridViewTextBoxColumn.HeaderText = "Name";
452            this.roleNameDataGridViewTextBoxColumn.Name = "roleNameDataGridViewTextBoxColumn";
453            //
454            // loweredRoleNameDataGridViewTextBoxColumn
455            //
456            this.loweredRoleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
457            this.loweredRoleNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredRoleName";
458            this.loweredRoleNameDataGridViewTextBoxColumn.HeaderText = "Lowered Name";
459            this.loweredRoleNameDataGridViewTextBoxColumn.Name = "loweredRoleNameDataGridViewTextBoxColumn";
460            this.loweredRoleNameDataGridViewTextBoxColumn.Width = 96;
461            //
462            // descriptionDataGridViewTextBoxColumn
463            //
464            this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
465            this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
466            this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
467            this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
468            this.descriptionDataGridViewTextBoxColumn.Width = 85;
469            //
[4726]470            // bsRoles
471            //
472            this.bsRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
473            //
474            // tcRole
475            //
476            this.tcRole.Controls.Add(this.tpRoleDetail);
477            this.tcRole.Controls.Add(this.tabPage6);
478            this.tcRole.Dock = System.Windows.Forms.DockStyle.Bottom;
479            this.tcRole.Enabled = false;
480            this.tcRole.Location = new System.Drawing.Point(3, 341);
481            this.tcRole.Name = "tcRole";
482            this.tcRole.SelectedIndex = 0;
483            this.tcRole.Size = new System.Drawing.Size(1086, 185);
484            this.tcRole.TabIndex = 1;
485            //
486            // tpRoleDetail
487            //
488            this.tpRoleDetail.Controls.Add(descriptionLabel);
489            this.tpRoleDetail.Controls.Add(this.descriptionTextBox);
490            this.tpRoleDetail.Controls.Add(this.btnSaveRole);
491            this.tpRoleDetail.Controls.Add(roleNameLabel);
492            this.tpRoleDetail.Controls.Add(this.roleNameTextBox);
493            this.tpRoleDetail.Location = new System.Drawing.Point(4, 22);
494            this.tpRoleDetail.Name = "tpRoleDetail";
495            this.tpRoleDetail.Padding = new System.Windows.Forms.Padding(3);
496            this.tpRoleDetail.Size = new System.Drawing.Size(1078, 159);
497            this.tpRoleDetail.TabIndex = 0;
498            this.tpRoleDetail.Text = "Detail";
499            this.tpRoleDetail.UseVisualStyleBackColor = true;
500            //
501            // descriptionTextBox
502            //
503            this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRole, "Description", true));
504            this.descriptionTextBox.Location = new System.Drawing.Point(81, 54);
505            this.descriptionTextBox.Name = "descriptionTextBox";
506            this.descriptionTextBox.Size = new System.Drawing.Size(191, 20);
507            this.descriptionTextBox.TabIndex = 4;
508            //
509            // bsRole
510            //
511            this.bsRole.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
512            //
513            // btnSaveRole
514            //
515            this.btnSaveRole.Location = new System.Drawing.Point(197, 80);
516            this.btnSaveRole.Name = "btnSaveRole";
517            this.btnSaveRole.Size = new System.Drawing.Size(75, 23);
518            this.btnSaveRole.TabIndex = 2;
519            this.btnSaveRole.Text = "Save Role";
520            this.btnSaveRole.UseVisualStyleBackColor = true;
521            this.btnSaveRole.Click += new System.EventHandler(this.btnSaveRole_Click);
522            //
523            // roleNameTextBox
524            //
525            this.roleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRole, "RoleName", true));
526            this.roleNameTextBox.Location = new System.Drawing.Point(81, 19);
527            this.roleNameTextBox.Name = "roleNameTextBox";
528            this.roleNameTextBox.Size = new System.Drawing.Size(191, 20);
529            this.roleNameTextBox.TabIndex = 1;
530            //
531            // tabPage6
532            //
533            this.tabPage6.Controls.Add(this.label3);
534            this.tabPage6.Controls.Add(this.label2);
535            this.tabPage6.Controls.Add(this.dgvRoleAssignedUsers);
536            this.tabPage6.Controls.Add(this.btnAddUserToRole);
537            this.tabPage6.Controls.Add(this.btnRemoveUserFromRole);
538            this.tabPage6.Controls.Add(this.dgvRoleAvailableUsers);
539            this.tabPage6.Location = new System.Drawing.Point(4, 22);
540            this.tabPage6.Name = "tabPage6";
541            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
542            this.tabPage6.Size = new System.Drawing.Size(1078, 159);
543            this.tabPage6.TabIndex = 1;
544            this.tabPage6.Text = "Users";
545            this.tabPage6.UseVisualStyleBackColor = true;
546            //
547            // label3
548            //
549            this.label3.AutoSize = true;
550            this.label3.Location = new System.Drawing.Point(501, 18);
551            this.label3.Name = "label3";
552            this.label3.Size = new System.Drawing.Size(79, 13);
553            this.label3.TabIndex = 6;
554            this.label3.Text = "available Users";
555            //
556            // label2
557            //
558            this.label2.AutoSize = true;
559            this.label2.Location = new System.Drawing.Point(6, 18);
560            this.label2.Name = "label2";
561            this.label2.Size = new System.Drawing.Size(79, 13);
562            this.label2.TabIndex = 5;
563            this.label2.Text = "assigned Users";
564            //
565            // dgvRoleAssignedUsers
566            //
567            this.dgvRoleAssignedUsers.AllowUserToAddRows = false;
568            this.dgvRoleAssignedUsers.AllowUserToDeleteRows = false;
569            this.dgvRoleAssignedUsers.AutoGenerateColumns = false;
570            this.dgvRoleAssignedUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
571            this.dgvRoleAssignedUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
572            this.userNameDataGridViewTextBoxColumn2});
573            this.dgvRoleAssignedUsers.DataSource = this.bsRoleUsers;
574            this.dgvRoleAssignedUsers.Location = new System.Drawing.Point(6, 34);
575            this.dgvRoleAssignedUsers.Name = "dgvRoleAssignedUsers";
576            this.dgvRoleAssignedUsers.Size = new System.Drawing.Size(346, 110);
577            this.dgvRoleAssignedUsers.TabIndex = 4;
578            //
579            // userNameDataGridViewTextBoxColumn2
580            //
581            this.userNameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
582            this.userNameDataGridViewTextBoxColumn2.DataPropertyName = "UserName";
583            this.userNameDataGridViewTextBoxColumn2.HeaderText = "UserName";
584            this.userNameDataGridViewTextBoxColumn2.Name = "userNameDataGridViewTextBoxColumn2";
585            //
586            // bsRoleUsers
587            //
588            this.bsRoleUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
589            //
590            // btnAddUserToRole
591            //
592            this.btnAddUserToRole.Location = new System.Drawing.Point(469, 34);
593            this.btnAddUserToRole.Name = "btnAddUserToRole";
594            this.btnAddUserToRole.Size = new System.Drawing.Size(29, 23);
595            this.btnAddUserToRole.TabIndex = 3;
596            this.btnAddUserToRole.Text = "+";
597            this.btnAddUserToRole.UseVisualStyleBackColor = true;
598            this.btnAddUserToRole.Click += new System.EventHandler(this.btnAddUserToRole_Click);
599            //
600            // btnRemoveUserFromRole
601            //
602            this.btnRemoveUserFromRole.Location = new System.Drawing.Point(358, 34);
603            this.btnRemoveUserFromRole.Name = "btnRemoveUserFromRole";
604            this.btnRemoveUserFromRole.Size = new System.Drawing.Size(29, 23);
605            this.btnRemoveUserFromRole.TabIndex = 2;
606            this.btnRemoveUserFromRole.Text = "-";
607            this.btnRemoveUserFromRole.UseVisualStyleBackColor = true;
608            this.btnRemoveUserFromRole.Click += new System.EventHandler(this.btnRemoveUserFromRole_Click);
609            //
610            // dgvRoleAvailableUsers
611            //
612            this.dgvRoleAvailableUsers.AllowUserToAddRows = false;
613            this.dgvRoleAvailableUsers.AllowUserToDeleteRows = false;
614            this.dgvRoleAvailableUsers.AutoGenerateColumns = false;
615            this.dgvRoleAvailableUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
616            this.dgvRoleAvailableUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
617            this.userNameDataGridViewTextBoxColumn1});
618            this.dgvRoleAvailableUsers.DataSource = this.bsUsers;
619            this.dgvRoleAvailableUsers.Location = new System.Drawing.Point(504, 34);
620            this.dgvRoleAvailableUsers.Name = "dgvRoleAvailableUsers";
621            this.dgvRoleAvailableUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
622            this.dgvRoleAvailableUsers.Size = new System.Drawing.Size(348, 110);
623            this.dgvRoleAvailableUsers.TabIndex = 1;
624            //
625            // userNameDataGridViewTextBoxColumn1
626            //
627            this.userNameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
628            this.userNameDataGridViewTextBoxColumn1.DataPropertyName = "UserName";
629            this.userNameDataGridViewTextBoxColumn1.HeaderText = "UserName";
630            this.userNameDataGridViewTextBoxColumn1.Name = "userNameDataGridViewTextBoxColumn1";
631            //
632            // bsUserRoles
633            //
634            this.bsUserRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
635            //
[4590]636            // UserManagement
637            //
638            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
639            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[4726]640            this.ClientSize = new System.Drawing.Size(1100, 610);
[4590]641            this.Controls.Add(this.scMain);
642            this.Name = "UserManagement";
643            this.Text = "UserManagement";
644            this.scMain.Panel1.ResumeLayout(false);
645            this.scMain.Panel2.ResumeLayout(false);
646            ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
647            this.scMain.ResumeLayout(false);
[4726]648            this.panel1.ResumeLayout(false);
649            ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).EndInit();
[4647]650            this.tabControl1.ResumeLayout(false);
651            this.tabPage1.ResumeLayout(false);
652            ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
[4726]653            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
654            this.tcUser.ResumeLayout(false);
[4647]655            this.tabPage3.ResumeLayout(false);
656            this.tabPage3.PerformLayout();
[4726]657            ((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
658            this.tabPage2.ResumeLayout(false);
659            ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
660            ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).EndInit();
661            this.tcRole.ResumeLayout(false);
662            this.tpRoleDetail.ResumeLayout(false);
663            this.tpRoleDetail.PerformLayout();
664            ((System.ComponentModel.ISupportInitialize)(this.bsRole)).EndInit();
665            this.tabPage6.ResumeLayout(false);
666            this.tabPage6.PerformLayout();
667            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAssignedUsers)).EndInit();
668            ((System.ComponentModel.ISupportInitialize)(this.bsRoleUsers)).EndInit();
669            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAvailableUsers)).EndInit();
670            ((System.ComponentModel.ISupportInitialize)(this.bsUserRoles)).EndInit();
[4590]671            this.ResumeLayout(false);
672
673        }
674
675        #endregion
676
[4647]677        private System.Windows.Forms.BindingSource bsUsers;
678        private System.Windows.Forms.BindingSource bsRoles;
679        private System.Windows.Forms.SplitContainer scMain;
680        private System.Windows.Forms.TabControl tabControl1;
681        private System.Windows.Forms.TabPage tabPage1;
[4590]682        private System.Windows.Forms.DataGridView dgvUsers;
[4726]683        private System.Windows.Forms.TabControl tcUser;
[4647]684        private System.Windows.Forms.TabPage tabPage2;
[4590]685        private System.Windows.Forms.DataGridView dgvRoles;
[4726]686        private System.Windows.Forms.TabControl tcRole;
687        private System.Windows.Forms.TabPage tpRoleDetail;
[4647]688        private System.Windows.Forms.TabPage tabPage6;
689        private System.Windows.Forms.Panel panel1;
690        private System.Windows.Forms.Label label1;
[4726]691        private System.Windows.Forms.TextBox roleNameTextBox;
692        private System.Windows.Forms.Button btnNewUser;
693        private System.Windows.Forms.BindingSource bsUser;
694        private System.Windows.Forms.Button btnNewRole;
695        private System.Windows.Forms.BindingSource bsRole;
696        private System.Windows.Forms.BindingSource bsUserRoles;
697        private System.Windows.Forms.BindingSource bsRoleUsers;
698        private System.Windows.Forms.DataGridView dgvRoleAvailableUsers;
699        private System.Windows.Forms.Button btnAddUserToRole;
700        private System.Windows.Forms.Button btnRemoveUserFromRole;
701        private System.Windows.Forms.Button btnSaveRole;
702        private System.Windows.Forms.TextBox descriptionTextBox;
703        private System.Windows.Forms.Button btnDeleteRole;
704        private System.Windows.Forms.DataGridView dgvRoleAssignedUsers;
705        private System.Windows.Forms.ComboBox cbxApplication;
706        private System.Windows.Forms.BindingSource bsApplications;
707        private System.Windows.Forms.Button btnDeleteUser;
[4647]708        private System.Windows.Forms.TabPage tabPage3;
[4726]709        private System.Windows.Forms.Button btnSaveUser;
710        private System.Windows.Forms.TextBox passwordQuestionTextBox;
711        private System.Windows.Forms.TextBox passwordTextBox;
712        private System.Windows.Forms.TextBox userNameTextBox;
[4647]713        private System.Windows.Forms.TextBox emailTextBox;
714        private System.Windows.Forms.TextBox passwordSaltTextBox;
[4726]715        private System.Windows.Forms.Label label3;
716        private System.Windows.Forms.Label label2;
717        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn2;
718        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn1;
[4647]719        private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDataGridViewTextBoxColumn;
720        private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
721        private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
[4726]722        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn;
723        private System.Windows.Forms.DataGridViewCheckBoxColumn isAnonymousDataGridViewCheckBoxColumn;
[4789]724
[4590]725    }
726}
Note: See TracBrowser for help on using the repository browser.