/[tewi]/Server/gui.rc
ViewVC logotype

Contents of /Server/gui.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Thu Oct 17 09:53:39 2024 UTC (4 weeks ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

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

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev