home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / COMSTRS.INT < prev    next >
Text File  |  1997-03-21  |  1KB  |  40 lines

  1. unit ComStrs;
  2.  
  3. interface
  4.  
  5. resourcestring
  6.   sTabAccessError = 'Tab control access error';
  7.  
  8.   sInvalidLevel = 'Invalid item level assignment';
  9.   sInvalidLevelEx = 'Invalid level (%d) for item "%s"';
  10.   sInvalidIndex = 'Invalid index';
  11.   sInsertError = 'Unable to insert an item';
  12.  
  13.   sInvalidOwner = 'Invalid owner';
  14.   sUnableToCreateColumn = 'Unable to create new column';
  15.   sUnableToCreateItem = 'Unable to create new item';
  16.  
  17.   sRichEditInsertError = 'RichEdit line insertion error';
  18.   sRichEditLoadFail = 'Failed to Load Stream';
  19.   sRichEditSaveFail = 'Failed to Save Stream';
  20.  
  21.   sTooManyPanels = 'StatusBar cannot have more than 64 panels';
  22.  
  23.   sHKError = 'Error assigning Hot-Key to %s. %s';
  24.   sHKInvalid = 'Hot-Key is invalid';
  25.   sHKInvalidWindow = 'Window is invalid or a child window';
  26.   sHKAssigned = 'Hot-Key is assigned to another window';
  27.  
  28.   sUDAssociated = '%s is already associated with %s';
  29.  
  30.   sPageIndexError = '%d is an invalid PageIndex value.  PageIndex must be ' +
  31.     'between 0 and %d';
  32.  
  33.   sInvalidComCtl32 = 'This control requires version 4.70 or greater of COMCTL32.DLL';
  34.  
  35.   sDateTimeMax = 'Date exceeds maximum of %s';
  36.   sDateTimeMin = 'Date is less than minimum of %s';
  37.   sNeedAllowNone = 'You must be in ShowCheckbox mode to set to this date';
  38.  
  39. implementation
  40.