188 lines
7.7 KiB
C#
188 lines
7.7 KiB
C#
|
|
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormLogin
|
|
{
|
|
/// <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(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.Location = new System.Drawing.Point(29, 26);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(607, 146);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Geben Sie Benutzer/Passwort an";
|
|
//
|
|
// textBoxPwdWh
|
|
//
|
|
this.textBoxPwdWh.Location = new System.Drawing.Point(199, 106);
|
|
this.textBoxPwdWh.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBoxPwdWh.Name = "textBoxPwdWh";
|
|
this.textBoxPwdWh.Size = new System.Drawing.Size(350, 22);
|
|
this.textBoxPwdWh.TabIndex = 5;
|
|
this.textBoxPwdWh.UseSystemPasswordChar = true;
|
|
//
|
|
// labelPwdWh
|
|
//
|
|
this.labelPwdWh.AutoSize = true;
|
|
this.labelPwdWh.Location = new System.Drawing.Point(56, 110);
|
|
this.labelPwdWh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelPwdWh.Name = "labelPwdWh";
|
|
this.labelPwdWh.Size = new System.Drawing.Size(128, 16);
|
|
this.labelPwdWh.TabIndex = 4;
|
|
this.labelPwdWh.Text = "Passwort bestätigen";
|
|
//
|
|
// textBoxPasswort
|
|
//
|
|
this.textBoxPasswort.Location = new System.Drawing.Point(199, 74);
|
|
this.textBoxPasswort.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBoxPasswort.Name = "textBoxPasswort";
|
|
this.textBoxPasswort.Size = new System.Drawing.Size(350, 22);
|
|
this.textBoxPasswort.TabIndex = 3;
|
|
this.textBoxPasswort.UseSystemPasswordChar = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(56, 78);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(62, 16);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Passwort";
|
|
//
|
|
// textBoxBenutzer
|
|
//
|
|
this.textBoxBenutzer.Location = new System.Drawing.Point(199, 37);
|
|
this.textBoxBenutzer.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBoxBenutzer.Name = "textBoxBenutzer";
|
|
this.textBoxBenutzer.Size = new System.Drawing.Size(350, 22);
|
|
this.textBoxBenutzer.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(56, 41);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 16);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Benutzer";
|
|
//
|
|
// buttonAnmelden
|
|
//
|
|
this.buttonAnmelden.Location = new System.Drawing.Point(536, 180);
|
|
this.buttonAnmelden.Margin = new System.Windows.Forms.Padding(4);
|
|
this.buttonAnmelden.Name = "buttonAnmelden";
|
|
this.buttonAnmelden.Size = new System.Drawing.Size(100, 28);
|
|
this.buttonAnmelden.TabIndex = 1;
|
|
this.buttonAnmelden.Text = "Anmelden";
|
|
this.buttonAnmelden.UseVisualStyleBackColor = true;
|
|
this.buttonAnmelden.Click += new System.EventHandler(this.buttonAnmelden_Click);
|
|
//
|
|
// buttonAbbrechen
|
|
//
|
|
this.buttonAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.buttonAbbrechen.Location = new System.Drawing.Point(411, 180);
|
|
this.buttonAbbrechen.Margin = new System.Windows.Forms.Padding(4);
|
|
this.buttonAbbrechen.Name = "buttonAbbrechen";
|
|
this.buttonAbbrechen.Size = new System.Drawing.Size(100, 28);
|
|
this.buttonAbbrechen.TabIndex = 2;
|
|
this.buttonAbbrechen.Text = "Abbrechen";
|
|
this.buttonAbbrechen.UseVisualStyleBackColor = true;
|
|
this.buttonAbbrechen.Click += new System.EventHandler(this.buttonAbbrechen_Click);
|
|
//
|
|
// buttonRegistrieren
|
|
//
|
|
this.buttonRegistrieren.Location = new System.Drawing.Point(29, 180);
|
|
this.buttonRegistrieren.Margin = new System.Windows.Forms.Padding(4);
|
|
this.buttonRegistrieren.Name = "buttonRegistrieren";
|
|
this.buttonRegistrieren.Size = new System.Drawing.Size(100, 28);
|
|
this.buttonRegistrieren.TabIndex = 3;
|
|
this.buttonRegistrieren.Text = "Registrieren";
|
|
this.buttonRegistrieren.UseVisualStyleBackColor = true;
|
|
this.buttonRegistrieren.Click += new System.EventHandler(this.buttonRegistrieren_Click);
|
|
//
|
|
// FormLogin
|
|
//
|
|
this.AcceptButton = this.buttonAnmelden;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.buttonAbbrechen;
|
|
this.ClientSize = new System.Drawing.Size(667, 225);
|
|
this.Controls.Add(this.buttonRegistrieren);
|
|
this.Controls.Add(this.buttonAbbrechen);
|
|
this.Controls.Add(this.buttonAnmelden);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "FormLogin";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "WIRL-Login";
|
|
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;
|
|
}
|
|
} |