Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1196

File size: 32.6 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 isAnonymousLabel;
33            System.Windows.Forms.Label passwordLabel;
34            System.Windows.Forms.Label passwordAnswerLabel;
35            System.Windows.Forms.Label passwordQuestionLabel;
36            System.Windows.Forms.Label passwordSaltLabel;
37            System.Windows.Forms.Label emailLabel;
38            System.Windows.Forms.Label roleNameLabel;
39            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
40            this.bsRoles = new System.Windows.Forms.BindingSource(this.components);
41            this.scMain = new System.Windows.Forms.SplitContainer();
42            this.tabControl1 = new System.Windows.Forms.TabControl();
43            this.tabPage1 = new System.Windows.Forms.TabPage();
44            this.tabPage2 = new System.Windows.Forms.TabPage();
45            this.tabControl2 = new System.Windows.Forms.TabControl();
46            this.tabPage4 = new System.Windows.Forms.TabPage();
47            this.tabControl3 = new System.Windows.Forms.TabControl();
48            this.tabPage5 = new System.Windows.Forms.TabPage();
49            this.tabPage6 = new System.Windows.Forms.TabPage();
50            this.dgvUsers = new System.Windows.Forms.DataGridView();
51            this.dgvRoles = new System.Windows.Forms.DataGridView();
52            this.panel1 = new System.Windows.Forms.Panel();
53            this.label1 = new System.Windows.Forms.Label();
54            this.membershipDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
55            this.applicationIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
56            this.userIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
57            this.userNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
58            this.loweredUserNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
59            this.mobileAliasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
60            this.isAnonymousDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
61            this.lastActivityDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
62            this.tabPage3 = new System.Windows.Forms.TabPage();
63            this.isAnonymousCheckBox = new System.Windows.Forms.CheckBox();
64            this.passwordTextBox = new System.Windows.Forms.TextBox();
65            this.passwordAnswerTextBox = new System.Windows.Forms.TextBox();
66            this.passwordQuestionTextBox = new System.Windows.Forms.TextBox();
67            this.passwordSaltTextBox = new System.Windows.Forms.TextBox();
68            this.emailTextBox = new System.Windows.Forms.TextBox();
69            this.dataGridView1 = new System.Windows.Forms.DataGridView();
70            this.roleNameTextBox = new System.Windows.Forms.TextBox();
71            this.dataGridView2 = new System.Windows.Forms.DataGridView();
72            this.roleIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
73            this.roleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
74            this.loweredRoleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
75            this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
76            isAnonymousLabel = new System.Windows.Forms.Label();
77            passwordLabel = new System.Windows.Forms.Label();
78            passwordAnswerLabel = new System.Windows.Forms.Label();
79            passwordQuestionLabel = new System.Windows.Forms.Label();
80            passwordSaltLabel = new System.Windows.Forms.Label();
81            emailLabel = new System.Windows.Forms.Label();
82            roleNameLabel = new System.Windows.Forms.Label();
83            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
84            ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).BeginInit();
85            ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
86            this.scMain.Panel1.SuspendLayout();
87            this.scMain.Panel2.SuspendLayout();
88            this.scMain.SuspendLayout();
89            this.tabControl1.SuspendLayout();
90            this.tabPage1.SuspendLayout();
91            this.tabPage2.SuspendLayout();
92            this.tabControl2.SuspendLayout();
93            this.tabPage4.SuspendLayout();
94            this.tabControl3.SuspendLayout();
95            this.tabPage5.SuspendLayout();
96            this.tabPage6.SuspendLayout();
97            ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
98            ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).BeginInit();
99            this.panel1.SuspendLayout();
100            this.tabPage3.SuspendLayout();
101            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
102            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
103            this.SuspendLayout();
104            //
105            // bsUsers
106            //
107            this.bsUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
108            //
109            // bsRoles
110            //
111            this.bsRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
112            //
113            // scMain
114            //
115            this.scMain.Dock = System.Windows.Forms.DockStyle.Fill;
116            this.scMain.Location = new System.Drawing.Point(0, 0);
117            this.scMain.Name = "scMain";
118            this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
119            //
120            // scMain.Panel1
121            //
122            this.scMain.Panel1.Controls.Add(this.panel1);
123            //
124            // scMain.Panel2
125            //
126            this.scMain.Panel2.Controls.Add(this.tabControl1);
127            this.scMain.Size = new System.Drawing.Size(1100, 556);
128            this.scMain.SplitterDistance = 47;
129            this.scMain.TabIndex = 9;
130            //
131            // tabControl1
132            //
133            this.tabControl1.Controls.Add(this.tabPage1);
134            this.tabControl1.Controls.Add(this.tabPage2);
135            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
136            this.tabControl1.Location = new System.Drawing.Point(0, 0);
137            this.tabControl1.Name = "tabControl1";
138            this.tabControl1.SelectedIndex = 0;
139            this.tabControl1.Size = new System.Drawing.Size(1100, 505);
140            this.tabControl1.TabIndex = 0;
141            //
142            // tabPage1
143            //
144            this.tabPage1.AutoScroll = true;
145            this.tabPage1.Controls.Add(this.dgvUsers);
146            this.tabPage1.Controls.Add(this.tabControl2);
147            this.tabPage1.Location = new System.Drawing.Point(4, 22);
148            this.tabPage1.Name = "tabPage1";
149            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
150            this.tabPage1.Size = new System.Drawing.Size(1092, 479);
151            this.tabPage1.TabIndex = 0;
152            this.tabPage1.Text = "User";
153            this.tabPage1.UseVisualStyleBackColor = true;
154            //
155            // tabPage2
156            //
157            this.tabPage2.AutoScroll = true;
158            this.tabPage2.Controls.Add(this.dgvRoles);
159            this.tabPage2.Controls.Add(this.tabControl3);
160            this.tabPage2.Location = new System.Drawing.Point(4, 22);
161            this.tabPage2.Name = "tabPage2";
162            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
163            this.tabPage2.Size = new System.Drawing.Size(1092, 479);
164            this.tabPage2.TabIndex = 1;
165            this.tabPage2.Text = "Roles";
166            this.tabPage2.UseVisualStyleBackColor = true;
167            //
168            // tabControl2
169            //
170            this.tabControl2.Controls.Add(this.tabPage3);
171            this.tabControl2.Controls.Add(this.tabPage4);
172            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
173            this.tabControl2.Location = new System.Drawing.Point(3, 291);
174            this.tabControl2.Name = "tabControl2";
175            this.tabControl2.SelectedIndex = 0;
176            this.tabControl2.Size = new System.Drawing.Size(1086, 185);
177            this.tabControl2.TabIndex = 0;
178            //
179            // tabPage4
180            //
181            this.tabPage4.Controls.Add(this.dataGridView1);
182            this.tabPage4.Location = new System.Drawing.Point(4, 22);
183            this.tabPage4.Name = "tabPage4";
184            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
185            this.tabPage4.Size = new System.Drawing.Size(1078, 159);
186            this.tabPage4.TabIndex = 1;
187            this.tabPage4.Text = "Roles";
188            this.tabPage4.UseVisualStyleBackColor = true;
189            //
190            // tabControl3
191            //
192            this.tabControl3.Controls.Add(this.tabPage5);
193            this.tabControl3.Controls.Add(this.tabPage6);
194            this.tabControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
195            this.tabControl3.Location = new System.Drawing.Point(3, 291);
196            this.tabControl3.Name = "tabControl3";
197            this.tabControl3.SelectedIndex = 0;
198            this.tabControl3.Size = new System.Drawing.Size(1086, 185);
199            this.tabControl3.TabIndex = 1;
200            //
201            // tabPage5
202            //
203            this.tabPage5.Controls.Add(roleNameLabel);
204            this.tabPage5.Controls.Add(this.roleNameTextBox);
205            this.tabPage5.Location = new System.Drawing.Point(4, 22);
206            this.tabPage5.Name = "tabPage5";
207            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
208            this.tabPage5.Size = new System.Drawing.Size(1078, 159);
209            this.tabPage5.TabIndex = 0;
210            this.tabPage5.Text = "Detail";
211            this.tabPage5.UseVisualStyleBackColor = true;
212            //
213            // tabPage6
214            //
215            this.tabPage6.Controls.Add(this.dataGridView2);
216            this.tabPage6.Location = new System.Drawing.Point(4, 22);
217            this.tabPage6.Name = "tabPage6";
218            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
219            this.tabPage6.Size = new System.Drawing.Size(1078, 159);
220            this.tabPage6.TabIndex = 1;
221            this.tabPage6.Text = "Users";
222            this.tabPage6.UseVisualStyleBackColor = true;
223            //
224            // dgvUsers
225            //
226            this.dgvUsers.AutoGenerateColumns = false;
227            this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
228            this.dgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
229            this.membershipDataGridViewTextBoxColumn,
230            this.applicationIdDataGridViewTextBoxColumn,
231            this.userIdDataGridViewTextBoxColumn,
232            this.userNameDataGridViewTextBoxColumn,
233            this.loweredUserNameDataGridViewTextBoxColumn,
234            this.mobileAliasDataGridViewTextBoxColumn,
235            this.isAnonymousDataGridViewCheckBoxColumn,
236            this.lastActivityDateDataGridViewTextBoxColumn});
237            this.dgvUsers.DataSource = this.bsUsers;
238            this.dgvUsers.Dock = System.Windows.Forms.DockStyle.Fill;
239            this.dgvUsers.Location = new System.Drawing.Point(3, 3);
240            this.dgvUsers.Name = "dgvUsers";
241            this.dgvUsers.Size = new System.Drawing.Size(1086, 288);
242            this.dgvUsers.TabIndex = 1;
243            //
244            // dgvRoles
245            //
246            this.dgvRoles.AllowUserToAddRows = false;
247            this.dgvRoles.AllowUserToDeleteRows = false;
248            this.dgvRoles.AutoGenerateColumns = false;
249            this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
250            this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
251            this.roleIdDataGridViewTextBoxColumn,
252            this.roleNameDataGridViewTextBoxColumn,
253            this.loweredRoleNameDataGridViewTextBoxColumn,
254            this.descriptionDataGridViewTextBoxColumn});
255            this.dgvRoles.DataSource = this.bsRoles;
256            this.dgvRoles.Dock = System.Windows.Forms.DockStyle.Fill;
257            this.dgvRoles.Location = new System.Drawing.Point(3, 3);
258            this.dgvRoles.MultiSelect = false;
259            this.dgvRoles.Name = "dgvRoles";
260            this.dgvRoles.Size = new System.Drawing.Size(1086, 288);
261            this.dgvRoles.TabIndex = 2;
262            //
263            // panel1
264            //
265            this.panel1.Controls.Add(this.label1);
266            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
267            this.panel1.Location = new System.Drawing.Point(0, 0);
268            this.panel1.Name = "panel1";
269            this.panel1.Size = new System.Drawing.Size(1100, 47);
270            this.panel1.TabIndex = 0;
271            //
272            // label1
273            //
274            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
275            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
276            this.label1.Location = new System.Drawing.Point(0, 0);
277            this.label1.Name = "label1";
278            this.label1.Size = new System.Drawing.Size(1100, 47);
279            this.label1.TabIndex = 0;
280            this.label1.Text = "Heuristic Lab User Management";
281            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
282            //
283            // membershipDataGridViewTextBoxColumn
284            //
285            this.membershipDataGridViewTextBoxColumn.DataPropertyName = "Membership";
286            this.membershipDataGridViewTextBoxColumn.HeaderText = "Membership";
287            this.membershipDataGridViewTextBoxColumn.Name = "membershipDataGridViewTextBoxColumn";
288            //
289            // applicationIdDataGridViewTextBoxColumn
290            //
291            this.applicationIdDataGridViewTextBoxColumn.DataPropertyName = "ApplicationId";
292            this.applicationIdDataGridViewTextBoxColumn.HeaderText = "ApplicationId";
293            this.applicationIdDataGridViewTextBoxColumn.Name = "applicationIdDataGridViewTextBoxColumn";
294            //
295            // userIdDataGridViewTextBoxColumn
296            //
297            this.userIdDataGridViewTextBoxColumn.DataPropertyName = "UserId";
298            this.userIdDataGridViewTextBoxColumn.HeaderText = "UserId";
299            this.userIdDataGridViewTextBoxColumn.Name = "userIdDataGridViewTextBoxColumn";
300            //
301            // userNameDataGridViewTextBoxColumn
302            //
303            this.userNameDataGridViewTextBoxColumn.DataPropertyName = "UserName";
304            this.userNameDataGridViewTextBoxColumn.HeaderText = "UserName";
305            this.userNameDataGridViewTextBoxColumn.Name = "userNameDataGridViewTextBoxColumn";
306            //
307            // loweredUserNameDataGridViewTextBoxColumn
308            //
309            this.loweredUserNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredUserName";
310            this.loweredUserNameDataGridViewTextBoxColumn.HeaderText = "LoweredUserName";
311            this.loweredUserNameDataGridViewTextBoxColumn.Name = "loweredUserNameDataGridViewTextBoxColumn";
312            //
313            // mobileAliasDataGridViewTextBoxColumn
314            //
315            this.mobileAliasDataGridViewTextBoxColumn.DataPropertyName = "MobileAlias";
316            this.mobileAliasDataGridViewTextBoxColumn.HeaderText = "MobileAlias";
317            this.mobileAliasDataGridViewTextBoxColumn.Name = "mobileAliasDataGridViewTextBoxColumn";
318            //
319            // isAnonymousDataGridViewCheckBoxColumn
320            //
321            this.isAnonymousDataGridViewCheckBoxColumn.DataPropertyName = "IsAnonymous";
322            this.isAnonymousDataGridViewCheckBoxColumn.HeaderText = "IsAnonymous";
323            this.isAnonymousDataGridViewCheckBoxColumn.Name = "isAnonymousDataGridViewCheckBoxColumn";
324            //
325            // lastActivityDateDataGridViewTextBoxColumn
326            //
327            this.lastActivityDateDataGridViewTextBoxColumn.DataPropertyName = "LastActivityDate";
328            this.lastActivityDateDataGridViewTextBoxColumn.HeaderText = "LastActivityDate";
329            this.lastActivityDateDataGridViewTextBoxColumn.Name = "lastActivityDateDataGridViewTextBoxColumn";
330            //
331            // tabPage3
332            //
333            this.tabPage3.AutoScroll = true;
334            this.tabPage3.Controls.Add(emailLabel);
335            this.tabPage3.Controls.Add(this.emailTextBox);
336            this.tabPage3.Controls.Add(passwordSaltLabel);
337            this.tabPage3.Controls.Add(this.passwordSaltTextBox);
338            this.tabPage3.Controls.Add(passwordQuestionLabel);
339            this.tabPage3.Controls.Add(this.passwordQuestionTextBox);
340            this.tabPage3.Controls.Add(passwordAnswerLabel);
341            this.tabPage3.Controls.Add(this.passwordAnswerTextBox);
342            this.tabPage3.Controls.Add(passwordLabel);
343            this.tabPage3.Controls.Add(this.passwordTextBox);
344            this.tabPage3.Controls.Add(isAnonymousLabel);
345            this.tabPage3.Controls.Add(this.isAnonymousCheckBox);
346            this.tabPage3.Location = new System.Drawing.Point(4, 22);
347            this.tabPage3.Name = "tabPage3";
348            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
349            this.tabPage3.Size = new System.Drawing.Size(1078, 159);
350            this.tabPage3.TabIndex = 0;
351            this.tabPage3.Text = "Detail";
352            this.tabPage3.UseVisualStyleBackColor = true;
353            //
354            // isAnonymousLabel
355            //
356            isAnonymousLabel.AutoSize = true;
357            isAnonymousLabel.Location = new System.Drawing.Point(15, 22);
358            isAnonymousLabel.Name = "isAnonymousLabel";
359            isAnonymousLabel.Size = new System.Drawing.Size(76, 13);
360            isAnonymousLabel.TabIndex = 0;
361            isAnonymousLabel.Text = "Is Anonymous:";
362            //
363            // isAnonymousCheckBox
364            //
365            this.isAnonymousCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bsUsers, "IsAnonymous", true));
366            this.isAnonymousCheckBox.Location = new System.Drawing.Point(98, 17);
367            this.isAnonymousCheckBox.Name = "isAnonymousCheckBox";
368            this.isAnonymousCheckBox.Size = new System.Drawing.Size(104, 24);
369            this.isAnonymousCheckBox.TabIndex = 1;
370            this.isAnonymousCheckBox.Text = "checkBox1";
371            this.isAnonymousCheckBox.UseVisualStyleBackColor = true;
372            //
373            // passwordLabel
374            //
375            passwordLabel.AutoSize = true;
376            passwordLabel.Location = new System.Drawing.Point(15, 73);
377            passwordLabel.Name = "passwordLabel";
378            passwordLabel.Size = new System.Drawing.Size(56, 13);
379            passwordLabel.TabIndex = 2;
380            passwordLabel.Text = "Password:";
381            //
382            // passwordTextBox
383            //
384            this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Membership.Password", true));
385            this.passwordTextBox.Location = new System.Drawing.Point(98, 70);
386            this.passwordTextBox.Name = "passwordTextBox";
387            this.passwordTextBox.Size = new System.Drawing.Size(203, 20);
388            this.passwordTextBox.TabIndex = 3;
389            //
390            // passwordAnswerLabel
391            //
392            passwordAnswerLabel.AutoSize = true;
393            passwordAnswerLabel.Location = new System.Drawing.Point(318, 46);
394            passwordAnswerLabel.Name = "passwordAnswerLabel";
395            passwordAnswerLabel.Size = new System.Drawing.Size(94, 13);
396            passwordAnswerLabel.TabIndex = 4;
397            passwordAnswerLabel.Text = "Password Answer:";
398            //
399            // passwordAnswerTextBox
400            //
401            this.passwordAnswerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Membership.PasswordAnswer", true));
402            this.passwordAnswerTextBox.Location = new System.Drawing.Point(425, 43);
403            this.passwordAnswerTextBox.Name = "passwordAnswerTextBox";
404            this.passwordAnswerTextBox.Size = new System.Drawing.Size(188, 20);
405            this.passwordAnswerTextBox.TabIndex = 5;
406            //
407            // passwordQuestionLabel
408            //
409            passwordQuestionLabel.AutoSize = true;
410            passwordQuestionLabel.Location = new System.Drawing.Point(318, 73);
411            passwordQuestionLabel.Name = "passwordQuestionLabel";
412            passwordQuestionLabel.Size = new System.Drawing.Size(101, 13);
413            passwordQuestionLabel.TabIndex = 6;
414            passwordQuestionLabel.Text = "Password Question:";
415            //
416            // passwordQuestionTextBox
417            //
418            this.passwordQuestionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Membership.PasswordQuestion", true));
419            this.passwordQuestionTextBox.Location = new System.Drawing.Point(425, 70);
420            this.passwordQuestionTextBox.Name = "passwordQuestionTextBox";
421            this.passwordQuestionTextBox.Size = new System.Drawing.Size(188, 20);
422            this.passwordQuestionTextBox.TabIndex = 7;
423            //
424            // passwordSaltLabel
425            //
426            passwordSaltLabel.AutoSize = true;
427            passwordSaltLabel.Location = new System.Drawing.Point(15, 99);
428            passwordSaltLabel.Name = "passwordSaltLabel";
429            passwordSaltLabel.Size = new System.Drawing.Size(77, 13);
430            passwordSaltLabel.TabIndex = 8;
431            passwordSaltLabel.Text = "Password Salt:";
432            //
433            // passwordSaltTextBox
434            //
435            this.passwordSaltTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Membership.PasswordSalt", true));
436            this.passwordSaltTextBox.Location = new System.Drawing.Point(99, 96);
437            this.passwordSaltTextBox.Name = "passwordSaltTextBox";
438            this.passwordSaltTextBox.Size = new System.Drawing.Size(202, 20);
439            this.passwordSaltTextBox.TabIndex = 9;
440            //
441            // emailLabel
442            //
443            emailLabel.AutoSize = true;
444            emailLabel.Location = new System.Drawing.Point(15, 46);
445            emailLabel.Name = "emailLabel";
446            emailLabel.Size = new System.Drawing.Size(35, 13);
447            emailLabel.TabIndex = 10;
448            emailLabel.Text = "Email:";
449            //
450            // emailTextBox
451            //
452            this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Membership.Email", true));
453            this.emailTextBox.Location = new System.Drawing.Point(98, 43);
454            this.emailTextBox.Name = "emailTextBox";
455            this.emailTextBox.Size = new System.Drawing.Size(203, 20);
456            this.emailTextBox.TabIndex = 11;
457            //
458            // dataGridView1
459            //
460            this.dataGridView1.AllowUserToAddRows = false;
461            this.dataGridView1.AllowUserToDeleteRows = false;
462            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
463            this.dataGridView1.Location = new System.Drawing.Point(6, 22);
464            this.dataGridView1.Name = "dataGridView1";
465            this.dataGridView1.ReadOnly = true;
466            this.dataGridView1.Size = new System.Drawing.Size(437, 91);
467            this.dataGridView1.TabIndex = 0;
468            //
469            // roleNameLabel
470            //
471            roleNameLabel.AutoSize = true;
472            roleNameLabel.Location = new System.Drawing.Point(12, 22);
473            roleNameLabel.Name = "roleNameLabel";
474            roleNameLabel.Size = new System.Drawing.Size(63, 13);
475            roleNameLabel.TabIndex = 0;
476            roleNameLabel.Text = "Role Name:";
477            //
478            // roleNameTextBox
479            //
480            this.roleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRoles, "RoleName", true));
481            this.roleNameTextBox.Location = new System.Drawing.Point(81, 19);
482            this.roleNameTextBox.Name = "roleNameTextBox";
483            this.roleNameTextBox.Size = new System.Drawing.Size(191, 20);
484            this.roleNameTextBox.TabIndex = 1;
485            //
486            // dataGridView2
487            //
488            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
489            this.dataGridView2.Location = new System.Drawing.Point(34, 28);
490            this.dataGridView2.Name = "dataGridView2";
491            this.dataGridView2.Size = new System.Drawing.Size(520, 108);
492            this.dataGridView2.TabIndex = 0;
493            //
494            // roleIdDataGridViewTextBoxColumn
495            //
496            this.roleIdDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
497            this.roleIdDataGridViewTextBoxColumn.DataPropertyName = "RoleId";
498            this.roleIdDataGridViewTextBoxColumn.HeaderText = "Id";
499            this.roleIdDataGridViewTextBoxColumn.Name = "roleIdDataGridViewTextBoxColumn";
500            this.roleIdDataGridViewTextBoxColumn.Width = 41;
501            //
502            // roleNameDataGridViewTextBoxColumn
503            //
504            this.roleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
505            this.roleNameDataGridViewTextBoxColumn.DataPropertyName = "RoleName";
506            this.roleNameDataGridViewTextBoxColumn.HeaderText = "Name";
507            this.roleNameDataGridViewTextBoxColumn.Name = "roleNameDataGridViewTextBoxColumn";
508            //
509            // loweredRoleNameDataGridViewTextBoxColumn
510            //
511            this.loweredRoleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
512            this.loweredRoleNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredRoleName";
513            this.loweredRoleNameDataGridViewTextBoxColumn.HeaderText = "Lowered Name";
514            this.loweredRoleNameDataGridViewTextBoxColumn.Name = "loweredRoleNameDataGridViewTextBoxColumn";
515            this.loweredRoleNameDataGridViewTextBoxColumn.Width = 96;
516            //
517            // descriptionDataGridViewTextBoxColumn
518            //
519            this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
520            this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
521            this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
522            this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
523            this.descriptionDataGridViewTextBoxColumn.Width = 85;
524            //
525            // UserManagement
526            //
527            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
528            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
529            this.ClientSize = new System.Drawing.Size(1100, 556);
530            this.Controls.Add(this.scMain);
531            this.Name = "UserManagement";
532            this.Text = "UserManagement";
533            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
534            ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).EndInit();
535            this.scMain.Panel1.ResumeLayout(false);
536            this.scMain.Panel2.ResumeLayout(false);
537            ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
538            this.scMain.ResumeLayout(false);
539            this.tabControl1.ResumeLayout(false);
540            this.tabPage1.ResumeLayout(false);
541            this.tabPage2.ResumeLayout(false);
542            this.tabControl2.ResumeLayout(false);
543            this.tabPage4.ResumeLayout(false);
544            this.tabControl3.ResumeLayout(false);
545            this.tabPage5.ResumeLayout(false);
546            this.tabPage5.PerformLayout();
547            this.tabPage6.ResumeLayout(false);
548            ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
549            ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
550            this.panel1.ResumeLayout(false);
551            this.tabPage3.ResumeLayout(false);
552            this.tabPage3.PerformLayout();
553            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
554            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
555            this.ResumeLayout(false);
556
557        }
558
559        #endregion
560
561        private System.Windows.Forms.BindingSource bsUsers;
562        private System.Windows.Forms.BindingSource bsRoles;
563        private System.Windows.Forms.SplitContainer scMain;
564        private System.Windows.Forms.TabControl tabControl1;
565        private System.Windows.Forms.TabPage tabPage1;
566        private System.Windows.Forms.DataGridView dgvUsers;
567        private System.Windows.Forms.TabControl tabControl2;
568        private System.Windows.Forms.TabPage tabPage4;
569        private System.Windows.Forms.TabPage tabPage2;
570        private System.Windows.Forms.DataGridView dgvRoles;
571        private System.Windows.Forms.TabControl tabControl3;
572        private System.Windows.Forms.TabPage tabPage5;
573        private System.Windows.Forms.TabPage tabPage6;
574        private System.Windows.Forms.Panel panel1;
575        private System.Windows.Forms.Label label1;
576        private System.Windows.Forms.DataGridViewTextBoxColumn membershipDataGridViewTextBoxColumn;
577        private System.Windows.Forms.DataGridViewTextBoxColumn applicationIdDataGridViewTextBoxColumn;
578        private System.Windows.Forms.DataGridViewTextBoxColumn userIdDataGridViewTextBoxColumn;
579        private System.Windows.Forms.DataGridViewTextBoxColumn userNameDataGridViewTextBoxColumn;
580        private System.Windows.Forms.DataGridViewTextBoxColumn loweredUserNameDataGridViewTextBoxColumn;
581        private System.Windows.Forms.DataGridViewTextBoxColumn mobileAliasDataGridViewTextBoxColumn;
582        private System.Windows.Forms.DataGridViewCheckBoxColumn isAnonymousDataGridViewCheckBoxColumn;
583        private System.Windows.Forms.DataGridViewTextBoxColumn lastActivityDateDataGridViewTextBoxColumn;
584        private System.Windows.Forms.TabPage tabPage3;
585        private System.Windows.Forms.TextBox emailTextBox;
586        private System.Windows.Forms.TextBox passwordSaltTextBox;
587        private System.Windows.Forms.TextBox passwordQuestionTextBox;
588        private System.Windows.Forms.TextBox passwordAnswerTextBox;
589        private System.Windows.Forms.TextBox passwordTextBox;
590        private System.Windows.Forms.CheckBox isAnonymousCheckBox;
591        private System.Windows.Forms.DataGridView dataGridView1;
592        private System.Windows.Forms.DataGridViewTextBoxColumn roleIdDataGridViewTextBoxColumn;
593        private System.Windows.Forms.DataGridViewTextBoxColumn roleNameDataGridViewTextBoxColumn;
594        private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
595        private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
596        private System.Windows.Forms.TextBox roleNameTextBox;
597        private System.Windows.Forms.DataGridView dataGridView2;
598    }
599}
Note: See TracBrowser for help on using the repository browser.