public frm_GTVT_BAOCAO_SOLUONG_LOAIXETNGHIEM()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
     cboHos_Status.SelectedIndex = 0;
     dtToDate.Value = dtFromDate.Value = dtCreatePrint.Value = Utility.getSysDate();
 }
 public frm_BaoCaoThongKeXN()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
     cboHos_Status.SelectedIndex = 0;
     dtToDate.Value = dtFromDate.Value = dtCreatePrint.Value = Utility.getSysDate();
 }
Exemple #3
0
 public frm_BAOCAO_SLUONG_KPHONG_GUI(string TitleReport)
 {
     InitializeComponent();
     this.KeyPreview = true;
     ReportBusiness.CreateManagementUnit();
     sTitleReport = TitleReport;
     cboHosStatus.SelectedIndex  = 0;
     dtToDate.Value              = dtCreateDate.Value = dtFromDate.Value = DateTime.Now;
     cboLoaiBaoCao.SelectedIndex = 0;
 }
Exemple #4
0
 public frm_DONGANH()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
 }
 public FrmReportAll_VNIO()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
 }
Exemple #6
0
 public frm_GTVT_BAOCAO_SOLUONG_XN_THEOKHOA()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
 }
Exemple #7
0
 public frm_BAOCAO_SL_BN_NHANGUI_MAU()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
     Utility.loadIconToForm(this);
 }
 public FrmGeneralReport()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
 }
 public frm_DA_BAOCAO_THOIGIAN_XETNGHIEM()
 {
     InitializeComponent();
     ReportBusiness.CreateManagementUnit();
 }