remove code warrior and fixed GUI isues

This commit is contained in:
Ken Martin 2002-12-03 14:27:28 -05:00
parent c40401f05b
commit 8c75b551e6
1 changed files with 3 additions and 5 deletions

View File

@ -73,15 +73,13 @@ IDR_MAINFRAME ICON "res\\CMakeSetupDialog.ico"
// Dialog
//
IDD_ABOUTBOX DIALOG 0, 0, 235, 55
IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About CMakeSetup"
FONT 8, "MS Sans Serif"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
LTEXT "CMakeSetup Version 1.0",IDC_STATIC,40,10,119,8,
SS_NOPREFIX
LTEXT "Kitware Inc.",IDC_STATIC,40,25,119,8
LTEXT "CMakeSetup\nwww.cmake.org",IDC_STATIC,40,18,119,16
DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
END