NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

namespace _2seçimkutusu
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void label2_Click(object sender, EventArgs e)
{

}

private void Form1_Load(object sender, EventArgs e)
{//Form yüklenirken groupbx ve içindeki kontrolleri ayarlayalım
groupBox1.Text = "Medeni Durum";
groupBox1.ForeColor = Color.LightGray;
groupBox1.BackColor = Color.DarkOliveGreen;
radioButton6.Text = "Bekar";
radioButton7.Text = "Evli";
radioButton6.Checked = true;
//Groupbx2 normalde etkisiz, görünmez olsun.Medeni Durumu evli seçilirse etkinleşsin

groupBox2.Text = "Çocuk Sayısı";
groupBox2.ForeColor = Color.Orange;
groupBox2.BackColor = Color.Navy;
groupBox2.Enabled = false;//Etkisiz
groupBox2.Visible = false;//Görünmez

radioButton8.Text = "Çocuk yok";
radioButton9.Text = "1 Çocuk";
radioButton10.Text = "2 Çocuk";
radioButton11.Text = "2'den çocuk";
radioButton8.Checked = true;//Çocuksuz seçili
//başta paneli gösterme
panel1.Visible = false;
label1.Text = " ";
label2.Text = " ";
}

private void radioButton7_CheckedChanged(object sender, EventArgs e)
{//rb7 seçim değişti, eğer seçildiyse
if (radioButton7.Checked)
{//grpbx2 göster
groupBox2.Enabled = true;
groupBox2.Visible = true;
}
else
{
groupBox2.Visible = false;
}

}

private void radioButton8_CheckedChanged(object sender, EventArgs e)
{//çocuk yok yazan rb seçimi değişti
if (radioButton8.Checked)
{//eğer seçildiyse çocuk yok
panel1.Visible = false;
}
else
{//çocuk var aşı bilgileri göster
panel1.Visible = true;
label3.Text = "İlk 24 saat içerisinde Hepatit B aşısırnBirinci ayda Hepatit B aşısının ikinci dozurn2. ayda verem, beşli karma, zatürre aşısı rnİlk 3 ayda içerisinde rota virüs aşısırn3. aydan sonra meningokok menenjit aşısırn4. ayda beşli karma ve zatürre aşısının ikinci dozlarırn6. ayda beşli karma, zatürre, Hepatit B aşısının üçüncü dozu ve ağızdan çocuk felci aşısırn1 yaşında kızamık, kızamıkçık, kabakulak ve zatürre aşısının dördüncü dozurn18. ayda beşli karma, Hepatit A ve çocuk felci aşılarırn2 yaşta Hepatit A aşısının ikinci dozu rn4 ve 6 yaşta bebeklikte yapılan karma aşıların tekrar dozlarırn8. sınıfta difteri-tetanos aşılarının tekrarırn9 yaşından sonra ise kız çocuklarına rahim ağzı kanseri aşısı önerilmektedir";
}

}

private void radioButton1_CheckedChanged(object sender, EventArgs e)
{//rb seçim değişti
if (radioButton1.Checked)
{
label1.Text = "A) Şıkkı seçildi";
}
else
{
label2.Text = "A) Şıkkı seçiminden çıkarıldı";
}

}

private void radioButton2_CheckedChanged(object sender, EventArgs e)
{
if (radioButton2.Checked)
{
label1.Text = "B) Şıkkı seçildi";
}
else
{
label2.Text = "B) Şıkkı seçiminden çıkarıldı";
}
}

private void radioButton3_CheckedChanged(object sender, EventArgs e)
{
if (radioButton3.Checked)
{
label1.Text = "C) Şıkkı seçildi";
}
else
{
label2.Text = "C) Şıkkı seçiminden çıkarıldı";
}
}

private void radioButton4_CheckedChanged(object sender, EventArgs e)
{
if (radioButton4.Checked)
{
label1.Text = "D) Şıkkı seçildi";
}
else
{
label2.Text = "D) Şıkkı seçiminden çıkarıldı";
}

}

private void radioButton5_CheckedChanged(object sender, EventArgs e)
{
if (radioButton5.Checked)
{
label1.Text = "E) Şıkkı seçildi";
}
else
{
label2.Text = "E) Şıkkı seçiminden çıkarıldı";
}
}
}
}
     
 
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.