Form1.Designer.cs 6.42 KB
namespace MoyaSignup
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.btnFinnish = new System.Windows.Forms.Button();
            this.btnEnglish = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.userDetailsEditor1 = new MoyaSignup.UserDetailsEditor();
            this.userLoginControl1 = new MoyaSignup.UserLoginControl();
            this.SuspendLayout();
            // 
            // btnFinnish
            // 
            this.btnFinnish.Image = ((System.Drawing.Image)(resources.GetObject("btnFinnish.Image")));
            this.btnFinnish.Location = new System.Drawing.Point(784, 14);
            this.btnFinnish.Name = "btnFinnish";
            this.btnFinnish.Size = new System.Drawing.Size(128, 63);
            this.btnFinnish.TabIndex = 80;
            this.btnFinnish.UseVisualStyleBackColor = true;
            this.btnFinnish.Visible = false;
            // 
            // btnEnglish
            // 
            this.btnEnglish.Image = ((System.Drawing.Image)(resources.GetObject("btnEnglish.Image")));
            this.btnEnglish.Location = new System.Drawing.Point(918, 12);
            this.btnEnglish.Name = "btnEnglish";
            this.btnEnglish.Size = new System.Drawing.Size(128, 65);
            this.btnEnglish.TabIndex = 81;
            this.btnEnglish.UseVisualStyleBackColor = true;
            this.btnEnglish.Visible = false;
            // 
            // panel1
            // 
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1, 1);
            this.panel1.TabIndex = 86;
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(1046, 758);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(10, 10);
            this.button1.TabIndex = 95;
            this.button1.TabStop = false;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // userDetailsEditor1
            // 
            this.userDetailsEditor1.BackColor = System.Drawing.Color.Transparent;
            this.userDetailsEditor1.Location = new System.Drawing.Point(3, 83);
            this.userDetailsEditor1.Name = "userDetailsEditor1";
            this.userDetailsEditor1.Size = new System.Drawing.Size(1043, 673);
            this.userDetailsEditor1.TabIndex = 98;
            this.userDetailsEditor1.Visible = false;
            this.userDetailsEditor1.CloseView += new System.EventHandler(this.userDetailsEditor1_CloseView);
            this.userDetailsEditor1.Load += new System.EventHandler(this.userDetailsEditor1_Load);
            // 
            // userLoginControl1
            // 
            this.userLoginControl1.BackColor = System.Drawing.Color.Transparent;
            this.userLoginControl1.Location = new System.Drawing.Point(340, 222);
            this.userLoginControl1.Name = "userLoginControl1";
            this.userLoginControl1.Size = new System.Drawing.Size(507, 174);
            this.userLoginControl1.TabIndex = 97;
            this.userLoginControl1.LoginOk += new System.EventHandler(this.userLoginControl1_LoginOk);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::MoyaSignup.Properties.Resources.vecto_tausta;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(1058, 768);
            this.Controls.Add(this.userDetailsEditor1);
            this.Controls.Add(this.userLoginControl1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnEnglish);
            this.Controls.Add(this.btnFinnish);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Form1";
            this.Text = "Form1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Deactivate += new System.EventHandler(this.Form1_Deactivate);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseClick);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnFinnish;
        private System.Windows.Forms.Button btnEnglish;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button button1;
        private UserLoginControl userLoginControl1;
        private UserDetailsEditor userDetailsEditor1;
    }
}