Ejemplo n.º 1
0
 public ThongKeSLDT()
 {
     InitializeComponent();
     doan = new DoanBLL();
     tk   = new ThongKeBLL();
     loadMaNV();
     dgvDsLan.ReadOnly = true;
 }
Ejemplo n.º 2
0
        public ThongKeDoanhThu()
        {
            InitializeComponent();
            tour = new TourBLL();
            doan = new DoanBLL();
            tk   = new ThongKeBLL();

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

            loadMaTour();
            loaddMaDoan();
            dgvDsCp.ReadOnly = true;
        }
Ejemplo n.º 4
0
        public ThemDoan()
        {
            InitializeComponent();
            tour = new TourBLL();
            doan = new DoanBLL();
            LoadMaTour();
            ShowMaDoan();
            LoadMaNhanVien();
            LoadTenNhiemVu();
            LoadMaKH();
            LoadTenCP();
            dtGioDi.Format       = DateTimePickerFormat.Custom;
            dtGioDi.CustomFormat = "MM/dd/yyyy HH:mm:ss";

            dtGioVe.Format       = DateTimePickerFormat.Custom;
            dtGioVe.CustomFormat = "MM/dd/yyyy HH:mm:ss";

            dgvNV.ReadOnly     = true;
            dgvKH.ReadOnly     = true;
            dgvChiPhi.ReadOnly = true;
        }