home *** CD-ROM | disk | FTP | other *** search
- // =========================================================================
- // resgauge.rc -- resource script for the Resource Gauge application.
- // =========================================================================
-
-
- #include <windows.h>
- #include "resgauge.h"
-
-
- ResourceGauge ICON resgauge.ico // for Program Manager
-
- About DIALOG 0, 0, 98, 71
- STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
- CAPTION "About..."
- {
- CTEXT "Resource Gauge v1.0" -1, 0, 5, 98, 8
- CTEXT "A simple program which demonstrates" IDD_ABOUT1, 0, 14, 98, 7
- CTEXT "how to calculate the percentage of" IDD_ABOUT2, 0, 21, 98, 7
- CTEXT "free system resources." IDD_ABOUT3, 0, 28, 98, 7
- CTEXT "⌐ 1991, Richard Franklin Albury" IDD_ABOUT4, 0, 36, 98, 7
- CTEXT "CIS: 76477,534" IDD_ABOUT5, 0, 43, 98, 7
- DEFPUSHBUTTON "OK" IDOK, 33, 52, 32, 14, WS_GROUP
- }
-
-
- // ==================
- // end of resgauge.rc
- // ==================
-