00001 namespace Client
00002 {
00003 partial class UserForm
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.textBoxName = new System.Windows.Forms.TextBox();
00032 this.label1 = new System.Windows.Forms.Label();
00033 this.label2 = new System.Windows.Forms.Label();
00034 this.textBoxEmail = new System.Windows.Forms.TextBox();
00035 this.label4 = new System.Windows.Forms.Label();
00036 this.label6 = new System.Windows.Forms.Label();
00037 this.label7 = new System.Windows.Forms.Label();
00038 this.button1 = new System.Windows.Forms.Button();
00039 this.button2 = new System.Windows.Forms.Button();
00040 this.label10 = new System.Windows.Forms.Label();
00041 this.label11 = new System.Windows.Forms.Label();
00042 this.textBoxDepartment = new System.Windows.Forms.TextBox();
00043 this.label8 = new System.Windows.Forms.Label();
00044 this.label12 = new System.Windows.Forms.Label();
00045 this.textBoxUsername = new System.Windows.Forms.TextBox();
00046 this.textBoxConfirm = new System.Windows.Forms.TextBox();
00047 this.textBoxPassword = new System.Windows.Forms.TextBox();
00048 this.label3 = new System.Windows.Forms.Label();
00049 this.groupBox1 = new System.Windows.Forms.GroupBox();
00050 this.groupBox2 = new System.Windows.Forms.GroupBox();
00051 this.label5 = new System.Windows.Forms.Label();
00052 this.groupBox1.SuspendLayout();
00053 this.groupBox2.SuspendLayout();
00054 this.SuspendLayout();
00055
00056
00057
00058 this.textBoxName.Location = new System.Drawing.Point(110, 19);
00059 this.textBoxName.Name = "textBoxName";
00060 this.textBoxName.Size = new System.Drawing.Size(189, 20);
00061 this.textBoxName.TabIndex = 1;
00062
00063
00064
00065 this.label1.AutoSize = true;
00066 this.label1.Location = new System.Drawing.Point(66, 22);
00067 this.label1.Name = "label1";
00068 this.label1.Size = new System.Drawing.Size(38, 13);
00069 this.label1.TabIndex = 0;
00070 this.label1.Text = "Name:";
00071
00072
00073
00074 this.label2.AutoSize = true;
00075 this.label2.Location = new System.Drawing.Point(39, 49);
00076 this.label2.Name = "label2";
00077 this.label2.Size = new System.Drawing.Size(65, 13);
00078 this.label2.TabIndex = 3;
00079 this.label2.Text = "Department:";
00080
00081
00082
00083 this.textBoxEmail.Location = new System.Drawing.Point(110, 76);
00084 this.textBoxEmail.Name = "textBoxEmail";
00085 this.textBoxEmail.Size = new System.Drawing.Size(189, 20);
00086 this.textBoxEmail.TabIndex = 7;
00087
00088
00089
00090 this.label4.AutoSize = true;
00091 this.label4.Location = new System.Drawing.Point(32, 79);
00092 this.label4.Name = "label4";
00093 this.label4.Size = new System.Drawing.Size(75, 13);
00094 this.label4.TabIndex = 6;
00095 this.label4.Text = "Email address:";
00096
00097
00098
00099 this.label6.AutoSize = true;
00100 this.label6.Location = new System.Drawing.Point(47, 48);
00101 this.label6.Name = "label6";
00102 this.label6.Size = new System.Drawing.Size(56, 13);
00103 this.label6.TabIndex = 3;
00104 this.label6.Text = "Password:";
00105
00106
00107
00108 this.label7.AutoSize = true;
00109 this.label7.Location = new System.Drawing.Point(9, 74);
00110 this.label7.Name = "label7";
00111 this.label7.Size = new System.Drawing.Size(94, 13);
00112 this.label7.TabIndex = 5;
00113 this.label7.Text = "Repeat Password:";
00114
00115
00116
00117 this.button1.Location = new System.Drawing.Point(297, 239);
00118 this.button1.Name = "button1";
00119 this.button1.Size = new System.Drawing.Size(75, 23);
00120 this.button1.TabIndex = 2;
00121 this.button1.Text = "Create user";
00122 this.button1.UseVisualStyleBackColor = true;
00123 this.button1.Click += new System.EventHandler(this.button1_Click);
00124
00125
00126
00127 this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00128 this.button2.Location = new System.Drawing.Point(378, 239);
00129 this.button2.Name = "button2";
00130 this.button2.Size = new System.Drawing.Size(75, 23);
00131 this.button2.TabIndex = 3;
00132 this.button2.Text = "Cancel";
00133 this.button2.UseVisualStyleBackColor = true;
00134 this.button2.Click += new System.EventHandler(this.button2_Click);
00135
00136
00137
00138 this.label10.AutoSize = true;
00139 this.label10.Location = new System.Drawing.Point(306, 78);
00140 this.label10.Name = "label10";
00141 this.label10.Size = new System.Drawing.Size(124, 13);
00142 this.label10.TabIndex = 8;
00143 this.label10.Text = "e.g. gibson@mensa.com";
00144
00145
00146
00147 this.label11.AutoSize = true;
00148 this.label11.Location = new System.Drawing.Point(306, 21);
00149 this.label11.Name = "label11";
00150 this.label11.Size = new System.Drawing.Size(88, 13);
00151 this.label11.TabIndex = 2;
00152 this.label11.Text = "e.g. Andy Gibson";
00153
00154
00155
00156 this.textBoxDepartment.Location = new System.Drawing.Point(110, 46);
00157 this.textBoxDepartment.Name = "textBoxDepartment";
00158 this.textBoxDepartment.Size = new System.Drawing.Size(189, 20);
00159 this.textBoxDepartment.TabIndex = 4;
00160
00161
00162
00163 this.label8.AutoSize = true;
00164 this.label8.Location = new System.Drawing.Point(305, 21);
00165 this.label8.Name = "label8";
00166 this.label8.Size = new System.Drawing.Size(85, 13);
00167 this.label8.TabIndex = 2;
00168 this.label8.Text = "e.g. rollingdad15";
00169
00170
00171
00172 this.label12.AutoSize = true;
00173 this.label12.Location = new System.Drawing.Point(48, 21);
00174 this.label12.Name = "label12";
00175 this.label12.Size = new System.Drawing.Size(58, 13);
00176 this.label12.TabIndex = 0;
00177 this.label12.Text = "Username:";
00178
00179
00180
00181 this.textBoxUsername.Location = new System.Drawing.Point(109, 19);
00182 this.textBoxUsername.Name = "textBoxUsername";
00183 this.textBoxUsername.Size = new System.Drawing.Size(189, 20);
00184 this.textBoxUsername.TabIndex = 1;
00185
00186
00187
00188 this.textBoxConfirm.Location = new System.Drawing.Point(109, 71);
00189 this.textBoxConfirm.Name = "textBoxConfirm";
00190 this.textBoxConfirm.Size = new System.Drawing.Size(189, 20);
00191 this.textBoxConfirm.TabIndex = 6;
00192 this.textBoxConfirm.UseSystemPasswordChar = true;
00193 this.textBoxConfirm.Enter += new System.EventHandler(this.textBoxConfirm_Enter);
00194 this.textBoxConfirm.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBoxConfirm_MouseClick);
00195
00196
00197
00198 this.textBoxPassword.Location = new System.Drawing.Point(109, 45);
00199 this.textBoxPassword.Name = "textBoxPassword";
00200 this.textBoxPassword.Size = new System.Drawing.Size(189, 20);
00201 this.textBoxPassword.TabIndex = 4;
00202 this.textBoxPassword.UseSystemPasswordChar = true;
00203 this.textBoxPassword.Enter += new System.EventHandler(this.textBoxPassword_Enter);
00204 this.textBoxPassword.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBoxPassword_MouseClick);
00205
00206
00207
00208 this.label3.AutoSize = true;
00209 this.label3.Location = new System.Drawing.Point(306, 49);
00210 this.label3.Name = "label3";
00211 this.label3.Size = new System.Drawing.Size(115, 13);
00212 this.label3.TabIndex = 5;
00213 this.label3.Text = "e.g. Computer Science";
00214
00215
00216
00217 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00218 | System.Windows.Forms.AnchorStyles.Right)));
00219 this.groupBox1.Controls.Add(this.label1);
00220 this.groupBox1.Controls.Add(this.textBoxName);
00221 this.groupBox1.Controls.Add(this.label2);
00222 this.groupBox1.Controls.Add(this.textBoxEmail);
00223 this.groupBox1.Controls.Add(this.textBoxDepartment);
00224 this.groupBox1.Controls.Add(this.label4);
00225 this.groupBox1.Controls.Add(this.label3);
00226 this.groupBox1.Controls.Add(this.label10);
00227 this.groupBox1.Controls.Add(this.label11);
00228 this.groupBox1.Location = new System.Drawing.Point(12, 10);
00229 this.groupBox1.Name = "groupBox1";
00230 this.groupBox1.Size = new System.Drawing.Size(441, 112);
00231 this.groupBox1.TabIndex = 0;
00232 this.groupBox1.TabStop = false;
00233 this.groupBox1.Text = "Personal Information";
00234
00235
00236
00237 this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00238 | System.Windows.Forms.AnchorStyles.Right)));
00239 this.groupBox2.Controls.Add(this.textBoxUsername);
00240 this.groupBox2.Controls.Add(this.textBoxPassword);
00241 this.groupBox2.Controls.Add(this.label5);
00242 this.groupBox2.Controls.Add(this.label8);
00243 this.groupBox2.Controls.Add(this.textBoxConfirm);
00244 this.groupBox2.Controls.Add(this.label12);
00245 this.groupBox2.Controls.Add(this.label6);
00246 this.groupBox2.Controls.Add(this.label7);
00247 this.groupBox2.Location = new System.Drawing.Point(13, 129);
00248 this.groupBox2.Name = "groupBox2";
00249 this.groupBox2.Size = new System.Drawing.Size(440, 104);
00250 this.groupBox2.TabIndex = 1;
00251 this.groupBox2.TabStop = false;
00252 this.groupBox2.Text = "Login information";
00253
00254
00255
00256 this.label5.AutoSize = true;
00257 this.label5.Location = new System.Drawing.Point(304, 48);
00258 this.label5.Name = "label5";
00259 this.label5.Size = new System.Drawing.Size(83, 13);
00260 this.label5.TabIndex = 2;
00261 this.label5.Text = "e.g. fd8s3DP.sd";
00262
00263
00264
00265 this.AcceptButton = this.button1;
00266 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00267 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00268 this.CancelButton = this.button2;
00269 this.ClientSize = new System.Drawing.Size(465, 272);
00270 this.Controls.Add(this.groupBox2);
00271 this.Controls.Add(this.groupBox1);
00272 this.Controls.Add(this.button2);
00273 this.Controls.Add(this.button1);
00274 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00275 this.Name = "UserForm";
00276 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00277 this.Text = "Create new user";
00278 this.groupBox1.ResumeLayout(false);
00279 this.groupBox1.PerformLayout();
00280 this.groupBox2.ResumeLayout(false);
00281 this.groupBox2.PerformLayout();
00282 this.ResumeLayout(false);
00283
00284 }
00285
00286 #endregion
00287
00288 private System.Windows.Forms.TextBox textBoxName;
00289 private System.Windows.Forms.Label label1;
00290 private System.Windows.Forms.Label label2;
00291 private System.Windows.Forms.TextBox textBoxEmail;
00292 private System.Windows.Forms.Label label4;
00293 private System.Windows.Forms.Label label6;
00294 private System.Windows.Forms.Label label7;
00295 private System.Windows.Forms.Button button1;
00296 private System.Windows.Forms.Button button2;
00297 private System.Windows.Forms.Label label10;
00298 private System.Windows.Forms.Label label11;
00299 private System.Windows.Forms.TextBox textBoxDepartment;
00300 private System.Windows.Forms.Label label8;
00301 private System.Windows.Forms.Label label12;
00302 private System.Windows.Forms.TextBox textBoxUsername;
00303 private System.Windows.Forms.TextBox textBoxConfirm;
00304 private System.Windows.Forms.TextBox textBoxPassword;
00305 private System.Windows.Forms.Label label3;
00306 private System.Windows.Forms.GroupBox groupBox1;
00307 private System.Windows.Forms.GroupBox groupBox2;
00308 private System.Windows.Forms.Label label5;
00309 }
00310 }
00311