home *** CD-ROM | disk | FTP | other *** search
- //#if !defined(__nxtppapp_rh) // Sentry use file only if it's not already included.
- //#define __nxtppapp_rh
-
- /* Main nextapp
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: nextapp.exe Application
- FILE: nxtppapp.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Constant definitions for all resources defined in nxtppapp.rc.
- */
-
-
- //
- // IDHELP BorButton for BWCC dialogs.
- //
- #define IDHELP 998 // Id of help button
-
-
- //
- // Application specific definitions:
- //
- #define IDI_SDIAPPLICATION 1001 // Application icon
-
- #define SDI_MENU 100 // Menu resource ID and Accelerator IDs
-
- //
- // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
- //
- #define CM_FILENEW 24331 // SDI New
- #define CM_FILEOPEN 24332 // SDI Open
- #define CM_FILECLOSE 24339
- #define CM_FILESAVE 24333
- #define CM_FILESAVEAS 24334
-
-
- //
- // Window commands (include\owl\windows.rh)
- //
- #define CM_EXIT 24310
-
-
- //
- // CM_EDITnnnn commands (include\owl\edit.rh)
- //
- #define CM_EDITUNDO 24321
- #define CM_EDITCUT 24322
- #define CM_EDITCOPY 24323
- #define CM_EDITPASTE 24324
- #define CM_EDITDELETE 24325
- #define CM_EDITCLEAR 24326
-
-
- //
- // Search menu commands (include\owl\editsear.rh)
- //
- #define CM_EDITFIND 24351
- #define CM_EDITREPLACE 24352
- #define CM_EDITFINDNEXT 24353
-
-
- //
- // Help menu commands.
- //
- #define CM_HELPABOUT 24389
-
-
- //
- // About Dialogs
- //
- #define IDD_ABOUT 22000
- #define IDC_VERSION 22001
- #define IDC_COPYRIGHT 22002
- #define IDC_DEBUG 22003
-
- //
- // VBX Dialogs
- //
- #define IDD_PATIENTS 302
- #define IDC_CIFD2 101
- #define IDC_CIQRY2 102
- #define IDC_CIGRID1 103
- #define IDC_CIQRY3 104
- #define IDC_CITEXT11 105
- #define IDC_CITEXT12 106
- #define IDC_CITEXT13 107
- #define IDC_CITEXT14 108
- #define IDC_CITEXT15 109
- #define IDC_CITEXT16 110
- #define IDC_CITEXT17 111
- #define IDC_CICOMBO1 112
- #define IDC_CITEXT18 113
- #define IDC_CICHECK1 115
- #define IDC_CICHECK2 116
- #define IDC_CICHECK3 117
- #define IDC_CIRADIO1 119
- #define IDC_CIRADIO2 120
- #define IDC_CIQRY4 121
- #define IDC_CIOP10 124
- #define IDC_CIOP11 125
- #define IDC_CIOP12 126
- #define IDC_CIOP13 127
- #define IDC_CIOP14 128
- #define IDC_CIOP15 129
- #define IDC_CIOP16 130
- #define IDD_DOCTORS 301
- #define IDC_CIAPP1 101
- #define IDC_CIDS1 102
- #define IDC_CITEXT1 103
- #define IDC_CITEXT2 104
- #define IDC_CITEXT3 105
- #define IDC_CITEXT4 106
- #define IDC_CITEXT5 107
- #define IDC_CITEXT6 108
- #define IDC_CITEXT7 109
- #define IDC_CITEXT8 110
- #define IDC_CITEXT9 111
- #define IDC_CITEXT10 112
- #define IDC_CIQRY1 113
- #define IDC_CIFD1 114
- #define IDC_CIOP1 115
- #define IDC_CIOP2 116
- #define IDC_CIOP3 117
- #define IDC_CIOP4 118
- #define IDC_CIOP5 119
- #define IDC_CIOP6 120
- #define IDC_CIOP7 121
- #define IDC_CIOP8 122
- #define IDC_CIOP9 123
- #define IDC_CIFRAME1 114
- #define IDC_CIFRAME2 118
- #define IDI_SDIAPPLICATION 1001 // Application icon
-
- //
- // OWL defined strings
- //
-
- // Statusbar
- #define IDS_MODES 32530
-
- // EditFile
- #define IDS_UNTITLED 32550
- #define IDS_UNABLEREAD 32551
- #define IDS_UNABLEWRITE 32552
- #define IDS_FILECHANGED 32553
- #define IDS_FILEFILTER 32554
-
- // EditSearch
- #define IDS_CANNOTFIND 32540
-
-
- //
- // General & application exception messages (include\owl\except.rh)
- //
- #define IDS_UNKNOWNEXCEPTION 32767
- #define IDS_OWLEXCEPTION 32766
- #define IDS_OKTORESUME 32765
- #define IDS_UNHANDLEDXMSG 32764
- #define IDS_UNKNOWNERROR 32763
- #define IDS_NOAPP 32762
- #define IDS_OUTOFMEMORY 32761
- #define IDS_INVALIDMODULE 32760
- #define IDS_INVALIDMAINWINDOW 32759
-
- //
- // Owl 1 compatibility messages
- //
- #define IDS_INVALIDWINDOW 32756
- #define IDS_INVALIDCHILDWINDOW 32755
- #define IDS_INVALIDCLIENTWINDOW 32754
-
- //
- // TXWindow messages
- //
- #define IDS_CLASSREGISTERFAIL 32749
- #define IDS_CHILDREGISTERFAIL 32748
- #define IDS_WINDOWCREATEFAIL 32747
- #define IDS_WINDOWEXECUTEFAIL 32746
- #define IDS_CHILDCREATEFAIL 32745
-
- #define IDS_MENUFAILURE 32744
- #define IDS_VALIDATORSYNTAX 32743
- #define IDS_PRINTERERROR 32742
-
- #define IDS_LAYOUTINCOMPLETE 32741
- #define IDS_LAYOUTBADRELWIN 32740
-
- //
- // TXGdi messages
- //
- #define IDS_GDIFAILURE 32739
- #define IDS_GDIALLOCFAIL 32738
- #define IDS_GDICREATEFAIL 32737
- #define IDS_GDIRESLOADFAIL 32736
- #define IDS_GDIFILEREADFAIL 32735
- #define IDS_GDIDELETEFAIL 32734
- #define IDS_GDIDESTROYFAIL 32733
- #define IDS_INVALIDDIBHANDLE 32732
-
-
- // TInputDialog DIALOG resource (include\owl\inputdia.rh)
- #define IDD_INPUTDIALOG 32514
- #define ID_PROMPT 4091
- #define ID_INPUT 4090
-
-
- // TSlider bitmaps (horizontal and vertical) (include\owl\slider.rh)
- #define IDB_HSLIDERTHUMB 32000
- #define IDB_VSLIDERTHUMB 32001
-
-
- // Validation messages (include\owl\validate.rh)
- #define IDS_VALPXPCONFORM 32520
- #define IDS_VALINVALIDCHAR 32521
- #define IDS_VALNOTINRANGE 32522
- #define IDS_VALNOTINLIST 32523
-
-
- //#endif // __nxtppapp_rh sentry.
-