13 lines
328 B
ObjectPascal
13 lines
328 B
ObjectPascal
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.
|