NotesWhat is notes.io?

Notes brand slogan

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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtMail = new System.Windows.Forms.TextBox();
this.txtTelefon = new System.Windows.Forms.TextBox();
this.txtSoyad = new System.Windows.Forms.TextBox();
this.txtAd = 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.dgvKisiler = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmDuzenle = new System.Windows.Forms.ToolStripMenuItem();
this.tsmSil = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnDuzenle = new System.Windows.Forms.Button();
this.btnKaydet = new System.Windows.Forms.Button();
this.txtArama = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvKisiler)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtMail);
this.groupBox1.Controls.Add(this.txtTelefon);
this.groupBox1.Controls.Add(this.txtSoyad);
this.groupBox1.Controls.Add(this.txtAd);
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(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(356, 184);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Kişi Ekleme Paneli";
//
// txtMail
//
this.txtMail.Location = new System.Drawing.Point(108, 134);
this.txtMail.Name = "txtMail";
this.txtMail.Size = new System.Drawing.Size(228, 26);
this.txtMail.TabIndex = 4;
//
// txtTelefon
//
this.txtTelefon.Location = new System.Drawing.Point(108, 102);
this.txtTelefon.Name = "txtTelefon";
this.txtTelefon.Size = new System.Drawing.Size(228, 26);
this.txtTelefon.TabIndex = 4;
//
// txtSoyad
//
this.txtSoyad.Location = new System.Drawing.Point(108, 70);
this.txtSoyad.Name = "txtSoyad";
this.txtSoyad.Size = new System.Drawing.Size(228, 26);
this.txtSoyad.TabIndex = 4;
//
// txtAd
//
this.txtAd.Location = new System.Drawing.Point(108, 38);
this.txtAd.Name = "txtAd";
this.txtAd.Size = new System.Drawing.Size(228, 26);
this.txtAd.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(53, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 20);
this.label4.TabIndex = 3;
this.label4.Text = "Mail : ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(28, 105);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 20);
this.label3.TabIndex = 2;
this.label3.Text = "Telefon : ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 20);
this.label2.TabIndex = 1;
this.label2.Text = "Soyadı : ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(58, 41);
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.dgvKisiler);
this.groupBox2.Location = new System.Drawing.Point(12, 202);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(695, 211);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Kişi Listesi";
//
// dgvKisiler
//
this.dgvKisiler.BackgroundColor = System.Drawing.Color.White;
this.dgvKisiler.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvKisiler.ContextMenuStrip = this.contextMenuStrip1;
this.dgvKisiler.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvKisiler.Location = new System.Drawing.Point(3, 22);
this.dgvKisiler.Name = "dgvKisiler";
this.dgvKisiler.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvKisiler.Size = new System.Drawing.Size(689, 186);
this.dgvKisiler.TabIndex = 0;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmDuzenle,
this.tsmSil});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(117, 48);
//
// tsmDuzenle
//
this.tsmDuzenle.Name = "tsmDuzenle";
this.tsmDuzenle.Size = new System.Drawing.Size(116, 22);
this.tsmDuzenle.Text = "Düzenle";
//
// tsmSil
//
this.tsmSil.Name = "tsmSil";
this.tsmSil.Size = new System.Drawing.Size(116, 22);
this.tsmSil.Text = "Sil";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnDuzenle);
this.groupBox3.Controls.Add(this.btnKaydet);
this.groupBox3.Controls.Add(this.txtArama);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Location = new System.Drawing.Point(374, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(333, 184);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Panel";
//
// btnDuzenle
//
this.btnDuzenle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDuzenle.Location = new System.Drawing.Point(171, 105);
this.btnDuzenle.Name = "btnDuzenle";
this.btnDuzenle.Size = new System.Drawing.Size(134, 37);
this.btnDuzenle.TabIndex = 7;
this.btnDuzenle.Text = "Düzenle";
this.btnDuzenle.UseVisualStyleBackColor = true;
//
// btnKaydet
//
this.btnKaydet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnKaydet.Location = new System.Drawing.Point(31, 105);
this.btnKaydet.Name = "btnKaydet";
this.btnKaydet.Size = new System.Drawing.Size(134, 37);
this.btnKaydet.TabIndex = 7;
this.btnKaydet.Text = "Kaydet";
this.btnKaydet.UseVisualStyleBackColor = true;
//
// txtArama
//
this.txtArama.Location = new System.Drawing.Point(101, 38);
this.txtArama.Name = "txtArama";
this.txtArama.Size = new System.Drawing.Size(204, 26);
this.txtArama.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(27, 41);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 20);
this.label5.TabIndex = 5;
this.label5.Text = "Arama : ";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(716, 422);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "Form1";
this.Text = "Form1";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvKisiler)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);

}

#endregion

private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMail;
private System.Windows.Forms.TextBox txtTelefon;
private System.Windows.Forms.TextBox txtSoyad;
private System.Windows.Forms.TextBox txtAd;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvKisiler;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtArama;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnKaydet;
private System.Windows.Forms.Button btnDuzenle;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem tsmDuzenle;
private System.Windows.Forms.ToolStripMenuItem tsmSil;
}
     
 
what is notes.io
 

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

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.