Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (radioButton1.Checked)
     {
         IQ.iq1_3 -= 210;
         LoseWin.LOSE(IQ.iq1_3, "提示:哎哟,别说假话啦!偶才不信呢!");
     }
     else if (radioButton2.Checked)
     {
         IQ.iq1_3 -= 115;
         LoseWin.LOSE(IQ.iq1_3, "提示:哎哟,开始早恋了哈,赶紧打掉这个念头!");
     }
     else if (radioButton3.Checked)
     {
         IQ.iq1_3 -= 1205;
         LoseWin.LOSE(IQ.iq1_3, "提示:我已经木有什么话可以说了。");
     }
     else if (radioButton4.Checked)
     {
         LoseWin.Win(IQ.iq1_3, "提示:沉默是最好的回答……");
         Form5 frm5 = new Form5();
         this.Hide();
         frm5.Show();
     }
 }
Example #2
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     time--;
     label2.Text = time.ToString();
     if (time <= 0)
     {
         iq -= 50;
         LoseWin.LOSE(iq);
         (new Form12()).Show();
         this.Close();
     }
 }
Example #3
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (textBox1.Text.ToUpper() == "ZKW4")
     {
         IQ.iq1_3 -= 50;
         LoseWin.LOSE(IQ.iq1_3, "提示:唉,真傻,还真的输入“ZKW4”呢。在这个游戏里,你不知道这是作死吗?");
     }
     else
     {
         bt1_jh = true;
         tabPage4.Hide();
         MessageBox.Show("恭喜输入正确!不过,似乎问题页和以前不一样了呢……", "输入正确", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Example #4
0
 private void button1_Click(object sender, EventArgs e)
 {
     iq -= 50;
     LoseWin.LOSE(iq);
 }
Example #5
0
 private void button9_Click(object sender, EventArgs e)
 {
     IQ.iq1_4 -= 300;
     LoseWin.LOSE(IQ.iq1_4);
 }
Example #6
0
 private void tabPage1_Click(object sender, EventArgs e)
 {
     IQ.iq2_1 -= 200;
     LoseWin.LOSE(IQ.iq2_1);
 }