1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by qd_game.rc
//
#define IDC_LOAD_SCRIPT 3
#define IDC_OPTIONS 4
#define IDC_RESUME 5
#define IDD_MAIN_MENU_DLG 101
#define IDD_OPTIONS_DLG 102
#define IDD_SETTINGS 102
#define IDI_APP 104
#define IDB_SPLASH 114
#define IDB_SPLASH_MASK 115
#define IDC_RESOLUTION_COMBO 1001
#define IDC_COLOR_DEPTH_COMBO 1002
#define IDC_COLOR_DEPTH 1002
#define IDC_CHECK_DEBUG 1003
#define IDC_RESOLUTION 1003
#define IDC_EXIT 1005
#define IDC_CHECK_FULLSCREEN 1008
#define IDC_FULLSCREEN 1008
#define IDC_SOUND_SLIDER 1011
#define IDC_SOUND_VOLUME 1011
#define IDC_MUSIC_SLIDER 1013
#define IDC_MUSIC_VOLUME 1013
#define IDC_CHECK3 1015
#define IDC_SOUND 1015
#define IDC_CHECK4 1016
#define IDC_MUSIC 1016
#define IDC_RADIO_GDI 1017
#define IDC_RADIO_DDRAW 1018
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|