namespace x.o.x; partial class Form1 { /// ///Gerekli tasarımcı değişkeni. /// private System.ComponentModel.IContainer components = null; /// ///Kullanılan tüm kaynakları temizleyin. /// ///yönetilen kaynaklar dispose edilmeliyse doğru; aksi halde yanlış. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } /// /// Tasarımcı desteği için gerekli metot - bu metodun ///içeriğini kod düzenleyici ile değiştirmeyin. /// private void InitializeComponent() { button1 = new System.Windows.Forms.Button(); button2 = new System.Windows.Forms.Button(); button3 = new System.Windows.Forms.Button(); button4 = new System.Windows.Forms.Button(); button5 = new System.Windows.Forms.Button(); button6 = new System.Windows.Forms.Button(); button7 = new System.Windows.Forms.Button(); button8 = new System.Windows.Forms.Button(); button9 = new System.Windows.Forms.Button(); button10 = new System.Windows.Forms.Button(); button11 = new System.Windows.Forms.Button(); label1 = new System.Windows.Forms.Label(); button12 = new System.Windows.Forms.Button(); SuspendLayout(); // // button1 // button1.Location = new System.Drawing.Point(12, 12); button1.Name = "button1"; button1.Size = new System.Drawing.Size(100, 100); button1.Click += new System.EventHandler(this.hangiButon); // // button2 // button2.Location = new System.Drawing.Point(118, 12); button2.Name = "button2"; button2.Size = new System.Drawing.Size(100, 100); button2.Click += new System.EventHandler(this.hangiButon); // // button3 // button3.Location = new System.Drawing.Point(224, 12); button3.Name = "button3"; button3.Size = new System.Drawing.Size(100, 100); button3.Click += new System.EventHandler(this.hangiButon); // // button4 // button4.Location = new System.Drawing.Point(12, 118); button4.Name = "button4"; button4.Size = new System.Drawing.Size(100, 100); button4.Click += new System.EventHandler(this.hangiButon); // // button5 // button5.Location = new System.Drawing.Point(118, 118); button5.Name = "button5"; button5.Size = new System.Drawing.Size(100, 100); button5.Click += new System.EventHandler(this.hangiButon); // // button6 // button6.Location = new System.Drawing.Point(224, 118); button6.Name = "button6"; button6.Size = new System.Drawing.Size(100, 100); button6.Click += new System.EventHandler(this.hangiButon); // // button7 // button7.Location = new System.Drawing.Point(12, 224); button7.Name = "button7"; button7.Size = new System.Drawing.Size(100, 100); button7.Click += new System.EventHandler(this.hangiButon); // // button8 // button8.Location = new System.Drawing.Point(118, 224); button8.Name = "button8"; button8.Size = new System.Drawing.Size(100, 100); button8.Click += new System.EventHandler(this.hangiButon); // // button9 // button9.Location = new System.Drawing.Point(224, 224); button9.Name = "button9"; button9.Size = new System.Drawing.Size(100, 100); button9.Click += new System.EventHandler(this.hangiButon); // // button10 // button10.Location = new System.Drawing.Point(417, 71); button10.Name = "button10"; button10.Size = new System.Drawing.Size(50, 50); button10.Text = "X"; button10.Click += new System.EventHandler(this.xbutonu); // // button11 // button11.Location = new System.Drawing.Point(498, 71); button11.Name = "button11"; button11.Size = new System.Drawing.Size(50, 50); button11.Text = "O"; button11.Click += new System.EventHandler(this.button11_Click); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(401, 43); label1.Name = "label1"; label1.Size = new System.Drawing.Size(170, 50); label1.Font = new Font("Calibri", 10); label1.Text = "birinci oyuncu için karakter seçin :)"; // // button12 // button12.Location = new System.Drawing.Point(440, 170); button12.Name = "button12"; button12.Size = new System.Drawing.Size(100, 25); button12.Text = "Yeniden Başlat"; button12.Click += new System.EventHandler(this.button12_Click); // // Form1 // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(800, 450); Controls.Add(this.button12); Controls.Add(this.label1); Controls.Add(this.button11); Controls.Add(this.button10); Controls.Add(this.button9); Controls.Add(this.button8); Controls.Add(this.button7); Controls.Add(this.button6); Controls.Add(this.button5); Controls.Add(this.button4); Controls.Add(this.button3); Controls.Add(this.button2); Controls.Add(this.button1); Name = "Form1"; Text = "x-o-x"; Load += new System.EventHandler(this.Form1_Load); ResumeLayout(false); PerformLayout(); } private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; 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; private System.Windows.Forms.Button button11; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button12; }