Inheritance: Framework.Interface.Common.FrmBase
 private void buttonX7_help_Click(object sender, EventArgs e)
 {
     FrmShowChart showchart = new FrmShowChart(14);
     showchart.ShowDialog();
 }
Esempio n. 2
0
 private void lc_mbtubiao_Click(object sender, EventArgs e)
 {
     if (lc_mblx.SelectedIndex == 0)
     {
         FrmShowChart showchart = new FrmShowChart(11);
         showchart.ShowDialog();
     }
     else if (lc_mblx.SelectedIndex == 1)
     {
         FrmShowChart showchart = new FrmShowChart(10);
         showchart.ShowDialog();
     }
     else if (lc_mblx.SelectedIndex == 2)
     {
         FrmShowChart showchart = new FrmShowChart(12);
         showchart.ShowDialog();
     }
 }
Esempio n. 3
0
 private void Btn_BF_7SearchChart_Click(object sender, EventArgs e)
 {
     FrmShowChart showchart = new FrmShowChart(Cb_BF_7DJTLX.SelectedIndex);
     showchart.ShowDialog();
 }
Esempio n. 4
0
 private void Btn_BF_5SearchChart_Click(object sender, EventArgs e)
 {
     FrmShowChart showchart = new FrmShowChart(13);
     showchart.ShowDialog();
 }
Esempio n. 5
0
 private void Btn_BF_2SearchChart_Click(object sender, EventArgs e)
 {
     if (Cb_BF_2MBLX.SelectedIndex == 0)
     {
         FrmShowChart showchart = new FrmShowChart(11);
         showchart.ShowDialog();
     }
     else if (Cb_BF_2MBLX.SelectedIndex == 1)
     {
         FrmShowChart showchart = new FrmShowChart(10);
         showchart.ShowDialog();
     }
     else if (Cb_BF_2MBLX.SelectedIndex == 2)
     {
         FrmShowChart showchart = new FrmShowChart(12);
         showchart.ShowDialog();
     }
 }
Esempio n. 6
0
 private void Btn_BF_1preview_Click(object sender, EventArgs e)
 {
     if (Db_BF_LZGS.Value == 2)
     {
         FrmShowChart showchart = new FrmShowChart(15);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 3)
     {
         FrmShowChart showchart = new FrmShowChart(16);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 4)
     {
         FrmShowChart showchart = new FrmShowChart(17);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 5)
     {
         FrmShowChart showchart = new FrmShowChart(18);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 6)
     {
         FrmShowChart showchart = new FrmShowChart(19);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 7)
     {
         FrmShowChart showchart = new FrmShowChart(20);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 8)
     {
         FrmShowChart showchart = new FrmShowChart(21);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 9)
     {
         FrmShowChart showchart = new FrmShowChart(22);
         showchart.ShowDialog();
     }
     else if (Db_BF_LZGS.Value == 10)
     {
         FrmShowChart showchart = new FrmShowChart(23);
         showchart.ShowDialog();
     }
     else
     {
         MessageBox.Show("暂无预览");
     }
 }