resource.h 1.31 KB
Newer Older
1
/*
2
 * Resource definitions
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
 *
 * Copyright 2004 Ferenc Wagner
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23 24
 */

#define IDI_WINE 1

#define IDD_STATUS 100
#define IDD_ABOUT  101
25
#define IDD_TAG    102
26

27 28
#define IDC_STATIC -1

29 30 31 32 33 34 35 36 37
#define IDC_ST0 1000
#define IDC_PB0 1001
#define IDC_ST1 1002
#define IDC_PB1 1003
#define IDC_ST2 1004
#define IDC_PB2 1005

#define IDC_DIR 2000
#define IDC_OUT 2001
38
#define IDC_TAG 2002
39 40 41 42 43

#define IDC_SB  3000

#define IDC_EDIT  4000
#define IDC_ABOUT 4001
44

45 46
#define IDS_BUILD_ID 1

47 48 49 50 51 52 53 54 55
/* Resource types */

#define TESTRES   1000
#define STRINGRES 1001

/* String resources */

#define BUILD_INFO 10001
#define TESTS_URL  10002