unit uDAIDERes; interface resourcestring err_AssignRemoteService = 'Please assign a RemoteService, first.'; err_AssignRemoteServiceChannel = 'Please assign a Channel to the RemoteService, first.'; err_AssignRemoteServiceMessage = 'Please assign a Message to the RemoteService, first.'; implementation end.