2010-05-25 10:56:00 +00:00
|
|
|
//-------------------------------------------------------------------------
|
|
|
|
/*
|
|
|
|
Copyright (C) 2010 EDuke32 developers and contributors
|
|
|
|
|
|
|
|
This file is part of EDuke32.
|
|
|
|
|
|
|
|
EDuke32 is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License version 2
|
|
|
|
as published by the Free Software Foundation.
|
|
|
|
|
|
|
|
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, write to the Free Software
|
2014-07-20 08:55:56 +00:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2010-05-25 10:56:00 +00:00
|
|
|
*/
|
|
|
|
//-------------------------------------------------------------------------
|
|
|
|
|
2006-07-01 01:40:18 +00:00
|
|
|
// resource ids
|
|
|
|
#define WIN_STARTWIN 1000
|
|
|
|
#define WIN_STARTWINPAGE_CONFIG 2000
|
|
|
|
#define WIN_STARTWIN_BITMAP 100 // banner bitmap
|
|
|
|
#define WIN_STARTWIN_TABCTL 101
|
2006-07-01 07:14:56 +00:00
|
|
|
#define WIN_STARTWIN_CANCEL IDCANCEL
|
|
|
|
#define WIN_STARTWIN_START IDOK
|
2006-07-01 01:40:18 +00:00
|
|
|
|
|
|
|
#define WIN_STARTWIN_MESSAGES 104 // output list box
|
|
|
|
|
|
|
|
#define RSRC_ICON 100
|
|
|
|
#define RSRC_BMP 200
|
|
|
|
|
|
|
|
// config page
|
|
|
|
#define IDCFULLSCREEN 100
|
2009-07-12 01:55:34 +00:00
|
|
|
#define IDCVMODE 101
|
|
|
|
#define IDCSOUNDDRV 102
|
|
|
|
#define IDCMIDIDEV 103
|
|
|
|
#define IDCCDADEV 104
|
|
|
|
#define IDCALWAYSSHOW 105
|
|
|
|
#define IDCDATA 106
|
|
|
|
#define IDCGAMEDIR 107
|
|
|
|
#define IDCPOLYMER 108
|
|
|
|
#define IDCAUTOLOAD 109
|
|
|
|
#define IDCINPUT 110
|