namespace GeoTema { partial class MainMenu { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtUserName = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.lblUserName = new System.Windows.Forms.Label(); this.lblPassword = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtUserName // this.txtUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtUserName.Location = new System.Drawing.Point(320, 200); this.txtUserName.MaxLength = 30; this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(160, 29); this.txtUserName.TabIndex = 0; // // btnLogin // this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogin.Location = new System.Drawing.Point(400, 300); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(80, 40); this.btnLogin.TabIndex = 1; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserName.Location = new System.Drawing.Point(230, 206); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(83, 20); this.lblUserName.TabIndex = 2; this.lblUserName.Text = "Username"; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPassword.Location = new System.Drawing.Point(230, 256); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(78, 20); this.lblPassword.TabIndex = 4; this.lblPassword.Text = "Password"; // // txtPassword // this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.Location = new System.Drawing.Point(320, 250); this.txtPassword.MaxLength = 30; this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(160, 29); this.txtPassword.TabIndex = 3; this.txtPassword.UseSystemPasswordChar = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(277, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(246, 46); this.label1.TabIndex = 5; this.label1.Text = "WELCOME!"; // // MainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.label1); this.Controls.Add(this.lblPassword); this.Controls.Add(this.txtPassword); this.Controls.Add(this.lblUserName); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtUserName); this.Name = "MainMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MainMenu"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Label lblUserName; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label1; } }