TextPlayer.rc
Upload User: geng8029
Upload Date: 2021-01-30
Package Size: 187k
Code Size: 5k
Category:

Audio program

Development Platform:

Visual C++

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #ifndef APSTUDIO_INVOKED
  10. #include "targetver.h"
  11. #endif
  12. #include "afxres.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE 
  28. BEGIN
  29.     "resource.h"
  30. END
  31. 2 TEXTINCLUDE 
  32. BEGIN
  33.     "#ifndef APSTUDIO_INVOKEDrn"
  34.     "#include ""targetver.h""rn"
  35.     "#endifrn"
  36.     "#include ""afxres.h""rn"
  37.     ""
  38. END
  39. 3 TEXTINCLUDE 
  40. BEGIN
  41.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  42.     "#define _AFX_NO_OLE_RESOURCESrn"
  43.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  44.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  45.     "rn"
  46.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  47.     "LANGUAGE 9, 1rn"
  48.     "#pragma code_page(1252)rn"
  49.     "#include ""res\TextPlayer.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  50.     "#include ""afxres.rc""     // Standard componentsrn"
  51.     "#endifrn"
  52.     ""
  53. END
  54. #endif    // APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Icon
  58. //
  59. // Icon with lowest ID value placed first to ensure application icon
  60. // remains consistent on all systems.
  61. IDR_MAINFRAME           ICON                    "res\TextPlayer.ico"
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Dialog
  65. //
  66. IDD_ABOUTBOX DIALOGEX 0, 0, 170, 62
  67. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  68. CAPTION "About TextPlayer"
  69. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  70. BEGIN
  71.     ICON            IDR_MAINFRAME,IDC_STATIC,14,14,21,20
  72.     LTEXT           "TextPlayer, Version 1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
  73.     LTEXT           "Copyright (C) 2010",IDC_STATIC,42,26,114,8
  74.     DEFPUSHBUTTON   "OK",IDOK,113,41,50,14,WS_GROUP
  75. END
  76. IDD_TEXTPLAYER_DIALOG DIALOGEX 0, 0, 320, 200
  77. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  78. EXSTYLE WS_EX_APPWINDOW
  79. CAPTION "TextPlayer"
  80. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  81. BEGIN
  82.     DEFPUSHBUTTON   "OK",IDOK,209,179,50,14
  83.     PUSHBUTTON      "Cancel",IDCANCEL,263,179,50,14
  84.     CTEXT           "TODO: Place dialog controls here.",IDC_STATIC,10,96,300,8
  85.     PUSHBUTTON      "Start",IDC_BUTTON1,93,52,50,14
  86.     PUSHBUTTON      "Stop",IDC_BUTTON2,188,52,50,14
  87. END
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // Version
  91. //
  92. VS_VERSION_INFO VERSIONINFO
  93.  FILEVERSION 1,0,0,1
  94.  PRODUCTVERSION 1,0,0,1
  95.  FILEFLAGSMASK 0x3fL
  96. #ifdef _DEBUG
  97.  FILEFLAGS 0x1L
  98. #else
  99.  FILEFLAGS 0x0L
  100. #endif
  101.  FILEOS 0x4L
  102.  FILETYPE 0x1L
  103.  FILESUBTYPE 0x0L
  104. BEGIN
  105.     BLOCK "StringFileInfo"
  106.     BEGIN
  107.         BLOCK "040904e4"
  108.         BEGIN
  109.             VALUE "CompanyName", "TODO: <Company name>"
  110.             VALUE "FileDescription", "TODO: <File description>"
  111.             VALUE "FileVersion", "1.0.0.1"
  112.             VALUE "InternalName", "TextPlayer.exe"
  113.             VALUE "LegalCopyright", "TODO: (c) <Company name>.  All rights reserved."
  114.             VALUE "OriginalFilename", "TextPlayer.exe"
  115.             VALUE "ProductName", "TODO: <Product name>"
  116.             VALUE "ProductVersion", "1.0.0.1"
  117.         END
  118.     END
  119.     BLOCK "VarFileInfo"
  120.     BEGIN
  121.         VALUE "Translation", 0x409, 1252
  122.     END
  123. END
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // DESIGNINFO
  127. //
  128. #ifdef APSTUDIO_INVOKED
  129. GUIDELINES DESIGNINFO 
  130. BEGIN
  131.     IDD_ABOUTBOX, DIALOG
  132.     BEGIN
  133.         LEFTMARGIN, 7
  134.         RIGHTMARGIN, 163
  135.         TOPMARGIN, 7
  136.         BOTTOMMARGIN, 55
  137.     END
  138.     IDD_TEXTPLAYER_DIALOG, DIALOG
  139.     BEGIN
  140.         LEFTMARGIN, 7
  141.         RIGHTMARGIN, 313
  142.         TOPMARGIN, 7
  143.         BOTTOMMARGIN, 193
  144.     END
  145. END
  146. #endif    // APSTUDIO_INVOKED
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // String Table
  150. //
  151. STRINGTABLE 
  152. BEGIN
  153.     IDS_ABOUTBOX            "&About TextPlayer..."
  154. END
  155. #endif    // English (U.S.) resources
  156. /////////////////////////////////////////////////////////////////////////////
  157. #ifndef APSTUDIO_INVOKED
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // Generated from the TEXTINCLUDE 3 resource.
  161. //
  162. #define _AFX_NO_SPLITTER_RESOURCES
  163. #define _AFX_NO_OLE_RESOURCES
  164. #define _AFX_NO_TRACKER_RESOURCES
  165. #define _AFX_NO_PROPERTY_RESOURCES
  166. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  167. LANGUAGE 9, 1
  168. #pragma code_page(1252)
  169. #include "resTextPlayer.rc2"  // non-Microsoft Visual C++ edited resources
  170. #include "afxres.rc"     // Standard components
  171. #endif
  172. /////////////////////////////////////////////////////////////////////////////
  173. #endif    // not APSTUDIO_INVOKED