unit Define;
interface
uses
Winapi.Messages;
const
WM_CAPOLICY_DLG_OK = WM_USER + 6548;
WM_CAPOLICY_DLG_CANCEL = WM_USER + 6549;
implementation
end.