namespace MSGer.tk { partial class LoginForm_RegistrationForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.codeText = new System.Windows.Forms.TextBox(); this.userText = new System.Windows.Forms.TextBox(); this.passText = new System.Windows.Forms.TextBox(); this.emailText = new System.Windows.Forms.TextBox(); this.registerButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.ForeColor = System.Drawing.Color.Blue; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(124, 24); this.label1.TabIndex = 0; this.label1.Text = "Regisztráció"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F); this.label2.Location = new System.Drawing.Point(17, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 24); this.label2.TabIndex = 1; this.label2.Text = "Kód"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F); this.label3.Location = new System.Drawing.Point(17, 92); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(143, 24); this.label3.TabIndex = 2; this.label3.Text = "Felhasználónév"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F); this.label4.Location = new System.Drawing.Point(17, 125); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 24); this.label4.TabIndex = 3; this.label4.Text = "Jelszó"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F); this.label5.Location = new System.Drawing.Point(17, 160); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(63, 24); this.label5.TabIndex = 4; this.label5.Text = "E-mail"; // // codeText // this.codeText.Location = new System.Drawing.Point(86, 63); this.codeText.Name = "codeText"; this.codeText.Size = new System.Drawing.Size(358, 20); this.codeText.TabIndex = 6; // // userText // this.userText.Location = new System.Drawing.Point(166, 97); this.userText.Name = "userText"; this.userText.Size = new System.Drawing.Size(278, 20); this.userText.TabIndex = 7; // // passText // this.passText.Location = new System.Drawing.Point(166, 130); this.passText.Name = "passText"; this.passText.PasswordChar = '→'; this.passText.Size = new System.Drawing.Size(278, 20); this.passText.TabIndex = 8; // // emailText // this.emailText.Location = new System.Drawing.Point(86, 165); this.emailText.Name = "emailText"; this.emailText.Size = new System.Drawing.Size(358, 20); this.emailText.TabIndex = 9; // // registerButton // this.registerButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.registerButton.Location = new System.Drawing.Point(17, 220); this.registerButton.Name = "registerButton"; this.registerButton.Size = new System.Drawing.Size(427, 23); this.registerButton.TabIndex = 10; this.registerButton.Text = "Regisztráció"; this.registerButton.UseVisualStyleBackColor = true; this.registerButton.Click += new System.EventHandler(this.registerButton_Click); // // LoginForm_RegistrationForm // this.AcceptButton = this.registerButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(200))))); this.ClientSize = new System.Drawing.Size(469, 356); this.Controls.Add(this.registerButton); this.Controls.Add(this.emailText); this.Controls.Add(this.passText); this.Controls.Add(this.userText); this.Controls.Add(this.codeText); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LoginForm_RegistrationForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Regisztráció"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox codeText; private System.Windows.Forms.TextBox userText; private System.Windows.Forms.TextBox passText; private System.Windows.Forms.TextBox emailText; private System.Windows.Forms.Button registerButton; } }