ddd
This commit is contained in:
138
FrmLogin.Designer.cs
generated
Normal file
138
FrmLogin.Designer.cs
generated
Normal file
@@ -0,0 +1,138 @@
|
||||
namespace DugunSalonu
|
||||
{
|
||||
partial class FrmLogin
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
btnGiris = new Button();
|
||||
btnVazgec = new Button();
|
||||
txtKullanici = new TextBox();
|
||||
txtSifre = new TextBox();
|
||||
label1 = new Label();
|
||||
label2 = new Label();
|
||||
fileSystemWatcher1 = new FileSystemWatcher();
|
||||
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// btnGiris
|
||||
//
|
||||
btnGiris.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||||
btnGiris.Location = new Point(149, 90);
|
||||
btnGiris.Name = "btnGiris";
|
||||
btnGiris.Size = new Size(75, 32);
|
||||
btnGiris.TabIndex = 0;
|
||||
btnGiris.Text = "Giriş";
|
||||
btnGiris.UseVisualStyleBackColor = true;
|
||||
btnGiris.Click += btnGiris_Click;
|
||||
//
|
||||
// btnVazgec
|
||||
//
|
||||
btnVazgec.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||||
btnVazgec.Location = new Point(230, 90);
|
||||
btnVazgec.Name = "btnVazgec";
|
||||
btnVazgec.Size = new Size(75, 32);
|
||||
btnVazgec.TabIndex = 1;
|
||||
btnVazgec.Text = "Vazgeç";
|
||||
btnVazgec.UseVisualStyleBackColor = true;
|
||||
btnVazgec.Click += btnVazgec_Click;
|
||||
//
|
||||
// txtKullanici
|
||||
//
|
||||
txtKullanici.Location = new Point(135, 22);
|
||||
txtKullanici.Name = "txtKullanici";
|
||||
txtKullanici.Size = new Size(170, 23);
|
||||
txtKullanici.TabIndex = 2;
|
||||
//
|
||||
// txtSifre
|
||||
//
|
||||
txtSifre.Location = new Point(135, 61);
|
||||
txtSifre.Name = "txtSifre";
|
||||
txtSifre.Size = new Size(170, 23);
|
||||
txtSifre.TabIndex = 3;
|
||||
txtSifre.UseSystemPasswordChar = true;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.BackColor = SystemColors.ActiveCaption;
|
||||
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||||
label1.Location = new Point(56, 25);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(74, 15);
|
||||
label1.TabIndex = 4;
|
||||
label1.Text = "Kullanıcı Adı";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.BackColor = SystemColors.ActiveCaption;
|
||||
label2.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||||
label2.Location = new Point(99, 64);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(34, 15);
|
||||
label2.TabIndex = 5;
|
||||
label2.Text = "Şifre";
|
||||
//
|
||||
// fileSystemWatcher1
|
||||
//
|
||||
fileSystemWatcher1.EnableRaisingEvents = true;
|
||||
fileSystemWatcher1.SynchronizingObject = this;
|
||||
//
|
||||
// FrmLogin
|
||||
//
|
||||
AcceptButton = btnGiris;
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
BackColor = SystemColors.ActiveCaption;
|
||||
CancelButton = btnVazgec;
|
||||
ClientSize = new Size(316, 134);
|
||||
Controls.Add(label2);
|
||||
Controls.Add(label1);
|
||||
Controls.Add(txtSifre);
|
||||
Controls.Add(txtKullanici);
|
||||
Controls.Add(btnVazgec);
|
||||
Controls.Add(btnGiris);
|
||||
FormBorderStyle = FormBorderStyle.Fixed3D;
|
||||
Name = "FrmLogin";
|
||||
Text = "Login";
|
||||
Load += FrmLogin_Load;
|
||||
((System.ComponentModel.ISupportInitialize)fileSystemWatcher1).EndInit();
|
||||
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user