Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UserManagement/HeuristicLab.Services.Authentication.TestClient/UserDetail.Designer.cs @ 4590

Last change on this file since 4590 was 4590, checked in by mjesner, 14 years ago

#1196

File size: 11.5 KB
Line 
1namespace HeuristicLab.Services.Authentication.TestClient
2{
3    partial class UserDetail
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 applicationIdLabel;
33            System.Windows.Forms.Label isAnonymousLabel;
34            System.Windows.Forms.Label lastActivityDateLabel;
35            System.Windows.Forms.Label loweredUserNameLabel;
36            System.Windows.Forms.Label mobileAliasLabel;
37            System.Windows.Forms.Label userIdLabel;
38            System.Windows.Forms.Label userNameLabel;
39            this.applicationIdTextBox = new System.Windows.Forms.TextBox();
40            this.isAnonymousCheckBox = new System.Windows.Forms.CheckBox();
41            this.lastActivityDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
42            this.loweredUserNameTextBox = new System.Windows.Forms.TextBox();
43            this.mobileAliasTextBox = new System.Windows.Forms.TextBox();
44            this.userIdTextBox = new System.Windows.Forms.TextBox();
45            this.userNameTextBox = new System.Windows.Forms.TextBox();
46            this.btnSave = new System.Windows.Forms.Button();
47            this.bsUser = new System.Windows.Forms.BindingSource(this.components);
48            applicationIdLabel = new System.Windows.Forms.Label();
49            isAnonymousLabel = new System.Windows.Forms.Label();
50            lastActivityDateLabel = new System.Windows.Forms.Label();
51            loweredUserNameLabel = new System.Windows.Forms.Label();
52            mobileAliasLabel = new System.Windows.Forms.Label();
53            userIdLabel = new System.Windows.Forms.Label();
54            userNameLabel = new System.Windows.Forms.Label();
55            ((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
56            this.SuspendLayout();
57            //
58            // applicationIdLabel
59            //
60            applicationIdLabel.AutoSize = true;
61            applicationIdLabel.Location = new System.Drawing.Point(12, 18);
62            applicationIdLabel.Name = "applicationIdLabel";
63            applicationIdLabel.Size = new System.Drawing.Size(74, 13);
64            applicationIdLabel.TabIndex = 1;
65            applicationIdLabel.Text = "Application Id:";
66            //
67            // applicationIdTextBox
68            //
69            this.applicationIdTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "ApplicationId", true));
70            this.applicationIdTextBox.Location = new System.Drawing.Point(125, 15);
71            this.applicationIdTextBox.Name = "applicationIdTextBox";
72            this.applicationIdTextBox.Size = new System.Drawing.Size(200, 20);
73            this.applicationIdTextBox.TabIndex = 2;
74            //
75            // isAnonymousLabel
76            //
77            isAnonymousLabel.AutoSize = true;
78            isAnonymousLabel.Location = new System.Drawing.Point(12, 46);
79            isAnonymousLabel.Name = "isAnonymousLabel";
80            isAnonymousLabel.Size = new System.Drawing.Size(76, 13);
81            isAnonymousLabel.TabIndex = 3;
82            isAnonymousLabel.Text = "Is Anonymous:";
83            //
84            // isAnonymousCheckBox
85            //
86            this.isAnonymousCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bsUser, "IsAnonymous", true));
87            this.isAnonymousCheckBox.Location = new System.Drawing.Point(125, 41);
88            this.isAnonymousCheckBox.Name = "isAnonymousCheckBox";
89            this.isAnonymousCheckBox.Size = new System.Drawing.Size(200, 24);
90            this.isAnonymousCheckBox.TabIndex = 4;
91            this.isAnonymousCheckBox.UseVisualStyleBackColor = true;
92            //
93            // lastActivityDateLabel
94            //
95            lastActivityDateLabel.AutoSize = true;
96            lastActivityDateLabel.Location = new System.Drawing.Point(12, 75);
97            lastActivityDateLabel.Name = "lastActivityDateLabel";
98            lastActivityDateLabel.Size = new System.Drawing.Size(93, 13);
99            lastActivityDateLabel.TabIndex = 5;
100            lastActivityDateLabel.Text = "Last Activity Date:";
101            //
102            // lastActivityDateDateTimePicker
103            //
104            this.lastActivityDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsUser, "LastActivityDate", true));
105            this.lastActivityDateDateTimePicker.Location = new System.Drawing.Point(125, 71);
106            this.lastActivityDateDateTimePicker.Name = "lastActivityDateDateTimePicker";
107            this.lastActivityDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
108            this.lastActivityDateDateTimePicker.TabIndex = 6;
109            //
110            // loweredUserNameLabel
111            //
112            loweredUserNameLabel.AutoSize = true;
113            loweredUserNameLabel.Location = new System.Drawing.Point(12, 100);
114            loweredUserNameLabel.Name = "loweredUserNameLabel";
115            loweredUserNameLabel.Size = new System.Drawing.Size(107, 13);
116            loweredUserNameLabel.TabIndex = 7;
117            loweredUserNameLabel.Text = "Lowered User Name:";
118            //
119            // loweredUserNameTextBox
120            //
121            this.loweredUserNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "LoweredUserName", true));
122            this.loweredUserNameTextBox.Location = new System.Drawing.Point(125, 97);
123            this.loweredUserNameTextBox.Name = "loweredUserNameTextBox";
124            this.loweredUserNameTextBox.Size = new System.Drawing.Size(200, 20);
125            this.loweredUserNameTextBox.TabIndex = 8;
126            //
127            // mobileAliasLabel
128            //
129            mobileAliasLabel.AutoSize = true;
130            mobileAliasLabel.Location = new System.Drawing.Point(12, 126);
131            mobileAliasLabel.Name = "mobileAliasLabel";
132            mobileAliasLabel.Size = new System.Drawing.Size(66, 13);
133            mobileAliasLabel.TabIndex = 9;
134            mobileAliasLabel.Text = "Mobile Alias:";
135            //
136            // mobileAliasTextBox
137            //
138            this.mobileAliasTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "MobileAlias", true));
139            this.mobileAliasTextBox.Location = new System.Drawing.Point(125, 123);
140            this.mobileAliasTextBox.Name = "mobileAliasTextBox";
141            this.mobileAliasTextBox.Size = new System.Drawing.Size(200, 20);
142            this.mobileAliasTextBox.TabIndex = 10;
143            //
144            // userIdLabel
145            //
146            userIdLabel.AutoSize = true;
147            userIdLabel.Location = new System.Drawing.Point(12, 152);
148            userIdLabel.Name = "userIdLabel";
149            userIdLabel.Size = new System.Drawing.Size(44, 13);
150            userIdLabel.TabIndex = 11;
151            userIdLabel.Text = "User Id:";
152            //
153            // userIdTextBox
154            //
155            this.userIdTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "UserId", true));
156            this.userIdTextBox.Location = new System.Drawing.Point(125, 149);
157            this.userIdTextBox.Name = "userIdTextBox";
158            this.userIdTextBox.Size = new System.Drawing.Size(200, 20);
159            this.userIdTextBox.TabIndex = 12;
160            //
161            // userNameLabel
162            //
163            userNameLabel.AutoSize = true;
164            userNameLabel.Location = new System.Drawing.Point(12, 178);
165            userNameLabel.Name = "userNameLabel";
166            userNameLabel.Size = new System.Drawing.Size(63, 13);
167            userNameLabel.TabIndex = 13;
168            userNameLabel.Text = "User Name:";
169            //
170            // userNameTextBox
171            //
172            this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUser, "UserName", true));
173            this.userNameTextBox.Location = new System.Drawing.Point(125, 175);
174            this.userNameTextBox.Name = "userNameTextBox";
175            this.userNameTextBox.Size = new System.Drawing.Size(200, 20);
176            this.userNameTextBox.TabIndex = 14;
177            //
178            // btnSave
179            //
180            this.btnSave.Location = new System.Drawing.Point(11, 212);
181            this.btnSave.Name = "btnSave";
182            this.btnSave.Size = new System.Drawing.Size(75, 23);
183            this.btnSave.TabIndex = 15;
184            this.btnSave.Text = "Save";
185            this.btnSave.UseVisualStyleBackColor = true;
186            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
187            //
188            // bsUser
189            //
190            this.bsUser.DataSource = typeof(HeuristicLab.Services.Authentication.DataTransfer.User);
191            //
192            // UserDetail
193            //
194            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
195            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
196            this.ClientSize = new System.Drawing.Size(380, 254);
197            this.Controls.Add(this.btnSave);
198            this.Controls.Add(applicationIdLabel);
199            this.Controls.Add(this.applicationIdTextBox);
200            this.Controls.Add(isAnonymousLabel);
201            this.Controls.Add(this.isAnonymousCheckBox);
202            this.Controls.Add(lastActivityDateLabel);
203            this.Controls.Add(this.lastActivityDateDateTimePicker);
204            this.Controls.Add(loweredUserNameLabel);
205            this.Controls.Add(this.loweredUserNameTextBox);
206            this.Controls.Add(mobileAliasLabel);
207            this.Controls.Add(this.mobileAliasTextBox);
208            this.Controls.Add(userIdLabel);
209            this.Controls.Add(this.userIdTextBox);
210            this.Controls.Add(userNameLabel);
211            this.Controls.Add(this.userNameTextBox);
212            this.Name = "UserDetail";
213            this.Text = "UserDetail";
214            ((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
215            this.ResumeLayout(false);
216            this.PerformLayout();
217
218        }
219
220        #endregion
221
222        private System.Windows.Forms.BindingSource bsUser;
223        private System.Windows.Forms.TextBox applicationIdTextBox;
224        private System.Windows.Forms.CheckBox isAnonymousCheckBox;
225        private System.Windows.Forms.DateTimePicker lastActivityDateDateTimePicker;
226        private System.Windows.Forms.TextBox loweredUserNameTextBox;
227        private System.Windows.Forms.TextBox mobileAliasTextBox;
228        private System.Windows.Forms.TextBox userIdTextBox;
229        private System.Windows.Forms.TextBox userNameTextBox;
230        private System.Windows.Forms.Button btnSave;
231    }
232}
Note: See TracBrowser for help on using the repository browser.