source: Main/trunk/Server/gui.rc@ 261

Last change on this file since 261 was 261, checked in by Nishi, on Oct 5, 2024 at 8:19:59 AM

attempt to fix

File size: 587 bytes
Line 
1/* $Id$ */
2
3#include <windows.h>
4
5#ifdef _MSC_VER
6#include <winresrc.h>
7#endif
8
9#include "gui.h"
10#include "tw_version.h"
11
12PBTEWI BITMAP "../Binary/pbtewi.bmp"
13TEWILOGO BITMAP "../Binary/tewi.bmp"
14
15VERSIONDLG DIALOG 0, 0, 200, 50
16STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
17CAPTION "Version Information"
18{
19 LTEXT TW_VERSION_TEXT, GUI_TEWI_NAME, 42, 5, 192, 50
20 LTEXT "Original by Nishi <nishi@nishi.boats>", GUI_TEWI_ORIGINAL, 42, 5 + 8, 192, 50
21 LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_WEBSITE, 42, 5 + 8 * 2, 192, 50
22 DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
23}
Note: See TracBrowser for help on using the repository browser.