The SetAlarm.pas file contains general purpose routines:
pocedure ErrorMessageDialog; - creates a new notification window about invalid data format.
procedure NewMessageDialog; - creates a new notification window about the expiration of time;
procedure SetAlarmClock; - processes user input;
procedure NewDialog; - creates an interface (a new window with fields for input and buttons for control).
procedure InitMenuBar; virtual; - creates the top menu;
procedure HandleEvent (var Event: TEvent); virtual; - processes the main events;
procedure HandleEvent (var Event: TEvent); virtual; - event handler for the OK button;
And it also contains unit Check.pas to check the entered data.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.