patbef-ServiceInside/Support/Login.Designer.cs

117 lines
5.4 KiB
C#
Raw Normal View History

2024-01-29 16:26:54 +01:00
namespace Support
{
partial class Login
{
/// <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(Login));
this.lblSupport = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCanncel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblSupport
//
this.lblSupport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSupport.Location = new System.Drawing.Point(13, 32);
this.lblSupport.Name = "lblSupport";
this.lblSupport.Size = new System.Drawing.Size(228, 23);
this.lblSupport.TabIndex = 0;
this.lblSupport.Text = "Support - Passwort";
//
// txtPassword
//
this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtPassword.Location = new System.Drawing.Point(17, 58);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(310, 26);
this.txtPassword.TabIndex = 1;
//
// btnLogin
//
this.btnLogin.BackColor = System.Drawing.Color.YellowGreen;
this.btnLogin.FlatAppearance.BorderSize = 0;
this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogin.ForeColor = System.Drawing.Color.White;
this.btnLogin.Location = new System.Drawing.Point(252, 100);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(75, 31);
this.btnLogin.TabIndex = 2;
this.btnLogin.Text = "Login";
this.btnLogin.UseVisualStyleBackColor = false;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// btnCanncel
//
this.btnCanncel.BackColor = System.Drawing.Color.Salmon;
this.btnCanncel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCanncel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCanncel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCanncel.ForeColor = System.Drawing.Color.White;
this.btnCanncel.Location = new System.Drawing.Point(147, 100);
this.btnCanncel.Name = "btnCanncel";
this.btnCanncel.Size = new System.Drawing.Size(99, 31);
this.btnCanncel.TabIndex = 3;
this.btnCanncel.Text = "Abbrechen";
this.btnCanncel.UseVisualStyleBackColor = false;
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(347, 150);
this.Controls.Add(this.btnCanncel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.lblSupport);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Login";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Login";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Login_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblSupport;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnCanncel;
}
}