private void home_Load(object sender, EventArgs e)
 {
     obj = new mycontrol(this);
     this.label1.Text             = "System";
     this.label2.Text             = "HRM";
     this.label3.Text             = "Attendance";
     this.label4.Text             = "Terminal";
     this.label5.Text             = "Reports";
     this.label6.Text             = "Wide Dimension";
     this.label7.Text             = "Company";
     this.label8.Text             = "Employee";
     this.label9.Text             = "Device Management";
     this.label10.Text            = "Timetable";
     this.label11.Text            = "Shift";
     this.label12.Text            = "Schedule";
     this.label13.Text            = "Exception Assign";
     this.label14.Text            = "Calcultae";
     this.label15.Text            = "Reports";
     this.label16.Text            = "Company";
     this.label17.Text            = "Employee";
     this.label18.Text            = "Paycode";
     this.label19.Text            = "Rule";
     this.label20.Text            = "Timetable";
     this.label21.Text            = "Shift";
     this.label22.Text            = "Schedule";
     this.label23.Text            = "Exception Assign";
     this.label24.Text            = "Device Management";
     this.label25.Text            = "Zone";
     this.label26.Text            = "Data Sync";
     this.label27.Text            = "Records";
     this.label28.Text            = "Calculate";
     this.label29.Text            = "Report";
     this.button1.Text            = "X";
     this.button2.Text            = "-";
     this.button3.Enabled         = false;
     this.button3.BackgroundImage = Properties.Resources.disablehome;
     obj.attendance_menu();
 }
Beispiel #2
0
 private void home_Load(object sender, EventArgs e)
 {
     obj = new mycontrol(this);
     this.label1.Text             = "Departments";
     this.label2.Text             = "Employees";
     this.label3.Text             = "Vehicles";
     this.label4.Text             = "Transactions";
     this.label5.Text             = "Reports";
     this.label6.Text             = "Bahria University";
     this.label7.Text             = "Company";
     this.label8.Text             = "Employee";
     this.label9.Text             = "Vehicles";
     this.label10.Text            = "Reports";
     this.label11.Text            = "Exit";
     this.label12.Text            = "Transaction";
     this.label13.Text            = "Registartion";
     this.label14.Text            = "Registration";
     this.label16.Text            = "Company";
     this.label17.Text            = "Employee";
     this.label18.Text            = "Paycode";
     this.label19.Text            = "Rule";
     this.label20.Text            = "Reports";
     this.label21.Text            = "Shift";
     this.label22.Text            = "Schedule";
     this.label23.Text            = "Exception Assign";
     this.label24.Text            = "Device Management";
     this.label25.Text            = "Zone";
     this.label26.Text            = "Data Sync";
     this.label27.Text            = "Records";
     this.label28.Text            = "Calculate";
     this.label29.Text            = "Report";
     this.button1.Text            = "X";
     this.button2.Text            = "-";
     this.button3.Enabled         = false;
     this.button3.BackgroundImage = Properties.Resources.disablehome;
     obj.attendance_menu();
 }