CafeProject.frmUrunler.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.sil = new System.Windows.Forms.Button();
            this.urun3 = new System.Windows.Forms.TextBox();
            this.kategr = new System.Windows.Forms.Label();
            this.ktcomb1 = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.urun2 = new System.Windows.Forms.TextBox();
            this.duzenle = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.urun = new System.Windows.Forms.TextBox();
            this.ekle = new System.Windows.Forms.Button();
            this.urunlerListB = new System.Windows.Forms.ListBox();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.sil);
            this.groupBox3.Controls.Add(this.urun3);
            this.groupBox3.Location = new System.Drawing.Point(24, 300);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(415, 80);
            this.groupBox3.TabIndex = 21;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "groupBox3";
            // 
            // sil
            // 
            this.sil.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.sil.Location = new System.Drawing.Point(300, 19);
            this.sil.Name = "sil";
            this.sil.Size = new System.Drawing.Size(96, 37);
            this.sil.TabIndex = 2;
            this.sil.Text = "Sil";
            this.sil.UseVisualStyleBackColor = true;
            this.sil.Click += new System.EventHandler(this.sil_Click);
            // 
            // urun3
            // 
            this.urun3.Location = new System.Drawing.Point(6, 35);
            this.urun3.Name = "urun3";
            this.urun3.Size = new System.Drawing.Size(255, 20);
            this.urun3.TabIndex = 14;
            // 
            // kategr
            // 
            this.kategr.AutoSize = true;
            this.kategr.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.kategr.Location = new System.Drawing.Point(20, 33);
            this.kategr.Name = "kategr";
            this.kategr.Size = new System.Drawing.Size(96, 20);
            this.kategr.TabIndex = 17;
            this.kategr.Text = "Kategoriler";
            // 
            // ktcomb1
            // 
            this.ktcomb1.FormattingEnabled = true;
            this.ktcomb1.Location = new System.Drawing.Point(177, 35);
            this.ktcomb1.Name = "ktcomb1";
            this.ktcomb1.Size = new System.Drawing.Size(121, 21);
            this.ktcomb1.TabIndex = 16;
            this.ktcomb1.SelectedIndexChanged += new System.EventHandler(this.ktcomb1_SelectedIndexChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.urun2);
            this.groupBox2.Controls.Add(this.duzenle);
            this.groupBox2.Location = new System.Drawing.Point(24, 188);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(415, 80);
            this.groupBox2.TabIndex = 20;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "groupBox2";
            // 
            // urun2
            // 
            this.urun2.Location = new System.Drawing.Point(10, 35);
            this.urun2.Name = "urun2";
            this.urun2.Size = new System.Drawing.Size(255, 20);
            this.urun2.TabIndex = 10;
            // 
            // duzenle
            // 
            this.duzenle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.duzenle.Location = new System.Drawing.Point(300, 26);
            this.duzenle.Name = "duzenle";
            this.duzenle.Size = new System.Drawing.Size(96, 37);
            this.duzenle.TabIndex = 1;
            this.duzenle.Text = "Düzenle";
            this.duzenle.UseVisualStyleBackColor = true;
            this.duzenle.Click += new System.EventHandler(this.duzenle_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.urun);
            this.groupBox1.Controls.Add(this.ekle);
            this.groupBox1.Location = new System.Drawing.Point(24, 83);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(415, 80);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "groupBox1";
            // 
            // urun
            // 
            this.urun.Location = new System.Drawing.Point(19, 33);
            this.urun.Name = "urun";
            this.urun.Size = new System.Drawing.Size(255, 20);
            this.urun.TabIndex = 6;
            // 
            // ekle
            // 
            this.ekle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.ekle.Location = new System.Drawing.Point(313, 33);
            this.ekle.Name = "ekle";
            this.ekle.Size = new System.Drawing.Size(96, 35);
            this.ekle.TabIndex = 0;
            this.ekle.Text = "Ekle";
            this.ekle.UseVisualStyleBackColor = true;
            this.ekle.Click += new System.EventHandler(this.ekle_Click_1);
            // 
            // urunlerListB
            // 
            this.urunlerListB.FormattingEnabled = true;
            this.urunlerListB.Location = new System.Drawing.Point(468, 11);
            this.urunlerListB.Name = "urunlerListB";
            this.urunlerListB.Size = new System.Drawing.Size(136, 420);
            this.urunlerListB.TabIndex = 18;
            this.urunlerListB.SelectedIndexChanged += new System.EventHandler(this.urunlerListB_SelectedIndexChanged);
            // 
            // frmUrunler
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 442);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.kategr);
            this.Controls.Add(this.ktcomb1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.urunlerListB);
            this.Name = "frmUrunler";
            this.Text = "frmUrunler";
            this.Load += new System.EventHandler(this.frmYiyecek_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }