home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Project EVHANDLE
- //
- // Copyright ⌐ 1996. All Rights Reserved.
- //
- // SUBSYSTEM: EVHANDLE Application
- // FILE: EVHANDLE.RH
- // AUTHOR:
- //
- // OVERVIEW
- // ~~~~~~~~
- // Constant definitions for all resources defined in evhandle.rc.
- //
- //----------------------------------------------------------------------------
- //#if !defined(evhandle_rh) // Sentry use file only if it's not already included.
- //#define evhandle_rh
-
-
- //
- // Application specific definitions:
- //
- #define IDC_DBTEXT1 110
- #define IDC_DBRADIOG1 109
- #define IDC_DBNAV2 108
- #define IDC_DBEDIT2 105
- #define IDC_DBEDIT1 104
- #define IDC_DBNAV1 103
- #define IDC_VBCONTROL12 107
- #define IDC_VBCONTROL11 106
- #define IDC_VBCONTROL7 102
- #define IDC_VBCONTROL6 101
- #define IDI_SDIAPPLICATION 1001 // Application icon
-
- //
- // Client Dialog
- //
- #define IDD_CLIENT 2000
-
- //
- // 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
- #define IDS_VBXLIBRARYFAIL 32758
-
- //
- // Owl 1 compatibility messages
- //
- #define IDS_INVALIDWINDOW 32709
- #define IDS_INVALIDCHILDWINDOW 32708
- #define IDS_INVALIDCLIENTWINDOW 32707
-
- //
- // 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
-
- //#endif // evhandle_rh
-