home *** CD-ROM | disk | FTP | other *** search
- #include "comstrs.pas"
-
- STRINGTABLE
- {
-
- sTabAccessError, "Tab control access error"
-
- sInvalidLevel, "Invalid item level assignment"
- sInvalidIndex, "Invalid index"
- sInsertError, "Unable to insert an item"
-
- sInvalidOwner, "Invalid owner"
- sUnableToCreateColumn, "Unable to create new column"
- sUnableToCreateItem, "Unable to create new item"
-
- sRichEditInsertError, "RichEdit line insertion error"
- sRichEditLoadFail, "Failed to Load Stream"
- sRichEditSaveFail, "Failed to Save Stream"
-
- sTooManyPanels, "StatusBar cannot have more than 64 panels"
-
- sHKError, "Error assigning Hot-Key to %s. %s"
- sHKInvalid, "Hot-Key is invalid"
- sHKInvalidWindow, "Window is invalid or a child window"
- sHKAssigned, "Hot-Key is assigned to another window"
-
- sUDAssociated, "%s is already associated with %s"
- }
-