Merhaba oluşturuğum forma yeni bir buton ekleyip o formu çalıştırdığımda sonradan eklediğim buton görünmüyor
`private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtid = new System.Windows.Forms.TextBox();
this.txtstokkodu = new System.Windows.Forms.TextBox();
this.txtfisno = new System.Windows.Forms.TextBox();
this.combourungrup = new System.Windows.Forms.ComboBox();
this.txtserino = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtstokadı = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtalisfiyati = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.combokdv = new System.Windows.Forms.ComboBox();
this.combomarka1 = new System.Windows.Forms.ComboBox();
this.txtmarka = new System.Windows.Forms.TextBox();
this.combodurum = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.txtkayıttarih = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.txtgrup = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.txtgrupkoduismi = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.combostok = new System.Windows.Forms.ComboBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.combodepo = new System.Windows.Forms.ComboBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.combobirim = new System.Windows.Forms.ComboBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.text_raf = new System.Windows.Forms.TextBox();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.comboürüntip = new System.Windows.Forms.ComboBox();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.button5 = new System.Windows.Forms.Button();
this.combofirma = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtnotlar = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label14 = new System.Windows.Forms.Label();
this.txtirsaliyeno = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.comboteslimalan = new System.Windows.Forms.ComboBox();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label1.Location = new System.Drawing.Point(12, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(19, 18);
this.label1.TabIndex = 0;
this.label1.Text = "ID";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label2.Location = new System.Drawing.Point(10, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 18);
this.label2.TabIndex = 1;
this.label2.Text = "STOK KODU";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label3.Location = new System.Drawing.Point(8, 79);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(86, 18);
this.label3.TabIndex = 2;
this.label3.Text = "FİŞ NUMARASI";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label4.Location = new System.Drawing.Point(8, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(81, 18);
this.label4.TabIndex = 3;
this.label4.Text = "ÜRÜN GRUBU";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label5.Location = new System.Drawing.Point(8, 145);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 18);
this.label5.TabIndex = 4;
this.label5.Text = "SERİ NUMARASI";
//
// txtid
//
this.txtid.Location = new System.Drawing.Point(103, 10);
this.txtid.Name = "txtid";
this.txtid.Size = new System.Drawing.Size(97, 20);
this.txtid.TabIndex = 5;
//
// txtstokkodu
//
this.txtstokkodu.Location = new System.Drawing.Point(103, 42);
this.txtstokkodu.Name = "txtstokkodu";
this.txtstokkodu.Size = new System.Drawing.Size(97, 20);
this.txtstokkodu.TabIndex = 6;
//
// txtfisno
//
this.txtfisno.Location = new System.Drawing.Point(103, 76);
this.txtfisno.Name = "txtfisno";
this.txtfisno.Size = new System.Drawing.Size(97, 20);
this.txtfisno.TabIndex = 7;
//
// combourungrup
//
this.combourungrup.FormattingEnabled = true;
this.combourungrup.Items.AddRange(new object[] {
"01 Yiyecek İçecek Grubu",
"02 İnşaat Malzemesi Grubu",
"03 Mobilya Malzemesi Grubu",
"04 Sarf Malzeme Grubu",
"05 Elektronik Grubu",
"06 Elektrik Grubu",
"07 Kırtasiye Grubu",
"08 Temizlik Ürünleri Grubu",
"09 Bilişim Ürünleri Grubu",
"10 Elbise Ürünleri Grubu"});
this.combourungrup.Location = new System.Drawing.Point(103, 110);
this.combourungrup.Name = "combourungrup";
this.combourungrup.Size = new System.Drawing.Size(147, 21);
this.combourungrup.TabIndex = 8;
//
// txtserino
//
this.txtserino.Location = new System.Drawing.Point(103, 142);
this.txtserino.Name = "txtserino";
this.txtserino.Size = new System.Drawing.Size(144, 20);
this.txtserino.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label6.Location = new System.Drawing.Point(8, 179);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(90, 18);
this.label6.TabIndex = 10;
this.label6.Text = "STOK KART ADI";
//
// txtstokadı
//
this.txtstokadı.Location = new System.Drawing.Point(103, 176);
this.txtstokadı.Name = "txtstokadı";
this.txtstokadı.Size = new System.Drawing.Size(144, 20);
this.txtstokadı.TabIndex = 11;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label7.Location = new System.Drawing.Point(8, 212);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(70, 18);
this.label7.TabIndex = 12;
this.label7.Text = "ALIŞ FİYATI";
//
// txtalisfiyati
//
this.txtalisfiyati.Location = new System.Drawing.Point(103, 209);
this.txtalisfiyati.Name = "txtalisfiyati";
this.txtalisfiyati.Size = new System.Drawing.Size(144, 20);
this.txtalisfiyati.TabIndex = 13;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label8.Location = new System.Drawing.Point(8, 243);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(31, 18);
this.label8.TabIndex = 14;
this.label8.Text = "KDV";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label9.Location = new System.Drawing.Point(8, 279);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(48, 18);
this.label9.TabIndex = 16;
this.label9.Text = "MARKA";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label10.Location = new System.Drawing.Point(8, 332);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(49, 18);
this.label10.TabIndex = 17;
this.label10.Text = "DURUM";
//
// combokdv
//
this.combokdv.FormattingEnabled = true;
this.combokdv.Location = new System.Drawing.Point(103, 244);
this.combokdv.Name = "combokdv";
this.combokdv.Size = new System.Drawing.Size(147, 21);
this.combokdv.TabIndex = 19;
//
// combomarka1
//
this.combomarka1.FormattingEnabled = true;
this.combomarka1.Items.AddRange(new object[] {
"Hilti",
"Kyocera",
"Bosch",
"Altek",
"Xerox",
"Makita",
"Casper Excalibur",
"Hp",
"Lenovo",
"Acer",
"Asus",
"Canon CXV-49\"",
"INCA",
"Casper Nırvana",
"Dell Inspıron",
"Casper Masaüstü Bilgisayar",
"Masaüstü Dell Bilgisayar ",
"Lg",
"",
""});
this.combomarka1.Location = new System.Drawing.Point(103, 276);
this.combomarka1.Name = "combomarka1";
this.combomarka1.Size = new System.Drawing.Size(147, 21);
this.combomarka1.TabIndex = 20;
//
// txtmarka
//
this.txtmarka.Location = new System.Drawing.Point(103, 303);
this.txtmarka.Name = "txtmarka";
this.txtmarka.Size = new System.Drawing.Size(144, 20);
this.txtmarka.TabIndex = 21;
//
// combodurum
//
this.combodurum.FormattingEnabled = true;
this.combodurum.Items.AddRange(new object[] {
"Aktif",
"Pasif",
"Beklemede",
"Depoda",
"Hurda",
"Geçici",
"Kampta"});
this.combodurum.Location = new System.Drawing.Point(103, 329);
this.combodurum.Name = "combodurum";
this.combodurum.Size = new System.Drawing.Size(147, 21);
this.combodurum.TabIndex = 22;
//
// button1
//
this.button1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button1.Location = new System.Drawing.Point(124, 465);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(103, 25);
this.button1.TabIndex = 23;
this.button1.Text = "STOK TABLOSU";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label11.Location = new System.Drawing.Point(8, 372);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(79, 18);
this.label11.TabIndex = 24;
this.label11.Text = "KAYIT TARİHİ";
//
// txtkayıttarih
//
this.txtkayıttarih.Location = new System.Drawing.Point(103, 372);
this.txtkayıttarih.Name = "txtkayıttarih";
this.txtkayıttarih.Size = new System.Drawing.Size(144, 20);
this.txtkayıttarih.TabIndex = 25;
//
// button2
//
this.button2.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button2.Location = new System.Drawing.Point(253, 372);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(110, 28);
this.button2.TabIndex = 26;
this.button2.Text = "TARİH AL";
this.button2.UseVisualStyleBackColor = true;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label12.Location = new System.Drawing.Point(521, 10);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(118, 18);
this.label12.TabIndex = 27;
this.label12.Text = "GRUP KODU VE İSMİ";
//
// txtgrup
//
this.txtgrup.Location = new System.Drawing.Point(686, 8);
this.txtgrup.Name = "txtgrup";
this.txtgrup.Size = new System.Drawing.Size(401, 20);
this.txtgrup.TabIndex = 28;
//
// button3
//
this.button3.Location = new System.Drawing.Point(656, 8);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(24, 20);
this.button3.TabIndex = 29;
this.button3.UseVisualStyleBackColor = true;
//
// txtgrupkoduismi
//
this.txtgrupkoduismi.Location = new System.Drawing.Point(686, 34);
this.txtgrupkoduismi.Name = "txtgrupkoduismi";
this.txtgrupkoduismi.Size = new System.Drawing.Size(401, 20);
this.txtgrupkoduismi.TabIndex = 30;
//
// button4
//
this.button4.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button4.Location = new System.Drawing.Point(15, 465);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(103, 25);
this.button4.TabIndex = 31;
this.button4.Text = "KAYDET";
this.button4.UseVisualStyleBackColor = true;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Location = new System.Drawing.Point(530, 90);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(517, 122);
this.tabControl1.TabIndex = 32;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.LightGray;
this.tabPage1.Controls.Add(this.combostok);
this.tabPage1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(509, 96);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "STOK CİNSİ";
//
// combostok
//
this.combostok.FormattingEnabled = true;
this.combostok.Items.AddRange(new object[] {
"Ürün",
"Malzeme",
"Diğer",
"Yedek"});
this.combostok.Location = new System.Drawing.Point(6, 15);
this.combostok.Name = "combostok";
this.combostok.Size = new System.Drawing.Size(188, 26);
this.combostok.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.Color.LightGray;
this.tabPage2.Controls.Add(this.combodepo);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(509, 96);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "DEPO";
//
// combodepo
//
this.combodepo.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.combodepo.FormattingEnabled = true;
this.combodepo.Items.AddRange(new object[] {
"TÜRBİN-3",
"Merkez Moıbilzasyon",
"Ana Depo",
"4 No\'lu Depo",
"6 No\'lu Depo",
"30 UMA",
"30 UMX",
"İdari İşler",
"Elektrik Birimi",
"Harita Birimi",
"Ambar",
"30 Uma Yapım Grubu",
"PTO",
"Kaynak Atölyesi",
"Diğer Atölyeler"});
this.combodepo.Location = new System.Drawing.Point(6, 18);
this.combodepo.Name = "combodepo";
this.combodepo.Size = new System.Drawing.Size(188, 26);
this.combodepo.TabIndex = 1;
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.LightGray;
this.tabPage3.Controls.Add(this.combobirim);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(509, 96);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "BİRİM";
//
// combobirim
//
this.combobirim.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.combobirim.FormattingEnabled = true;
this.combobirim.Items.AddRange(new object[] {
"Adet",
"Koli",
"Litre",
"Çift",
"Metre³",
"Metre²",
"Plaka",
"Kova",
"Bağ",
"Paket",
"Cilt",
"Koli",
"Kg",
"Metre",
"Cm",
"Cm ²"});
this.combobirim.Location = new System.Drawing.Point(6, 18);
this.combobirim.Name = "combobirim";
this.combobirim.Size = new System.Drawing.Size(188, 26);
this.combobirim.TabIndex = 2;
//
// tabPage4
//
this.tabPage4.BackColor = System.Drawing.Color.LightGray;
this.tabPage4.Controls.Add(this.text_raf);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(509, 96);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "RAF";
//
// text_raf
//
this.text_raf.Location = new System.Drawing.Point(12, 12);
this.text_raf.Multiline = true;
this.text_raf.Name = "text_raf";
this.text_raf.Size = new System.Drawing.Size(171, 25);
this.text_raf.TabIndex = 0;
//
// tabPage5
//
this.tabPage5.BackColor = System.Drawing.Color.LightGray;
this.tabPage5.Controls.Add(this.comboürüntip);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(509, 96);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "ÜRÜN TİPİ";
//
// comboürüntip
//
this.comboürüntip.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.comboürüntip.FormattingEnabled = true;
this.comboürüntip.Items.AddRange(new object[] {
"Sanayi Tipi",
"Klasik Tip",
"Teknolojik Tip",
"Oto Parça",
"İnşaat Tipi",
"Ağaç Ürünleri"});
this.comboürüntip.Location = new System.Drawing.Point(6, 15);
this.comboürüntip.Name = "comboürüntip";
this.comboürüntip.Size = new System.Drawing.Size(188, 26);
this.comboürüntip.TabIndex = 2;
//
// tabPage6
//
this.tabPage6.BackColor = System.Drawing.Color.LightGray;
this.tabPage6.Controls.Add(this.button5);
this.tabPage6.Controls.Add(this.combofirma);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(509, 96);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "FİRMA";
//
// button5
//
this.button5.Location = new System.Drawing.Point(253, 16);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(23, 18);
this.button5.TabIndex = 1;
this.button5.UseVisualStyleBackColor = true;
//
// combofirma
//
this.combofirma.Location = new System.Drawing.Point(15, 14);
this.combofirma.Name = "combofirma";
this.combofirma.Size = new System.Drawing.Size(232, 20);
this.combofirma.TabIndex = 0;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label13.Location = new System.Drawing.Point(531, 243);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 18);
this.label13.TabIndex = 33;
this.label13.Text = "NOTLAR";
//
// txtnotlar
//
this.txtnotlar.Location = new System.Drawing.Point(534, 264);
this.txtnotlar.Multiline = true;
this.txtnotlar.Name = "txtnotlar";
this.txtnotlar.Size = new System.Drawing.Size(509, 95);
this.txtnotlar.TabIndex = 34;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.pictureBox1.Location = new System.Drawing.Point(1231, 13);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(158, 128);
this.pictureBox1.TabIndex = 35;
this.pictureBox1.TabStop = false;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label14.Location = new System.Drawing.Point(1232, 151);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(119, 18);
this.label14.TabIndex = 36;
this.label14.Text = "İRSALİYE NUMARASI";
//
// txtirsaliyeno
//
this.txtirsaliyeno.Location = new System.Drawing.Point(1237, 172);
this.txtirsaliyeno.Name = "txtirsaliyeno";
this.txtirsaliyeno.Size = new System.Drawing.Size(113, 20);
this.txtirsaliyeno.TabIndex = 37;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.label15.Location = new System.Drawing.Point(531, 382);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(143, 18);
this.label15.TabIndex = 38;
this.label15.Text = "TESLİM ALAN PERSONEL";
//
// comboteslimalan
//
this.comboteslimalan.FormattingEnabled = true;
this.comboteslimalan.Location = new System.Drawing.Point(681, 383);
this.comboteslimalan.Name = "comboteslimalan";
this.comboteslimalan.Size = new System.Drawing.Size(181, 21);
this.comboteslimalan.TabIndex = 39;
//
// button6
//
this.button6.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button6.Location = new System.Drawing.Point(206, 42);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(110, 28);
this.button6.TabIndex = 40;
this.button6.Text = "STOK KODU AL";
this.button6.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button7.Location = new System.Drawing.Point(206, 72);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(110, 28);
this.button7.TabIndex = 41;
this.button7.Text = "FİŞ NO AL";
this.button7.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button8.Location = new System.Drawing.Point(233, 465);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(143, 25);
this.button8.TabIndex = 42;
this.button8.Text = "STOK SİLME EKRANI";
this.button8.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.button9.Location = new System.Drawing.Point(382, 465);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(175, 25);
this.button9.TabIndex = 43;
this.button9.Text = "STOK GÜNCELLEME EKRANI";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(567, 467);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(145, 22);
this.button10.TabIndex = 44;
this.button10.Text = "button10";
this.button10.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1370, 749);
this.Controls.Add(this.button10);
this.Controls.Add(this.button9);
this.Controls.Add(this.button8);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.comboteslimalan);
this.Controls.Add(this.label15);
this.Controls.Add(this.txtirsaliyeno);
this.Controls.Add(this.label14);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.txtnotlar);
this.Controls.Add(this.label13);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.button4);
this.Controls.Add(this.txtgrupkoduismi);
this.Controls.Add(this.button3);
this.Controls.Add(this.txtgrup);
this.Controls.Add(this.label12);
this.Controls.Add(this.button2);
this.Controls.Add(this.txtkayıttarih);
this.Controls.Add(this.label11);
this.Controls.Add(this.button1);
this.Controls.Add(this.combodurum);
this.Controls.Add(this.txtmarka);
this.Controls.Add(this.combomarka1);
this.Controls.Add(this.combokdv);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtalisfiyati);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtstokadı);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtserino);
this.Controls.Add(this.combourungrup);
this.Controls.Add(this.txtfisno);
this.Controls.Add(this.txtstokkodu);
this.Controls.Add(this.txtid);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "STOK KART EKRANI";
this.Load += new System.EventHandler(this.Form1_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtid;
private System.Windows.Forms.TextBox txtstokkodu;
private System.Windows.Forms.TextBox txtfisno;
private System.Windows.Forms.ComboBox combourungrup;
private System.Windows.Forms.TextBox txtserino;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtstokadı;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtalisfiyati;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox combokdv;
private System.Windows.Forms.ComboBox combomarka1;
private System.Windows.Forms.TextBox txtmarka;
private System.Windows.Forms.ComboBox combodurum;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtkayıttarih;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtgrup;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox txtgrupkoduismi;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtnotlar;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtirsaliyeno;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox combostok;
private System.Windows.Forms.ComboBox comboteslimalan;
private System.Windows.Forms.ComboBox combodepo;
private System.Windows.Forms.ComboBox combobirim;
private System.Windows.Forms.TextBox text_raf;
private System.Windows.Forms.ComboBox comboürüntip;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.TextBox combofirma;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
}
}
`