namespace Deckungsbeitrag { partial class FormLogin { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogin)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBoxPwdWh = new System.Windows.Forms.TextBox(); this.labelPwdWh = new System.Windows.Forms.Label(); this.textBoxPasswort = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxBenutzer = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonAnmelden = new System.Windows.Forms.Button(); this.buttonAbbrechen = new System.Windows.Forms.Button(); this.buttonRegistrieren = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.textBoxPwdWh); this.groupBox1.Controls.Add(this.labelPwdWh); this.groupBox1.Controls.Add(this.textBoxPasswort); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBoxBenutzer); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(27, 32); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Size = new System.Drawing.Size(694, 154); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Login-Daten"; // // textBoxPwdWh // this.textBoxPwdWh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxPwdWh.Location = new System.Drawing.Point(278, 169); this.textBoxPwdWh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxPwdWh.Name = "textBoxPwdWh"; this.textBoxPwdWh.Size = new System.Drawing.Size(394, 35); this.textBoxPwdWh.TabIndex = 5; this.textBoxPwdWh.UseSystemPasswordChar = true; // // labelPwdWh // this.labelPwdWh.AutoSize = true; this.labelPwdWh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPwdWh.ForeColor = System.Drawing.Color.White; this.labelPwdWh.Location = new System.Drawing.Point(39, 174); this.labelPwdWh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelPwdWh.Name = "labelPwdWh"; this.labelPwdWh.Size = new System.Drawing.Size(230, 29); this.labelPwdWh.TabIndex = 4; this.labelPwdWh.Text = "Passwort bestätigen"; // // textBoxPasswort // this.textBoxPasswort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxPasswort.Location = new System.Drawing.Point(278, 95); this.textBoxPasswort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxPasswort.Name = "textBoxPasswort"; this.textBoxPasswort.Size = new System.Drawing.Size(394, 35); this.textBoxPasswort.TabIndex = 3; this.textBoxPasswort.UseSystemPasswordChar = true; this.textBoxPasswort.Enter += new System.EventHandler(this.textBoxPasswort_Enter); this.textBoxPasswort.Leave += new System.EventHandler(this.textBox_Leave); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(158, 100); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 29); this.label2.TabIndex = 2; this.label2.Text = "Passwort"; // // textBoxBenutzer // this.textBoxBenutzer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxBenutzer.Location = new System.Drawing.Point(278, 46); this.textBoxBenutzer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxBenutzer.Name = "textBoxBenutzer"; this.textBoxBenutzer.Size = new System.Drawing.Size(394, 35); this.textBoxBenutzer.TabIndex = 1; this.textBoxBenutzer.Enter += new System.EventHandler(this.textBoxBenutzer_Enter); this.textBoxBenutzer.Leave += new System.EventHandler(this.textBoxBenutzer_Leave); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(158, 51); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 29); this.label1.TabIndex = 0; this.label1.Text = "Benutzer"; // // buttonAnmelden // this.buttonAnmelden.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAnmelden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.buttonAnmelden.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.buttonAnmelden.FlatAppearance.BorderSize = 0; this.buttonAnmelden.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAnmelden.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAnmelden.ForeColor = System.Drawing.Color.White; this.buttonAnmelden.Location = new System.Drawing.Point(495, 212); this.buttonAnmelden.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonAnmelden.Name = "buttonAnmelden"; this.buttonAnmelden.Padding = new System.Windows.Forms.Padding(3); this.buttonAnmelden.Size = new System.Drawing.Size(225, 63); this.buttonAnmelden.TabIndex = 1; this.buttonAnmelden.Text = "Anmelden"; this.buttonAnmelden.UseVisualStyleBackColor = false; this.buttonAnmelden.Click += new System.EventHandler(this.buttonAnmelden_Click); // // buttonAbbrechen // this.buttonAbbrechen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonAbbrechen.BackColor = System.Drawing.Color.Red; this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonAbbrechen.FlatAppearance.BorderColor = System.Drawing.Color.Red; this.buttonAbbrechen.FlatAppearance.BorderSize = 0; this.buttonAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonAbbrechen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonAbbrechen.ForeColor = System.Drawing.Color.White; this.buttonAbbrechen.Location = new System.Drawing.Point(261, 212); this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonAbbrechen.Name = "buttonAbbrechen"; this.buttonAbbrechen.Size = new System.Drawing.Size(225, 63); this.buttonAbbrechen.TabIndex = 2; this.buttonAbbrechen.Text = "Abbrechen"; this.buttonAbbrechen.UseVisualStyleBackColor = false; this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click); // // buttonRegistrieren // this.buttonRegistrieren.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonRegistrieren.BackColor = System.Drawing.Color.Yellow; this.buttonRegistrieren.FlatAppearance.BorderColor = System.Drawing.Color.Yellow; this.buttonRegistrieren.FlatAppearance.BorderSize = 0; this.buttonRegistrieren.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRegistrieren.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonRegistrieren.Location = new System.Drawing.Point(27, 214); this.buttonRegistrieren.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonRegistrieren.Name = "buttonRegistrieren"; this.buttonRegistrieren.Size = new System.Drawing.Size(225, 63); this.buttonRegistrieren.TabIndex = 3; this.buttonRegistrieren.Text = "Registrieren"; this.buttonRegistrieren.UseVisualStyleBackColor = false; this.buttonRegistrieren.Click += new System.EventHandler(this.buttonRegistrieren_Click); // // FormLogin // this.AcceptButton = this.buttonAnmelden; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.CancelButton = this.buttonAbbrechen; this.ClientSize = new System.Drawing.Size(738, 294); this.Controls.Add(this.buttonRegistrieren); this.Controls.Add(this.buttonAbbrechen); this.Controls.Add(this.buttonAnmelden); this.Controls.Add(this.groupBox1); this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "LOGIN Version: "; this.Load += new System.EventHandler(this.FormLogin_Load); this.Shown += new System.EventHandler(this.FormLogin_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBoxPasswort; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxBenutzer; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonAnmelden; private System.Windows.Forms.Button buttonAbbrechen; private System.Windows.Forms.Button buttonRegistrieren; private System.Windows.Forms.TextBox textBoxPwdWh; private System.Windows.Forms.Label labelPwdWh; } }