Login.Designer.cs

00001 using System.Windows.Forms;
00002 namespace Client
00003 {
00004     partial class Login : Form
00005     {
00009         private System.ComponentModel.IContainer components = null;
00010 
00015         protected override void Dispose(bool disposing)
00016         {
00017             if (disposing && (components != null))
00018             {
00019                 components.Dispose();
00020             }
00021             base.Dispose(disposing);
00022         }
00023 
00024         #region Windows Form Designer generated code
00025 
00030         private void InitializeComponent()
00031         {
00032             this.components = new System.ComponentModel.Container();
00033             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
00034             this.txtUsername = new System.Windows.Forms.TextBox();
00035             this.txtPassword = new System.Windows.Forms.TextBox();
00036             this.btnLogin = new System.Windows.Forms.Button();
00037             this.btnQuit = new System.Windows.Forms.Button();
00038             this.label1 = new System.Windows.Forms.Label();
00039             this.label2 = new System.Windows.Forms.Label();
00040             this.chkRemember = new System.Windows.Forms.CheckBox();
00041             this.groupBox1 = new System.Windows.Forms.GroupBox();
00042             this.cmdCreateUser = new System.Windows.Forms.LinkLabel();
00043             this.cmdWhatis = new System.Windows.Forms.LinkLabel();
00044             this.cmdForgetMe = new System.Windows.Forms.LinkLabel();
00045             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
00046             this.btnConfigure = new System.Windows.Forms.Button();
00047             this.pleaseWait = new SimpleControls.PleaseWait();
00048             this.groupBox1.SuspendLayout();
00049             this.SuspendLayout();
00050             // 
00051             // txtUsername
00052             // 
00053             this.txtUsername.Location = new System.Drawing.Point(6, 25);
00054             this.txtUsername.Name = "txtUsername";
00055             this.txtUsername.Size = new System.Drawing.Size(191, 20);
00056             this.txtUsername.TabIndex = 1;
00057             this.toolTip1.SetToolTip(this.txtUsername, "Enter your username here");
00058             this.txtUsername.Enter += new System.EventHandler(this.txtUsername_Enter);
00059             // 
00060             // txtPassword
00061             // 
00062             this.txtPassword.Location = new System.Drawing.Point(6, 64);
00063             this.txtPassword.Name = "txtPassword";
00064             this.txtPassword.Size = new System.Drawing.Size(191, 20);
00065             this.txtPassword.TabIndex = 3;
00066             this.toolTip1.SetToolTip(this.txtPassword, "Enter your password here");
00067             this.txtPassword.UseSystemPasswordChar = true;
00068             this.txtPassword.Enter += new System.EventHandler(this.txtPassword_Enter);
00069             // 
00070             // btnLogin
00071             // 
00072             this.btnLogin.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.Image")));
00073             this.btnLogin.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00074             this.btnLogin.Location = new System.Drawing.Point(122, 90);
00075             this.btnLogin.Name = "btnLogin";
00076             this.btnLogin.Size = new System.Drawing.Size(75, 23);
00077             this.btnLogin.TabIndex = 6;
00078             this.btnLogin.Text = "&Log in";
00079             this.toolTip1.SetToolTip(this.btnLogin, "Click here to log in once you have entered your details above");
00080             this.btnLogin.UseVisualStyleBackColor = true;
00081             this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
00082             // 
00083             // btnQuit
00084             // 
00085             this.btnQuit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00086             this.btnQuit.Image = ((System.Drawing.Image)(resources.GetObject("btnQuit.Image")));
00087             this.btnQuit.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00088             this.btnQuit.Location = new System.Drawing.Point(122, 201);
00089             this.btnQuit.Name = "btnQuit";
00090             this.btnQuit.Size = new System.Drawing.Size(75, 23);
00091             this.btnQuit.TabIndex = 9;
00092             this.btnQuit.Text = "&Quit";
00093             this.toolTip1.SetToolTip(this.btnQuit, "Quit the program");
00094             this.btnQuit.UseVisualStyleBackColor = true;
00095             this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
00096             // 
00097             // label1
00098             // 
00099             this.label1.AutoSize = true;
00100             this.label1.Location = new System.Drawing.Point(3, 8);
00101             this.label1.Name = "label1";
00102             this.label1.Size = new System.Drawing.Size(61, 13);
00103             this.label1.TabIndex = 0;
00104             this.label1.Text = "&User name:";
00105             // 
00106             // label2
00107             // 
00108             this.label2.AutoSize = true;
00109             this.label2.Location = new System.Drawing.Point(3, 48);
00110             this.label2.Name = "label2";
00111             this.label2.Size = new System.Drawing.Size(56, 13);
00112             this.label2.TabIndex = 2;
00113             this.label2.Text = "&Password:";
00114             // 
00115             // chkRemember
00116             // 
00117             this.chkRemember.AutoSize = true;
00118             this.chkRemember.Location = new System.Drawing.Point(6, 94);
00119             this.chkRemember.Name = "chkRemember";
00120             this.chkRemember.Size = new System.Drawing.Size(94, 17);
00121             this.chkRemember.TabIndex = 5;
00122             this.chkRemember.Text = "&Remember me";
00123             this.toolTip1.SetToolTip(this.chkRemember, "Tick this to save your username and password on the computer");
00124             this.chkRemember.UseVisualStyleBackColor = true;
00125             // 
00126             // groupBox1
00127             // 
00128             this.groupBox1.Controls.Add(this.cmdCreateUser);
00129             this.groupBox1.Controls.Add(this.cmdWhatis);
00130             this.groupBox1.Location = new System.Drawing.Point(6, 119);
00131             this.groupBox1.Name = "groupBox1";
00132             this.groupBox1.Size = new System.Drawing.Size(191, 76);
00133             this.groupBox1.TabIndex = 7;
00134             this.groupBox1.TabStop = false;
00135             this.groupBox1.Text = "New to SCRAML?";
00136             // 
00137             // cmdCreateUser
00138             // 
00139             this.cmdCreateUser.AutoSize = true;
00140             this.cmdCreateUser.Location = new System.Drawing.Point(9, 21);
00141             this.cmdCreateUser.Name = "cmdCreateUser";
00142             this.cmdCreateUser.Size = new System.Drawing.Size(93, 13);
00143             this.cmdCreateUser.TabIndex = 0;
00144             this.cmdCreateUser.TabStop = true;
00145             this.cmdCreateUser.Text = "Create new user...";
00146             this.toolTip1.SetToolTip(this.cmdCreateUser, "Click here to create a new user");
00147             this.cmdCreateUser.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.cmdCreateUser_LinkClicked);
00148             // 
00149             // cmdWhatis
00150             // 
00151             this.cmdWhatis.AutoSize = true;
00152             this.cmdWhatis.Location = new System.Drawing.Point(9, 47);
00153             this.cmdWhatis.Name = "cmdWhatis";
00154             this.cmdWhatis.Size = new System.Drawing.Size(96, 13);
00155             this.cmdWhatis.TabIndex = 1;
00156             this.cmdWhatis.TabStop = true;
00157             this.cmdWhatis.Text = "What is SCRAML?";
00158             this.toolTip1.SetToolTip(this.cmdWhatis, "Show information on, what Student Kataloguing of Reviews, Articles, Movies and Ma" +
00159                     "ss Eelectronic Literature is...");
00160             this.cmdWhatis.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.cmdWhatis_LinkClicked);
00161             // 
00162             // cmdForgetMe
00163             // 
00164             this.cmdForgetMe.AutoSize = true;
00165             this.cmdForgetMe.BackColor = System.Drawing.SystemColors.Control;
00166             this.cmdForgetMe.Location = new System.Drawing.Point(3, 95);
00167             this.cmdForgetMe.Name = "cmdForgetMe";
00168             this.cmdForgetMe.Size = new System.Drawing.Size(86, 13);
00169             this.cmdForgetMe.TabIndex = 4;
00170             this.cmdForgetMe.TabStop = true;
00171             this.cmdForgetMe.Text = "Forget my details";
00172             this.toolTip1.SetToolTip(this.cmdForgetMe, "Remove remembered login details");
00173             this.cmdForgetMe.Visible = false;
00174             this.cmdForgetMe.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.cmdForgetMe_LinkClicked);
00175             // 
00176             // btnConfigure
00177             // 
00178             this.btnConfigure.Image = global::Client.Properties.Resources.configure;
00179             this.btnConfigure.Location = new System.Drawing.Point(6, 201);
00180             this.btnConfigure.Name = "btnConfigure";
00181             this.btnConfigure.Size = new System.Drawing.Size(23, 23);
00182             this.btnConfigure.TabIndex = 8;
00183             this.toolTip1.SetToolTip(this.btnConfigure, "Set up which server you are connecting to...");
00184             this.btnConfigure.UseVisualStyleBackColor = true;
00185             this.btnConfigure.Click += new System.EventHandler(this.btnConfigure_Click);
00186             // 
00187             // pleaseWait
00188             // 
00189             this.pleaseWait.BackColor = System.Drawing.SystemColors.Control;
00190             this.pleaseWait.DoStuff = false;
00191             this.pleaseWait.Location = new System.Drawing.Point(122, -16);
00192             this.pleaseWait.Name = "pleaseWait";
00193             this.pleaseWait.Size = new System.Drawing.Size(127, 37);
00194             this.pleaseWait.TabIndex = 10;
00195             this.pleaseWait.Visible = false;
00196             // 
00197             // Login
00198             // 
00199             this.AcceptButton = this.btnLogin;
00200             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00201             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00202             this.CancelButton = this.btnQuit;
00203             this.ClientSize = new System.Drawing.Size(207, 234);
00204             this.Controls.Add(this.pleaseWait);
00205             this.Controls.Add(this.btnConfigure);
00206             this.Controls.Add(this.cmdForgetMe);
00207             this.Controls.Add(this.label1);
00208             this.Controls.Add(this.chkRemember);
00209             this.Controls.Add(this.groupBox1);
00210             this.Controls.Add(this.txtPassword);
00211             this.Controls.Add(this.label2);
00212             this.Controls.Add(this.btnQuit);
00213             this.Controls.Add(this.btnLogin);
00214             this.Controls.Add(this.txtUsername);
00215             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00216             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00217             this.MaximizeBox = false;
00218             this.MinimizeBox = false;
00219             this.Name = "Login";
00220             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
00221             this.Text = "Log in";
00222             this.Shown += new System.EventHandler(this.Login_Shown);
00223             this.groupBox1.ResumeLayout(false);
00224             this.groupBox1.PerformLayout();
00225             this.ResumeLayout(false);
00226             this.PerformLayout();
00227 
00228         }
00229 
00230         #endregion
00231 
00232         private System.Windows.Forms.TextBox txtUsername;
00233         private System.Windows.Forms.TextBox txtPassword;
00234         private System.Windows.Forms.Button btnLogin;
00235         private System.Windows.Forms.Button btnQuit;
00236         private System.Windows.Forms.Label label1;
00237         private System.Windows.Forms.Label label2;
00238         private CheckBox chkRemember;
00239         private GroupBox groupBox1;
00240         private LinkLabel cmdCreateUser;
00241         private LinkLabel cmdWhatis;
00242         private LinkLabel cmdForgetMe;
00243         private ToolTip toolTip1;
00244         private Button btnConfigure;
00245         private SimpleControls.PleaseWait pleaseWait;
00246     }
00247 }

Generated on Thu Dec 21 06:21:55 2006 for SCRAML by  doxygen 1.5.1-p1