Subversion Repositories Tewi

Rev

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

Rev 250 Rev 257
Line 11... Line 11...
11
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
11
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
12
CAPTION "Version Information"
12
CAPTION "Version Information"
13
{
13
{
14
	LTEXT TW_VERSION_TEXT, GUI_TEWI_NAME, 42, 5, 192, 50
14
	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
15
	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
16
	DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
17
	DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
17
}
18
}