247 lines
8.4 KiB
C#
247 lines
8.4 KiB
C#
namespace DugunSalonu
|
||
{
|
||
partial class FrmAddKullanici
|
||
{
|
||
/// <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()
|
||
{
|
||
components = new System.ComponentModel.Container();
|
||
label1 = new Label();
|
||
label2 = new Label();
|
||
label3 = new Label();
|
||
label4 = new Label();
|
||
label5 = new Label();
|
||
txtAdi = new TextBox();
|
||
txtSoyadi = new TextBox();
|
||
txtKullaniciAdi = new TextBox();
|
||
contextMenuStrip1 = new ContextMenuStrip(components);
|
||
txtParola = new TextBox();
|
||
txtParolatekrar = new TextBox();
|
||
btnEkle = new Button();
|
||
btnVazgec = new Button();
|
||
txtEposta = new TextBox();
|
||
label6 = new Label();
|
||
txtCeptel = new TextBox();
|
||
label7 = new Label();
|
||
SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label1.Location = new Point(54, 20);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(25, 15);
|
||
label1.TabIndex = 0;
|
||
label1.Text = "Adı";
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label2.Location = new Point(39, 49);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(43, 15);
|
||
label2.TabIndex = 1;
|
||
label2.Text = "Soyadı";
|
||
//
|
||
// label3
|
||
//
|
||
label3.AutoSize = true;
|
||
label3.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label3.Location = new Point(9, 78);
|
||
label3.Name = "label3";
|
||
label3.Size = new Size(71, 15);
|
||
label3.TabIndex = 2;
|
||
label3.Text = "Kullancı Adı";
|
||
//
|
||
// label4
|
||
//
|
||
label4.AutoSize = true;
|
||
label4.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label4.Location = new Point(39, 107);
|
||
label4.Name = "label4";
|
||
label4.Size = new Size(41, 15);
|
||
label4.TabIndex = 3;
|
||
label4.Text = "Parola";
|
||
//
|
||
// label5
|
||
//
|
||
label5.AutoSize = true;
|
||
label5.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label5.Location = new Point(4, 131);
|
||
label5.Name = "label5";
|
||
label5.Size = new Size(80, 15);
|
||
label5.TabIndex = 4;
|
||
label5.Text = "Parola Tekrar";
|
||
//
|
||
// txtAdi
|
||
//
|
||
txtAdi.Location = new Point(85, 12);
|
||
txtAdi.Name = "txtAdi";
|
||
txtAdi.Size = new Size(155, 23);
|
||
txtAdi.TabIndex = 5;
|
||
//
|
||
// txtSoyadi
|
||
//
|
||
txtSoyadi.Location = new Point(85, 41);
|
||
txtSoyadi.Name = "txtSoyadi";
|
||
txtSoyadi.Size = new Size(155, 23);
|
||
txtSoyadi.TabIndex = 6;
|
||
//
|
||
// txtKullaniciAdi
|
||
//
|
||
txtKullaniciAdi.Location = new Point(85, 70);
|
||
txtKullaniciAdi.Name = "txtKullaniciAdi";
|
||
txtKullaniciAdi.Size = new Size(155, 23);
|
||
txtKullaniciAdi.TabIndex = 7;
|
||
//
|
||
// contextMenuStrip1
|
||
//
|
||
contextMenuStrip1.Name = "contextMenuStrip1";
|
||
contextMenuStrip1.Size = new Size(61, 4);
|
||
//
|
||
// txtParola
|
||
//
|
||
txtParola.Location = new Point(85, 99);
|
||
txtParola.Name = "txtParola";
|
||
txtParola.Size = new Size(155, 23);
|
||
txtParola.TabIndex = 9;
|
||
txtParola.UseSystemPasswordChar = true;
|
||
//
|
||
// txtParolatekrar
|
||
//
|
||
txtParolatekrar.Location = new Point(85, 128);
|
||
txtParolatekrar.Name = "txtParolatekrar";
|
||
txtParolatekrar.Size = new Size(155, 23);
|
||
txtParolatekrar.TabIndex = 10;
|
||
txtParolatekrar.UseSystemPasswordChar = true;
|
||
//
|
||
// btnEkle
|
||
//
|
||
btnEkle.Location = new Point(86, 233);
|
||
btnEkle.Name = "btnEkle";
|
||
btnEkle.Size = new Size(75, 28);
|
||
btnEkle.TabIndex = 11;
|
||
btnEkle.Text = "Ekle";
|
||
btnEkle.UseVisualStyleBackColor = true;
|
||
btnEkle.Click += btnEkle_Click;
|
||
//
|
||
// btnVazgec
|
||
//
|
||
btnVazgec.Location = new Point(167, 233);
|
||
btnVazgec.Name = "btnVazgec";
|
||
btnVazgec.Size = new Size(75, 28);
|
||
btnVazgec.TabIndex = 12;
|
||
btnVazgec.Text = "Vazgeç";
|
||
btnVazgec.UseVisualStyleBackColor = true;
|
||
btnVazgec.Click += btnVazgec_Click;
|
||
//
|
||
// txtEposta
|
||
//
|
||
txtEposta.Location = new Point(86, 157);
|
||
txtEposta.Name = "txtEposta";
|
||
txtEposta.Size = new Size(155, 23);
|
||
txtEposta.TabIndex = 14;
|
||
//
|
||
// label6
|
||
//
|
||
label6.AutoSize = true;
|
||
label6.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label6.Location = new Point(36, 165);
|
||
label6.Name = "label6";
|
||
label6.Size = new Size(43, 15);
|
||
label6.TabIndex = 13;
|
||
label6.Text = "Eposta";
|
||
//
|
||
// txtCeptel
|
||
//
|
||
txtCeptel.Location = new Point(86, 189);
|
||
txtCeptel.Name = "txtCeptel";
|
||
txtCeptel.Size = new Size(155, 23);
|
||
txtCeptel.TabIndex = 16;
|
||
//
|
||
// label7
|
||
//
|
||
label7.AutoSize = true;
|
||
label7.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
||
label7.Location = new Point(0, 197);
|
||
label7.Name = "label7";
|
||
label7.Size = new Size(80, 15);
|
||
label7.TabIndex = 15;
|
||
label7.Text = "Cep Telefonu";
|
||
//
|
||
// FrmAddKullanici
|
||
//
|
||
AcceptButton = btnEkle;
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
BackColor = SystemColors.ActiveCaption;
|
||
CancelButton = btnVazgec;
|
||
ClientSize = new Size(252, 273);
|
||
Controls.Add(txtCeptel);
|
||
Controls.Add(label7);
|
||
Controls.Add(txtEposta);
|
||
Controls.Add(label6);
|
||
Controls.Add(btnVazgec);
|
||
Controls.Add(btnEkle);
|
||
Controls.Add(txtParolatekrar);
|
||
Controls.Add(txtParola);
|
||
Controls.Add(txtKullaniciAdi);
|
||
Controls.Add(txtSoyadi);
|
||
Controls.Add(txtAdi);
|
||
Controls.Add(label5);
|
||
Controls.Add(label4);
|
||
Controls.Add(label3);
|
||
Controls.Add(label2);
|
||
Controls.Add(label1);
|
||
Name = "FrmAddKullanici";
|
||
Text = "Kullanıcı Ekleme";
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Label label1;
|
||
private Label label2;
|
||
private Label label3;
|
||
private Label label4;
|
||
private Label label5;
|
||
private TextBox txtAdi;
|
||
private TextBox txtSoyadi;
|
||
private TextBox txtKullaniciAdi;
|
||
private ContextMenuStrip contextMenuStrip1;
|
||
private TextBox txtParola;
|
||
private TextBox txtParolatekrar;
|
||
private Button btnEkle;
|
||
private Button btnVazgec;
|
||
private TextBox txtEposta;
|
||
private Label label6;
|
||
private TextBox txtCeptel;
|
||
private Label label7;
|
||
}
|
||
} |