Notes
Notes - notes.io |
partial class Form1
{
/// <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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnPersonel = new System.Windows.Forms.Button();
this.Mail = new System.Windows.Forms.TextBox();
this.Phone = new System.Windows.Forms.TextBox();
this.LastName = new System.Windows.Forms.TextBox();
this.FirstName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnKategori = new System.Windows.Forms.Button();
this.CategoryName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.Description = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnKargo = new System.Windows.Forms.Button();
this.ShipperCompanyName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.ShipperPhone = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnCustomer = new System.Windows.Forms.Button();
this.CustomerMail = new System.Windows.Forms.TextBox();
this.CustomerPhone = new System.Windows.Forms.TextBox();
this.CustomerLastName = new System.Windows.Forms.TextBox();
this.CustomerFirstName = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnPersonel);
this.groupBox1.Controls.Add(this.Mail);
this.groupBox1.Controls.Add(this.Phone);
this.groupBox1.Controls.Add(this.LastName);
this.groupBox1.Controls.Add(this.FirstName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(357, 187);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Personel";
//
// btnPersonel
//
this.btnPersonel.Location = new System.Drawing.Point(129, 138);
this.btnPersonel.Name = "btnPersonel";
this.btnPersonel.Size = new System.Drawing.Size(211, 33);
this.btnPersonel.TabIndex = 2;
this.btnPersonel.Text = "Kaydet";
this.btnPersonel.UseVisualStyleBackColor = true;
//
//
this.Mail.Location = new System.Drawing.Point(129, 111);
this.Mail.Name = "Mail";
this.Mail.Size = new System.Drawing.Size(211, 20);
this.Mail.TabIndex = 1;
//
// Phone
//
this.Phone.Location = new System.Drawing.Point(129, 87);
this.Phone.Name = "Phone";
this.Phone.Size = new System.Drawing.Size(211, 20);
this.Phone.TabIndex = 1;
//
// LastName
//
this.LastName.Location = new System.Drawing.Point(129, 61);
this.LastName.Name = "LastName";
this.LastName.Size = new System.Drawing.Size(211, 20);
this.LastName.TabIndex = 1;
//
// FirstName
//
this.FirstName.Location = new System.Drawing.Point(129, 35);
this.FirstName.Name = "FirstName";
this.FirstName.Size = new System.Drawing.Size(211, 20);
this.FirstName.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(69, 109);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 20);
this.label4.TabIndex = 0;
this.label4.Text = "Mail : ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(44, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 20);
this.label3.TabIndex = 0;
this.label3.Text = "Telefon : ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(49, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 20);
this.label2.TabIndex = 0;
this.label2.Text = "Soyadı : ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(74, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Adı : ";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnKategori);
this.groupBox2.Controls.Add(this.CategoryName);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.Description);
this.groupBox2.Location = new System.Drawing.Point(12, 206);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(357, 119);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Kategori";
//
// btnKategori
//
this.btnKategori.Location = new System.Drawing.Point(129, 71);
this.btnKategori.Name = "btnKategori";
this.btnKategori.Size = new System.Drawing.Size(211, 33);
this.btnKategori.TabIndex = 11;
this.btnKategori.Text = "Kaydet";
this.btnKategori.UseVisualStyleBackColor = true;
//
// CategoryName
//
this.CategoryName.Location = new System.Drawing.Point(129, 19);
this.CategoryName.Name = "CategoryName";
this.CategoryName.Size = new System.Drawing.Size(211, 20);
this.CategoryName.TabIndex = 10;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(33, 43);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(85, 20);
this.label7.TabIndex = 5;
this.label7.Text = "Açıklama : ";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(11, 17);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(107, 20);
this.label8.TabIndex = 6;
this.label8.Text = "Kategori Adı : ";
//
// Description
//
this.Description.Location = new System.Drawing.Point(129, 45);
this.Description.Name = "Description";
this.Description.Size = new System.Drawing.Size(211, 20);
this.Description.TabIndex = 9;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(739, 13);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(255, 316);
this.listBox1.TabIndex = 1;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btnKargo);
this.groupBox4.Controls.Add(this.ShipperCompanyName);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.ShipperPhone);
this.groupBox4.Location = new System.Drawing.Point(375, 206);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(357, 119);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Kargo";
//
// btnKargo
//
this.btnKargo.Location = new System.Drawing.Point(129, 71);
this.btnKargo.Name = "btnKargo";
this.btnKargo.Size = new System.Drawing.Size(211, 33);
this.btnKargo.TabIndex = 11;
this.btnKargo.Text = "Kaydet";
this.btnKargo.UseVisualStyleBackColor = true;
//
// ShipperCompanyName
//
this.ShipperCompanyName.Location = new System.Drawing.Point(129, 19);
this.ShipperCompanyName.Name = "ShipperCompanyName";
this.ShipperCompanyName.Size = new System.Drawing.Size(211, 20);
this.ShipperCompanyName.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(45, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(74, 20);
this.label5.TabIndex = 5;
this.label5.Text = "Telefon : ";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(31, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(88, 20);
this.label6.TabIndex = 6;
this.label6.Text = "Firma Adı : ";
//
// ShipperPhone
//
this.ShipperPhone.Location = new System.Drawing.Point(129, 45);
this.ShipperPhone.Name = "ShipperPhone";
this.ShipperPhone.Size = new System.Drawing.Size(211, 20);
this.ShipperPhone.TabIndex = 9;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnCustomer);
this.groupBox3.Controls.Add(this.CustomerMail);
this.groupBox3.Controls.Add(this.CustomerPhone);
this.groupBox3.Controls.Add(this.CustomerLastName);
this.groupBox3.Controls.Add(this.CustomerFirstName);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Location = new System.Drawing.Point(376, 13);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(357, 187);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Müşteri";
//
// btnCustomer
//
this.btnCustomer.Location = new System.Drawing.Point(129, 138);
this.btnCustomer.Name = "btnCustomer";
this.btnCustomer.Size = new System.Drawing.Size(211, 33);
this.btnCustomer.TabIndex = 2;
this.btnCustomer.Text = "Kaydet";
this.btnCustomer.UseVisualStyleBackColor = true;
//
// CustomerMail
//
this.CustomerMail.Location = new System.Drawing.Point(129, 111);
this.CustomerMail.Name = "CustomerMail";
this.CustomerMail.Size = new System.Drawing.Size(211, 20);
this.CustomerMail.TabIndex = 1;
//
// CustomerPhone
//
this.CustomerPhone.Location = new System.Drawing.Point(129, 87);
this.CustomerPhone.Name = "CustomerPhone";
this.CustomerPhone.Size = new System.Drawing.Size(211, 20);
this.CustomerPhone.TabIndex = 1;
//
// CustomerLastName
//
this.CustomerLastName.Location = new System.Drawing.Point(129, 61);
this.CustomerLastName.Name = "CustomerLastName";
this.CustomerLastName.Size = new System.Drawing.Size(211, 20);
this.CustomerLastName.TabIndex = 1;
//
// CustomerFirstName
//
this.CustomerFirstName.Location = new System.Drawing.Point(129, 35);
this.CustomerFirstName.Name = "CustomerFirstName";
this.CustomerFirstName.Size = new System.Drawing.Size(211, 20);
this.CustomerFirstName.TabIndex = 1;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(69, 109);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(49, 20);
this.label9.TabIndex = 0;
this.label9.Text = "Mail : ";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(44, 85);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(74, 20);
this.label10.TabIndex = 0;
this.label10.Text = "Telefon : ";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(49, 59);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(69, 20);
this.label11.TabIndex = 0;
this.label11.Text = "Soyadı : ";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(74, 33);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 20);
this.label12.TabIndex = 0;
this.label12.Text = "Adı : ";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1006, 339);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "Form1";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox Mail;
private System.Windows.Forms.TextBox Phone;
private System.Windows.Forms.TextBox LastName;
private System.Windows.Forms.TextBox FirstName;
private System.Windows.Forms.Button btnPersonel;
private System.Windows.Forms.Button btnKategori;
private System.Windows.Forms.TextBox Description;
private System.Windows.Forms.TextBox CategoryName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btnKargo;
private System.Windows.Forms.TextBox ShipperCompanyName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox ShipperPhone;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnCustomer;
private System.Windows.Forms.TextBox CustomerMail;
private System.Windows.Forms.TextBox CustomerPhone;
private System.Windows.Forms.TextBox CustomerLastName;
private System.Windows.Forms.TextBox CustomerFirstName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
}
}
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team