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

Last change on this file since 249 was 249, checked in by Nishi, on Oct 4, 2024 at 5:59:55 AM

fix vc6

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