home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
- //----------------------------------------------------------------------------
- #if !defined(SYSINFO_H)
- #define SYSINFO_H
-
- //
- // Dialog Identifiers
- //
- #define IDD_SYSINFO16 100
- #define IDD_SYSINFO32 200
-
- //
- // String resource ids
- //
- #define IDS_ENHANCED 0
- #define IDS_STANDARD 1
- #define IDS_REAL 2
- #define IDS_CPU8086 3
- #define IDS_CPU80186 4
- #define IDS_CPU80286 5
- #define IDS_CPU80386 6
- #define IDS_CPU80486 7
- #define IDS_YES 8
- #define IDS_NO 9
- #define IDS_UNKNOWN 10
-
-
- //
- // 16-bit control resource ids
- //
- #define IDC_INSTANCENUMBER 200
- #define IDC_WINDOWSVERSION 201
- #define IDC_OPERATIONMODE 202
- #define IDC_CPUTYPE 203
- #define IDC_COPROCESSOR 204
- #define IDC_GLOBAL 205
- #define IDC_VERSIONDOS 206
-
-
- //
- // 32 bit constrol resource ids
- //
- #define IDC_OEMID 300
- #define IDC_PAGESIZE 301
- #define IDC_MINAPPADDRESS 302
- #define IDC_MAXAPPADDRESS 303
- #define IDC_ACTIVEPROMASK 304
- #define IDC_NUMPROS 305
- #define IDC_PROTYPE 306
- #define IDC_ALLOCGRAN 307
- #define IDC_RESERVED 308
-
- #endif // SYSINFO_H
-