mirror of https://github.com/roytam1/kmeleon.git
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.
101 lines
2.4 KiB
101 lines
2.4 KiB
// Microsoft Visual C++ generated resource script. |
|
// |
|
#include "resrc1.h" |
|
|
|
#define APSTUDIO_READONLY_SYMBOLS |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Generated from the TEXTINCLUDE 2 resource. |
|
// |
|
#include "macros.h" |
|
#include "..\resource.h" |
|
#define APSTUDIO_HIDDEN_SYMBOLS |
|
#include "windows.h" |
|
#undef APSTUDIO_HIDDEN_SYMBOLS |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
#undef APSTUDIO_READONLY_SYMBOLS |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// Anglais (États-Unis) resources |
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
|
#ifdef _WIN32 |
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|
#pragma code_page(1252) |
|
#endif //_WIN32 |
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Dialog |
|
// |
|
|
|
IDD_PROMPT DIALOG 0, 0, 250, 58 |
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | |
|
WS_SYSMENU |
|
CAPTION "Prompt" |
|
FONT 8, "MS Sans Serif" |
|
BEGIN |
|
EDITTEXT IDC_ANSWER,7,20,236,13,ES_AUTOHSCROLL |
|
DEFPUSHBUTTON "OK",IDOK,130,39,50,14 |
|
PUSHBUTTON "Cancel",IDCANCEL,189,39,50,14 |
|
LTEXT "Prompt",IDC_PROMPT,10,7,230,13 |
|
END |
|
|
|
#endif // Anglais (États-Unis) resources |
|
///////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
// Français (France) resources |
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) |
|
#ifdef _WIN32 |
|
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH |
|
#pragma code_page(1252) |
|
#endif //_WIN32 |
|
|
|
#ifdef APSTUDIO_INVOKED |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// TEXTINCLUDE |
|
// |
|
|
|
1 TEXTINCLUDE |
|
BEGIN |
|
"resrc1.h\0" |
|
END |
|
|
|
2 TEXTINCLUDE |
|
BEGIN |
|
"#include ""macros.h""\r\n" |
|
"#include ""..\\resource.h""\r\n" |
|
"#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 |
|
|
|
#endif // Français (France) resources |
|
///////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED |
|
///////////////////////////////////////////////////////////////////////////// |
|
// |
|
// Generated from the TEXTINCLUDE 3 resource. |
|
// |
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////// |
|
#endif // not APSTUDIO_INVOKED |
|
|
|
|