0% found this document useful (0 votes)
9 views3 pages

Employee Management System Functions

The document contains code for handling click events on menu items and buttons in a Visual Basic application. It defines event handler subroutines for various menu options like adding a new employee, calculating salary, viewing employee and salary lists, and attendance reports. The subroutines call other forms and close the current form when the corresponding menu item is clicked.

Uploaded by

Ros Kamal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

Employee Management System Functions

The document contains code for handling click events on menu items and buttons in a Visual Basic application. It defines event handler subroutines for various menu options like adding a new employee, calculating salary, viewing employee and salary lists, and attendance reports. The subroutines call other forms and close the current form when the corresponding menu item is clicked.

Uploaded by

Ros Kamal
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

sd

End Sub

Private Sub Label7_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]

End Sub

Private Sub MainMenuToolStripMenuItem_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub EMPLOYEELISTToolStripMenuItem_Click(ByVal sender As [Link], ByVal


e As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub ADDNEWEMPLOYEEToolStripMenuItem_Click(ByVal sender As [Link],


ByVal e As [Link]) Handles [Link]
[Link]()

End Sub

Private Sub CalculateSalaryToolStripMenuItem_Click(ByVal sender As [Link],


ByVal e As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub SalaryListToolStripMenuItem_Click(ByVal sender As [Link], ByVal e


As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub ATTENDANCEToolStripMenuItem_Click(ByVal sender As [Link], ByVal e


As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub GroupBox1_Enter(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]

End Sub
End Class
LIST

Public Class EmployeeList

Private Sub ADDNEWEMPLOYEEToolStripMenuItem_Click(ByVal sender As [Link],


ByVal e As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub MainMenuToolStripMenuItem_Click(ByVal sender As [Link], ByVal e As


[Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub CalculateSalaryToolStripMenuItem_Click(ByVal sender As [Link],


ByVal e As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub EMPLOYEELISTToolStripMenuItem_Click(ByVal sender As [Link], ByVal


e As [Link]) Handles [Link]
[Link]()

End Sub

Private Sub SalaryListToolStripMenuItem_Click(ByVal sender As [Link], ByVal e


As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub

Private Sub ATTENDANCEToolStripMenuItem_Click(ByVal sender As [Link], ByVal e


As [Link]) Handles [Link]
[Link]()
[Link]()
End Sub
End Class

You might also like