1 | namespace HeuristicLab.Services.Authentication.TestClient2
|
---|
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 descriptionLabel;
|
---|
33 | System.Windows.Forms.Label loweredApplicationNameLabel;
|
---|
34 | System.Windows.Forms.Label nameLabel;
|
---|
35 | System.Windows.Forms.Label commentLabel;
|
---|
36 | System.Windows.Forms.Label emailLabel;
|
---|
37 | System.Windows.Forms.Label isApprovedLabel;
|
---|
38 | System.Windows.Forms.Label nameLabel1;
|
---|
39 | System.Windows.Forms.Label passwordLabel;
|
---|
40 | System.Windows.Forms.Label passwordSaltLabel;
|
---|
41 | System.Windows.Forms.Label nameLabel2;
|
---|
42 | System.Windows.Forms.Label loweredRoleNameLabel;
|
---|
43 | System.Windows.Forms.Label descriptionLabel1;
|
---|
44 | this.tcMain = new System.Windows.Forms.TabControl();
|
---|
45 | this.tpApplications = new System.Windows.Forms.TabPage();
|
---|
46 | this.btnUpdateApplication = new System.Windows.Forms.Button();
|
---|
47 | this.btnDeleteApplication = new System.Windows.Forms.Button();
|
---|
48 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
49 | this.bsApplications = new System.Windows.Forms.BindingSource(this.components);
|
---|
50 | this.loweredApplicationNameTextBox = new System.Windows.Forms.TextBox();
|
---|
51 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
52 | this.btnNewApplication = new System.Windows.Forms.Button();
|
---|
53 | this.dgvApplications = new System.Windows.Forms.DataGridView();
|
---|
54 | this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
55 | this.loweredApplicationNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
56 | this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
57 | this.tpUsers = new System.Windows.Forms.TabPage();
|
---|
58 | this.tcUser = new System.Windows.Forms.TabControl();
|
---|
59 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
60 | this.passwordTextBox = new System.Windows.Forms.TextBox();
|
---|
61 | this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
|
---|
62 | this.isApprovedCheckBox = new System.Windows.Forms.CheckBox();
|
---|
63 | this.btnUpdateUser = new System.Windows.Forms.Button();
|
---|
64 | this.commentTextBox = new System.Windows.Forms.TextBox();
|
---|
65 | this.btnDeleteUser = new System.Windows.Forms.Button();
|
---|
66 | this.btnNewUser = new System.Windows.Forms.Button();
|
---|
67 | this.emailTextBox = new System.Windows.Forms.TextBox();
|
---|
68 | this.passwordSaltTextBox = new System.Windows.Forms.TextBox();
|
---|
69 | this.nameTextBox1 = new System.Windows.Forms.TextBox();
|
---|
70 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
71 | this.btnAddRoleToUser = new System.Windows.Forms.Button();
|
---|
72 | this.btnRemoveRoleFromUser = new System.Windows.Forms.Button();
|
---|
73 | this.dgvUserRolesAll = new System.Windows.Forms.DataGridView();
|
---|
74 | this.nameDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
75 | this.bsRoles = new System.Windows.Forms.BindingSource(this.components);
|
---|
76 | this.dgvUserRoles = new System.Windows.Forms.DataGridView();
|
---|
77 | this.nameDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
78 | this.bsUserRoles = new System.Windows.Forms.BindingSource(this.components);
|
---|
79 | this.dgvUsers = new System.Windows.Forms.DataGridView();
|
---|
80 | this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
81 | this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
82 | this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
83 | this.lastLoginDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
84 | this.lastPasswordChangeDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
85 | this.lastLockoutDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
86 | this.lastActivityDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
87 | this.isLookedOutDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
---|
88 | this.isApprovedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
---|
89 | this.tpRoles = new System.Windows.Forms.TabPage();
|
---|
90 | this.tcRole = new System.Windows.Forms.TabControl();
|
---|
91 | this.tabPage3 = new System.Windows.Forms.TabPage();
|
---|
92 | this.btnNewRole = new System.Windows.Forms.Button();
|
---|
93 | this.btnUpdateRole = new System.Windows.Forms.Button();
|
---|
94 | this.descriptionTextBox1 = new System.Windows.Forms.TextBox();
|
---|
95 | this.btnDeleteRole = new System.Windows.Forms.Button();
|
---|
96 | this.loweredRoleNameTextBox = new System.Windows.Forms.TextBox();
|
---|
97 | this.nameTextBox2 = new System.Windows.Forms.TextBox();
|
---|
98 | this.tabPage4 = new System.Windows.Forms.TabPage();
|
---|
99 | this.btnAddUserToRole = new System.Windows.Forms.Button();
|
---|
100 | this.btnRemoveUserFromRole = new System.Windows.Forms.Button();
|
---|
101 | this.dgvRoleUsersAll = new System.Windows.Forms.DataGridView();
|
---|
102 | this.nameDataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
103 | this.dgvRoleUsers = new System.Windows.Forms.DataGridView();
|
---|
104 | this.nameDataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
105 | this.bsRoleUsers = new System.Windows.Forms.BindingSource(this.components);
|
---|
106 | this.dgvRoles = new System.Windows.Forms.DataGridView();
|
---|
107 | this.nameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
108 | this.loweredRoleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
109 | this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
110 | this.cbxApplications = new System.Windows.Forms.ComboBox();
|
---|
111 | this.bsApplicationsCombo = new System.Windows.Forms.BindingSource(this.components);
|
---|
112 | descriptionLabel = new System.Windows.Forms.Label();
|
---|
113 | loweredApplicationNameLabel = new System.Windows.Forms.Label();
|
---|
114 | nameLabel = new System.Windows.Forms.Label();
|
---|
115 | commentLabel = new System.Windows.Forms.Label();
|
---|
116 | emailLabel = new System.Windows.Forms.Label();
|
---|
117 | isApprovedLabel = new System.Windows.Forms.Label();
|
---|
118 | nameLabel1 = new System.Windows.Forms.Label();
|
---|
119 | passwordLabel = new System.Windows.Forms.Label();
|
---|
120 | passwordSaltLabel = new System.Windows.Forms.Label();
|
---|
121 | nameLabel2 = new System.Windows.Forms.Label();
|
---|
122 | loweredRoleNameLabel = new System.Windows.Forms.Label();
|
---|
123 | descriptionLabel1 = new System.Windows.Forms.Label();
|
---|
124 | this.tcMain.SuspendLayout();
|
---|
125 | this.tpApplications.SuspendLayout();
|
---|
126 | ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).BeginInit();
|
---|
127 | ((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).BeginInit();
|
---|
128 | this.tpUsers.SuspendLayout();
|
---|
129 | this.tcUser.SuspendLayout();
|
---|
130 | this.tabPage1.SuspendLayout();
|
---|
131 | ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
|
---|
132 | this.tabPage2.SuspendLayout();
|
---|
133 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).BeginInit();
|
---|
134 | ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).BeginInit();
|
---|
135 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).BeginInit();
|
---|
136 | ((System.ComponentModel.ISupportInitialize)(this.bsUserRoles)).BeginInit();
|
---|
137 | ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
|
---|
138 | this.tpRoles.SuspendLayout();
|
---|
139 | this.tcRole.SuspendLayout();
|
---|
140 | this.tabPage3.SuspendLayout();
|
---|
141 | this.tabPage4.SuspendLayout();
|
---|
142 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).BeginInit();
|
---|
143 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).BeginInit();
|
---|
144 | ((System.ComponentModel.ISupportInitialize)(this.bsRoleUsers)).BeginInit();
|
---|
145 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).BeginInit();
|
---|
146 | ((System.ComponentModel.ISupportInitialize)(this.bsApplicationsCombo)).BeginInit();
|
---|
147 | this.SuspendLayout();
|
---|
148 | //
|
---|
149 | // descriptionLabel
|
---|
150 | //
|
---|
151 | descriptionLabel.AutoSize = true;
|
---|
152 | descriptionLabel.Location = new System.Drawing.Point(510, 237);
|
---|
153 | descriptionLabel.Name = "descriptionLabel";
|
---|
154 | descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
155 | descriptionLabel.TabIndex = 2;
|
---|
156 | descriptionLabel.Text = "Description:";
|
---|
157 | //
|
---|
158 | // loweredApplicationNameLabel
|
---|
159 | //
|
---|
160 | loweredApplicationNameLabel.AutoSize = true;
|
---|
161 | loweredApplicationNameLabel.Location = new System.Drawing.Point(333, 237);
|
---|
162 | loweredApplicationNameLabel.Name = "loweredApplicationNameLabel";
|
---|
163 | loweredApplicationNameLabel.Size = new System.Drawing.Size(137, 13);
|
---|
164 | loweredApplicationNameLabel.TabIndex = 6;
|
---|
165 | loweredApplicationNameLabel.Text = "Lowered Application Name:";
|
---|
166 | //
|
---|
167 | // nameLabel
|
---|
168 | //
|
---|
169 | nameLabel.AutoSize = true;
|
---|
170 | nameLabel.Location = new System.Drawing.Point(160, 237);
|
---|
171 | nameLabel.Name = "nameLabel";
|
---|
172 | nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
173 | nameLabel.TabIndex = 8;
|
---|
174 | nameLabel.Text = "Name:";
|
---|
175 | //
|
---|
176 | // commentLabel
|
---|
177 | //
|
---|
178 | commentLabel.AutoSize = true;
|
---|
179 | commentLabel.Location = new System.Drawing.Point(28, 16);
|
---|
180 | commentLabel.Name = "commentLabel";
|
---|
181 | commentLabel.Size = new System.Drawing.Size(54, 13);
|
---|
182 | commentLabel.TabIndex = 1;
|
---|
183 | commentLabel.Text = "Comment:";
|
---|
184 | //
|
---|
185 | // emailLabel
|
---|
186 | //
|
---|
187 | emailLabel.AutoSize = true;
|
---|
188 | emailLabel.Location = new System.Drawing.Point(28, 64);
|
---|
189 | emailLabel.Name = "emailLabel";
|
---|
190 | emailLabel.Size = new System.Drawing.Size(35, 13);
|
---|
191 | emailLabel.TabIndex = 3;
|
---|
192 | emailLabel.Text = "Email:";
|
---|
193 | //
|
---|
194 | // isApprovedLabel
|
---|
195 | //
|
---|
196 | isApprovedLabel.AutoSize = true;
|
---|
197 | isApprovedLabel.Location = new System.Drawing.Point(28, 113);
|
---|
198 | isApprovedLabel.Name = "isApprovedLabel";
|
---|
199 | isApprovedLabel.Size = new System.Drawing.Size(67, 13);
|
---|
200 | isApprovedLabel.TabIndex = 5;
|
---|
201 | isApprovedLabel.Text = "Is Approved:";
|
---|
202 | //
|
---|
203 | // nameLabel1
|
---|
204 | //
|
---|
205 | nameLabel1.AutoSize = true;
|
---|
206 | nameLabel1.Location = new System.Drawing.Point(201, 16);
|
---|
207 | nameLabel1.Name = "nameLabel1";
|
---|
208 | nameLabel1.Size = new System.Drawing.Size(38, 13);
|
---|
209 | nameLabel1.TabIndex = 9;
|
---|
210 | nameLabel1.Text = "Name:";
|
---|
211 | //
|
---|
212 | // passwordLabel
|
---|
213 | //
|
---|
214 | passwordLabel.AutoSize = true;
|
---|
215 | passwordLabel.Location = new System.Drawing.Point(201, 64);
|
---|
216 | passwordLabel.Name = "passwordLabel";
|
---|
217 | passwordLabel.Size = new System.Drawing.Size(56, 13);
|
---|
218 | passwordLabel.TabIndex = 11;
|
---|
219 | passwordLabel.Text = "Password:";
|
---|
220 | //
|
---|
221 | // passwordSaltLabel
|
---|
222 | //
|
---|
223 | passwordSaltLabel.AutoSize = true;
|
---|
224 | passwordSaltLabel.Location = new System.Drawing.Point(335, 64);
|
---|
225 | passwordSaltLabel.Name = "passwordSaltLabel";
|
---|
226 | passwordSaltLabel.Size = new System.Drawing.Size(77, 13);
|
---|
227 | passwordSaltLabel.TabIndex = 13;
|
---|
228 | passwordSaltLabel.Text = "Password Salt:";
|
---|
229 | //
|
---|
230 | // nameLabel2
|
---|
231 | //
|
---|
232 | nameLabel2.AutoSize = true;
|
---|
233 | nameLabel2.Location = new System.Drawing.Point(41, 26);
|
---|
234 | nameLabel2.Name = "nameLabel2";
|
---|
235 | nameLabel2.Size = new System.Drawing.Size(38, 13);
|
---|
236 | nameLabel2.TabIndex = 1;
|
---|
237 | nameLabel2.Text = "Name:";
|
---|
238 | //
|
---|
239 | // loweredRoleNameLabel
|
---|
240 | //
|
---|
241 | loweredRoleNameLabel.AutoSize = true;
|
---|
242 | loweredRoleNameLabel.Location = new System.Drawing.Point(41, 78);
|
---|
243 | loweredRoleNameLabel.Name = "loweredRoleNameLabel";
|
---|
244 | loweredRoleNameLabel.Size = new System.Drawing.Size(107, 13);
|
---|
245 | loweredRoleNameLabel.TabIndex = 3;
|
---|
246 | loweredRoleNameLabel.Text = "Lowered Role Name:";
|
---|
247 | //
|
---|
248 | // descriptionLabel1
|
---|
249 | //
|
---|
250 | descriptionLabel1.AutoSize = true;
|
---|
251 | descriptionLabel1.Location = new System.Drawing.Point(41, 128);
|
---|
252 | descriptionLabel1.Name = "descriptionLabel1";
|
---|
253 | descriptionLabel1.Size = new System.Drawing.Size(63, 13);
|
---|
254 | descriptionLabel1.TabIndex = 5;
|
---|
255 | descriptionLabel1.Text = "Description:";
|
---|
256 | //
|
---|
257 | // tcMain
|
---|
258 | //
|
---|
259 | this.tcMain.Controls.Add(this.tpApplications);
|
---|
260 | this.tcMain.Controls.Add(this.tpUsers);
|
---|
261 | this.tcMain.Controls.Add(this.tpRoles);
|
---|
262 | this.tcMain.Location = new System.Drawing.Point(31, 63);
|
---|
263 | this.tcMain.Name = "tcMain";
|
---|
264 | this.tcMain.SelectedIndex = 0;
|
---|
265 | this.tcMain.Size = new System.Drawing.Size(829, 556);
|
---|
266 | this.tcMain.TabIndex = 0;
|
---|
267 | //
|
---|
268 | // tpApplications
|
---|
269 | //
|
---|
270 | this.tpApplications.AutoScroll = true;
|
---|
271 | this.tpApplications.Controls.Add(this.btnUpdateApplication);
|
---|
272 | this.tpApplications.Controls.Add(this.btnDeleteApplication);
|
---|
273 | this.tpApplications.Controls.Add(descriptionLabel);
|
---|
274 | this.tpApplications.Controls.Add(this.descriptionTextBox);
|
---|
275 | this.tpApplications.Controls.Add(loweredApplicationNameLabel);
|
---|
276 | this.tpApplications.Controls.Add(this.loweredApplicationNameTextBox);
|
---|
277 | this.tpApplications.Controls.Add(nameLabel);
|
---|
278 | this.tpApplications.Controls.Add(this.nameTextBox);
|
---|
279 | this.tpApplications.Controls.Add(this.btnNewApplication);
|
---|
280 | this.tpApplications.Controls.Add(this.dgvApplications);
|
---|
281 | this.tpApplications.Location = new System.Drawing.Point(4, 22);
|
---|
282 | this.tpApplications.Name = "tpApplications";
|
---|
283 | this.tpApplications.Padding = new System.Windows.Forms.Padding(3);
|
---|
284 | this.tpApplications.Size = new System.Drawing.Size(821, 530);
|
---|
285 | this.tpApplications.TabIndex = 0;
|
---|
286 | this.tpApplications.Text = "Applications";
|
---|
287 | this.tpApplications.UseVisualStyleBackColor = true;
|
---|
288 | //
|
---|
289 | // btnUpdateApplication
|
---|
290 | //
|
---|
291 | this.btnUpdateApplication.Location = new System.Drawing.Point(23, 309);
|
---|
292 | this.btnUpdateApplication.Name = "btnUpdateApplication";
|
---|
293 | this.btnUpdateApplication.Size = new System.Drawing.Size(75, 23);
|
---|
294 | this.btnUpdateApplication.TabIndex = 11;
|
---|
295 | this.btnUpdateApplication.Text = "update";
|
---|
296 | this.btnUpdateApplication.UseVisualStyleBackColor = true;
|
---|
297 | this.btnUpdateApplication.Click += new System.EventHandler(this.btnUpdateApplication_Click);
|
---|
298 | //
|
---|
299 | // btnDeleteApplication
|
---|
300 | //
|
---|
301 | this.btnDeleteApplication.Location = new System.Drawing.Point(23, 280);
|
---|
302 | this.btnDeleteApplication.Name = "btnDeleteApplication";
|
---|
303 | this.btnDeleteApplication.Size = new System.Drawing.Size(75, 23);
|
---|
304 | this.btnDeleteApplication.TabIndex = 10;
|
---|
305 | this.btnDeleteApplication.Text = "delete";
|
---|
306 | this.btnDeleteApplication.UseVisualStyleBackColor = true;
|
---|
307 | this.btnDeleteApplication.Click += new System.EventHandler(this.btnDeleteApplication_Click);
|
---|
308 | //
|
---|
309 | // descriptionTextBox
|
---|
310 | //
|
---|
311 | this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsApplications, "Description", true));
|
---|
312 | this.descriptionTextBox.Location = new System.Drawing.Point(513, 253);
|
---|
313 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
314 | this.descriptionTextBox.Size = new System.Drawing.Size(152, 20);
|
---|
315 | this.descriptionTextBox.TabIndex = 3;
|
---|
316 | //
|
---|
317 | // bsApplications
|
---|
318 | //
|
---|
319 | this.bsApplications.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Application);
|
---|
320 | //
|
---|
321 | // loweredApplicationNameTextBox
|
---|
322 | //
|
---|
323 | this.loweredApplicationNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsApplications, "LoweredApplicationName", true));
|
---|
324 | this.loweredApplicationNameTextBox.Location = new System.Drawing.Point(336, 253);
|
---|
325 | this.loweredApplicationNameTextBox.Name = "loweredApplicationNameTextBox";
|
---|
326 | this.loweredApplicationNameTextBox.Size = new System.Drawing.Size(152, 20);
|
---|
327 | this.loweredApplicationNameTextBox.TabIndex = 7;
|
---|
328 | //
|
---|
329 | // nameTextBox
|
---|
330 | //
|
---|
331 | this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsApplications, "Name", true));
|
---|
332 | this.nameTextBox.Location = new System.Drawing.Point(163, 253);
|
---|
333 | this.nameTextBox.Name = "nameTextBox";
|
---|
334 | this.nameTextBox.Size = new System.Drawing.Size(152, 20);
|
---|
335 | this.nameTextBox.TabIndex = 9;
|
---|
336 | //
|
---|
337 | // btnNewApplication
|
---|
338 | //
|
---|
339 | this.btnNewApplication.Location = new System.Drawing.Point(23, 251);
|
---|
340 | this.btnNewApplication.Name = "btnNewApplication";
|
---|
341 | this.btnNewApplication.Size = new System.Drawing.Size(75, 23);
|
---|
342 | this.btnNewApplication.TabIndex = 1;
|
---|
343 | this.btnNewApplication.Text = "new";
|
---|
344 | this.btnNewApplication.UseVisualStyleBackColor = true;
|
---|
345 | this.btnNewApplication.Click += new System.EventHandler(this.btnNewApplication_Click);
|
---|
346 | //
|
---|
347 | // dgvApplications
|
---|
348 | //
|
---|
349 | this.dgvApplications.AllowUserToAddRows = false;
|
---|
350 | this.dgvApplications.AllowUserToDeleteRows = false;
|
---|
351 | this.dgvApplications.AutoGenerateColumns = false;
|
---|
352 | this.dgvApplications.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
353 | this.dgvApplications.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
354 | this.nameDataGridViewTextBoxColumn,
|
---|
355 | this.loweredApplicationNameDataGridViewTextBoxColumn,
|
---|
356 | this.descriptionDataGridViewTextBoxColumn});
|
---|
357 | this.dgvApplications.DataSource = this.bsApplications;
|
---|
358 | this.dgvApplications.Location = new System.Drawing.Point(6, 6);
|
---|
359 | this.dgvApplications.Name = "dgvApplications";
|
---|
360 | this.dgvApplications.Size = new System.Drawing.Size(809, 194);
|
---|
361 | this.dgvApplications.TabIndex = 0;
|
---|
362 | this.dgvApplications.SelectionChanged += new System.EventHandler(this.dgvApplications_SelectionChanged);
|
---|
363 | //
|
---|
364 | // nameDataGridViewTextBoxColumn
|
---|
365 | //
|
---|
366 | this.nameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
367 | this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
|
---|
368 | this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
|
---|
369 | this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
|
---|
370 | this.nameDataGridViewTextBoxColumn.Width = 60;
|
---|
371 | //
|
---|
372 | // loweredApplicationNameDataGridViewTextBoxColumn
|
---|
373 | //
|
---|
374 | this.loweredApplicationNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
375 | this.loweredApplicationNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredApplicationName";
|
---|
376 | this.loweredApplicationNameDataGridViewTextBoxColumn.HeaderText = "LoweredApplicationName";
|
---|
377 | this.loweredApplicationNameDataGridViewTextBoxColumn.Name = "loweredApplicationNameDataGridViewTextBoxColumn";
|
---|
378 | this.loweredApplicationNameDataGridViewTextBoxColumn.Width = 153;
|
---|
379 | //
|
---|
380 | // descriptionDataGridViewTextBoxColumn
|
---|
381 | //
|
---|
382 | this.descriptionDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
383 | this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
|
---|
384 | this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
|
---|
385 | this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
|
---|
386 | this.descriptionDataGridViewTextBoxColumn.Width = 85;
|
---|
387 | //
|
---|
388 | // tpUsers
|
---|
389 | //
|
---|
390 | this.tpUsers.AutoScroll = true;
|
---|
391 | this.tpUsers.Controls.Add(this.tcUser);
|
---|
392 | this.tpUsers.Controls.Add(this.dgvUsers);
|
---|
393 | this.tpUsers.Location = new System.Drawing.Point(4, 22);
|
---|
394 | this.tpUsers.Name = "tpUsers";
|
---|
395 | this.tpUsers.Padding = new System.Windows.Forms.Padding(3);
|
---|
396 | this.tpUsers.Size = new System.Drawing.Size(821, 530);
|
---|
397 | this.tpUsers.TabIndex = 1;
|
---|
398 | this.tpUsers.Text = "Users";
|
---|
399 | this.tpUsers.UseVisualStyleBackColor = true;
|
---|
400 | //
|
---|
401 | // tcUser
|
---|
402 | //
|
---|
403 | this.tcUser.Controls.Add(this.tabPage1);
|
---|
404 | this.tcUser.Controls.Add(this.tabPage2);
|
---|
405 | this.tcUser.Location = new System.Drawing.Point(6, 212);
|
---|
406 | this.tcUser.Name = "tcUser";
|
---|
407 | this.tcUser.SelectedIndex = 0;
|
---|
408 | this.tcUser.Size = new System.Drawing.Size(809, 312);
|
---|
409 | this.tcUser.TabIndex = 18;
|
---|
410 | //
|
---|
411 | // tabPage1
|
---|
412 | //
|
---|
413 | this.tabPage1.Controls.Add(this.passwordTextBox);
|
---|
414 | this.tabPage1.Controls.Add(this.isApprovedCheckBox);
|
---|
415 | this.tabPage1.Controls.Add(this.btnUpdateUser);
|
---|
416 | this.tabPage1.Controls.Add(this.commentTextBox);
|
---|
417 | this.tabPage1.Controls.Add(this.btnDeleteUser);
|
---|
418 | this.tabPage1.Controls.Add(commentLabel);
|
---|
419 | this.tabPage1.Controls.Add(this.btnNewUser);
|
---|
420 | this.tabPage1.Controls.Add(this.emailTextBox);
|
---|
421 | this.tabPage1.Controls.Add(passwordSaltLabel);
|
---|
422 | this.tabPage1.Controls.Add(emailLabel);
|
---|
423 | this.tabPage1.Controls.Add(this.passwordSaltTextBox);
|
---|
424 | this.tabPage1.Controls.Add(isApprovedLabel);
|
---|
425 | this.tabPage1.Controls.Add(passwordLabel);
|
---|
426 | this.tabPage1.Controls.Add(this.nameTextBox1);
|
---|
427 | this.tabPage1.Controls.Add(nameLabel1);
|
---|
428 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
429 | this.tabPage1.Name = "tabPage1";
|
---|
430 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
431 | this.tabPage1.Size = new System.Drawing.Size(801, 286);
|
---|
432 | this.tabPage1.TabIndex = 0;
|
---|
433 | this.tabPage1.Text = "tabPage1";
|
---|
434 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
435 | //
|
---|
436 | // passwordTextBox
|
---|
437 | //
|
---|
438 | this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Password", true));
|
---|
439 | this.passwordTextBox.Location = new System.Drawing.Point(204, 80);
|
---|
440 | this.passwordTextBox.Name = "passwordTextBox";
|
---|
441 | this.passwordTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
442 | this.passwordTextBox.TabIndex = 12;
|
---|
443 | //
|
---|
444 | // bsUsers
|
---|
445 | //
|
---|
446 | this.bsUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
|
---|
447 | //
|
---|
448 | // isApprovedCheckBox
|
---|
449 | //
|
---|
450 | this.isApprovedCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bsUsers, "IsApproved", true));
|
---|
451 | this.isApprovedCheckBox.Location = new System.Drawing.Point(114, 108);
|
---|
452 | this.isApprovedCheckBox.Name = "isApprovedCheckBox";
|
---|
453 | this.isApprovedCheckBox.Size = new System.Drawing.Size(104, 24);
|
---|
454 | this.isApprovedCheckBox.TabIndex = 6;
|
---|
455 | this.isApprovedCheckBox.Text = "checkBox1";
|
---|
456 | this.isApprovedCheckBox.UseVisualStyleBackColor = true;
|
---|
457 | //
|
---|
458 | // btnUpdateUser
|
---|
459 | //
|
---|
460 | this.btnUpdateUser.Location = new System.Drawing.Point(505, 102);
|
---|
461 | this.btnUpdateUser.Name = "btnUpdateUser";
|
---|
462 | this.btnUpdateUser.Size = new System.Drawing.Size(75, 23);
|
---|
463 | this.btnUpdateUser.TabIndex = 17;
|
---|
464 | this.btnUpdateUser.Text = "upd";
|
---|
465 | this.btnUpdateUser.UseVisualStyleBackColor = true;
|
---|
466 | this.btnUpdateUser.Click += new System.EventHandler(this.btnUpdateUser_Click);
|
---|
467 | //
|
---|
468 | // commentTextBox
|
---|
469 | //
|
---|
470 | this.commentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Comment", true));
|
---|
471 | this.commentTextBox.Location = new System.Drawing.Point(31, 32);
|
---|
472 | this.commentTextBox.Name = "commentTextBox";
|
---|
473 | this.commentTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
474 | this.commentTextBox.TabIndex = 2;
|
---|
475 | //
|
---|
476 | // btnDeleteUser
|
---|
477 | //
|
---|
478 | this.btnDeleteUser.Location = new System.Drawing.Point(505, 64);
|
---|
479 | this.btnDeleteUser.Name = "btnDeleteUser";
|
---|
480 | this.btnDeleteUser.Size = new System.Drawing.Size(75, 23);
|
---|
481 | this.btnDeleteUser.TabIndex = 16;
|
---|
482 | this.btnDeleteUser.Text = "del";
|
---|
483 | this.btnDeleteUser.UseVisualStyleBackColor = true;
|
---|
484 | this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click);
|
---|
485 | //
|
---|
486 | // btnNewUser
|
---|
487 | //
|
---|
488 | this.btnNewUser.Location = new System.Drawing.Point(505, 28);
|
---|
489 | this.btnNewUser.Name = "btnNewUser";
|
---|
490 | this.btnNewUser.Size = new System.Drawing.Size(75, 23);
|
---|
491 | this.btnNewUser.TabIndex = 15;
|
---|
492 | this.btnNewUser.Text = "new";
|
---|
493 | this.btnNewUser.UseVisualStyleBackColor = true;
|
---|
494 | this.btnNewUser.Click += new System.EventHandler(this.btnNewUser_Click);
|
---|
495 | //
|
---|
496 | // emailTextBox
|
---|
497 | //
|
---|
498 | this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Email", true));
|
---|
499 | this.emailTextBox.Location = new System.Drawing.Point(31, 80);
|
---|
500 | this.emailTextBox.Name = "emailTextBox";
|
---|
501 | this.emailTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
502 | this.emailTextBox.TabIndex = 4;
|
---|
503 | //
|
---|
504 | // passwordSaltTextBox
|
---|
505 | //
|
---|
506 | this.passwordSaltTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "PasswordSalt", true));
|
---|
507 | this.passwordSaltTextBox.Location = new System.Drawing.Point(338, 80);
|
---|
508 | this.passwordSaltTextBox.Name = "passwordSaltTextBox";
|
---|
509 | this.passwordSaltTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
510 | this.passwordSaltTextBox.TabIndex = 14;
|
---|
511 | //
|
---|
512 | // nameTextBox1
|
---|
513 | //
|
---|
514 | this.nameTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "Name", true));
|
---|
515 | this.nameTextBox1.Location = new System.Drawing.Point(204, 32);
|
---|
516 | this.nameTextBox1.Name = "nameTextBox1";
|
---|
517 | this.nameTextBox1.Size = new System.Drawing.Size(100, 20);
|
---|
518 | this.nameTextBox1.TabIndex = 10;
|
---|
519 | //
|
---|
520 | // tabPage2
|
---|
521 | //
|
---|
522 | this.tabPage2.Controls.Add(this.btnAddRoleToUser);
|
---|
523 | this.tabPage2.Controls.Add(this.btnRemoveRoleFromUser);
|
---|
524 | this.tabPage2.Controls.Add(this.dgvUserRolesAll);
|
---|
525 | this.tabPage2.Controls.Add(this.dgvUserRoles);
|
---|
526 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
527 | this.tabPage2.Name = "tabPage2";
|
---|
528 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
529 | this.tabPage2.Size = new System.Drawing.Size(801, 286);
|
---|
530 | this.tabPage2.TabIndex = 1;
|
---|
531 | this.tabPage2.Text = "tabPage2";
|
---|
532 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
533 | //
|
---|
534 | // btnAddRoleToUser
|
---|
535 | //
|
---|
536 | this.btnAddRoleToUser.Location = new System.Drawing.Point(463, 24);
|
---|
537 | this.btnAddRoleToUser.Name = "btnAddRoleToUser";
|
---|
538 | this.btnAddRoleToUser.Size = new System.Drawing.Size(75, 23);
|
---|
539 | this.btnAddRoleToUser.TabIndex = 3;
|
---|
540 | this.btnAddRoleToUser.Text = "add";
|
---|
541 | this.btnAddRoleToUser.UseVisualStyleBackColor = true;
|
---|
542 | this.btnAddRoleToUser.Click += new System.EventHandler(this.btnAddRoleToUser_Click);
|
---|
543 | //
|
---|
544 | // btnRemoveRoleFromUser
|
---|
545 | //
|
---|
546 | this.btnRemoveRoleFromUser.Location = new System.Drawing.Point(191, 24);
|
---|
547 | this.btnRemoveRoleFromUser.Name = "btnRemoveRoleFromUser";
|
---|
548 | this.btnRemoveRoleFromUser.Size = new System.Drawing.Size(75, 23);
|
---|
549 | this.btnRemoveRoleFromUser.TabIndex = 2;
|
---|
550 | this.btnRemoveRoleFromUser.Text = "rem";
|
---|
551 | this.btnRemoveRoleFromUser.UseVisualStyleBackColor = true;
|
---|
552 | this.btnRemoveRoleFromUser.Click += new System.EventHandler(this.btnRemoveRoleFromUser_Click);
|
---|
553 | //
|
---|
554 | // dgvUserRolesAll
|
---|
555 | //
|
---|
556 | this.dgvUserRolesAll.AllowUserToAddRows = false;
|
---|
557 | this.dgvUserRolesAll.AllowUserToDeleteRows = false;
|
---|
558 | this.dgvUserRolesAll.AutoGenerateColumns = false;
|
---|
559 | this.dgvUserRolesAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
560 | this.dgvUserRolesAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
561 | this.nameDataGridViewTextBoxColumn4});
|
---|
562 | this.dgvUserRolesAll.DataSource = this.bsRoles;
|
---|
563 | this.dgvUserRolesAll.Location = new System.Drawing.Point(544, 24);
|
---|
564 | this.dgvUserRolesAll.Name = "dgvUserRolesAll";
|
---|
565 | this.dgvUserRolesAll.Size = new System.Drawing.Size(175, 242);
|
---|
566 | this.dgvUserRolesAll.TabIndex = 1;
|
---|
567 | //
|
---|
568 | // nameDataGridViewTextBoxColumn4
|
---|
569 | //
|
---|
570 | this.nameDataGridViewTextBoxColumn4.DataPropertyName = "Name";
|
---|
571 | this.nameDataGridViewTextBoxColumn4.HeaderText = "Name";
|
---|
572 | this.nameDataGridViewTextBoxColumn4.Name = "nameDataGridViewTextBoxColumn4";
|
---|
573 | //
|
---|
574 | // bsRoles
|
---|
575 | //
|
---|
576 | this.bsRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
|
---|
577 | //
|
---|
578 | // dgvUserRoles
|
---|
579 | //
|
---|
580 | this.dgvUserRoles.AllowUserToAddRows = false;
|
---|
581 | this.dgvUserRoles.AllowUserToDeleteRows = false;
|
---|
582 | this.dgvUserRoles.AutoGenerateColumns = false;
|
---|
583 | this.dgvUserRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
584 | this.dgvUserRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
585 | this.nameDataGridViewTextBoxColumn3});
|
---|
586 | this.dgvUserRoles.DataSource = this.bsUserRoles;
|
---|
587 | this.dgvUserRoles.Location = new System.Drawing.Point(17, 24);
|
---|
588 | this.dgvUserRoles.Name = "dgvUserRoles";
|
---|
589 | this.dgvUserRoles.Size = new System.Drawing.Size(168, 242);
|
---|
590 | this.dgvUserRoles.TabIndex = 0;
|
---|
591 | //
|
---|
592 | // nameDataGridViewTextBoxColumn3
|
---|
593 | //
|
---|
594 | this.nameDataGridViewTextBoxColumn3.DataPropertyName = "Name";
|
---|
595 | this.nameDataGridViewTextBoxColumn3.HeaderText = "Name";
|
---|
596 | this.nameDataGridViewTextBoxColumn3.Name = "nameDataGridViewTextBoxColumn3";
|
---|
597 | //
|
---|
598 | // bsUserRoles
|
---|
599 | //
|
---|
600 | this.bsUserRoles.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Role);
|
---|
601 | //
|
---|
602 | // dgvUsers
|
---|
603 | //
|
---|
604 | this.dgvUsers.AllowUserToAddRows = false;
|
---|
605 | this.dgvUsers.AllowUserToDeleteRows = false;
|
---|
606 | this.dgvUsers.AutoGenerateColumns = false;
|
---|
607 | this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
608 | this.dgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
609 | this.nameDataGridViewTextBoxColumn1,
|
---|
610 | this.emailDataGridViewTextBoxColumn,
|
---|
611 | this.commentDataGridViewTextBoxColumn,
|
---|
612 | this.lastLoginDateDataGridViewTextBoxColumn,
|
---|
613 | this.lastPasswordChangeDateDataGridViewTextBoxColumn,
|
---|
614 | this.lastLockoutDateDataGridViewTextBoxColumn,
|
---|
615 | this.lastActivityDateDataGridViewTextBoxColumn,
|
---|
616 | this.isLookedOutDataGridViewCheckBoxColumn,
|
---|
617 | this.isApprovedDataGridViewCheckBoxColumn});
|
---|
618 | this.dgvUsers.DataSource = this.bsUsers;
|
---|
619 | this.dgvUsers.Location = new System.Drawing.Point(6, 6);
|
---|
620 | this.dgvUsers.Name = "dgvUsers";
|
---|
621 | this.dgvUsers.Size = new System.Drawing.Size(809, 191);
|
---|
622 | this.dgvUsers.TabIndex = 0;
|
---|
623 | this.dgvUsers.SelectionChanged += new System.EventHandler(this.dgvUsers_SelectionChanged);
|
---|
624 | //
|
---|
625 | // nameDataGridViewTextBoxColumn1
|
---|
626 | //
|
---|
627 | this.nameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
628 | this.nameDataGridViewTextBoxColumn1.DataPropertyName = "Name";
|
---|
629 | this.nameDataGridViewTextBoxColumn1.HeaderText = "Name";
|
---|
630 | this.nameDataGridViewTextBoxColumn1.Name = "nameDataGridViewTextBoxColumn1";
|
---|
631 | this.nameDataGridViewTextBoxColumn1.Width = 60;
|
---|
632 | //
|
---|
633 | // emailDataGridViewTextBoxColumn
|
---|
634 | //
|
---|
635 | this.emailDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
636 | this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
|
---|
637 | this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
|
---|
638 | this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
|
---|
639 | this.emailDataGridViewTextBoxColumn.Width = 57;
|
---|
640 | //
|
---|
641 | // commentDataGridViewTextBoxColumn
|
---|
642 | //
|
---|
643 | this.commentDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
644 | this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
|
---|
645 | this.commentDataGridViewTextBoxColumn.HeaderText = "Comment";
|
---|
646 | this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
|
---|
647 | this.commentDataGridViewTextBoxColumn.Width = 76;
|
---|
648 | //
|
---|
649 | // lastLoginDateDataGridViewTextBoxColumn
|
---|
650 | //
|
---|
651 | this.lastLoginDateDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
652 | this.lastLoginDateDataGridViewTextBoxColumn.DataPropertyName = "LastLoginDate";
|
---|
653 | this.lastLoginDateDataGridViewTextBoxColumn.HeaderText = "LastLoginDate";
|
---|
654 | this.lastLoginDateDataGridViewTextBoxColumn.Name = "lastLoginDateDataGridViewTextBoxColumn";
|
---|
655 | this.lastLoginDateDataGridViewTextBoxColumn.Width = 101;
|
---|
656 | //
|
---|
657 | // lastPasswordChangeDateDataGridViewTextBoxColumn
|
---|
658 | //
|
---|
659 | this.lastPasswordChangeDateDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
660 | this.lastPasswordChangeDateDataGridViewTextBoxColumn.DataPropertyName = "LastPasswordChangeDate";
|
---|
661 | this.lastPasswordChangeDateDataGridViewTextBoxColumn.HeaderText = "LastPasswordChangeDate";
|
---|
662 | this.lastPasswordChangeDateDataGridViewTextBoxColumn.Name = "lastPasswordChangeDateDataGridViewTextBoxColumn";
|
---|
663 | this.lastPasswordChangeDateDataGridViewTextBoxColumn.Width = 158;
|
---|
664 | //
|
---|
665 | // lastLockoutDateDataGridViewTextBoxColumn
|
---|
666 | //
|
---|
667 | this.lastLockoutDateDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
668 | this.lastLockoutDateDataGridViewTextBoxColumn.DataPropertyName = "LastLockoutDate";
|
---|
669 | this.lastLockoutDateDataGridViewTextBoxColumn.HeaderText = "LastLockoutDate";
|
---|
670 | this.lastLockoutDateDataGridViewTextBoxColumn.Name = "lastLockoutDateDataGridViewTextBoxColumn";
|
---|
671 | this.lastLockoutDateDataGridViewTextBoxColumn.Width = 114;
|
---|
672 | //
|
---|
673 | // lastActivityDateDataGridViewTextBoxColumn
|
---|
674 | //
|
---|
675 | this.lastActivityDateDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
676 | this.lastActivityDateDataGridViewTextBoxColumn.DataPropertyName = "LastActivityDate";
|
---|
677 | this.lastActivityDateDataGridViewTextBoxColumn.HeaderText = "LastActivityDate";
|
---|
678 | this.lastActivityDateDataGridViewTextBoxColumn.Name = "lastActivityDateDataGridViewTextBoxColumn";
|
---|
679 | this.lastActivityDateDataGridViewTextBoxColumn.Width = 109;
|
---|
680 | //
|
---|
681 | // isLookedOutDataGridViewCheckBoxColumn
|
---|
682 | //
|
---|
683 | this.isLookedOutDataGridViewCheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
684 | this.isLookedOutDataGridViewCheckBoxColumn.DataPropertyName = "IsLookedOut";
|
---|
685 | this.isLookedOutDataGridViewCheckBoxColumn.HeaderText = "IsLookedOut";
|
---|
686 | this.isLookedOutDataGridViewCheckBoxColumn.Name = "isLookedOutDataGridViewCheckBoxColumn";
|
---|
687 | this.isLookedOutDataGridViewCheckBoxColumn.Width = 74;
|
---|
688 | //
|
---|
689 | // isApprovedDataGridViewCheckBoxColumn
|
---|
690 | //
|
---|
691 | this.isApprovedDataGridViewCheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
692 | this.isApprovedDataGridViewCheckBoxColumn.DataPropertyName = "IsApproved";
|
---|
693 | this.isApprovedDataGridViewCheckBoxColumn.HeaderText = "IsApproved";
|
---|
694 | this.isApprovedDataGridViewCheckBoxColumn.Name = "isApprovedDataGridViewCheckBoxColumn";
|
---|
695 | this.isApprovedDataGridViewCheckBoxColumn.Width = 67;
|
---|
696 | //
|
---|
697 | // tpRoles
|
---|
698 | //
|
---|
699 | this.tpRoles.AutoScroll = true;
|
---|
700 | this.tpRoles.Controls.Add(this.tcRole);
|
---|
701 | this.tpRoles.Controls.Add(this.dgvRoles);
|
---|
702 | this.tpRoles.Location = new System.Drawing.Point(4, 22);
|
---|
703 | this.tpRoles.Name = "tpRoles";
|
---|
704 | this.tpRoles.Size = new System.Drawing.Size(821, 530);
|
---|
705 | this.tpRoles.TabIndex = 2;
|
---|
706 | this.tpRoles.Text = "Roles";
|
---|
707 | this.tpRoles.UseVisualStyleBackColor = true;
|
---|
708 | //
|
---|
709 | // tcRole
|
---|
710 | //
|
---|
711 | this.tcRole.Controls.Add(this.tabPage3);
|
---|
712 | this.tcRole.Controls.Add(this.tabPage4);
|
---|
713 | this.tcRole.Location = new System.Drawing.Point(3, 202);
|
---|
714 | this.tcRole.Name = "tcRole";
|
---|
715 | this.tcRole.SelectedIndex = 0;
|
---|
716 | this.tcRole.Size = new System.Drawing.Size(815, 253);
|
---|
717 | this.tcRole.TabIndex = 10;
|
---|
718 | //
|
---|
719 | // tabPage3
|
---|
720 | //
|
---|
721 | this.tabPage3.Controls.Add(this.btnNewRole);
|
---|
722 | this.tabPage3.Controls.Add(descriptionLabel1);
|
---|
723 | this.tabPage3.Controls.Add(this.btnUpdateRole);
|
---|
724 | this.tabPage3.Controls.Add(this.descriptionTextBox1);
|
---|
725 | this.tabPage3.Controls.Add(this.btnDeleteRole);
|
---|
726 | this.tabPage3.Controls.Add(loweredRoleNameLabel);
|
---|
727 | this.tabPage3.Controls.Add(this.loweredRoleNameTextBox);
|
---|
728 | this.tabPage3.Controls.Add(this.nameTextBox2);
|
---|
729 | this.tabPage3.Controls.Add(nameLabel2);
|
---|
730 | this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
---|
731 | this.tabPage3.Name = "tabPage3";
|
---|
732 | this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
---|
733 | this.tabPage3.Size = new System.Drawing.Size(807, 227);
|
---|
734 | this.tabPage3.TabIndex = 0;
|
---|
735 | this.tabPage3.Text = "tabPage3";
|
---|
736 | this.tabPage3.UseVisualStyleBackColor = true;
|
---|
737 | //
|
---|
738 | // btnNewRole
|
---|
739 | //
|
---|
740 | this.btnNewRole.Location = new System.Drawing.Point(205, 42);
|
---|
741 | this.btnNewRole.Name = "btnNewRole";
|
---|
742 | this.btnNewRole.Size = new System.Drawing.Size(75, 23);
|
---|
743 | this.btnNewRole.TabIndex = 7;
|
---|
744 | this.btnNewRole.Text = "new";
|
---|
745 | this.btnNewRole.UseVisualStyleBackColor = true;
|
---|
746 | this.btnNewRole.Click += new System.EventHandler(this.btnNewRole_Click);
|
---|
747 | //
|
---|
748 | // btnUpdateRole
|
---|
749 | //
|
---|
750 | this.btnUpdateRole.Location = new System.Drawing.Point(205, 102);
|
---|
751 | this.btnUpdateRole.Name = "btnUpdateRole";
|
---|
752 | this.btnUpdateRole.Size = new System.Drawing.Size(75, 23);
|
---|
753 | this.btnUpdateRole.TabIndex = 9;
|
---|
754 | this.btnUpdateRole.Text = "upd";
|
---|
755 | this.btnUpdateRole.UseVisualStyleBackColor = true;
|
---|
756 | this.btnUpdateRole.Click += new System.EventHandler(this.btnUpdateRole_Click);
|
---|
757 | //
|
---|
758 | // descriptionTextBox1
|
---|
759 | //
|
---|
760 | this.descriptionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRoles, "Description", true));
|
---|
761 | this.descriptionTextBox1.Location = new System.Drawing.Point(44, 144);
|
---|
762 | this.descriptionTextBox1.Name = "descriptionTextBox1";
|
---|
763 | this.descriptionTextBox1.Size = new System.Drawing.Size(100, 20);
|
---|
764 | this.descriptionTextBox1.TabIndex = 6;
|
---|
765 | //
|
---|
766 | // btnDeleteRole
|
---|
767 | //
|
---|
768 | this.btnDeleteRole.Location = new System.Drawing.Point(205, 72);
|
---|
769 | this.btnDeleteRole.Name = "btnDeleteRole";
|
---|
770 | this.btnDeleteRole.Size = new System.Drawing.Size(75, 23);
|
---|
771 | this.btnDeleteRole.TabIndex = 8;
|
---|
772 | this.btnDeleteRole.Text = "del";
|
---|
773 | this.btnDeleteRole.UseVisualStyleBackColor = true;
|
---|
774 | this.btnDeleteRole.Click += new System.EventHandler(this.btnDeleteRole_Click);
|
---|
775 | //
|
---|
776 | // loweredRoleNameTextBox
|
---|
777 | //
|
---|
778 | this.loweredRoleNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRoles, "LoweredRoleName", true));
|
---|
779 | this.loweredRoleNameTextBox.Location = new System.Drawing.Point(44, 94);
|
---|
780 | this.loweredRoleNameTextBox.Name = "loweredRoleNameTextBox";
|
---|
781 | this.loweredRoleNameTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
782 | this.loweredRoleNameTextBox.TabIndex = 4;
|
---|
783 | //
|
---|
784 | // nameTextBox2
|
---|
785 | //
|
---|
786 | this.nameTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRoles, "Name", true));
|
---|
787 | this.nameTextBox2.Location = new System.Drawing.Point(44, 42);
|
---|
788 | this.nameTextBox2.Name = "nameTextBox2";
|
---|
789 | this.nameTextBox2.Size = new System.Drawing.Size(100, 20);
|
---|
790 | this.nameTextBox2.TabIndex = 2;
|
---|
791 | //
|
---|
792 | // tabPage4
|
---|
793 | //
|
---|
794 | this.tabPage4.Controls.Add(this.btnAddUserToRole);
|
---|
795 | this.tabPage4.Controls.Add(this.btnRemoveUserFromRole);
|
---|
796 | this.tabPage4.Controls.Add(this.dgvRoleUsersAll);
|
---|
797 | this.tabPage4.Controls.Add(this.dgvRoleUsers);
|
---|
798 | this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
---|
799 | this.tabPage4.Name = "tabPage4";
|
---|
800 | this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
---|
801 | this.tabPage4.Size = new System.Drawing.Size(807, 227);
|
---|
802 | this.tabPage4.TabIndex = 1;
|
---|
803 | this.tabPage4.Text = "tabPage4";
|
---|
804 | this.tabPage4.UseVisualStyleBackColor = true;
|
---|
805 | //
|
---|
806 | // btnAddUserToRole
|
---|
807 | //
|
---|
808 | this.btnAddUserToRole.Location = new System.Drawing.Point(463, 37);
|
---|
809 | this.btnAddUserToRole.Name = "btnAddUserToRole";
|
---|
810 | this.btnAddUserToRole.Size = new System.Drawing.Size(75, 23);
|
---|
811 | this.btnAddUserToRole.TabIndex = 3;
|
---|
812 | this.btnAddUserToRole.Text = "add";
|
---|
813 | this.btnAddUserToRole.UseVisualStyleBackColor = true;
|
---|
814 | this.btnAddUserToRole.Click += new System.EventHandler(this.btnAddUserToRole_Click);
|
---|
815 | //
|
---|
816 | // btnRemoveUserFromRole
|
---|
817 | //
|
---|
818 | this.btnRemoveUserFromRole.Location = new System.Drawing.Point(205, 37);
|
---|
819 | this.btnRemoveUserFromRole.Name = "btnRemoveUserFromRole";
|
---|
820 | this.btnRemoveUserFromRole.Size = new System.Drawing.Size(75, 23);
|
---|
821 | this.btnRemoveUserFromRole.TabIndex = 2;
|
---|
822 | this.btnRemoveUserFromRole.Text = "rem";
|
---|
823 | this.btnRemoveUserFromRole.UseVisualStyleBackColor = true;
|
---|
824 | this.btnRemoveUserFromRole.Click += new System.EventHandler(this.btnRemoveUserFromRole_Click);
|
---|
825 | //
|
---|
826 | // dgvRoleUsersAll
|
---|
827 | //
|
---|
828 | this.dgvRoleUsersAll.AllowUserToAddRows = false;
|
---|
829 | this.dgvRoleUsersAll.AllowUserToDeleteRows = false;
|
---|
830 | this.dgvRoleUsersAll.AutoGenerateColumns = false;
|
---|
831 | this.dgvRoleUsersAll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
832 | this.dgvRoleUsersAll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
833 | this.nameDataGridViewTextBoxColumn6});
|
---|
834 | this.dgvRoleUsersAll.DataSource = this.bsUsers;
|
---|
835 | this.dgvRoleUsersAll.Location = new System.Drawing.Point(544, 37);
|
---|
836 | this.dgvRoleUsersAll.Name = "dgvRoleUsersAll";
|
---|
837 | this.dgvRoleUsersAll.Size = new System.Drawing.Size(240, 150);
|
---|
838 | this.dgvRoleUsersAll.TabIndex = 1;
|
---|
839 | //
|
---|
840 | // nameDataGridViewTextBoxColumn6
|
---|
841 | //
|
---|
842 | this.nameDataGridViewTextBoxColumn6.DataPropertyName = "Name";
|
---|
843 | this.nameDataGridViewTextBoxColumn6.HeaderText = "Name";
|
---|
844 | this.nameDataGridViewTextBoxColumn6.Name = "nameDataGridViewTextBoxColumn6";
|
---|
845 | //
|
---|
846 | // dgvRoleUsers
|
---|
847 | //
|
---|
848 | this.dgvRoleUsers.AllowUserToAddRows = false;
|
---|
849 | this.dgvRoleUsers.AllowUserToDeleteRows = false;
|
---|
850 | this.dgvRoleUsers.AutoGenerateColumns = false;
|
---|
851 | this.dgvRoleUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
852 | this.dgvRoleUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
853 | this.nameDataGridViewTextBoxColumn5});
|
---|
854 | this.dgvRoleUsers.DataSource = this.bsRoleUsers;
|
---|
855 | this.dgvRoleUsers.Location = new System.Drawing.Point(15, 37);
|
---|
856 | this.dgvRoleUsers.Name = "dgvRoleUsers";
|
---|
857 | this.dgvRoleUsers.Size = new System.Drawing.Size(184, 150);
|
---|
858 | this.dgvRoleUsers.TabIndex = 0;
|
---|
859 | //
|
---|
860 | // nameDataGridViewTextBoxColumn5
|
---|
861 | //
|
---|
862 | this.nameDataGridViewTextBoxColumn5.DataPropertyName = "Name";
|
---|
863 | this.nameDataGridViewTextBoxColumn5.HeaderText = "Name";
|
---|
864 | this.nameDataGridViewTextBoxColumn5.Name = "nameDataGridViewTextBoxColumn5";
|
---|
865 | //
|
---|
866 | // bsRoleUsers
|
---|
867 | //
|
---|
868 | this.bsRoleUsers.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
|
---|
869 | //
|
---|
870 | // dgvRoles
|
---|
871 | //
|
---|
872 | this.dgvRoles.AllowUserToAddRows = false;
|
---|
873 | this.dgvRoles.AllowUserToDeleteRows = false;
|
---|
874 | this.dgvRoles.AutoGenerateColumns = false;
|
---|
875 | this.dgvRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
876 | this.dgvRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
877 | this.nameDataGridViewTextBoxColumn2,
|
---|
878 | this.loweredRoleNameDataGridViewTextBoxColumn,
|
---|
879 | this.descriptionDataGridViewTextBoxColumn1});
|
---|
880 | this.dgvRoles.DataSource = this.bsRoles;
|
---|
881 | this.dgvRoles.Location = new System.Drawing.Point(3, 3);
|
---|
882 | this.dgvRoles.Name = "dgvRoles";
|
---|
883 | this.dgvRoles.Size = new System.Drawing.Size(815, 193);
|
---|
884 | this.dgvRoles.TabIndex = 0;
|
---|
885 | this.dgvRoles.SelectionChanged += new System.EventHandler(this.dgvRoles_SelectionChanged);
|
---|
886 | //
|
---|
887 | // nameDataGridViewTextBoxColumn2
|
---|
888 | //
|
---|
889 | this.nameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
890 | this.nameDataGridViewTextBoxColumn2.DataPropertyName = "Name";
|
---|
891 | this.nameDataGridViewTextBoxColumn2.HeaderText = "Name";
|
---|
892 | this.nameDataGridViewTextBoxColumn2.Name = "nameDataGridViewTextBoxColumn2";
|
---|
893 | this.nameDataGridViewTextBoxColumn2.Width = 60;
|
---|
894 | //
|
---|
895 | // loweredRoleNameDataGridViewTextBoxColumn
|
---|
896 | //
|
---|
897 | this.loweredRoleNameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
898 | this.loweredRoleNameDataGridViewTextBoxColumn.DataPropertyName = "LoweredRoleName";
|
---|
899 | this.loweredRoleNameDataGridViewTextBoxColumn.HeaderText = "LoweredRoleName";
|
---|
900 | this.loweredRoleNameDataGridViewTextBoxColumn.Name = "loweredRoleNameDataGridViewTextBoxColumn";
|
---|
901 | this.loweredRoleNameDataGridViewTextBoxColumn.Width = 123;
|
---|
902 | //
|
---|
903 | // descriptionDataGridViewTextBoxColumn1
|
---|
904 | //
|
---|
905 | this.descriptionDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
---|
906 | this.descriptionDataGridViewTextBoxColumn1.DataPropertyName = "Description";
|
---|
907 | this.descriptionDataGridViewTextBoxColumn1.HeaderText = "Description";
|
---|
908 | this.descriptionDataGridViewTextBoxColumn1.Name = "descriptionDataGridViewTextBoxColumn1";
|
---|
909 | this.descriptionDataGridViewTextBoxColumn1.Width = 85;
|
---|
910 | //
|
---|
911 | // cbxApplications
|
---|
912 | //
|
---|
913 | this.cbxApplications.DataSource = this.bsApplicationsCombo;
|
---|
914 | this.cbxApplications.DisplayMember = "Name";
|
---|
915 | this.cbxApplications.FormattingEnabled = true;
|
---|
916 | this.cbxApplications.Location = new System.Drawing.Point(31, 24);
|
---|
917 | this.cbxApplications.Name = "cbxApplications";
|
---|
918 | this.cbxApplications.Size = new System.Drawing.Size(234, 21);
|
---|
919 | this.cbxApplications.TabIndex = 1;
|
---|
920 | this.cbxApplications.SelectedIndexChanged += new System.EventHandler(this.cbxApplications_SelectedIndexChanged);
|
---|
921 | //
|
---|
922 | // bsApplicationsCombo
|
---|
923 | //
|
---|
924 | this.bsApplicationsCombo.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.Application);
|
---|
925 | //
|
---|
926 | // UserManagement
|
---|
927 | //
|
---|
928 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
929 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
930 | this.ClientSize = new System.Drawing.Size(904, 631);
|
---|
931 | this.Controls.Add(this.cbxApplications);
|
---|
932 | this.Controls.Add(this.tcMain);
|
---|
933 | this.Name = "UserManagement";
|
---|
934 | this.Text = "UserManagement";
|
---|
935 | this.tcMain.ResumeLayout(false);
|
---|
936 | this.tpApplications.ResumeLayout(false);
|
---|
937 | this.tpApplications.PerformLayout();
|
---|
938 | ((System.ComponentModel.ISupportInitialize)(this.bsApplications)).EndInit();
|
---|
939 | ((System.ComponentModel.ISupportInitialize)(this.dgvApplications)).EndInit();
|
---|
940 | this.tpUsers.ResumeLayout(false);
|
---|
941 | this.tcUser.ResumeLayout(false);
|
---|
942 | this.tabPage1.ResumeLayout(false);
|
---|
943 | this.tabPage1.PerformLayout();
|
---|
944 | ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
|
---|
945 | this.tabPage2.ResumeLayout(false);
|
---|
946 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRolesAll)).EndInit();
|
---|
947 | ((System.ComponentModel.ISupportInitialize)(this.bsRoles)).EndInit();
|
---|
948 | ((System.ComponentModel.ISupportInitialize)(this.dgvUserRoles)).EndInit();
|
---|
949 | ((System.ComponentModel.ISupportInitialize)(this.bsUserRoles)).EndInit();
|
---|
950 | ((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
|
---|
951 | this.tpRoles.ResumeLayout(false);
|
---|
952 | this.tcRole.ResumeLayout(false);
|
---|
953 | this.tabPage3.ResumeLayout(false);
|
---|
954 | this.tabPage3.PerformLayout();
|
---|
955 | this.tabPage4.ResumeLayout(false);
|
---|
956 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsersAll)).EndInit();
|
---|
957 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoleUsers)).EndInit();
|
---|
958 | ((System.ComponentModel.ISupportInitialize)(this.bsRoleUsers)).EndInit();
|
---|
959 | ((System.ComponentModel.ISupportInitialize)(this.dgvRoles)).EndInit();
|
---|
960 | ((System.ComponentModel.ISupportInitialize)(this.bsApplicationsCombo)).EndInit();
|
---|
961 | this.ResumeLayout(false);
|
---|
962 |
|
---|
963 | }
|
---|
964 |
|
---|
965 | #endregion
|
---|
966 |
|
---|
967 | private System.Windows.Forms.TabControl tcMain;
|
---|
968 | private System.Windows.Forms.TabPage tpApplications;
|
---|
969 | private System.Windows.Forms.DataGridView dgvApplications;
|
---|
970 | private System.Windows.Forms.BindingSource bsApplications;
|
---|
971 | private System.Windows.Forms.TabPage tpUsers;
|
---|
972 | private System.Windows.Forms.DataGridView dgvUsers;
|
---|
973 | private System.Windows.Forms.BindingSource bsUsers;
|
---|
974 | private System.Windows.Forms.TabPage tpRoles;
|
---|
975 | private System.Windows.Forms.DataGridView dgvRoles;
|
---|
976 | private System.Windows.Forms.BindingSource bsRoles;
|
---|
977 | private System.Windows.Forms.ComboBox cbxApplications;
|
---|
978 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
|
---|
979 | private System.Windows.Forms.DataGridViewTextBoxColumn loweredApplicationNameDataGridViewTextBoxColumn;
|
---|
980 | private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
|
---|
981 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn1;
|
---|
982 | private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
|
---|
983 | private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
|
---|
984 | private System.Windows.Forms.DataGridViewTextBoxColumn lastLoginDateDataGridViewTextBoxColumn;
|
---|
985 | private System.Windows.Forms.DataGridViewTextBoxColumn lastPasswordChangeDateDataGridViewTextBoxColumn;
|
---|
986 | private System.Windows.Forms.DataGridViewTextBoxColumn lastLockoutDateDataGridViewTextBoxColumn;
|
---|
987 | private System.Windows.Forms.DataGridViewTextBoxColumn lastActivityDateDataGridViewTextBoxColumn;
|
---|
988 | private System.Windows.Forms.DataGridViewCheckBoxColumn isLookedOutDataGridViewCheckBoxColumn;
|
---|
989 | private System.Windows.Forms.DataGridViewCheckBoxColumn isApprovedDataGridViewCheckBoxColumn;
|
---|
990 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn2;
|
---|
991 | private System.Windows.Forms.DataGridViewTextBoxColumn loweredRoleNameDataGridViewTextBoxColumn;
|
---|
992 | private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn1;
|
---|
993 | private System.Windows.Forms.Button btnDeleteApplication;
|
---|
994 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
995 | private System.Windows.Forms.TextBox loweredApplicationNameTextBox;
|
---|
996 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
997 | private System.Windows.Forms.Button btnNewApplication;
|
---|
998 | private System.Windows.Forms.Button btnUpdateApplication;
|
---|
999 | private System.Windows.Forms.TextBox passwordSaltTextBox;
|
---|
1000 | private System.Windows.Forms.TextBox passwordTextBox;
|
---|
1001 | private System.Windows.Forms.TextBox nameTextBox1;
|
---|
1002 | private System.Windows.Forms.CheckBox isApprovedCheckBox;
|
---|
1003 | private System.Windows.Forms.TextBox emailTextBox;
|
---|
1004 | private System.Windows.Forms.TextBox commentTextBox;
|
---|
1005 | private System.Windows.Forms.TextBox descriptionTextBox1;
|
---|
1006 | private System.Windows.Forms.TextBox loweredRoleNameTextBox;
|
---|
1007 | private System.Windows.Forms.TextBox nameTextBox2;
|
---|
1008 | private System.Windows.Forms.Button btnUpdateRole;
|
---|
1009 | private System.Windows.Forms.Button btnDeleteRole;
|
---|
1010 | private System.Windows.Forms.Button btnNewRole;
|
---|
1011 | private System.Windows.Forms.Button btnUpdateUser;
|
---|
1012 | private System.Windows.Forms.Button btnDeleteUser;
|
---|
1013 | private System.Windows.Forms.Button btnNewUser;
|
---|
1014 | private System.Windows.Forms.TabControl tcUser;
|
---|
1015 | private System.Windows.Forms.TabPage tabPage1;
|
---|
1016 | private System.Windows.Forms.TabPage tabPage2;
|
---|
1017 | private System.Windows.Forms.Button btnAddRoleToUser;
|
---|
1018 | private System.Windows.Forms.Button btnRemoveRoleFromUser;
|
---|
1019 | private System.Windows.Forms.DataGridView dgvUserRolesAll;
|
---|
1020 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn4;
|
---|
1021 | private System.Windows.Forms.DataGridView dgvUserRoles;
|
---|
1022 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn3;
|
---|
1023 | private System.Windows.Forms.BindingSource bsUserRoles;
|
---|
1024 | private System.Windows.Forms.TabControl tcRole;
|
---|
1025 | private System.Windows.Forms.TabPage tabPage3;
|
---|
1026 | private System.Windows.Forms.TabPage tabPage4;
|
---|
1027 | private System.Windows.Forms.BindingSource bsRoleUsers;
|
---|
1028 | private System.Windows.Forms.Button btnAddUserToRole;
|
---|
1029 | private System.Windows.Forms.Button btnRemoveUserFromRole;
|
---|
1030 | private System.Windows.Forms.DataGridView dgvRoleUsersAll;
|
---|
1031 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn6;
|
---|
1032 | private System.Windows.Forms.DataGridView dgvRoleUsers;
|
---|
1033 | private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn5;
|
---|
1034 | private System.Windows.Forms.BindingSource bsApplicationsCombo;
|
---|
1035 | }
|
---|
1036 | } |
---|