Allow the size of bitmaps to be changed after toolbar buttons have
[wine] / programs / winemine / resource.h
1 /*
2  * WineMine (resource.h)
3  * 
4  * Copyright 2000 Joshua Thielen <jt85296@ltu.edu>
5  * To be distributed under the Wine License
6  */
7
8
9 #define ID_TIMER        1000
10
11 /* menu defines */
12 #define IDM_NEW        1001
13 #define IDM_EXIT       1002
14 #define IDM_TIMES      1003
15 #define IDM_ABOUT      1004
16 #define IDM_BEGINNER   1005
17 #define IDM_ADVANCED   1006
18 #define IDM_EXPERT     1007
19 #define IDM_CUSTOM     1008
20 #define IDM_MARKQ      1009
21
22 #define IDC_TIME1      1011
23 #define IDC_TIME2      1012
24 #define IDC_TIME3      1013
25 #define IDC_NAME1      1014
26 #define IDC_NAME2      1015
27 #define IDC_NAME3      1016
28
29 #define IDC_EDITNAME   1021
30
31 #define IDC_EDITCOLS   1031
32 #define IDC_EDITROWS   1032
33 #define IDC_EDITMINES  1033
34
35 #define IDS_APPNAME    1101