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

Last change on this file since 257 was 257, checked in by Nishi, on Oct 4, 2024 at 2:34:27 PM

[release 2.04] can read mime.types from apache

File size: 541 bytes
RevLine 
[244]1/* $Id$ */
2
3#include <windows.h>
4#include "gui.h"
5#include "tw_version.h"
6
[250]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
[257]16 LTEXT "Website: http://nishi.boats/tewi", GUI_TEWI_ORIGINAL, 42, 5 + 8 * 2, 192, 50
[244]17 DEFPUSHBUTTON "&OK", IDOK, 75, 35, 50, 10
18}
Note: See TracBrowser for help on using the repository browser.