예제 #1
0
        private void m_ShiftSchedule_Load(object sender, EventArgs e)
        {
            db = new thisDatabase();
            gc = new GlobalClass();
            gm = new GlobalMethod();

            dtp_am_in.CustomFormat = "hh:mm tt";
            dtp_am_in.ShowUpDown   = true;

            dtp_am_out.CustomFormat = "hh:mm tt";
            dtp_am_out.ShowUpDown   = true;

            dtp_pm_in.CustomFormat = "hh:mm tt";
            dtp_pm_in.ShowUpDown   = true;

            dtp_pm_out.CustomFormat = "hh:mm tt";
            dtp_pm_out.ShowUpDown   = true;

            disp_list();
        }
예제 #2
0
 public p_GeneratePayroll()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #3
0
 public hdmf_summary()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #4
0
 public PaySlips()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #5
0
 public rpt_payroll_summary()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #6
0
 public rpt_other_deductions()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #7
0
 public rpt_other_earnings()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }
예제 #8
0
 public rpt_philhealth_summary()
 {
     gc = new GlobalClass();
     gm = new GlobalMethod();
     InitializeComponent();
 }