Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1196

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