4 * Copyright 2000 Joshua Thielen
5 * Copyright 2003 Marcelo Duarte
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
29 IDS_APPNAME, "WineMine"
31 IDS_ABOUT, "Copyright 2000 Joshua Thielen"
32 IDC_CONFIRMTITLE, "Reset Results"
33 IDC_CONFIRMTEXT, "All results will be lost. Are you sure?"
39 MENUITEM "&New\tF2", IDM_NEW
41 MENUITEM "Question &Marks",IDM_MARKQ
43 MENUITEM "&Beginner", IDM_BEGINNER
44 MENUITEM "&Intermediate", IDM_ADVANCED
45 MENUITEM "&Expert", IDM_EXPERT
46 MENUITEM "&Custom...", IDM_CUSTOM
48 MENUITEM "&Fastest Times", IDM_TIMES
50 MENUITEM "E&xit", IDM_EXIT
53 MENUITEM "&About WineMine", IDM_ABOUT
57 DLG_TIMES DIALOG 0, 0, 170, 80
58 STYLE DS_MODALFRAME | DS_3DLOOK | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
59 FONT 8, "MS Shell Dlg"
60 CAPTION "Fastest Times"
62 GROUPBOX "Fastest times", -1, 10, 10, 150, 45
63 LTEXT "Beginner", -1, 20, 20, 60, 8
64 LTEXT "Intermediate", -1, 20, 30, 60, 8
65 LTEXT "Expert", -1, 20, 40, 60, 8
66 LTEXT "", IDC_TIME1, 80, 20, 15, 8
67 LTEXT "", IDC_TIME2, 80, 30, 15, 8
68 LTEXT "", IDC_TIME3, 80, 40, 15, 8
69 LTEXT "", IDC_NAME1, 100, 20, 55, 8
70 LTEXT "", IDC_NAME2, 100, 30, 55, 8
71 LTEXT "", IDC_NAME3, 100, 40, 55, 8
72 DEFPUSHBUTTON "OK", IDOK, 115, 60, 40, 15
73 PUSHBUTTON "Reset Results", IDC_RESET, 15, 60, 90, 15
76 DLG_CONGRATS DIALOG 0, 0, 160, 60
77 STYLE DS_MODALFRAME | DS_3DLOOK | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
78 FONT 8, "MS Shell Dlg"
79 CAPTION "Congratulations!"
81 LTEXT "Please enter your name", -1, 10, 10, 150, 10
82 EDITTEXT IDC_EDITNAME, 10, 20, 110, 12
83 DEFPUSHBUTTON "OK", IDOK, 60, 40, 40, 15
86 DLG_CUSTOM DIALOG 0, 0, 140, 100
87 STYLE DS_MODALFRAME | DS_3DLOOK | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
88 FONT 8, "MS Shell Dlg"
91 LTEXT "Rows", -1, 5, 5, 70, 10
92 LTEXT "Columns",-1, 5, 35, 70, 10
93 LTEXT "Mines", -1, 5, 65, 70, 10
94 EDITTEXT IDC_EDITROWS, 5, 15, 35, 12, ES_NUMBER
95 EDITTEXT IDC_EDITCOLS, 5, 45, 35, 12, ES_NUMBER
96 EDITTEXT IDC_EDITMINES, 5, 75, 35, 12, ES_NUMBER
97 DEFPUSHBUTTON "OK", IDOK, 80, 30, 50, 15
98 PUSHBUTTON "Cancel", IDCANCEL, 80, 50, 50, 15
101 IDA_WINEMINE ACCELERATORS
103 VK_F2, IDM_NEW, VIRTKEY
106 LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
108 /* @makedep: winemine.ico */
109 IDI_WINEMINE ICON winemine.ico
111 /* @makedep: faces.bmp */
112 IDI_FACES BITMAP faces.bmp
114 /* @makedep: leds.bmp */
115 IDI_LEDS BITMAP leds.bmp
117 /* @makedep: mines.bmp */
118 IDI_MINES BITMAP mines.bmp