2. (1.0 point) Design Football Player Management window/page, this window/page includes UI controls for CRUD actions with football player information. Note: The FootballTeamID/TeamTitle will come from the FootballTeam table. Design a window which allows you to view the list of records, create a new item,update the existing item, and delete a specific item.
Object Type
Properties
Window
Title-PE118801- Main PE Management Window
Height= 500
Width=800
FontFamily=Tahoma
FontSize= 13
Background=#FFF2F184
WindowStartupLocation CenterScreen
Label
Font=Tahoma, 13pt ForeColor 0, 0, 255
TextAlign Left
TextBox
TextAlign Right
ForeColor Blue
Task 2. Implement CRUD actions with GUI.
3. (1.0 point) Authentication function
If user with a Manager and Staff role logs in successfully (using email address/password for login process).
Close
+ 100%
Zoom