228 lines
5.6 KiB
Plaintext
228 lines
5.6 KiB
Plaintext
// Microsoft Visual C++ generated resource script.
|
||
//
|
||
#include "resource.h"
|
||
|
||
#define APSTUDIO_READONLY_SYMBOLS
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 2 resource.
|
||
//
|
||
#include "afxres.h"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#undef APSTUDIO_READONLY_SYMBOLS
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
// Neutral resources
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
|
||
#ifdef _WIN32
|
||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||
#pragma code_page(1252)
|
||
#endif //_WIN32
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog
|
||
//
|
||
|
||
IDD_DEMO DIALOG 0, 0, 192, 117
|
||
STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_BORDER
|
||
FONT 8, "MS Sans Serif"
|
||
BEGIN
|
||
PUSHBUTTON "Windows Default",IDC_BUTTON1,7,7,72,26
|
||
PUSHBUTTON "Stretch Me",IDC_BUTTON2,83,7,50,26
|
||
PUSHBUTTON "Stretch Me",IDC_BUTTON3,135,7,50,26
|
||
PUSHBUTTON "Stretch All",IDC_BUTTON4,7,40,50,14
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// DESIGNINFO
|
||
//
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
GUIDELINES DESIGNINFO
|
||
BEGIN
|
||
IDD_DEMO, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 185
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 110
|
||
END
|
||
END
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
#endif // Neutral 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
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// TEXTINCLUDE
|
||
//
|
||
|
||
1 TEXTINCLUDE
|
||
BEGIN
|
||
"resource.h\0"
|
||
END
|
||
|
||
2 TEXTINCLUDE
|
||
BEGIN
|
||
"#include ""afxres.h""\r\n"
|
||
"\0"
|
||
END
|
||
|
||
3 TEXTINCLUDE
|
||
BEGIN
|
||
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
||
"#define _AFX_NO_OLE_RESOURCES\r\n"
|
||
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
||
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
||
"\r\n"
|
||
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
|
||
"#ifdef _WIN32\r\n"
|
||
"LANGUAGE 9, 1\r\n"
|
||
"#pragma code_page(1252)\r\n"
|
||
"#endif\r\n"
|
||
"#include ""res\\LayoutManager.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
||
"#include ""afxres.rc"" // Standard components\r\n"
|
||
"#include ""UTSampleAbout.rc""\r\n"
|
||
"#endif\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Icon
|
||
//
|
||
|
||
// Icon with lowest ID value placed first to ensure application icon
|
||
// remains consistent on all systems.
|
||
IDR_MAINFRAME ICON "res\\LayoutManager.ico"
|
||
IDR_LAYOUTTYPE ICON "res\\LayoutManagerDoc.ico"
|
||
IDI_ICON1 ICON "res\\icon1.ico"
|
||
IDI_ICON2 ICON "res\\icon2.ico"
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Menu
|
||
//
|
||
|
||
IDR_MAINFRAME MENU
|
||
BEGIN
|
||
POPUP "&File"
|
||
BEGIN
|
||
MENUITEM "E&xit", ID_APP_EXIT
|
||
END
|
||
POPUP "&Help"
|
||
BEGIN
|
||
MENUITEM "&About LayoutManager...", ID_APP_ABOUT
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION 1,0,0,1
|
||
PRODUCTVERSION 1,0,0,1
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x4L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040904B0"
|
||
BEGIN
|
||
VALUE "FileDescription", "LAYOUTMANAGER MFC Application"
|
||
VALUE "FileVersion", "1, 0, 0, 1"
|
||
VALUE "InternalName", "LAYOUTMANAGER"
|
||
VALUE "LegalCopyright", "Copyright <20> 1997"
|
||
VALUE "OriginalFilename", "LAYOUTMANAGER.EXE"
|
||
VALUE "ProductName", "LAYOUTMANAGER Application"
|
||
VALUE "ProductVersion", "1, 0, 0, 1"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x409, 1200
|
||
END
|
||
END
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// String Table
|
||
//
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDR_MAINFRAME "LayoutManager"
|
||
IDR_LAYOUTTYPE "LayoutManager\n\nLayout\n\n\nLayoutManager.Document\nLayout Document"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
AFX_IDS_APP_TITLE "LayoutManager"
|
||
AFX_IDS_IDLEMESSAGE "Ready"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
|
||
ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
|
||
ID_DESCRIPTION_FILE "LayoutManagerInfo.rtf"
|
||
END
|
||
|
||
#endif // English (U.S.) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
#define _AFX_NO_SPLITTER_RESOURCES
|
||
#define _AFX_NO_OLE_RESOURCES
|
||
#define _AFX_NO_TRACKER_RESOURCES
|
||
#define _AFX_NO_PROPERTY_RESOURCES
|
||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||
#ifdef _WIN32
|
||
LANGUAGE 9, 1
|
||
#pragma code_page(1252)
|
||
#endif
|
||
#include "res\LayoutManager.rc2" // non-Microsoft Visual C++ edited resources
|
||
#include "afxres.rc" // Standard components
|
||
#include "UTSampleAbout.rc"
|
||
#endif
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|
||
|