ProgressDemo.rc
上传用户:nhyuejuan
上传日期:2013-12-02
资源大小:171k
文件大小:5k
- //Microsoft Developer Studio generated resource script.
- //
- #include "resource.h"
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "afxres.h"
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- // Chinese (P.R.C.) resources
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
- #ifdef _WIN32
- LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
- #pragma code_page(936)
- #endif //_WIN32
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h"
- END
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""afxres.h""rn"
- ""
- END
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#define _AFX_NO_SPLITTER_RESOURCESrn"
- "#define _AFX_NO_OLE_RESOURCESrn"
- "#define _AFX_NO_TRACKER_RESOURCESrn"
- "#define _AFX_NO_PROPERTY_RESOURCESrn"
- "rn"
- "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)rn"
- "#ifdef _WIN32rn"
- "LANGUAGE 4, 2rn"
- "#pragma code_page(936)rn"
- "#endif //_WIN32rn"
- "#include ""res\ProgressDemo.rc2"" // non-Microsoft Visual C++ edited resourcesrn"
- "#include ""l.chs\afxres.rc"" // Standard componentsrn"
- "#endifrn"
- ""
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
- // Icon with lowest ID value placed first to ensure application icon
- // remains consistent on all systems.
- IDR_MAINFRAME ICON DISCARDABLE "res\ProgressDemo.ico"
- /////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
- IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "关于 ProgressDemo"
- FONT 9, "宋体"
- BEGIN
- ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
- LTEXT "ProgressDemo 1.0 版",IDC_STATIC,40,10,119,8,SS_NOPREFIX
- LTEXT "版权所有 (C) 2003",IDC_STATIC,40,25,119,8
- DEFPUSHBUTTON "确定",IDOK,178,7,50,14,WS_GROUP
- END
- IDD_PROGRESSDEMO_DIALOG DIALOGEX 0, 0, 320, 83
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- EXSTYLE WS_EX_APPWINDOW
- CAPTION "ProgressDemo"
- FONT 9, "宋体"
- BEGIN
- DEFPUSHBUTTON "确定",IDOK,244,13,50,14
- PUSHBUTTON "取消",IDCANCEL,246,39,50,14
- CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
- 24,17,191,17
- CONTROL "Progress2",IDC_PROGRESS2,"msctls_progress32",PBS_SMOOTH |
- WS_BORDER,24,50,191,17
- END
- #ifndef _MAC
- /////////////////////////////////////////////////////////////////////////////
- //
- // 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 "080404B0"
- BEGIN
- VALUE "CompanyName", ""
- VALUE "FileDescription", "ProgressDemo Microsoft 基础类应用程序"
- VALUE "FileVersion", "1, 0, 0, 1"
- VALUE "InternalName", "ProgressDemo"
- VALUE "LegalCopyright", "版权所有 (C) 2003"
- VALUE "LegalTrademarks", ""
- VALUE "OriginalFilename", "ProgressDemo.EXE"
- VALUE "ProductName", "ProgressDemo 应用程序"
- VALUE "ProductVersion", "1, 0, 0, 1"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x804, 1200
- END
- END
- #endif // !_MAC
- /////////////////////////////////////////////////////////////////////////////
- //
- // DESIGNINFO
- //
- #ifdef APSTUDIO_INVOKED
- GUIDELINES DESIGNINFO DISCARDABLE
- BEGIN
- IDD_ABOUTBOX, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 228
- TOPMARGIN, 7
- BOTTOMMARGIN, 48
- END
- IDD_PROGRESSDEMO_DIALOG, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 313
- TOPMARGIN, 7
- BOTTOMMARGIN, 76
- END
- END
- #endif // APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
- STRINGTABLE DISCARDABLE
- BEGIN
- IDS_ABOUTBOX "关于 ProgressDemo(&A)..."
- END
- #endif // Chinese (P.R.C.) 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_CHS)
- #ifdef _WIN32
- LANGUAGE 4, 2
- #pragma code_page(936)
- #endif //_WIN32
- #include "resProgressDemo.rc2" // non-Microsoft Visual C++ edited resources
- #include "l.chsafxres.rc" // Standard components
- #endif
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED