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

Last change on this file since 407 was 269, checked in by Nishi, on Oct 5, 2024 at 6:43:12 PM

fix resource

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