home *** CD-ROM | disk | FTP | other *** search
- // OWLCVT
- // ObjectWindows - (C) Copyright 1992 by Borland International
-
- #define SD_FILEOPEN 32512
- #define SD_FILESAVE 32513
- #define SD_INPUTDIALOG 32514
- #define SD_SEARCH 32528
- #define SD_REPLACE 32529
-
- #define ID_FNAME 4095
- #define ID_FPATH 4094
- #define ID_FLIST 4093
- #define ID_DLIST 4092
-
- #define ID_PROMPT 4091
- #define ID_INPUT 4090
- #define ID_SEARCHTEXT 4089
- #define ID_CASESENSITIVE 4088
- #define ID_REPLACETEXT 4087
- #define ID_REPLACEALL 4086
- #define ID_PROMPTONREPLACE 4085
-
- #define ID_EDITOR 4084
-
- #define CM_EDITCUT 24320
- #define CM_EDITCOPY 24321
- #define CM_EDITPASTE 24322
- #define CM_EDITDELETE 24323
- #define CM_EDITCLEAR 24324
- #define CM_EDITUNDO 24325
- #define CM_EDITFIND 24326
- #define CM_EDITREPLACE 24327
- #define CM_EDITFINDNEXT 24328
-
- #define CM_FILENEW 24329
- #define CM_FILEOPEN 24330
- #define CM_MDIFILENEW 24331
- #define CM_MDIFILEOPEN 24332
- #define CM_FILESAVE 24333
- #define CM_FILESAVEAS 24334
- #define CM_ARRANGEICONS 24335
- #define CM_TILECHILDREN 24336
- #define CM_CASCADECHILDREN 24337
- #define CM_CLOSECHILDREN 24338
- #define CM_CREATECHILD 24339
- #define CM_EXIT 24340
-