Complete disaster-recovery snapshot: engine/game source, game data assets, VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive. Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false, no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
91 lines
3.1 KiB
Plaintext
91 lines
3.1 KiB
Plaintext
// This is a part of the Microsoft Foundation Classes C++ library.
|
|
// Copyright (C) 1992-1998 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
// This source code is only intended as a supplement to the
|
|
// Microsoft Foundation Classes Reference and related
|
|
// electronic documentation provided with the library.
|
|
// See these sources for detailed information regarding the
|
|
// Microsoft Foundation Classes product.
|
|
|
|
#ifndef __AFXPRINT_RC__
|
|
#define __AFXPRINT_RC__
|
|
|
|
#ifndef __AFXRES_H__
|
|
#include <afxres.h>
|
|
#endif
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
// This will prevent the VC++ Resource Editor user from saving this file
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"<無法改變標準MFC資源! >\0"
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
#ifndef _AFXDLL
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// Printing Resources
|
|
|
|
AFX_IDC_MAGNIFY CURSOR DISCARDABLE "res\\magnify.cur"
|
|
|
|
AFX_IDD_PRINTDLG DIALOG DISCARDABLE 6, 18, 133, 95
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | 0x04
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CTEXT "列印",IDC_STATIC,0,9,133,8
|
|
CTEXT "",AFX_IDC_PRINT_DOCNAME,0,19,133,8
|
|
CTEXT "正在",IDC_STATIC,0,29,133,8
|
|
CTEXT "",AFX_IDC_PRINT_PRINTERNAME,0,39,133,8
|
|
CTEXT "",AFX_IDC_PRINT_PORTNAME,0,49,133,8
|
|
CTEXT "",AFX_IDC_PRINT_PAGENUM,0,59,133,8
|
|
PUSHBUTTON "取消",IDCANCEL,46,74,40,14
|
|
END
|
|
|
|
// Preview Toolbar Dialog
|
|
AFX_IDD_PREVIEW_TOOLBAR DIALOG PRELOAD DISCARDABLE 0, 0, 330, 16
|
|
STYLE WS_CHILD | 0x04
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "列印(&P)...",AFX_ID_PREVIEW_PRINT,2,2,44,12
|
|
PUSHBUTTON "下一頁(&N)",AFX_ID_PREVIEW_NEXT,48,2,44,12
|
|
PUSHBUTTON "前一頁(&v)",AFX_ID_PREVIEW_PREV,94,2,44,12
|
|
PUSHBUTTON "",AFX_ID_PREVIEW_NUMPAGE,140,2,44,12
|
|
PUSHBUTTON "拉近(&I)",AFX_ID_PREVIEW_ZOOMIN,186,2,44,12
|
|
PUSHBUTTON "拉遠(&O)",AFX_ID_PREVIEW_ZOOMOUT,232,2,44,12
|
|
PUSHBUTTON "關閉(&C)",AFX_ID_PREVIEW_CLOSE,278,2,44,12
|
|
END
|
|
|
|
// Printing strings
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
// print progress dialog strings
|
|
AFX_IDS_PRINTONPORT, "在 %1" // for print output
|
|
AFX_IDS_ONEPAGE, "一頁(&O)" // for preview button
|
|
AFX_IDS_TWOPAGE, "兩頁(&T)" // for preview button
|
|
AFX_IDS_PRINTPAGENUM, "頁 %u" // for print output
|
|
AFX_IDS_PREVIEWPAGEDESC, "頁 %u\n頁 %u-%u\n"
|
|
|
|
// print to file dialog strings
|
|
AFX_IDS_PRINTDEFAULTEXT, "prn" // default extension
|
|
AFX_IDS_PRINTDEFAULT, "Output.prn" // default file
|
|
AFX_IDS_PRINTFILTER,
|
|
"印表機檔案(*.prn)|*.prn|All Files (*.*)|*.*||"
|
|
AFX_IDS_PRINTCAPTION, "列印到檔案" // caption for browse dlg
|
|
AFX_IDS_PRINTTOFILE, "到 %1" // to file
|
|
END
|
|
|
|
// Print Preview Accelerator Table
|
|
AFX_IDR_PREVIEW_ACCEL ACCELERATORS LOADONCALL MOVEABLE
|
|
BEGIN
|
|
VK_NEXT, AFX_ID_PREVIEW_NEXT, VIRTKEY, NOINVERT
|
|
VK_PRIOR, AFX_ID_PREVIEW_PREV, VIRTKEY, NOINVERT
|
|
VK_ESCAPE, AFX_ID_PREVIEW_CLOSE, VIRTKEY, NOINVERT
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#endif //!_AFXDLL
|
|
#endif //__AFXPRINT_RC__
|