You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
2.7 KiB
116 lines
2.7 KiB
// Microsoft Visual C++ generated resource script. |
|
// |
|
#include "resource.h" |
|
|
|
#define APSTUDIO_READONLY_SYMBOLS |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Generated from the TEXTINCLUDE 2 resource. |
|
// |
|
#define APSTUDIO_HIDDEN_SYMBOLS |
|
#include "windows.h" |
|
#undef APSTUDIO_HIDDEN_SYMBOLS |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
#undef APSTUDIO_READONLY_SYMBOLS |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// 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 |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Icon |
|
// |
|
|
|
// Icon with lowest ID value placed first to ensure application icon |
|
// remains consistent on all systems. |
|
IDI_VPROJECT ICON "vproject.ico" |
|
|
|
#ifdef APSTUDIO_INVOKED |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// TEXTINCLUDE |
|
// |
|
|
|
1 TEXTINCLUDE |
|
BEGIN |
|
"resource.h\0" |
|
END |
|
|
|
2 TEXTINCLUDE |
|
BEGIN |
|
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n" |
|
"#include ""windows.h""\r\n" |
|
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" |
|
"\0" |
|
END |
|
|
|
3 TEXTINCLUDE |
|
BEGIN |
|
"\r\n" |
|
"\0" |
|
END |
|
|
|
#endif // APSTUDIO_INVOKED |
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Dialog |
|
// |
|
|
|
IDD_VPROJECT DIALOGEX 0, 0, 254, 101 |
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | |
|
WS_SYSMENU |
|
CAPTION "VProject" |
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1 |
|
BEGIN |
|
LTEXT "Project Name: (Clear To Delete)",IDC_STATIC,7,7,237,8 |
|
EDITTEXT IDC_MODIFY_PROJECT,7,18,237,14,ES_AUTOHSCROLL |
|
LTEXT "Game Directory: (example: u:\\dev\\game\\hl2)", |
|
IDC_STATIC,7,39,237,8 |
|
EDITTEXT IDC_MODIFY_GAMEDIR,7,50,237,14,ES_AUTOHSCROLL |
|
PUSHBUTTON "Cancel",IDC_CANCEL,138,80,50,14 |
|
DEFPUSHBUTTON "OK",IDC_OK,194,80,50,14 |
|
END |
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// DESIGNINFO |
|
// |
|
|
|
#ifdef APSTUDIO_INVOKED |
|
GUIDELINES DESIGNINFO |
|
BEGIN |
|
IDD_VPROJECT, DIALOG |
|
BEGIN |
|
LEFTMARGIN, 7 |
|
RIGHTMARGIN, 244 |
|
TOPMARGIN, 7 |
|
BOTTOMMARGIN, 94 |
|
END |
|
END |
|
#endif // APSTUDIO_INVOKED |
|
|
|
#endif // English (U.S.) resources |
|
///////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Generated from the TEXTINCLUDE 3 resource. |
|
// |
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
#endif // not APSTUDIO_INVOKED |
|
|
|
|