Win32 - GG Encoder/Decoder - minimize button

This commit is contained in:
adelikat 2010-10-11 18:16:49 +00:00
parent 639a1ac58d
commit 8df644643e
1 changed files with 27 additions and 31 deletions

View File

@ -15,8 +15,10 @@
// Neutral resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@ -1177,7 +1179,7 @@ BEGIN
END
GGCONV DIALOGEX 84, 67, 186, 146
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Game Gene Encoder/Decoder Tool"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
@ -1856,14 +1858,6 @@ BEGIN
TOPMARGIN, 8
BOTTOMMARGIN, 268
END
IDD_RAMWATCH, DIALOG
BEGIN
END
IDD_EDITWATCH, DIALOG
BEGIN
END
END
#endif // APSTUDIO_INVOKED
@ -1872,11 +1866,13 @@ END
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@ -1976,7 +1972,7 @@ END
//
IDB_TE_ARROW BITMAP "res/te_arrow.bmp"
#endif // English (United States) resources
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////