home *** CD-ROM | disk | FTP | other *** search
- /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
- Copyright (c) 1998 Microsoft Corporation
-
- Module Name:
-
- resource.h
-
- Abstract:
-
- Tunit Sample application resource IDs.
-
- Environment:
-
- AutoPC
-
- -------------------------------------------------------------------*/
-
- //Strings
- #define IDS_TUNEIT_MAIN 12011
- #define IDS_TUNEIT_SETTINGS 12012
- #define IDS_BAND_FM 12013
- #define IDS_BAND_AM 12014
- #define IDS_MHZ 12015
- #define IDS_KHZ 12016
- #define IDS_NOPRESET 12017
-
- //Form ID
- #define IDF_MAIN 100
-
- //Control IDs
- #define IDC_BAND 300
- #define IDC_FREQUENCY 301
- #define IDC_VOLUME 303
- #define IDC_STATUS 304
- #define IDC_EDIT_PRESET 305
- #define IDC_NAVGLYPH_RADIO 307
- #define IDC_VOLUMELABEL 309
- #define IDC_HERTZ 310
- #define IDC_SETTINGS 311
-
- //Menu-related IDs
- #define IDM_SETTINGS 500
- #define ID_BASS 501
- #define ID_TREBLE 502
- #define ID_FADE 503
- #define ID_BALANCE 504
- #define ID_BAND 505
-
- // Flags used in local storage of Audio Capabilities and
- // to control menu resource item loading
- #define FLAG_BALANCE 1
- #define FLAG_BASS 2
- #define FLAG_TREBLE 4
- #define FLAG_FADE 8
-
- #define FLAG_ALL FLAG_BALANCE|FLAG_BASS|FLAG_TREBLE|FLAG_FADE
-