private void pictureBox2_Click(object sender, EventArgs e) { Class1.index = 0; Form12 f12 = new Form12(); f12.Show(); timer1.Enabled = true; }
private void thốngKêSốLượtThựcHiệnChuyếnBayToolStripMenuItem_Click(object sender, EventArgs e) { Flightinfo(obj); string str = ""; using (StreamReader sr = File.OpenText("output4.txt")) { str = sr.ReadLine(); } Form12 f = new Form12(str); f.Show(); }
private void button1_Click(object sender, EventArgs e) { if (Form14.d == 1) { if (radioButton3.Checked == true) { Form8 form = new Form8(); form.Show(); this.Hide(); } else if (radioButton2.Checked == true) { Form12 form = new Form12(); form.Show(); this.Hide(); } else if (radioButton1.Checked == true) { Form13 form = new Form13(); form.Show(); this.Hide(); } } else if (Form14.d == 2) { if (radioButton3.Checked == true) { Form15 form = new Form15(); form.Show(); this.Hide(); } else if (radioButton2.Checked == true) { Form16 form = new Form16(); form.Show(); this.Hide(); } else if (radioButton1.Checked == true) { Form17 form = new Form17(); form.Show(); this.Hide(); } } }
private void button2_Click(object sender, EventArgs e) { DB_Connect(); comm = new OracleCommand("Procedure2", conn); comm.Connection = conn; comm.CommandType = CommandType.StoredProcedure; comm.Parameters.Add("uID", "number").Value = user_id.userid; comm.Parameters.Add("oID", "number").Value = order_id.o_id; comm.ExecuteNonQuery(); conn.Close(); Form12 form12 = new Form12(); this.Close(); form12.Show(); }
private void button1_Click(object sender, EventArgs e) { if (sexual.SelectedIndex == 0 && st.SelectedIndex == 0) { Form2 form2 = new Form2(); this.Hide(); form2.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 1) { Form3 form3 = new Form3(); this.Hide(); form3.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 2) { Form4 form4 = new Form4(); this.Hide(); form4.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 3) { Form5 form5 = new Form5(); this.Hide(); form5.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 4) { Form6 form6 = new Form6(); this.Hide(); form6.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 5) { Form7 form7 = new Form7(); this.Hide(); form7.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 6) { Form8 form8 = new Form8(); this.Hide(); form8.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 7) { Form9 form9 = new Form9(); this.Hide(); form9.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 8) { Form10 form10 = new Form10(); this.Hide(); form10.Show(); } if (sexual.SelectedIndex == 0 && st.SelectedIndex == 9) { Form11 form11 = new Form11(); this.Hide(); form11.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 0) { Form12 form12 = new Form12(); this.Hide(); form12.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 1) { Form13 form13 = new Form13(); this.Hide(); form13.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 2) { Form14 form14 = new Form14(); this.Hide(); form14.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 3) { Form15 form15 = new Form15(); this.Hide(); form15.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 4) { Form16 form16 = new Form16(); this.Hide(); form16.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 5) { Form17 form17 = new Form17(); this.Hide(); form17.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 6) { Form18 form18 = new Form18(); this.Hide(); form18.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 7) { Form19 form19 = new Form19(); this.Hide(); form19.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 8) { Form20 form20 = new Form20(); this.Hide(); form20.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 9) { Form21 form21 = new Form21(); this.Hide(); form21.Show(); } if (sexual.SelectedIndex == 1 && st.SelectedIndex == 10) { Form22 form22 = new Form22(); this.Hide(); form22.Show(); } }
private void button9_Click(object sender, EventArgs e) { Form12 form12 = new Form12(); form12.Show(); }
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Form12 form12 = new Form12(); form12.Show(); }