home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs4 / f1476.zip / RESGAUGE.RC < prev    next >
Text File  |  1991-06-04  |  1KB  |  29 lines

  1. //    =========================================================================
  2. //    resgauge.rc -- resource script for the Resource Gauge application.
  3. //    =========================================================================
  4.  
  5.  
  6. #include    <windows.h>
  7. #include    "resgauge.h"
  8.  
  9.  
  10. ResourceGauge ICON resgauge.ico    // for Program Manager
  11.  
  12. About DIALOG 0, 0, 98, 71
  13. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  14. CAPTION "About..."
  15. {
  16.     CTEXT "Resource Gauge v1.0"                         -1,  0,  5, 98,  8
  17.     CTEXT "A simple program which demonstrates" IDD_ABOUT1,  0, 14, 98,  7
  18.     CTEXT "how to calculate the percentage of"  IDD_ABOUT2,  0, 21, 98,  7
  19.     CTEXT "free system resources."              IDD_ABOUT3,  0, 28, 98,  7
  20.     CTEXT "⌐ 1991, Richard Franklin Albury"     IDD_ABOUT4,  0, 36, 98,  7
  21.     CTEXT "CIS: 76477,534"                      IDD_ABOUT5,  0, 43, 98,  7
  22.     DEFPUSHBUTTON "OK"                                IDOK, 33, 52, 32, 14, WS_GROUP
  23. }
  24.  
  25.  
  26. //    ==================
  27. //    end of resgauge.rc
  28. //    ==================
  29.