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

Last change on this file since 250 was 250, checked in by Nishi, on Oct 4, 2024 at 6:02:47 AM

use 3.x bmp

File size: 456 bytes
Line 
1/* $Id$ */
2
3#include <windows.h>
4#include "gui.h"
5#include "tw_version.h"
6
7PBTEWI BITMAP "../Binary/pbtewi.bmp"
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{
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
16 DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
17}
Note: See TracBrowser for help on using the repository browser.