Exemple #1
0
 public ThongKeSLDT()
 {
     InitializeComponent();
     doan = new DoanBLL();
     tk   = new ThongKeBLL();
     loadMaNV();
     dgvDsLan.ReadOnly = true;
 }
Exemple #2
0
 public TinhHinhTour()
 {
     InitializeComponent();
     tour = new TourBLL();
     tk   = new ThongKeBLL();
     loadMaTour();
     dgvTinhHinhTour.ReadOnly = true;
 }
        public ThongKeDoanhThu()
        {
            InitializeComponent();
            tour = new TourBLL();
            doan = new DoanBLL();
            tk   = new ThongKeBLL();

            loadMaTour();
            dgvDoanhThu.ReadOnly = true;
        }
        public ThongKeChiPhi()
        {
            InitializeComponent();
            tour = new TourBLL();
            doan = new DoanBLL();
            tk   = new ThongKeBLL();

            loadMaTour();
            loaddMaDoan();
            dgvDsCp.ReadOnly = true;
        }
Exemple #5
0
 public FormThongKe()
 {
     InitializeComponent();
     loaiQuangCaoBLL = new LoaiQuangCaoBLL();
     thongKeBLL      = new ThongKeBLL();
     String[] Nam = { "2017", "2018", "2019" };
     cbDoanhThu_Nam.DataSource        = Nam;
     cbNamTheoLoaiQuangCao.DataSource = Nam;
     chartDoanhThuTheoThang.ChartAreas[0].AxisX.MajorGrid.Enabled = chartDoanhThuTheoThang.ChartAreas[0].AxisY.MajorGrid.Enabled = false;
     chartDoanhThuTheoThang.Titles.Add("Doanh thu theo tháng năm " + cbDoanhThu_Nam.Text + " (VND)");
 }