home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Borland Visual Solutions Pack
- // (C) Copyright 1993 by Borland International
- //----------------------------------------------------------------------------
-
- #ifndef __termapp_RH // Sentry use file only if it's not already included.
- #define __termapp_RH
-
- //
- // CM_FILEnnnn commands defined in 'include\owl\editfile.rh' except for
- // CM_FILEPRINTPREVIEW.
- //
- #define CM_MDIFILENEW 24331
- #define CM_MDIFILEOPEN 24332
- #define CM_FILECLOSE 24339
- #define CM_FILESAVE 24333
- #define CM_FILESAVEAS 24334
-
- //
- // Window commands defined in 'include\owl\windows.rh'.
- //
- #define CM_EXIT 24310
-
- //
- // Windows menu commands defined in 'include\owl\mdi.rh'.
- //
- #define CM_CASCADECHILDREN 24361
- #define CM_TILECHILDREN 24362
- #define CM_TILECHILDRENHORIZ 24363
- #define CM_ARRANGEICONS 24364
- #define CM_CLOSECHILDREN 24365
- #define CM_CREATECHILD 24366
-
- //
- // Help menu commands (defined nowhere in OWL).
- //
- #define CM_HELPABOUT 24389
-
- //
- // Accelerator IDs
- //
- #define IDA_EDITFILE 32550
-
- //
- // About Dialogs
- //
- #define IDD_ABOUT 22000
- #define IDD_SETTINGS 22001
- #define IDC_VERSION 100
- #define IDC_COPYRIGHT 200
- #define IDC_DEBUG 300
-
- //
- // Application specific definitions:
- //
- #define IDI_SAXAPPLICATION 101 // Application icon
- #define IDI_DOC 102 // MDI child window icon
-
- #define IDM_MENU 100 // Menu resource ID
- #define CM_PHONESETTINGS 1014
- #define CM_PHONEDISCONNECT 1012
- #define CM_FILEDOWNLOAD 2
- #define CM_FILEUPLOAD 1
-
- //
- // OWL defined strings
- //
- #define IDS_UNTITLED 32503
-
- //
- // General & application exception messages
- //
- #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
- // 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
- #define IDD_INPUTDIALOG 32514
- #define ID_PROMPT 4091
- #define ID_INPUT 4090
-
-
- // TSlider bitmaps (horizontal and vertical)
- //#define IDB_HSLIDERTHUMB 32000
- //#define IDB_VSLIDERTHUMB 32001
-
-
- // Validation messages
- #define IDS_VALPXPCONFORM 32520
- #define IDS_VALINVALIDCHAR 32521
- #define IDS_VALNOTINRANGE 32522
- #define IDS_VALNOTINLIST 32523
-
- #define IDC_BAUD110 11
- #define IDC_BAUD600 13
- #define IDC_BAUD1200 14
- #define IDC_BAUD2400 15
- #define IDC_BAUD4800 16
- #define IDC_BAUD9600 17
- #define IDC_BAUD19200 18
- #define IDC_DATA5 22
- #define IDC_DATA6 23
- #define IDC_DATA7 24
- #define IDC_DATA8 25
- #define IDC_STOP1 31
- #define IDC_STOP15 32
- #define IDC_STOP2 33
- #define IDC_PARITYNONE 41
- #define IDC_PARITYODD 42
- #define IDC_PARITYEVEN 43
- #define IDC_PARITYMARK 44
- #define IDC_PARITYSPACE 45
- #define IDC_HANDSHAKINGXONXOFF 51
- #define IDC_HANDSHAKINGHARDWARE 52
- #define IDC_HANDSHAKINGNONE 53
- #define IDC_PORTLIST 61
- #define IDC_BAUD300 12
-
-
- #endif // __termapp_RH sentry.
-