Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4740 was 4740, checked in by jwolfing, 13 years ago

#1196 Changed DataTransfer Structure factoring in abstract class. Added new TestClient2 only to test the new method. All other comment lines, are lines they should be changed to the new structure.

File size: 40.4 KB
Line 
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();
32            System.Windows.Forms.Label roleNameLabel;
33            System.Windows.Forms.Label descriptionLabel;
34            System.Windows.Forms.Label emailLabel;
35            System.Windows.Forms.Label userNameLabel;
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();
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();
44            this.tabControl1 = new System.Windows.Forms.TabControl();
45            this.tabPage1 = new System.Windows.Forms.TabPage();
46            this.btnDeleteUser = new System.Windows.Forms.Button();
47            this.btnNewUser = new System.Windows.Forms.Button();
48            this.dgvUsers = new System.Windows.Forms.DataGridView();
49            this.userNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
50            this.isAnonymousDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
51            this.Membership = new System.Windows.Forms.DataGridViewTextBoxColumn();
52            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
53            this.tcUser = new System.Windows.Forms.TabControl();
54            this.tabPage3 = new System.Windows.Forms.TabPage();
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();
58            this.passwordTextBox = new System.Windows.Forms.TextBox();
59            this.userNameTextBox = new System.Windows.Forms.TextBox();
60            this.emailTextBox = new System.Windows.Forms.TextBox();
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();
66            this.roleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
67            this.loweredRoleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
68            this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
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();
91            passwordLabel = new System.Windows.Forms.Label();
92            passwordQuestionLabel = new System.Windows.Forms.Label();
93            passwordSaltLabel = new System.Windows.Forms.Label();
94            ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
95            this.scMain.Panel1.SuspendLayout();
96            this.scMain.Panel2.SuspendLayout();
97            this.scMain.SuspendLayout();
98            this.panel1.SuspendLayout();
99            ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).BeginInit();
100            this.tabControl1.SuspendLayout();
101            this.tabPage1.SuspendLayout();
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();
107            this.tabPage2.SuspendLayout();
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();
113            this.tabPage6.SuspendLayout();
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();
118            this.SuspendLayout();
119            //
120            // roleNameLabel
121            //
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:";
128            //
129            // descriptionLabel
130            //
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:";
137            //
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            //
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);
197            this.scMain.Size = new System.Drawing.Size(1100, 610);
198            this.scMain.SplitterDistance = 51;
199            this.scMain.TabIndex = 9;
200            //
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);
225            this.bsApplications.CurrentChanged += new System.EventHandler(this.bsApplications_CurrentChanged);
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            //
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;
246            this.tabControl1.Size = new System.Drawing.Size(1100, 555);
247            this.tabControl1.TabIndex = 0;
248            //
249            // tabPage1
250            //
251            this.tabPage1.AutoScroll = true;
252            this.tabPage1.Controls.Add(this.btnDeleteUser);
253            this.tabPage1.Controls.Add(this.btnNewUser);
254            this.tabPage1.Controls.Add(this.dgvUsers);
255            this.tabPage1.Controls.Add(this.tcUser);
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);
259            this.tabPage1.Size = new System.Drawing.Size(1092, 529);
260            this.tabPage1.TabIndex = 0;
261            this.tabPage1.Text = "User";
262            this.tabPage1.UseVisualStyleBackColor = true;
263            //
264            // btnDeleteUser
265            //
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);
273            //
274            // btnNewUser
275            //
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);
283            //
284            // dgvUsers
285            //
286            this.dgvUsers.AllowUserToAddRows = false;
287            this.dgvUsers.AllowUserToDeleteRows = false;
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,
292            this.isAnonymousDataGridViewCheckBoxColumn,
293            this.Membership});
294            this.dgvUsers.DataSource = this.bsUsers;
295            this.dgvUsers.Location = new System.Drawing.Point(3, 45);
296            this.dgvUsers.Name = "dgvUsers";
297            this.dgvUsers.Size = new System.Drawing.Size(1086, 290);
298            this.dgvUsers.TabIndex = 1;
299            this.dgvUsers.SelectionChanged += new System.EventHandler(this.dgvUsers_SelectionChanged);
300            //
301            // userNameDataGridViewTextBoxColumn
302            //
303            this.userNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
304            this.userNameDataGridViewTextBoxColumn.DataPropertyName = "UserName";
305            this.userNameDataGridViewTextBoxColumn.HeaderText = "UserName";
306            this.userNameDataGridViewTextBoxColumn.Name = "userNameDataGridViewTextBoxColumn";
307            //
308            // isAnonymousDataGridViewCheckBoxColumn
309            //
310            this.isAnonymousDataGridViewCheckBoxColumn.DataPropertyName = "IsAnonymous";
311            this.isAnonymousDataGridViewCheckBoxColumn.HeaderText = "IsAnonymous";
312            this.isAnonymousDataGridViewCheckBoxColumn.Name = "isAnonymousDataGridViewCheckBoxColumn";
313            //
314            // Membership
315            //
316            this.Membership.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
317            this.Membership.DataPropertyName = "Membership.Email";
318            this.Membership.HeaderText = "EMail";
319            this.Membership.Name = "Membership";
320            this.Membership.Width = 58;
321            //
322            // bsUsers
323            //
324            this.bsUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
325            //
326            // tcUser
327            //
328            this.tcUser.Controls.Add(this.tabPage3);
329            this.tcUser.Dock = System.Windows.Forms.DockStyle.Bottom;
330            this.tcUser.Enabled = false;
331            this.tcUser.Location = new System.Drawing.Point(3, 341);
332            this.tcUser.Name = "tcUser";
333            this.tcUser.SelectedIndex = 0;
334            this.tcUser.Size = new System.Drawing.Size(1086, 185);
335            this.tcUser.TabIndex = 0;
336            //
337            // tabPage3
338            //
339            this.tabPage3.AutoScroll = true;
340            this.tabPage3.Controls.Add(passwordSaltLabel);
341            this.tabPage3.Controls.Add(this.passwordSaltTextBox);
342            this.tabPage3.Controls.Add(passwordQuestionLabel);
343            this.tabPage3.Controls.Add(this.passwordQuestionTextBox);
344            this.tabPage3.Controls.Add(passwordLabel);
345            this.tabPage3.Controls.Add(this.passwordTextBox);
346            this.tabPage3.Controls.Add(userNameLabel);
347            this.tabPage3.Controls.Add(this.userNameTextBox);
348            this.tabPage3.Controls.Add(emailLabel);
349            this.tabPage3.Controls.Add(this.emailTextBox);
350            this.tabPage3.Controls.Add(this.btnSaveUser);
351            this.tabPage3.Location = new System.Drawing.Point(4, 22);
352            this.tabPage3.Name = "tabPage3";
353            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
354            this.tabPage3.Size = new System.Drawing.Size(1078, 159);
355            this.tabPage3.TabIndex = 0;
356            this.tabPage3.Text = "Detail";
357            this.tabPage3.UseVisualStyleBackColor = true;
358            //
359            // passwordSaltTextBox
360            //
361            this.passwordSaltTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "Membership.PasswordSalt", true));
362            this.passwordSaltTextBox.Location = new System.Drawing.Point(134, 127);
363            this.passwordSaltTextBox.Name = "passwordSaltTextBox";
364            this.passwordSaltTextBox.Size = new System.Drawing.Size(145, 20);
365            this.passwordSaltTextBox.TabIndex = 17;
366            //
367            // bsUser
368            //
369            this.bsUser.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
370            //
371            // passwordQuestionTextBox
372            //
373            this.passwordQuestionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "PasswordQuestion", true));
374            this.passwordQuestionTextBox.Location = new System.Drawing.Point(134, 73);
375            this.passwordQuestionTextBox.Name = "passwordQuestionTextBox";
376            this.passwordQuestionTextBox.Size = new System.Drawing.Size(145, 20);
377            this.passwordQuestionTextBox.TabIndex = 16;
378            //
379            // passwordTextBox
380            //
381            this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "Password", true));
382            this.passwordTextBox.Location = new System.Drawing.Point(134, 47);
383            this.passwordTextBox.Name = "passwordTextBox";
384            this.passwordTextBox.Size = new System.Drawing.Size(145, 20);
385            this.passwordTextBox.TabIndex = 15;
386            //
387            // userNameTextBox
388            //
389            this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "UserName", true));
390            this.userNameTextBox.Location = new System.Drawing.Point(134, 21);
391            this.userNameTextBox.Name = "userNameTextBox";
392            this.userNameTextBox.Size = new System.Drawing.Size(145, 20);
393            this.userNameTextBox.TabIndex = 14;
394            //
395            // emailTextBox
396            //
397            this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "Email", true));
398            this.emailTextBox.Location = new System.Drawing.Point(134, 99);
399            this.emailTextBox.Name = "emailTextBox";
400            this.emailTextBox.Size = new System.Drawing.Size(145, 20);
401            this.emailTextBox.TabIndex = 13;
402            //
403            // btnSaveUser
404            //
405            this.btnSaveUser.Location = new System.Drawing.Point(303, 19);
406            this.btnSaveUser.Name = "btnSaveUser";
407            this.btnSaveUser.Size = new System.Drawing.Size(75, 23);
408            this.btnSaveUser.TabIndex = 12;
409            this.btnSaveUser.Text = "Save";
410            this.btnSaveUser.UseVisualStyleBackColor = true;
411            this.btnSaveUser.Click += new System.EventHandler(this.btnSaveUser_Click);
412            //
413            // tabPage2
414            //
415            this.tabPage2.AutoScroll = true;
416            this.tabPage2.Controls.Add(this.btnDeleteRole);
417            this.tabPage2.Controls.Add(this.btnNewRole);
418            this.tabPage2.Controls.Add(this.dgvRoles);
419            this.tabPage2.Controls.Add(this.tcRole);
420            this.tabPage2.Location = new System.Drawing.Point(4, 22);
421            this.tabPage2.Name = "tabPage2";
422            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
423            this.tabPage2.Size = new System.Drawing.Size(1092, 529);
424            this.tabPage2.TabIndex = 1;
425            this.tabPage2.Text = "Roles";
426            this.tabPage2.UseVisualStyleBackColor = true;
427            //
428            // btnDeleteRole
429            //
430            this.btnDeleteRole.Enabled = false;
431            this.btnDeleteRole.Location = new System.Drawing.Point(89, 16);
432            this.btnDeleteRole.Name = "btnDeleteRole";
433            this.btnDeleteRole.Size = new System.Drawing.Size(75, 23);
434            this.btnDeleteRole.TabIndex = 4;
435            this.btnDeleteRole.Text = "delete Role";
436            this.btnDeleteRole.UseVisualStyleBackColor = true;
437            this.btnDeleteRole.Click += new System.EventHandler(this.btnDeleteRole_Click);
438            //
439            // btnNewRole
440            //
441            this.btnNewRole.Location = new System.Drawing.Point(8, 16);
442            this.btnNewRole.Name = "btnNewRole";
443            this.btnNewRole.Size = new System.Drawing.Size(75, 23);
444            this.btnNewRole.TabIndex = 3;
445            this.btnNewRole.Text = "new Role";
446            this.btnNewRole.UseVisualStyleBackColor = true;
447            this.btnNewRole.Click += new System.EventHandler(this.btnNewRole_Click);
448            //
449            // dgvRoles
450            //
451            this.dgvRoles.AllowUserToAddRows = false;
452            this.dgvRoles.AllowUserToDeleteRows = false;
453            this.dgvRoles.AutoGenerateColumns = false;
454            this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
455            this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
456            this.roleNameDataGridViewTextBoxColumn,
457            this.loweredRoleNameDataGridViewTextBoxColumn,
458            this.descriptionDataGridViewTextBoxColumn});
459            this.dgvRoles.DataSource = this.bsRoles;
460            this.dgvRoles.Location = new System.Drawing.Point(3, 45);
461            this.dgvRoles.MultiSelect = false;
462            this.dgvRoles.Name = "dgvRoles";
463            this.dgvRoles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
464            this.dgvRoles.Size = new System.Drawing.Size(1086, 290);
465            this.dgvRoles.TabIndex = 2;
466            this.dgvRoles.SelectionChanged += new System.EventHandler(this.dgvRoles_SelectionChanged);
467            //
468            // roleNameDataGridViewTextBoxColumn
469            //
470            this.roleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
471            this.roleNameDataGridViewTextBoxColumn.DataPropertyName = "RoleName";
472            this.roleNameDataGridViewTextBoxColumn.HeaderText = "Name";
473            this.roleNameDataGridViewTextBoxColumn.Name = "roleNameDataGridViewTextBoxColumn";
474            //
475            // loweredRoleNameDataGridViewTextBoxColumn
476            //
477            this.loweredRoleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
478            this.loweredRoleNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredRoleName";
479            this.loweredRoleNameDataGridViewTextBoxColumn.HeaderText = "Lowered Name";
480            this.loweredRoleNameDataGridViewTextBoxColumn.Name = "loweredRoleNameDataGridViewTextBoxColumn";
481            this.loweredRoleNameDataGridViewTextBoxColumn.Width = 96;
482            //
483            // descriptionDataGridViewTextBoxColumn
484            //
485            this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
486            this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
487            this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
488            this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
489            this.descriptionDataGridViewTextBoxColumn.Width = 85;
490            //
491            // bsRoles
492            //
493            this.bsRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
494            //
495            // tcRole
496            //
497            this.tcRole.Controls.Add(this.tpRoleDetail);
498            this.tcRole.Controls.Add(this.tabPage6);
499            this.tcRole.Dock = System.Windows.Forms.DockStyle.Bottom;
500            this.tcRole.Enabled = false;
501            this.tcRole.Location = new System.Drawing.Point(3, 341);
502            this.tcRole.Name = "tcRole";
503            this.tcRole.SelectedIndex = 0;
504            this.tcRole.Size = new System.Drawing.Size(1086, 185);
505            this.tcRole.TabIndex = 1;
506            //
507            // tpRoleDetail
508            //
509            this.tpRoleDetail.Controls.Add(descriptionLabel);
510            this.tpRoleDetail.Controls.Add(this.descriptionTextBox);
511            this.tpRoleDetail.Controls.Add(this.btnSaveRole);
512            this.tpRoleDetail.Controls.Add(roleNameLabel);
513            this.tpRoleDetail.Controls.Add(this.roleNameTextBox);
514            this.tpRoleDetail.Location = new System.Drawing.Point(4, 22);
515            this.tpRoleDetail.Name = "tpRoleDetail";
516            this.tpRoleDetail.Padding = new System.Windows.Forms.Padding(3);
517            this.tpRoleDetail.Size = new System.Drawing.Size(1078, 159);
518            this.tpRoleDetail.TabIndex = 0;
519            this.tpRoleDetail.Text = "Detail";
520            this.tpRoleDetail.UseVisualStyleBackColor = true;
521            //
522            // descriptionTextBox
523            //
524            this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRole, "Description", true));
525            this.descriptionTextBox.Location = new System.Drawing.Point(81, 54);
526            this.descriptionTextBox.Name = "descriptionTextBox";
527            this.descriptionTextBox.Size = new System.Drawing.Size(191, 20);
528            this.descriptionTextBox.TabIndex = 4;
529            //
530            // bsRole
531            //
532            this.bsRole.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
533            //
534            // btnSaveRole
535            //
536            this.btnSaveRole.Location = new System.Drawing.Point(197, 80);
537            this.btnSaveRole.Name = "btnSaveRole";
538            this.btnSaveRole.Size = new System.Drawing.Size(75, 23);
539            this.btnSaveRole.TabIndex = 2;
540            this.btnSaveRole.Text = "Save Role";
541            this.btnSaveRole.UseVisualStyleBackColor = true;
542            this.btnSaveRole.Click += new System.EventHandler(this.btnSaveRole_Click);
543            //
544            // roleNameTextBox
545            //
546            this.roleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRole, "RoleName", true));
547            this.roleNameTextBox.Location = new System.Drawing.Point(81, 19);
548            this.roleNameTextBox.Name = "roleNameTextBox";
549            this.roleNameTextBox.Size = new System.Drawing.Size(191, 20);
550            this.roleNameTextBox.TabIndex = 1;
551            //
552            // tabPage6
553            //
554            this.tabPage6.Controls.Add(this.label3);
555            this.tabPage6.Controls.Add(this.label2);
556            this.tabPage6.Controls.Add(this.dgvRoleAssignedUsers);
557            this.tabPage6.Controls.Add(this.btnAddUserToRole);
558            this.tabPage6.Controls.Add(this.btnRemoveUserFromRole);
559            this.tabPage6.Controls.Add(this.dgvRoleAvailableUsers);
560            this.tabPage6.Location = new System.Drawing.Point(4, 22);
561            this.tabPage6.Name = "tabPage6";
562            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
563            this.tabPage6.Size = new System.Drawing.Size(1078, 159);
564            this.tabPage6.TabIndex = 1;
565            this.tabPage6.Text = "Users";
566            this.tabPage6.UseVisualStyleBackColor = true;
567            //
568            // label3
569            //
570            this.label3.AutoSize = true;
571            this.label3.Location = new System.Drawing.Point(501, 18);
572            this.label3.Name = "label3";
573            this.label3.Size = new System.Drawing.Size(79, 13);
574            this.label3.TabIndex = 6;
575            this.label3.Text = "available Users";
576            //
577            // label2
578            //
579            this.label2.AutoSize = true;
580            this.label2.Location = new System.Drawing.Point(6, 18);
581            this.label2.Name = "label2";
582            this.label2.Size = new System.Drawing.Size(79, 13);
583            this.label2.TabIndex = 5;
584            this.label2.Text = "assigned Users";
585            //
586            // dgvRoleAssignedUsers
587            //
588            this.dgvRoleAssignedUsers.AllowUserToAddRows = false;
589            this.dgvRoleAssignedUsers.AllowUserToDeleteRows = false;
590            this.dgvRoleAssignedUsers.AutoGenerateColumns = false;
591            this.dgvRoleAssignedUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
592            this.dgvRoleAssignedUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
593            this.userNameDataGridViewTextBoxColumn2});
594            this.dgvRoleAssignedUsers.DataSource = this.bsRoleUsers;
595            this.dgvRoleAssignedUsers.Location = new System.Drawing.Point(6, 34);
596            this.dgvRoleAssignedUsers.Name = "dgvRoleAssignedUsers";
597            this.dgvRoleAssignedUsers.Size = new System.Drawing.Size(346, 110);
598            this.dgvRoleAssignedUsers.TabIndex = 4;
599            //
600            // userNameDataGridViewTextBoxColumn2
601            //
602            this.userNameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
603            this.userNameDataGridViewTextBoxColumn2.DataPropertyName = "UserName";
604            this.userNameDataGridViewTextBoxColumn2.HeaderText = "UserName";
605            this.userNameDataGridViewTextBoxColumn2.Name = "userNameDataGridViewTextBoxColumn2";
606            //
607            // bsRoleUsers
608            //
609            this.bsRoleUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
610            //
611            // btnAddUserToRole
612            //
613            this.btnAddUserToRole.Location = new System.Drawing.Point(469, 34);
614            this.btnAddUserToRole.Name = "btnAddUserToRole";
615            this.btnAddUserToRole.Size = new System.Drawing.Size(29, 23);
616            this.btnAddUserToRole.TabIndex = 3;
617            this.btnAddUserToRole.Text = "+";
618            this.btnAddUserToRole.UseVisualStyleBackColor = true;
619            this.btnAddUserToRole.Click += new System.EventHandler(this.btnAddUserToRole_Click);
620            //
621            // btnRemoveUserFromRole
622            //
623            this.btnRemoveUserFromRole.Location = new System.Drawing.Point(358, 34);
624            this.btnRemoveUserFromRole.Name = "btnRemoveUserFromRole";
625            this.btnRemoveUserFromRole.Size = new System.Drawing.Size(29, 23);
626            this.btnRemoveUserFromRole.TabIndex = 2;
627            this.btnRemoveUserFromRole.Text = "-";
628            this.btnRemoveUserFromRole.UseVisualStyleBackColor = true;
629            this.btnRemoveUserFromRole.Click += new System.EventHandler(this.btnRemoveUserFromRole_Click);
630            //
631            // dgvRoleAvailableUsers
632            //
633            this.dgvRoleAvailableUsers.AllowUserToAddRows = false;
634            this.dgvRoleAvailableUsers.AllowUserToDeleteRows = false;
635            this.dgvRoleAvailableUsers.AutoGenerateColumns = false;
636            this.dgvRoleAvailableUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
637            this.dgvRoleAvailableUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
638            this.userNameDataGridViewTextBoxColumn1});
639            this.dgvRoleAvailableUsers.DataSource = this.bsUsers;
640            this.dgvRoleAvailableUsers.Location = new System.Drawing.Point(504, 34);
641            this.dgvRoleAvailableUsers.Name = "dgvRoleAvailableUsers";
642            this.dgvRoleAvailableUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
643            this.dgvRoleAvailableUsers.Size = new System.Drawing.Size(348, 110);
644            this.dgvRoleAvailableUsers.TabIndex = 1;
645            //
646            // userNameDataGridViewTextBoxColumn1
647            //
648            this.userNameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
649            this.userNameDataGridViewTextBoxColumn1.DataPropertyName = "UserName";
650            this.userNameDataGridViewTextBoxColumn1.HeaderText = "UserName";
651            this.userNameDataGridViewTextBoxColumn1.Name = "userNameDataGridViewTextBoxColumn1";
652            //
653            // bsUserRoles
654            //
655            this.bsUserRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
656            //
657            // UserManagement
658            //
659            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
660            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
661            this.ClientSize = new System.Drawing.Size(1100, 610);
662            this.Controls.Add(this.scMain);
663            this.Name = "UserManagement";
664            this.Text = "UserManagement";
665            this.scMain.Panel1.ResumeLayout(false);
666            this.scMain.Panel2.ResumeLayout(false);
667            ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
668            this.scMain.ResumeLayout(false);
669            this.panel1.ResumeLayout(false);
670            ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).EndInit();
671            this.tabControl1.ResumeLayout(false);
672            this.tabPage1.ResumeLayout(false);
673            ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
674            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
675            this.tcUser.ResumeLayout(false);
676            this.tabPage3.ResumeLayout(false);
677            this.tabPage3.PerformLayout();
678            ((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
679            this.tabPage2.ResumeLayout(false);
680            ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
681            ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).EndInit();
682            this.tcRole.ResumeLayout(false);
683            this.tpRoleDetail.ResumeLayout(false);
684            this.tpRoleDetail.PerformLayout();
685            ((System.ComponentModel.ISupportInitialize)(this.bsRole)).EndInit();
686            this.tabPage6.ResumeLayout(false);
687            this.tabPage6.PerformLayout();
688            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAssignedUsers)).EndInit();
689            ((System.ComponentModel.ISupportInitialize)(this.bsRoleUsers)).EndInit();
690            ((System.ComponentModel.ISupportInitialize)(this.dgvRoleAvailableUsers)).EndInit();
691            ((System.ComponentModel.ISupportInitialize)(this.bsUserRoles)).EndInit();
692            this.ResumeLayout(false);
693
694        }
695
696        #endregion
697
698        private System.Windows.Forms.BindingSource bsUsers;
699        private System.Windows.Forms.BindingSource bsRoles;
700        private System.Windows.Forms.SplitContainer scMain;
701        private System.Windows.Forms.TabControl tabControl1;
702        private System.Windows.Forms.TabPage tabPage1;
703        private System.Windows.Forms.DataGridView dgvUsers;
704        private System.Windows.Forms.TabControl tcUser;
705        private System.Windows.Forms.TabPage tabPage2;
706        private System.Windows.Forms.DataGridView dgvRoles;
707        private System.Windows.Forms.TabControl tcRole;
708        private System.Windows.Forms.TabPage tpRoleDetail;
709        private System.Windows.Forms.TabPage tabPage6;
710        private System.Windows.Forms.Panel panel1;
711        private System.Windows.Forms.Label label1;
712        private System.Windows.Forms.TextBox roleNameTextBox;
713        private System.Windows.Forms.Button btnNewUser;
714        private System.Windows.Forms.BindingSource bsUser;
715        private System.Windows.Forms.Button btnNewRole;
716        private System.Windows.Forms.BindingSource bsRole;
717        private System.Windows.Forms.BindingSource bsUserRoles;
718        private System.Windows.Forms.BindingSource bsRoleUsers;
719        private System.Windows.Forms.DataGridView dgvRoleAvailableUsers;
720        private System.Windows.Forms.Button btnAddUserToRole;
721        private System.Windows.Forms.Button btnRemoveUserFromRole;
722        private System.Windows.Forms.Button btnSaveRole;
723        private System.Windows.Forms.TextBox descriptionTextBox;
724        private System.Windows.Forms.Button btnDeleteRole;
725        private System.Windows.Forms.DataGridView dgvRoleAssignedUsers;
726        private System.Windows.Forms.ComboBox cbxApplication;
727        private System.Windows.Forms.BindingSource bsApplications;
728        private System.Windows.Forms.Button btnDeleteUser;
729        private System.Windows.Forms.TabPage tabPage3;
730        private System.Windows.Forms.Button btnSaveUser;
731        private System.Windows.Forms.TextBox passwordQuestionTextBox;
732        private System.Windows.Forms.TextBox passwordTextBox;
733        private System.Windows.Forms.TextBox userNameTextBox;
734        private System.Windows.Forms.TextBox emailTextBox;
735        private System.Windows.Forms.TextBox passwordSaltTextBox;
736        private System.Windows.Forms.Label label3;
737        private System.Windows.Forms.Label label2;
738        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn2;
739        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn1;
740        private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDataGridViewTextBoxColumn;
741        private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
742        private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
743        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn;
744        private System.Windows.Forms.DataGridViewCheckBoxColumn isAnonymousDataGridViewCheckBoxColumn;
745        private System.Windows.Forms.DataGridViewTextBoxColumn Membership;
746    }
747}
Note: See TracBrowser for help on using the repository browser.