1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
4 | *
|
---|
5 | * This file is part of HeuristicLab.
|
---|
6 | *
|
---|
7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
8 | * it under the terms of the GNU General Public License as published by
|
---|
9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
10 | * (at your option) any later version.
|
---|
11 | *
|
---|
12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
15 | * GNU General Public License for more details.
|
---|
16 | *
|
---|
17 | * You should have received a copy of the GNU General Public License
|
---|
18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
19 | */
|
---|
20 | #endregion
|
---|
21 |
|
---|
22 | namespace HeuristicLab.Clients.Access.Administration {
|
---|
23 | partial class UserAdministrationDialog {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | /// <summary>
|
---|
30 | /// Clean up any resources being used.
|
---|
31 | /// </summary>
|
---|
32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
33 | protected override void Dispose(bool disposing) {
|
---|
34 | if (disposing && (components != null)) {
|
---|
35 | components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Windows Form Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | this.refreshableUserListView = new HeuristicLab.Clients.Access.Administration.RefreshableUserListView();
|
---|
48 | this.mainTabControl = new System.Windows.Forms.TabControl();
|
---|
49 | this.usersTabPage = new System.Windows.Forms.TabPage();
|
---|
50 | this.UserGroupsTabPage = new System.Windows.Forms.TabPage();
|
---|
51 | this.refreshableUserGroupListView = new HeuristicLab.Clients.Access.Administration.RefreshableUserGroupListView();
|
---|
52 | this.rolesTabPage = new System.Windows.Forms.TabPage();
|
---|
53 | this.refreshableRoleListView = new HeuristicLab.Clients.Access.Administration.RefreshableRoleListView();
|
---|
54 | this.mainTabControl.SuspendLayout();
|
---|
55 | this.usersTabPage.SuspendLayout();
|
---|
56 | this.UserGroupsTabPage.SuspendLayout();
|
---|
57 | this.rolesTabPage.SuspendLayout();
|
---|
58 | this.SuspendLayout();
|
---|
59 | //
|
---|
60 | // refreshableUserListView
|
---|
61 | //
|
---|
62 | this.refreshableUserListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
63 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
65 | this.refreshableUserListView.Caption = "View";
|
---|
66 | this.refreshableUserListView.Content = null;
|
---|
67 | this.refreshableUserListView.Location = new System.Drawing.Point(6, 6);
|
---|
68 | this.refreshableUserListView.Name = "refreshableUserListView";
|
---|
69 | this.refreshableUserListView.ReadOnly = false;
|
---|
70 | this.refreshableUserListView.Size = new System.Drawing.Size(921, 527);
|
---|
71 | this.refreshableUserListView.TabIndex = 0;
|
---|
72 | //
|
---|
73 | // mainTabControl
|
---|
74 | //
|
---|
75 | this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
76 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
77 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
78 | this.mainTabControl.Controls.Add(this.usersTabPage);
|
---|
79 | this.mainTabControl.Controls.Add(this.UserGroupsTabPage);
|
---|
80 | this.mainTabControl.Controls.Add(this.rolesTabPage);
|
---|
81 | this.mainTabControl.Location = new System.Drawing.Point(12, 12);
|
---|
82 | this.mainTabControl.Name = "mainTabControl";
|
---|
83 | this.mainTabControl.SelectedIndex = 0;
|
---|
84 | this.mainTabControl.Size = new System.Drawing.Size(941, 565);
|
---|
85 | this.mainTabControl.TabIndex = 1;
|
---|
86 | //
|
---|
87 | // usersTabPage
|
---|
88 | //
|
---|
89 | this.usersTabPage.Controls.Add(this.refreshableUserListView);
|
---|
90 | this.usersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
91 | this.usersTabPage.Name = "usersTabPage";
|
---|
92 | this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
93 | this.usersTabPage.Size = new System.Drawing.Size(933, 539);
|
---|
94 | this.usersTabPage.TabIndex = 0;
|
---|
95 | this.usersTabPage.Text = "Users";
|
---|
96 | this.usersTabPage.UseVisualStyleBackColor = true;
|
---|
97 | //
|
---|
98 | // UserGroupsTabPage
|
---|
99 | //
|
---|
100 | this.UserGroupsTabPage.Controls.Add(this.refreshableUserGroupListView);
|
---|
101 | this.UserGroupsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
102 | this.UserGroupsTabPage.Name = "UserGroupsTabPage";
|
---|
103 | this.UserGroupsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
104 | this.UserGroupsTabPage.Size = new System.Drawing.Size(774, 376);
|
---|
105 | this.UserGroupsTabPage.TabIndex = 1;
|
---|
106 | this.UserGroupsTabPage.Text = "Groups";
|
---|
107 | this.UserGroupsTabPage.UseVisualStyleBackColor = true;
|
---|
108 | //
|
---|
109 | // refreshableUserGroupListView
|
---|
110 | //
|
---|
111 | this.refreshableUserGroupListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
112 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
113 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
114 | this.refreshableUserGroupListView.Caption = "View";
|
---|
115 | this.refreshableUserGroupListView.Content = null;
|
---|
116 | this.refreshableUserGroupListView.Location = new System.Drawing.Point(6, 6);
|
---|
117 | this.refreshableUserGroupListView.Name = "refreshableUserGroupListView";
|
---|
118 | this.refreshableUserGroupListView.ReadOnly = false;
|
---|
119 | this.refreshableUserGroupListView.Size = new System.Drawing.Size(762, 364);
|
---|
120 | this.refreshableUserGroupListView.TabIndex = 0;
|
---|
121 | //
|
---|
122 | // rolesTabPage
|
---|
123 | //
|
---|
124 | this.rolesTabPage.Controls.Add(this.refreshableRoleListView);
|
---|
125 | this.rolesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
126 | this.rolesTabPage.Name = "rolesTabPage";
|
---|
127 | this.rolesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
128 | this.rolesTabPage.Size = new System.Drawing.Size(774, 376);
|
---|
129 | this.rolesTabPage.TabIndex = 2;
|
---|
130 | this.rolesTabPage.Text = "Roles";
|
---|
131 | this.rolesTabPage.UseVisualStyleBackColor = true;
|
---|
132 | //
|
---|
133 | // refreshableRoleListView
|
---|
134 | //
|
---|
135 | this.refreshableRoleListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
136 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
138 | this.refreshableRoleListView.Caption = "View";
|
---|
139 | this.refreshableRoleListView.Content = null;
|
---|
140 | this.refreshableRoleListView.Location = new System.Drawing.Point(6, 6);
|
---|
141 | this.refreshableRoleListView.Name = "refreshableRoleListView";
|
---|
142 | this.refreshableRoleListView.ReadOnly = false;
|
---|
143 | this.refreshableRoleListView.Size = new System.Drawing.Size(762, 364);
|
---|
144 | this.refreshableRoleListView.TabIndex = 0;
|
---|
145 | //
|
---|
146 | // UserAdministrationDialog
|
---|
147 | //
|
---|
148 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
149 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
150 | this.ClientSize = new System.Drawing.Size(965, 589);
|
---|
151 | this.Controls.Add(this.mainTabControl);
|
---|
152 | this.MaximizeBox = false;
|
---|
153 | this.MinimizeBox = false;
|
---|
154 | this.Name = "UserAdministrationDialog";
|
---|
155 | this.ShowIcon = false;
|
---|
156 | this.ShowInTaskbar = false;
|
---|
157 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
158 | this.Text = "User Administration";
|
---|
159 | this.Load += new System.EventHandler(this.UserAdministrationDialog_Load);
|
---|
160 | this.mainTabControl.ResumeLayout(false);
|
---|
161 | this.usersTabPage.ResumeLayout(false);
|
---|
162 | this.UserGroupsTabPage.ResumeLayout(false);
|
---|
163 | this.rolesTabPage.ResumeLayout(false);
|
---|
164 | this.ResumeLayout(false);
|
---|
165 |
|
---|
166 | }
|
---|
167 |
|
---|
168 | #endregion
|
---|
169 |
|
---|
170 | private RefreshableUserListView refreshableUserListView;
|
---|
171 | private System.Windows.Forms.TabControl mainTabControl;
|
---|
172 | private System.Windows.Forms.TabPage usersTabPage;
|
---|
173 | private System.Windows.Forms.TabPage UserGroupsTabPage;
|
---|
174 | private RefreshableUserGroupListView refreshableUserGroupListView;
|
---|
175 | private System.Windows.Forms.TabPage rolesTabPage;
|
---|
176 | private RefreshableRoleListView refreshableRoleListView;
|
---|
177 | }
|
---|
178 | } |
---|