using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace deneme { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void label1_Click(object sender, EventArgs e) { } private void label1_Click_1(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "REDbela"; Yaş.Text = "17"; cv.Text = "youtuber/yazılımcı"; } private void button2_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "Salih uğurlu"; Yaş.Text = "16"; cv.Text = "mülteci/öğrenci"; } private void button3_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "emir ama ruhsuz"; Yaş.Text = "16"; cv.Text = "sporcu/transporter"; } private void button4_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "Burak lemur"; Yaş.Text = "16"; cv.Text = "sporcu/öğrenci"; } private void button5_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "penguen"; Yaş.Text = "16"; cv.Text = "çiftçi/penguen"; } private void button6_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "☆*: .。. o(≧▽≦)o .。.:*☆"; Yaş.Text = "15"; cv.Text = "almancı/senpai"; } private void button7_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "eser"; Yaş.Text = "16"; cv.Text = "kaçakçı/sporcu"; } private void button8_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = "Bazgan"; Yaş.Text = "65+"; cv.Text = "(⌐■_■)"; } private void button9_Click(object sender, EventArgs e) { Kullanıcı_adı.Text = ""; Yaş.Text = ""; cv.Text = ""; } private void button10_Click(object sender, EventArgs e) { Application.Exit(); } private void label5_Click(object sender, EventArgs e) { } private void button11_Click(object sender, EventArgs e) { kullanıcı_adı_cıkıs.Text = Kullanıcı_adı_giris.Text; } } } DESİNG namespace deneme { 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); } #region Windows Form Designer üretilen kod /// /// Tasarımcı desteği için gerekli metot - bu metodun ///içeriğini kod düzenleyici ile değiştirmeyin. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.Kullanıcı_adı = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.Yaş = new System.Windows.Forms.TextBox(); this.cv = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); 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.label5 = new System.Windows.Forms.Label(); this.Kullanıcı_adı_giris = new System.Windows.Forms.TextBox(); this.button11 = new System.Windows.Forms.Button(); this.kullanıcı_adı_cıkıs = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Kullanıcı_adı // this.Kullanıcı_adı.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Kullanıcı_adı.Location = new System.Drawing.Point(12, 36); this.Kullanıcı_adı.Name = "Kullanıcı_adı"; this.Kullanıcı_adı.Size = new System.Drawing.Size(223, 31); this.Kullanıcı_adı.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 24); this.label1.TabIndex = 1; this.label1.Text = "Kullanıcı adı"; this.label1.Click += new System.EventHandler(this.label1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(13, 131); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 24); this.label4.TabIndex = 3; this.label4.Text = "CV"; // // Yaş // this.Yaş.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Yaş.Location = new System.Drawing.Point(12, 97); this.Yaş.Name = "Yaş"; this.Yaş.Size = new System.Drawing.Size(223, 31); this.Yaş.TabIndex = 4; // // cv // this.cv.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cv.Location = new System.Drawing.Point(12, 158); this.cv.Name = "cv"; this.cv.Size = new System.Drawing.Size(223, 31); this.cv.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(13, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 24); this.label3.TabIndex = 2; this.label3.Text = "Yaş"; this.label3.Click += new System.EventHandler(this.label1_Click_1); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(241, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(83, 31); this.button1.TabIndex = 6; this.button1.Text = "Arda"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(241, 49); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(83, 31); this.button2.TabIndex = 7; this.button2.Text = "Salih"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(241, 86); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(83, 31); this.button3.TabIndex = 8; this.button3.Text = "Emir"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button4.Location = new System.Drawing.Point(241, 123); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(83, 31); this.button4.TabIndex = 9; this.button4.Text = "Temur"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button5.Location = new System.Drawing.Point(241, 160); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(83, 31); this.button5.TabIndex = 10; this.button5.Text = "Yalcı"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(241, 197); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(83, 31); this.button6.TabIndex = 11; this.button6.Text = "Eren"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.Location = new System.Drawing.Point(241, 234); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(83, 31); this.button7.TabIndex = 12; this.button7.Text = "Eser"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button8.Location = new System.Drawing.Point(241, 271); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(83, 31); this.button8.TabIndex = 13; this.button8.Text = "Bazgan"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button9 // this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button9.Location = new System.Drawing.Point(12, 234); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(104, 33); this.button9.TabIndex = 14; this.button9.Text = "RESET"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // button10 // this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button10.Location = new System.Drawing.Point(122, 234); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(104, 33); this.button10.TabIndex = 15; this.button10.Text = "ÇIKIŞ"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(563, 19); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(164, 24); this.label5.TabIndex = 16; this.label5.Text = "Kullanıcı adı giriniz"; this.label5.Click += new System.EventHandler(this.label5_Click); // // Kullanıcı_adı_giris // this.Kullanıcı_adı_giris.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Kullanıcı_adı_giris.Location = new System.Drawing.Point(567, 49); this.Kullanıcı_adı_giris.Name = "Kullanıcı_adı_giris"; this.Kullanıcı_adı_giris.Size = new System.Drawing.Size(223, 31); this.Kullanıcı_adı_giris.TabIndex = 17; // // button11 // this.button11.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button11.Location = new System.Drawing.Point(567, 120); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(104, 33); this.button11.TabIndex = 18; this.button11.Text = "Kaydet"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button11_Click); // // kullanıcı_adı_cıkıs // this.kullanıcı_adı_cıkıs.AutoSize = true; this.kullanıcı_adı_cıkıs.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.kullanıcı_adı_cıkıs.Location = new System.Drawing.Point(572, 86); this.kullanıcı_adı_cıkıs.Name = "kullanıcı_adı_cıkıs"; this.kullanıcı_adı_cıkıs.Size = new System.Drawing.Size(25, 24); this.kullanıcı_adı_cıkıs.TabIndex = 19; this.kullanıcı_adı_cıkıs.Text = "..."; // // Form1 // this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1117, 656); this.Controls.Add(this.kullanıcı_adı_cıkıs); this.Controls.Add(this.button11); this.Controls.Add(this.Kullanıcı_adı_giris); this.Controls.Add(this.label5); 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.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.cv); this.Controls.Add(this.Yaş); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.Kullanıcı_adı); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox Kullanıcı_adı; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox Yaş; private System.Windows.Forms.TextBox cv; private System.Windows.Forms.Label label3; 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.Label label5; private System.Windows.Forms.TextBox Kullanıcı_adı_giris; private System.Windows.Forms.Button button11; private System.Windows.Forms.Label kullanıcı_adı_cıkıs; } }