Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            //Cursor.Current = Cursors.WaitCursor;
            //Report_SeaBase_Print print = new Report_SeaBase_Print();
            //Report_SeaBase_Print.MLC1 = true;
            //print.Tag = this.Tag.ToString();
            //print.ShowDialog();
            //Cursor.Current = Cursors.Default;
            Cursor.Current = Cursors.WaitCursor;
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.MLC1 = true;
            print.MedCertNumber       = MedCertNumber;
            print.Tag = this.Tag.ToString();
            print.ShowDialog();
            Cursor.Current = Cursors.Default;

            //using (RDLC.frm_RDLC_report f = new RDLC.frm_RDLC_report())
            //{
            //    f.Tag = Resultid;
            //    f.isSeaMLC = true;
            //    f.age = age;
            //    f.ShowDialog();
            //}
        }
        private void button5_Click(object sender, EventArgs e)
        {
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.MER = true;
            print.recomendation      = "";
            print.Tag = "0";
            print.ShowDialog();
        }
Exemplo n.º 3
0
        private void button2_Click(object sender, EventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.Detail = true;
            print.Tag = this.Tag.ToString();
            print.ShowDialog();
            Cursor.Current = Cursors.Default;
        }
Exemplo n.º 4
0
        private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.MLC1 = true;
            print.Tag = resultid;
            print.ShowDialog();
            Cursor.Current = Cursors.Default;
        }
        private void button11_Click(object sender, EventArgs e)
        {
            //Cursor.Current = Cursors.WaitCursor;
            //Report.Report_PrintOuts frm_print = new Report.Report_PrintOuts();
            //frm_print.Tag = "";
            //frm_print.Detailed_Sea = true;
            //frm_print.ShowDialog();
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.Detail = true;
            print.Tag = "0";
            print.ShowDialog();
        }
        private void button10_Click(object sender, EventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            //Report.Report_PrintOuts frm_print = new Report.Report_PrintOuts();
            //frm_print.Tag = "";
            //frm_print.MLC = true;
            //frm_print.ShowDialog();
            //using (RDLC.frm_RDLC_report f = new RDLC.frm_RDLC_report())
            //{
            //    f.isSeaMLC = true;
            //    f.Tag = "";
            //    f.ShowDialog();
            //}
            Report_SeaBase_Print print = new Report_SeaBase_Print();

            Report_SeaBase_Print.MLC1 = true;
            print.Tag = "0";
            print.ShowDialog();
        }