Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Clients.Access.Views/3.3/UserViews/LightweightUserInformationView.Designer.cs @ 10473

Last change on this file since 10473 was 8042, checked in by ascheibe, 12 years ago

#1648 integrated access service client parts into trunk

File size: 11.3 KB
Line 
1namespace HeuristicLab.Clients.Access.Views {
2  partial class LightweightUserInformationView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.changePasswordButton = new System.Windows.Forms.Button();
28      this.label3 = new System.Windows.Forms.Label();
29      this.fullNameTextBox = new System.Windows.Forms.TextBox();
30      this.label4 = new System.Windows.Forms.Label();
31      this.label1 = new System.Windows.Forms.Label();
32      this.label2 = new System.Windows.Forms.Label();
33      this.userNameTextBox = new System.Windows.Forms.TextBox();
34      this.splitContainer = new System.Windows.Forms.SplitContainer();
35      this.rolesListView = new System.Windows.Forms.ListView();
36      this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
37      this.imageList = new System.Windows.Forms.ImageList(this.components);
38      this.groupsListView = new System.Windows.Forms.ListView();
39      this.groupsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
40      this.label5 = new System.Windows.Forms.Label();
41      this.emailTextBox = new System.Windows.Forms.TextBox();
42      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
43      this.splitContainer.Panel1.SuspendLayout();
44      this.splitContainer.Panel2.SuspendLayout();
45      this.splitContainer.SuspendLayout();
46      this.SuspendLayout();
47      //
48      // changePasswordButton
49      //
50      this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
51      this.changePasswordButton.Location = new System.Drawing.Point(316, 231);
52      this.changePasswordButton.Name = "changePasswordButton";
53      this.changePasswordButton.Size = new System.Drawing.Size(112, 23);
54      this.changePasswordButton.TabIndex = 19;
55      this.changePasswordButton.Text = "Change Password";
56      this.changePasswordButton.UseVisualStyleBackColor = true;
57      this.changePasswordButton.Click += new System.EventHandler(this.changePasswordButton_Click);
58      //
59      // label3
60      //
61      this.label3.AutoSize = true;
62      this.label3.Location = new System.Drawing.Point(3, 0);
63      this.label3.Name = "label3";
64      this.label3.Size = new System.Drawing.Size(37, 13);
65      this.label3.TabIndex = 17;
66      this.label3.Text = "Roles:";
67      //
68      // fullNameTextBox
69      //
70      this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
71                  | System.Windows.Forms.AnchorStyles.Right)));
72      this.fullNameTextBox.Location = new System.Drawing.Point(69, 29);
73      this.fullNameTextBox.Name = "fullNameTextBox";
74      this.fullNameTextBox.Size = new System.Drawing.Size(359, 20);
75      this.fullNameTextBox.TabIndex = 16;
76      this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
77      //
78      // label4
79      //
80      this.label4.AutoSize = true;
81      this.label4.Location = new System.Drawing.Point(3, 0);
82      this.label4.Name = "label4";
83      this.label4.Size = new System.Drawing.Size(44, 13);
84      this.label4.TabIndex = 18;
85      this.label4.Text = "Groups:";
86      //
87      // label1
88      //
89      this.label1.AutoSize = true;
90      this.label1.Location = new System.Drawing.Point(0, 6);
91      this.label1.Name = "label1";
92      this.label1.Size = new System.Drawing.Size(63, 13);
93      this.label1.TabIndex = 11;
94      this.label1.Text = "User Name:";
95      //
96      // label2
97      //
98      this.label2.AutoSize = true;
99      this.label2.Location = new System.Drawing.Point(0, 32);
100      this.label2.Name = "label2";
101      this.label2.Size = new System.Drawing.Size(57, 13);
102      this.label2.TabIndex = 12;
103      this.label2.Text = "Full Name:";
104      //
105      // userNameTextBox
106      //
107      this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
108                  | System.Windows.Forms.AnchorStyles.Right)));
109      this.userNameTextBox.Location = new System.Drawing.Point(69, 3);
110      this.userNameTextBox.Name = "userNameTextBox";
111      this.userNameTextBox.ReadOnly = true;
112      this.userNameTextBox.Size = new System.Drawing.Size(359, 20);
113      this.userNameTextBox.TabIndex = 15;
114      //
115      // splitContainer
116      //
117      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
118                  | System.Windows.Forms.AnchorStyles.Left)
119                  | System.Windows.Forms.AnchorStyles.Right)));
120      this.splitContainer.Location = new System.Drawing.Point(3, 81);
121      this.splitContainer.Name = "splitContainer";
122      //
123      // splitContainer.Panel1
124      //
125      this.splitContainer.Panel1.Controls.Add(this.rolesListView);
126      this.splitContainer.Panel1.Controls.Add(this.label3);
127      //
128      // splitContainer.Panel2
129      //
130      this.splitContainer.Panel2.Controls.Add(this.groupsListView);
131      this.splitContainer.Panel2.Controls.Add(this.label4);
132      this.splitContainer.Size = new System.Drawing.Size(425, 144);
133      this.splitContainer.SplitterDistance = 211;
134      this.splitContainer.TabIndex = 20;
135      //
136      // rolesListView
137      //
138      this.rolesListView.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.rolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
142            this.columnHeader});
143      this.rolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
144      this.rolesListView.HideSelection = false;
145      this.rolesListView.Location = new System.Drawing.Point(3, 16);
146      this.rolesListView.Name = "rolesListView";
147      this.rolesListView.Size = new System.Drawing.Size(205, 125);
148      this.rolesListView.SmallImageList = this.imageList;
149      this.rolesListView.TabIndex = 18;
150      this.rolesListView.UseCompatibleStateImageBehavior = false;
151      this.rolesListView.View = System.Windows.Forms.View.Details;
152      //
153      // columnHeader
154      //
155      this.columnHeader.Width = 100;
156      //
157      // imageList
158      //
159      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
160      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
161      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
162      //
163      // groupsListView
164      //
165      this.groupsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
166                  | System.Windows.Forms.AnchorStyles.Left)
167                  | System.Windows.Forms.AnchorStyles.Right)));
168      this.groupsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
169            this.groupsColumnHeader});
170      this.groupsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
171      this.groupsListView.HideSelection = false;
172      this.groupsListView.Location = new System.Drawing.Point(3, 16);
173      this.groupsListView.Name = "groupsListView";
174      this.groupsListView.Size = new System.Drawing.Size(204, 125);
175      this.groupsListView.SmallImageList = this.imageList;
176      this.groupsListView.TabIndex = 19;
177      this.groupsListView.UseCompatibleStateImageBehavior = false;
178      this.groupsListView.View = System.Windows.Forms.View.Details;
179      //
180      // groupsColumnHeader
181      //
182      this.groupsColumnHeader.Width = 100;
183      //
184      // label5
185      //
186      this.label5.AutoSize = true;
187      this.label5.Location = new System.Drawing.Point(0, 58);
188      this.label5.Name = "label5";
189      this.label5.Size = new System.Drawing.Size(39, 13);
190      this.label5.TabIndex = 21;
191      this.label5.Text = "E-Mail:";
192      //
193      // emailTextBox
194      //
195      this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
196                  | System.Windows.Forms.AnchorStyles.Right)));
197      this.emailTextBox.Location = new System.Drawing.Point(69, 55);
198      this.emailTextBox.Name = "emailTextBox";
199      this.emailTextBox.Size = new System.Drawing.Size(359, 20);
200      this.emailTextBox.TabIndex = 22;
201      this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged);
202      //
203      // LightweightUserInformationView
204      //
205      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
206      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
207      this.Controls.Add(this.emailTextBox);
208      this.Controls.Add(this.label5);
209      this.Controls.Add(this.splitContainer);
210      this.Controls.Add(this.changePasswordButton);
211      this.Controls.Add(this.fullNameTextBox);
212      this.Controls.Add(this.label1);
213      this.Controls.Add(this.label2);
214      this.Controls.Add(this.userNameTextBox);
215      this.Name = "LightweightUserInformationView";
216      this.Size = new System.Drawing.Size(431, 257);
217      this.splitContainer.Panel1.ResumeLayout(false);
218      this.splitContainer.Panel1.PerformLayout();
219      this.splitContainer.Panel2.ResumeLayout(false);
220      this.splitContainer.Panel2.PerformLayout();
221      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
222      this.splitContainer.ResumeLayout(false);
223      this.ResumeLayout(false);
224      this.PerformLayout();
225
226    }
227
228    #endregion
229
230    private System.Windows.Forms.Button changePasswordButton;
231    private System.Windows.Forms.Label label3;
232    private System.Windows.Forms.TextBox fullNameTextBox;
233    private System.Windows.Forms.Label label4;
234    private System.Windows.Forms.Label label1;
235    private System.Windows.Forms.Label label2;
236    private System.Windows.Forms.TextBox userNameTextBox;
237    private System.Windows.Forms.SplitContainer splitContainer;
238    private System.Windows.Forms.ListView rolesListView;
239    private System.Windows.Forms.ListView groupsListView;
240    private System.Windows.Forms.ImageList imageList;
241    private System.Windows.Forms.ColumnHeader columnHeader;
242    private System.Windows.Forms.ColumnHeader groupsColumnHeader;
243    private System.Windows.Forms.Label label5;
244    private System.Windows.Forms.TextBox emailTextBox;
245  }
246}
Note: See TracBrowser for help on using the repository browser.