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