FontCombo.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:5k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\FontCombo.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_FONTCOMBO_DIALOG DIALOGEX 0, 0, 333, 121
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "FontCombo"
  66. FONT 8, "MS Sans Serif"
  67. BEGIN
  68.     PUSHBUTTON      "Done",IDCANCEL,276,100,50,14
  69.     CTEXT           "Sample Text",IDC_TXT_SAMPLE,7,27,319,70,SS_CENTERIMAGE,
  70.                     WS_EX_STATICEDGE
  71.     COMBOBOX        IDC_COMBO_FONT,7,8,110,134,CBS_DROPDOWNLIST | 
  72.                     CBS_OWNERDRAWFIXED | CBS_SORT | CBS_HASSTRINGS | 
  73.                     WS_VSCROLL | WS_TABSTOP
  74.     COMBOBOX        IDC_COMBO_SIZE,119,8,40,30,CBS_DROPDOWN | WS_VSCROLL | 
  75.                     WS_TABSTOP
  76.     PUSHBUTTON      "",IDC_COLOR_FONT,162,7,50,14
  77.     CONTROL         "Bold",IDC_CHK_BOLD,"Button",BS_AUTOCHECKBOX | 
  78.                     WS_TABSTOP,218,9,30,10
  79.     CONTROL         "Italic",IDC_CHK_ITALIC,"Button",BS_AUTOCHECKBOX | 
  80.                     WS_TABSTOP,248,9,31,10
  81.     CONTROL         "Underline",IDC_CHK_UNDERLINE,"Button",BS_AUTOCHECKBOX | 
  82.                     WS_TABSTOP,280,9,46,10
  83. END
  84. #ifndef _MAC
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Version
  88. //
  89. VS_VERSION_INFO VERSIONINFO
  90.  FILEVERSION 12,0,0,4
  91.  PRODUCTVERSION 12,0,0,4
  92.  FILEFLAGSMASK 0x3fL
  93. #ifdef _DEBUG
  94.  FILEFLAGS 0x1L
  95. #else
  96.  FILEFLAGS 0x0L
  97. #endif
  98.  FILEOS 0x4L
  99.  FILETYPE 0x1L
  100.  FILESUBTYPE 0x0L
  101. BEGIN
  102.     BLOCK "StringFileInfo"
  103.     BEGIN
  104.         BLOCK "040904B0"
  105.         BEGIN
  106.             VALUE "CompanyName", ""
  107.             VALUE "FileDescription", "FontCombo MFC Application"
  108.             VALUE "FileVersion", "12, 0, 0, 4"
  109.             VALUE "InternalName", "FontCombo"
  110.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  111.             VALUE "LegalTrademarks", ""
  112.             VALUE "OriginalFilename", "FontCombo.EXE"
  113.             VALUE "ProductName", "FontCombo Application"
  114.             VALUE "ProductVersion", "12, 0, 0, 4"
  115.         END
  116.     END
  117.     BLOCK "VarFileInfo"
  118.     BEGIN
  119.         VALUE "Translation", 0x409, 1200
  120.     END
  121. END
  122. #endif    // !_MAC
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // DESIGNINFO
  126. //
  127. #ifdef APSTUDIO_INVOKED
  128. GUIDELINES DESIGNINFO DISCARDABLE 
  129. BEGIN
  130.     IDD_FONTCOMBO_DIALOG, DIALOG
  131.     BEGIN
  132.         LEFTMARGIN, 7
  133.         RIGHTMARGIN, 326
  134.         TOPMARGIN, 7
  135.         BOTTOMMARGIN, 114
  136.     END
  137. END
  138. #endif    // APSTUDIO_INVOKED
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // String Table
  142. //
  143. STRINGTABLE DISCARDABLE 
  144. BEGIN
  145.     IDS_ABOUTBOX            "&About FontCombo..."
  146. END
  147. #endif    // English (U.S.) resources
  148. /////////////////////////////////////////////////////////////////////////////
  149. #ifndef APSTUDIO_INVOKED
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // Generated from the TEXTINCLUDE 3 resource.
  153. //
  154. #define _AFX_NO_SPLITTER_RESOURCES
  155. #define _AFX_NO_OLE_RESOURCES
  156. #define _AFX_NO_TRACKER_RESOURCES
  157. #define _AFX_NO_PROPERTY_RESOURCES
  158. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  159. #ifdef _WIN32
  160. LANGUAGE 9, 1
  161. #pragma code_page(1252)
  162. #endif //_WIN32
  163. #include "resFontCombo.rc2"  // non-Microsoft Visual C++ edited resources
  164. #include "afxres.rc"         // Standard components
  165. #endif
  166. /////////////////////////////////////////////////////////////////////////////
  167. #endif    // not APSTUDIO_INVOKED