1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2014 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.Views {
|
---|
23 | partial class LightweightUserInformationView {
|
---|
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 Component 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.components = new System.ComponentModel.Container();
|
---|
48 | this.changePasswordButton = new System.Windows.Forms.Button();
|
---|
49 | this.label3 = new System.Windows.Forms.Label();
|
---|
50 | this.fullNameTextBox = new System.Windows.Forms.TextBox();
|
---|
51 | this.label4 = new System.Windows.Forms.Label();
|
---|
52 | this.label1 = new System.Windows.Forms.Label();
|
---|
53 | this.label2 = new System.Windows.Forms.Label();
|
---|
54 | this.userNameTextBox = new System.Windows.Forms.TextBox();
|
---|
55 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
56 | this.rolesListView = new System.Windows.Forms.ListView();
|
---|
57 | this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
58 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
59 | this.groupsListView = new System.Windows.Forms.ListView();
|
---|
60 | this.groupsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
---|
61 | this.label5 = new System.Windows.Forms.Label();
|
---|
62 | this.emailTextBox = new System.Windows.Forms.TextBox();
|
---|
63 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
64 | this.splitContainer.Panel1.SuspendLayout();
|
---|
65 | this.splitContainer.Panel2.SuspendLayout();
|
---|
66 | this.splitContainer.SuspendLayout();
|
---|
67 | this.SuspendLayout();
|
---|
68 | //
|
---|
69 | // changePasswordButton
|
---|
70 | //
|
---|
71 | this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
72 | this.changePasswordButton.Location = new System.Drawing.Point(316, 231);
|
---|
73 | this.changePasswordButton.Name = "changePasswordButton";
|
---|
74 | this.changePasswordButton.Size = new System.Drawing.Size(112, 23);
|
---|
75 | this.changePasswordButton.TabIndex = 19;
|
---|
76 | this.changePasswordButton.Text = "Change Password";
|
---|
77 | this.changePasswordButton.UseVisualStyleBackColor = true;
|
---|
78 | this.changePasswordButton.Click += new System.EventHandler(this.changePasswordButton_Click);
|
---|
79 | //
|
---|
80 | // label3
|
---|
81 | //
|
---|
82 | this.label3.AutoSize = true;
|
---|
83 | this.label3.Location = new System.Drawing.Point(3, 0);
|
---|
84 | this.label3.Name = "label3";
|
---|
85 | this.label3.Size = new System.Drawing.Size(37, 13);
|
---|
86 | this.label3.TabIndex = 17;
|
---|
87 | this.label3.Text = "Roles:";
|
---|
88 | //
|
---|
89 | // fullNameTextBox
|
---|
90 | //
|
---|
91 | this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
93 | this.fullNameTextBox.Location = new System.Drawing.Point(69, 29);
|
---|
94 | this.fullNameTextBox.Name = "fullNameTextBox";
|
---|
95 | this.fullNameTextBox.Size = new System.Drawing.Size(359, 20);
|
---|
96 | this.fullNameTextBox.TabIndex = 16;
|
---|
97 | this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
|
---|
98 | //
|
---|
99 | // label4
|
---|
100 | //
|
---|
101 | this.label4.AutoSize = true;
|
---|
102 | this.label4.Location = new System.Drawing.Point(3, 0);
|
---|
103 | this.label4.Name = "label4";
|
---|
104 | this.label4.Size = new System.Drawing.Size(44, 13);
|
---|
105 | this.label4.TabIndex = 18;
|
---|
106 | this.label4.Text = "Groups:";
|
---|
107 | //
|
---|
108 | // label1
|
---|
109 | //
|
---|
110 | this.label1.AutoSize = true;
|
---|
111 | this.label1.Location = new System.Drawing.Point(0, 6);
|
---|
112 | this.label1.Name = "label1";
|
---|
113 | this.label1.Size = new System.Drawing.Size(63, 13);
|
---|
114 | this.label1.TabIndex = 11;
|
---|
115 | this.label1.Text = "User Name:";
|
---|
116 | //
|
---|
117 | // label2
|
---|
118 | //
|
---|
119 | this.label2.AutoSize = true;
|
---|
120 | this.label2.Location = new System.Drawing.Point(0, 32);
|
---|
121 | this.label2.Name = "label2";
|
---|
122 | this.label2.Size = new System.Drawing.Size(57, 13);
|
---|
123 | this.label2.TabIndex = 12;
|
---|
124 | this.label2.Text = "Full Name:";
|
---|
125 | //
|
---|
126 | // userNameTextBox
|
---|
127 | //
|
---|
128 | this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
129 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
130 | this.userNameTextBox.Location = new System.Drawing.Point(69, 3);
|
---|
131 | this.userNameTextBox.Name = "userNameTextBox";
|
---|
132 | this.userNameTextBox.ReadOnly = true;
|
---|
133 | this.userNameTextBox.Size = new System.Drawing.Size(359, 20);
|
---|
134 | this.userNameTextBox.TabIndex = 15;
|
---|
135 | //
|
---|
136 | // splitContainer
|
---|
137 | //
|
---|
138 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
139 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
140 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
141 | this.splitContainer.Location = new System.Drawing.Point(3, 81);
|
---|
142 | this.splitContainer.Name = "splitContainer";
|
---|
143 | //
|
---|
144 | // splitContainer.Panel1
|
---|
145 | //
|
---|
146 | this.splitContainer.Panel1.Controls.Add(this.rolesListView);
|
---|
147 | this.splitContainer.Panel1.Controls.Add(this.label3);
|
---|
148 | //
|
---|
149 | // splitContainer.Panel2
|
---|
150 | //
|
---|
151 | this.splitContainer.Panel2.Controls.Add(this.groupsListView);
|
---|
152 | this.splitContainer.Panel2.Controls.Add(this.label4);
|
---|
153 | this.splitContainer.Size = new System.Drawing.Size(425, 144);
|
---|
154 | this.splitContainer.SplitterDistance = 211;
|
---|
155 | this.splitContainer.TabIndex = 20;
|
---|
156 | //
|
---|
157 | // rolesListView
|
---|
158 | //
|
---|
159 | this.rolesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
160 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
161 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
162 | this.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
163 | this.columnHeader});
|
---|
164 | this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
---|
165 | this.rolesListView.HideSelection = false;
|
---|
166 | this.rolesListView.Location = new System.Drawing.Point(3, 16);
|
---|
167 | this.rolesListView.Name = "rolesListView";
|
---|
168 | this.rolesListView.Size = new System.Drawing.Size(205, 125);
|
---|
169 | this.rolesListView.SmallImageList = this.imageList;
|
---|
170 | this.rolesListView.TabIndex = 18;
|
---|
171 | this.rolesListView.UseCompatibleStateImageBehavior = false;
|
---|
172 | this.rolesListView.View = System.Windows.Forms.View.Details;
|
---|
173 | //
|
---|
174 | // columnHeader
|
---|
175 | //
|
---|
176 | this.columnHeader.Width = 100;
|
---|
177 | //
|
---|
178 | // imageList
|
---|
179 | //
|
---|
180 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
181 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
182 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
183 | //
|
---|
184 | // groupsListView
|
---|
185 | //
|
---|
186 | this.groupsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
187 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
188 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
189 | this.groupsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
190 | this.groupsColumnHeader});
|
---|
191 | this.groupsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
---|
192 | this.groupsListView.HideSelection = false;
|
---|
193 | this.groupsListView.Location = new System.Drawing.Point(3, 16);
|
---|
194 | this.groupsListView.Name = "groupsListView";
|
---|
195 | this.groupsListView.Size = new System.Drawing.Size(204, 125);
|
---|
196 | this.groupsListView.SmallImageList = this.imageList;
|
---|
197 | this.groupsListView.TabIndex = 19;
|
---|
198 | this.groupsListView.UseCompatibleStateImageBehavior = false;
|
---|
199 | this.groupsListView.View = System.Windows.Forms.View.Details;
|
---|
200 | //
|
---|
201 | // groupsColumnHeader
|
---|
202 | //
|
---|
203 | this.groupsColumnHeader.Width = 100;
|
---|
204 | //
|
---|
205 | // label5
|
---|
206 | //
|
---|
207 | this.label5.AutoSize = true;
|
---|
208 | this.label5.Location = new System.Drawing.Point(0, 58);
|
---|
209 | this.label5.Name = "label5";
|
---|
210 | this.label5.Size = new System.Drawing.Size(39, 13);
|
---|
211 | this.label5.TabIndex = 21;
|
---|
212 | this.label5.Text = "E-Mail:";
|
---|
213 | //
|
---|
214 | // emailTextBox
|
---|
215 | //
|
---|
216 | this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
217 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
218 | this.emailTextBox.Location = new System.Drawing.Point(69, 55);
|
---|
219 | this.emailTextBox.Name = "emailTextBox";
|
---|
220 | this.emailTextBox.Size = new System.Drawing.Size(359, 20);
|
---|
221 | this.emailTextBox.TabIndex = 22;
|
---|
222 | this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged);
|
---|
223 | //
|
---|
224 | // LightweightUserInformationView
|
---|
225 | //
|
---|
226 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
227 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
228 | this.Controls.Add(this.emailTextBox);
|
---|
229 | this.Controls.Add(this.label5);
|
---|
230 | this.Controls.Add(this.splitContainer);
|
---|
231 | this.Controls.Add(this.changePasswordButton);
|
---|
232 | this.Controls.Add(this.fullNameTextBox);
|
---|
233 | this.Controls.Add(this.label1);
|
---|
234 | this.Controls.Add(this.label2);
|
---|
235 | this.Controls.Add(this.userNameTextBox);
|
---|
236 | this.Name = "LightweightUserInformationView";
|
---|
237 | this.Size = new System.Drawing.Size(431, 257);
|
---|
238 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
239 | this.splitContainer.Panel1.PerformLayout();
|
---|
240 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
241 | this.splitContainer.Panel2.PerformLayout();
|
---|
242 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
243 | this.splitContainer.ResumeLayout(false);
|
---|
244 | this.ResumeLayout(false);
|
---|
245 | this.PerformLayout();
|
---|
246 |
|
---|
247 | }
|
---|
248 |
|
---|
249 | #endregion
|
---|
250 |
|
---|
251 | private System.Windows.Forms.Button changePasswordButton;
|
---|
252 | private System.Windows.Forms.Label label3;
|
---|
253 | private System.Windows.Forms.TextBox fullNameTextBox;
|
---|
254 | private System.Windows.Forms.Label label4;
|
---|
255 | private System.Windows.Forms.Label label1;
|
---|
256 | private System.Windows.Forms.Label label2;
|
---|
257 | private System.Windows.Forms.TextBox userNameTextBox;
|
---|
258 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
259 | private System.Windows.Forms.ListView rolesListView;
|
---|
260 | private System.Windows.Forms.ListView groupsListView;
|
---|
261 | private System.Windows.Forms.ImageList imageList;
|
---|
262 | private System.Windows.Forms.ColumnHeader columnHeader;
|
---|
263 | private System.Windows.Forms.ColumnHeader groupsColumnHeader;
|
---|
264 | private System.Windows.Forms.Label label5;
|
---|
265 | private System.Windows.Forms.TextBox emailTextBox;
|
---|
266 | }
|
---|
267 | }
|
---|