Exemple #1
0
        private void toolBar1_ButtonClick(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
        {
            try
            {
                if(e.Button.Text.Trim()=="�˹�¼��")
                {
                    this.miniFrms();
                    if(this.showFrm("�˹�¼��"))
                    {
                        return;
                    }
                    bengzhans.frmDatasEdit frmedit=new BengZhan.bengzhans.frmDatasEdit();
                    frmedit.Text="�˹�¼��";
                    frmedit.MdiParent=this;
                    frmedit.WindowState=System.Windows.Forms.FormWindowState.Maximized;
                    frmedit.Show();

                    m_arrFrms.Add(frmedit);

                }
                if(e.Button.Text.Trim()=="��������")
                {
                    New.cReport.frmParamSet frmPS=new New.cReport.frmParamSet();
                    frmPS.ShowDialog();
                    return ;
                }
                if(e.Button.Text.Trim()=="��վ��Ϣ")
                {
                    bengzhans.frmBengZhans frmBengZhanObj=new BengZhan.bengzhans.frmBengZhans();
                    frmBengZhanObj.ShowDialog();
                    return;
                }
                if(e.Button.Text.Trim()=="�˳�ϵͳ")
                {
                    this.Close();
                    return;
                }
                if(e.Button.Text.Trim()=="��ˮ�鿴")
                {

                    this.showICSal();
                }

                CInsertMenu cInsertM=new CInsertMenu();

                if(!cInsertM.enableToolbar(e.Button.Text.Trim(),this.mainMenu1))
                {
                    MessageBox.Show("Ȩ�޲��㣡");
                    return;
                }

                if(e.Button.Text.Trim()=="���վ")
                {
                    this.mnuWell_Click(null,null);
                }
                if(e.Button.Text.Trim()=="��λ��Ϣ")
                {
                    this.mnuDep_Click(null,null);
                }
                if(e.Button.Text.Trim()=="�˳�ϵͳ")
                {
                    this.Close();
                }
                if(e.Button.Text.Trim()=="�û�����")
                {
                    Users.frmUsers frmUsersObj=new BengZhan.Users.frmUsers();
                    frmUsersObj.ShowDialog();
                }
                if(e.Button.Text.Trim()=="�û���Ȩ")
                {
                    Users.FrmMenuMana frmMeMaObj=new BengZhan.Users.FrmMenuMana();
                    frmMeMaObj.ShowDialog();
                }
                if(e.Button.Text.Trim()=="ʵʱ���")
                {
                    this.miniFrms();
                    this.showMonitor();
                }
                if(e.Button.Text.Trim()=="��ˮͳ��")
                {
                    try
                    {
                        New.cReport.frmSalRep frmSalR=new New.cReport.frmSalRep();
                        frmSalR.ShowDialog();
                    }
                    catch(Exception ex)
                    {
                        MessageBox.Show(ex.ToString());
                    }
                }
                if(e.Button.Text.Trim()=="��ʷ����")
                {
                    this.miniFrms();
                    if(this.showFrm("����ͼ��"))
                    {
                        return;
                    }
                    CReportDll.comReport.newRep.frmChart frmC=new CReportDll.comReport.newRep.frmChart();
                    frmC.MdiParent=this;
                    frmC.WindowState=System.Windows.Forms.FormWindowState.Maximized;
                    frmC.Show();
                    m_arrFrms.Add(frmC);
                }
                if(e.Button.Text.Trim()=="ϵͳ����")
                {
                    Help.ShowHelp(this,"help.chm");
                }
                if(e.Button.Text.Trim()=="��������")
                {
                        BengZhan.warn.frmWarnLevel  frmSWL=new BengZhan.warn.frmWarnLevel();
                        frmSWL.ShowDialog();
                }
                if(e.Button.Text.Trim()=="������ϸ")
                {

                    frmWarn.Form1 frmWarnO=new frmWarn.Form1();
                    frmWarnO.m_strFormType="";
                    frmWarnO.ShowDialog();
                }
                if(e.Button.Text=="ʵʱ�鿴")
                {

                }
                if(e.Button.Text=="���㶨ʱ")
                {
                    if(this.ActiveMdiChild!=null)
                    {
                        MessageBox.Show("���ȹر��Ѵ򿪴���!");
                        return;
                        this.ActiveMdiChild.Close();
                    }
                    BengZhan.warn.onTimeSet.frmOnTimeSet   frmT=new BengZhan.warn.onTimeSet.frmOnTimeSet();
                    frmT.ShowDialog();
                }
                if(e.Button.Text.Trim()=="IC����ˮ")
                {
                    showICSale();
                }
                if(e.Button.Text.Trim()=="IC������")
                {
                    showICMana();
                }
                if(e.Button.Text.Trim()=="����ͳ��")
                {
                    this.miniFrms();
                    if(this.showFrm("���վ����ͳ��"))
                    {
                        return;
                    }
                    CReportDll.comReport.newRep.frmReport frmRepO=new CReportDll.comReport.newRep.frmReport();
                    frmRepO.MdiParent=this;
                    frmRepO.WindowState=System.Windows.Forms.FormWindowState.Maximized;
                    frmRepO.Show();
                    m_arrFrms.Add(frmRepO);

                }
                if(e.Button.Text.Trim()=="Ƿ������")
                {
                    CWarnDll.frmWarn.Form2 frmWarnTb=new CWarnDll.frmWarn.Form2();
                    frmWarnTb.ShowDialog();
                }
                if(e.Button.Text.Trim()=="������Ϣ")
                {
                    this.showGis();
                }
                if(e.Button.Text.Trim()=="����ͳ��")
                {
                    showSalSta();
                }
                if(e.Button.Text.Trim()=="�½�ͳ��")
                {
                    this.showYearStac();
                }
                if(e.Button.Text.Trim()=="���ͳ��")
                {

                }
                if(e.Button.Text.Trim()=="TM����ˮ")
                {
                    string strFileName=string.Format(@"test/test.exe",BengZhan.CDBConnection.m_strUserID);
                    System.Diagnostics.Process proc = new System.Diagnostics.Process();
                    proc.EnableRaisingEvents=false;

                    proc.StartInfo.FileName=strFileName;
                    proc.StartInfo.Arguments=BengZhan.CDBConnection.m_strUserID;
                //	proc.StartInfo.WindowStyle=ProcessWindowStyle.Minimized;
                    proc.Start();
                    System.IO.Directory.SetCurrentDirectory(Application.StartupPath);
                }
                if(e.Button.Text.Trim()=="���ͳ��")
                {
                    this.showYearStac1();
                }
            }
            catch(Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
        }
Exemple #2
0
 private void mnuOnTime_Click(object sender, System.EventArgs e)
 {
     if(this.ActiveMdiChild!=null)
     {
         MessageBox.Show("���ȹر��Ѵ򿪴���!");
         return;
         this.ActiveMdiChild.Close();
     }
     BengZhan.warn.onTimeSet.frmOnTimeSet   frmT=new BengZhan.warn.onTimeSet.frmOnTimeSet();
     frmT.ShowDialog();
 }