Subversion Repositories Tewi

Rev

Rev 257 | Rev 262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 257 Rev 261
Line 1... Line 1...
1
/* $Id$ */
1
/* $Id$ */
2
 
2
 
3
#include <windows.h>
3
#include <windows.h>
-
 
4
 
-
 
5
#ifdef _MSC_VER
-
 
6
#include <winresrc.h>
-
 
7
#endif
-
 
8
 
4
#include "gui.h"
9
#include "gui.h"
5
#include "tw_version.h"
10
#include "tw_version.h"
6
 
11
 
7
PBTEWI BITMAP "../Binary/pbtewi.bmp"
12
PBTEWI BITMAP "../Binary/pbtewi.bmp"
8
TEWILOGO BITMAP "../Binary/tewi.bmp"
13
TEWILOGO BITMAP "../Binary/tewi.bmp"
Line 11... Line 16...
11
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
16
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
12
CAPTION "Version Information"
17
CAPTION "Version Information"
13
{
18
{
14
	LTEXT TW_VERSION_TEXT, GUI_TEWI_NAME, 42, 5, 192, 50
19
	LTEXT TW_VERSION_TEXT, GUI_TEWI_NAME, 42, 5, 192, 50
15
	LTEXT "Original by Nishi <nishi@nishi.boats>", GUI_TEWI_ORIGINAL, 42, 5 + 8, 192, 50
20
	LTEXT "Original by Nishi <nishi@nishi.boats>", GUI_TEWI_ORIGINAL, 42, 5 + 8, 192, 50
16
	LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_ORIGINAL, 42, 5 + 8 * 2, 192, 50
21
	LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_WEBSITE, 42, 5 + 8 * 2, 192, 50
17
	DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
22
	DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
18
}
23
}