home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SYSINFO.PAK / SYSINFO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  1.4 KB  |  56 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(SYSINFO_H)
  6. #define SYSINFO_H
  7.  
  8. //
  9. // Dialog Identifiers
  10. //
  11. #define IDD_SYSINFO16   100
  12. #define IDD_SYSINFO32   200
  13.  
  14. //
  15. // String resource ids
  16. //
  17. #define IDS_ENHANCED     0
  18. #define IDS_STANDARD     1
  19. #define IDS_REAL         2
  20. #define IDS_CPU8086      3
  21. #define IDS_CPU80186     4
  22. #define IDS_CPU80286     5
  23. #define IDS_CPU80386     6
  24. #define IDS_CPU80486     7
  25. #define IDS_YES          8
  26. #define IDS_NO           9
  27. #define IDS_UNKNOWN      10
  28.  
  29.  
  30. //
  31. // 16-bit control resource ids
  32. //
  33. #define IDC_INSTANCENUMBER       200
  34. #define IDC_WINDOWSVERSION       201
  35. #define IDC_OPERATIONMODE        202
  36. #define IDC_CPUTYPE              203
  37. #define IDC_COPROCESSOR          204
  38. #define IDC_GLOBAL               205
  39. #define IDC_VERSIONDOS           206
  40.  
  41.  
  42. //
  43. // 32 bit constrol resource ids
  44. //
  45. #define IDC_OEMID                300
  46. #define IDC_PAGESIZE             301
  47. #define IDC_MINAPPADDRESS        302
  48. #define IDC_MAXAPPADDRESS        303
  49. #define IDC_ACTIVEPROMASK        304
  50. #define IDC_NUMPROS              305
  51. #define IDC_PROTYPE              306
  52. #define IDC_ALLOCGRAN            307
  53. #define IDC_RESERVED             308
  54.  
  55. #endif  //  SYSINFO_H
  56.