Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access.Administration/3.3/Views/UserView.Designer.cs @ 7651

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

#1648 added reset password and update user operations to the ui

File size: 9.0 KB
Line 
1namespace HeuristicLab.Clients.Access.Administration {
2  partial class UserView {
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.label1 = new System.Windows.Forms.Label();
27      this.label2 = new System.Windows.Forms.Label();
28      this.userNameTextBox = new System.Windows.Forms.TextBox();
29      this.fullNameTextBox = new System.Windows.Forms.TextBox();
30      this.label3 = new System.Windows.Forms.Label();
31      this.label4 = new System.Windows.Forms.Label();
32      this.emailTextBox = new System.Windows.Forms.TextBox();
33      this.idTextBox = new System.Windows.Forms.TextBox();
34      this.label5 = new System.Windows.Forms.Label();
35      this.label6 = new System.Windows.Forms.Label();
36      this.lastActivityTextBox = new System.Windows.Forms.TextBox();
37      this.lastLoginTextBox = new System.Windows.Forms.TextBox();
38      this.resetPasswordButton = new System.Windows.Forms.Button();
39      this.SuspendLayout();
40      //
41      // label1
42      //
43      this.label1.AutoSize = true;
44      this.label1.Location = new System.Drawing.Point(3, 6);
45      this.label1.Name = "label1";
46      this.label1.Size = new System.Drawing.Size(63, 13);
47      this.label1.TabIndex = 0;
48      this.label1.Text = "User Name:";
49      //
50      // label2
51      //
52      this.label2.AutoSize = true;
53      this.label2.Location = new System.Drawing.Point(3, 32);
54      this.label2.Name = "label2";
55      this.label2.Size = new System.Drawing.Size(57, 13);
56      this.label2.TabIndex = 1;
57      this.label2.Text = "Full Name:";
58      //
59      // userNameTextBox
60      //
61      this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
62                  | System.Windows.Forms.AnchorStyles.Right)));
63      this.userNameTextBox.Enabled = false;
64      this.userNameTextBox.Location = new System.Drawing.Point(76, 3);
65      this.userNameTextBox.Name = "userNameTextBox";
66      this.userNameTextBox.Size = new System.Drawing.Size(285, 20);
67      this.userNameTextBox.TabIndex = 2;
68      this.userNameTextBox.TextChanged += new System.EventHandler(this.userNameTextBox_TextChanged);
69      //
70      // fullNameTextBox
71      //
72      this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
73                  | System.Windows.Forms.AnchorStyles.Right)));
74      this.fullNameTextBox.Location = new System.Drawing.Point(76, 29);
75      this.fullNameTextBox.Name = "fullNameTextBox";
76      this.fullNameTextBox.Size = new System.Drawing.Size(285, 20);
77      this.fullNameTextBox.TabIndex = 3;
78      this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
79      //
80      // label3
81      //
82      this.label3.AutoSize = true;
83      this.label3.Location = new System.Drawing.Point(3, 58);
84      this.label3.Name = "label3";
85      this.label3.Size = new System.Drawing.Size(39, 13);
86      this.label3.TabIndex = 4;
87      this.label3.Text = "E-Mail:";
88      //
89      // label4
90      //
91      this.label4.AutoSize = true;
92      this.label4.Location = new System.Drawing.Point(5, 84);
93      this.label4.Name = "label4";
94      this.label4.Size = new System.Drawing.Size(19, 13);
95      this.label4.TabIndex = 5;
96      this.label4.Text = "Id:";
97      //
98      // emailTextBox
99      //
100      this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
101                  | System.Windows.Forms.AnchorStyles.Right)));
102      this.emailTextBox.Location = new System.Drawing.Point(76, 55);
103      this.emailTextBox.Name = "emailTextBox";
104      this.emailTextBox.Size = new System.Drawing.Size(285, 20);
105      this.emailTextBox.TabIndex = 6;
106      this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged);
107      //
108      // idTextBox
109      //
110      this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.idTextBox.Enabled = false;
113      this.idTextBox.Location = new System.Drawing.Point(76, 81);
114      this.idTextBox.Name = "idTextBox";
115      this.idTextBox.Size = new System.Drawing.Size(285, 20);
116      this.idTextBox.TabIndex = 7;
117      //
118      // label5
119      //
120      this.label5.AutoSize = true;
121      this.label5.Location = new System.Drawing.Point(3, 110);
122      this.label5.Name = "label5";
123      this.label5.Size = new System.Drawing.Size(67, 13);
124      this.label5.TabIndex = 8;
125      this.label5.Text = "Last Activity:";
126      //
127      // label6
128      //
129      this.label6.AutoSize = true;
130      this.label6.Location = new System.Drawing.Point(3, 136);
131      this.label6.Name = "label6";
132      this.label6.Size = new System.Drawing.Size(59, 13);
133      this.label6.TabIndex = 9;
134      this.label6.Text = "Last Login:";
135      //
136      // lastActivityTextBox
137      //
138      this.lastActivityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.lastActivityTextBox.Enabled = false;
141      this.lastActivityTextBox.Location = new System.Drawing.Point(76, 107);
142      this.lastActivityTextBox.Name = "lastActivityTextBox";
143      this.lastActivityTextBox.Size = new System.Drawing.Size(285, 20);
144      this.lastActivityTextBox.TabIndex = 10;
145      //
146      // lastLoginTextBox
147      //
148      this.lastLoginTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149                  | System.Windows.Forms.AnchorStyles.Right)));
150      this.lastLoginTextBox.Enabled = false;
151      this.lastLoginTextBox.Location = new System.Drawing.Point(76, 133);
152      this.lastLoginTextBox.Name = "lastLoginTextBox";
153      this.lastLoginTextBox.Size = new System.Drawing.Size(285, 20);
154      this.lastLoginTextBox.TabIndex = 11;
155      //
156      // resetPasswordButton
157      //
158      this.resetPasswordButton.Location = new System.Drawing.Point(6, 159);
159      this.resetPasswordButton.Name = "resetPasswordButton";
160      this.resetPasswordButton.Size = new System.Drawing.Size(96, 23);
161      this.resetPasswordButton.TabIndex = 12;
162      this.resetPasswordButton.Text = "Reset Password";
163      this.resetPasswordButton.UseVisualStyleBackColor = true;
164      this.resetPasswordButton.Click += new System.EventHandler(this.resetPasswordButton_Click);
165      //
166      // UserView
167      //
168      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
169      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
170      this.Controls.Add(this.resetPasswordButton);
171      this.Controls.Add(this.lastLoginTextBox);
172      this.Controls.Add(this.lastActivityTextBox);
173      this.Controls.Add(this.label6);
174      this.Controls.Add(this.label5);
175      this.Controls.Add(this.idTextBox);
176      this.Controls.Add(this.emailTextBox);
177      this.Controls.Add(this.label4);
178      this.Controls.Add(this.label3);
179      this.Controls.Add(this.fullNameTextBox);
180      this.Controls.Add(this.userNameTextBox);
181      this.Controls.Add(this.label2);
182      this.Controls.Add(this.label1);
183      this.Name = "UserView";
184      this.Size = new System.Drawing.Size(364, 185);
185      this.ResumeLayout(false);
186      this.PerformLayout();
187
188    }
189
190    #endregion
191
192    private System.Windows.Forms.Label label1;
193    private System.Windows.Forms.Label label2;
194    private System.Windows.Forms.TextBox userNameTextBox;
195    private System.Windows.Forms.TextBox fullNameTextBox;
196    private System.Windows.Forms.Label label3;
197    private System.Windows.Forms.Label label4;
198    private System.Windows.Forms.TextBox emailTextBox;
199    private System.Windows.Forms.TextBox idTextBox;
200    private System.Windows.Forms.Label label5;
201    private System.Windows.Forms.Label label6;
202    private System.Windows.Forms.TextBox lastActivityTextBox;
203    private System.Windows.Forms.TextBox lastLoginTextBox;
204    private System.Windows.Forms.Button resetPasswordButton;
205  }
206}
Note: See TracBrowser for help on using the repository browser.