namespace DugunSalonu
{
partial class FrmLogin
{
///
/// 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()
{
btnGiris = new Button();
btnVazgec = new Button();
txtKullanici = new TextBox();
txtSifre = new TextBox();
label1 = new Label();
label2 = new Label();
fileSystemWatcher1 = new FileSystemWatcher();
pnlTop = new Panel();
btnExit = new Button();
label3 = new Label();
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).BeginInit();
pnlTop.SuspendLayout();
SuspendLayout();
//
// btnGiris
//
btnGiris.BackgroundImage = Properties.Resources.loginKapali;
btnGiris.BackgroundImageLayout = ImageLayout.Stretch;
btnGiris.FlatAppearance.BorderSize = 0;
btnGiris.FlatAppearance.MouseDownBackColor = Color.FromArgb(192, 255, 192);
btnGiris.FlatAppearance.MouseOverBackColor = Color.Lime;
btnGiris.FlatStyle = FlatStyle.Flat;
btnGiris.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
btnGiris.Location = new Point(123, 154);
btnGiris.Name = "btnGiris";
btnGiris.Size = new Size(62, 48);
btnGiris.TabIndex = 0;
btnGiris.UseVisualStyleBackColor = true;
btnGiris.Click += btnGiris_Click;
//
// btnVazgec
//
btnVazgec.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
btnVazgec.Location = new Point(218, 162);
btnVazgec.Name = "btnVazgec";
btnVazgec.Size = new Size(75, 32);
btnVazgec.TabIndex = 1;
btnVazgec.Text = "Vazgeç";
btnVazgec.UseVisualStyleBackColor = true;
btnVazgec.Click += btnVazgec_Click;
//
// txtKullanici
//
txtKullanici.Font = new Font("Segoe UI", 12F);
txtKullanici.Location = new Point(123, 76);
txtKullanici.Name = "txtKullanici";
txtKullanici.Size = new Size(170, 29);
txtKullanici.TabIndex = 2;
//
// txtSifre
//
txtSifre.Font = new Font("Segoe UI", 12F);
txtSifre.Location = new Point(123, 115);
txtSifre.Name = "txtSifre";
txtSifre.Size = new Size(170, 29);
txtSifre.TabIndex = 3;
txtSifre.UseSystemPasswordChar = true;
//
// label1
//
label1.AutoSize = true;
label1.BackColor = Color.Transparent;
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
label1.ForeColor = Color.White;
label1.Location = new Point(43, 84);
label1.Name = "label1";
label1.Size = new Size(74, 15);
label1.TabIndex = 4;
label1.Text = "Kullanıcı Adı";
//
// label2
//
label2.AutoSize = true;
label2.BackColor = Color.Transparent;
label2.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
label2.ForeColor = Color.White;
label2.Location = new Point(86, 123);
label2.Name = "label2";
label2.Size = new Size(34, 15);
label2.TabIndex = 5;
label2.Text = "Şifre";
//
// fileSystemWatcher1
//
fileSystemWatcher1.EnableRaisingEvents = true;
fileSystemWatcher1.SynchronizingObject = this;
//
// pnlTop
//
pnlTop.BackColor = Color.FromArgb(255, 128, 0);
pnlTop.Controls.Add(btnExit);
pnlTop.Controls.Add(label3);
pnlTop.Dock = DockStyle.Top;
pnlTop.Location = new Point(0, 0);
pnlTop.Name = "pnlTop";
pnlTop.Size = new Size(347, 38);
pnlTop.TabIndex = 6;
pnlTop.MouseDown += pnlTop_MouseDown;
//
// btnExit
//
btnExit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnExit.BackColor = Color.Red;
btnExit.FlatAppearance.BorderSize = 0;
btnExit.FlatAppearance.MouseDownBackColor = Color.FromArgb(255, 192, 192);
btnExit.FlatAppearance.MouseOverBackColor = Color.FromArgb(255, 128, 128);
btnExit.FlatStyle = FlatStyle.Flat;
btnExit.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
btnExit.ForeColor = Color.White;
btnExit.Location = new Point(289, 2);
btnExit.Name = "btnExit";
btnExit.Size = new Size(51, 35);
btnExit.TabIndex = 7;
btnExit.Text = "X";
btnExit.UseVisualStyleBackColor = false;
btnExit.Click += btnExit_Click;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 15F, FontStyle.Bold);
label3.ForeColor = Color.White;
label3.Location = new Point(12, 4);
label3.Name = "label3";
label3.Size = new Size(130, 28);
label3.TabIndex = 0;
label3.Text = "Login Formu";
//
// FrmLogin
//
AcceptButton = btnGiris;
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = SystemColors.AppWorkspace;
CancelButton = btnVazgec;
ClientSize = new Size(347, 234);
ControlBox = false;
Controls.Add(pnlTop);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(txtSifre);
Controls.Add(txtKullanici);
Controls.Add(btnVazgec);
Controls.Add(btnGiris);
FormBorderStyle = FormBorderStyle.None;
Name = "FrmLogin";
StartPosition = FormStartPosition.CenterScreen;
Text = "Login";
Load += FrmLogin_Load;
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).EndInit();
pnlTop.ResumeLayout(false);
pnlTop.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button btnGiris;
private Button btnVazgec;
private TextBox txtKullanici;
private TextBox txtSifre;
private Label label1;
private Label label2;
private FileSystemWatcher fileSystemWatcher1;
private Panel pnlTop;
private Button btnExit;
private Label label3;
}
}