home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / COMSTRS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-06-09  |  521 b   |  27 lines

  1. unit comstrs;
  2.  
  3. interface
  4.  
  5. {$R comstrs.RES}
  6.  
  7. const
  8.   sTabAccessError = 61952;
  9.   sInvalidLevel = 61953;
  10.   sInvalidIndex = 61954;
  11.   sInsertError = 61955;
  12.   sInvalidOwner = 61956;
  13.   sUnableToCreateColumn = 61957;
  14.   sUnableToCreateItem = 61958;
  15.   sRichEditInsertError = 61959;
  16.   sRichEditLoadFail = 61960;
  17.   sRichEditSaveFail = 61961;
  18.   sTooManyPanels = 61962;
  19.   sHKError = 61963;
  20.   sHKInvalid = 61964;
  21.   sHKInvalidWindow = 61965;
  22.   sHKAssigned = 61966;
  23.   sUDAssociated = 61967;
  24.  
  25. implementation
  26.  
  27. end.