Subversion Repositories Tewi

Rev

Rev 249 | Rev 257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 249 Rev 250
Line 2... Line 2...
2
 
2
 
3
#include <windows.h>
3
#include <windows.h>
4
#include "gui.h"
4
#include "gui.h"
5
#include "tw_version.h"
5
#include "tw_version.h"
6
 
6
 
7
PBTEWI BITMAP "..\\Binary\\pbtewi.bmp"
7
PBTEWI BITMAP "../Binary/pbtewi.bmp"
8
TEWILOGO BITMAP "../Binary/tewi.bmp"
8
TEWILOGO BITMAP "../Binary/tewi.bmp"
9
 
9
 
10
VERSIONDLG DIALOG 0, 0, 200, 50
10
VERSIONDLG DIALOG 0, 0, 200, 50
11
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
11
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
12
CAPTION "Version Information"
12
CAPTION "Version Information"