AppIPTransform.rc
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:10k
源码类别:

DirextX编程

开发平台:

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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDR_MAINFRAME           ICON    DISCARDABLE     "res\AppIPTransform.ico"
  26. IDR_APPIPTTYPE          ICON    DISCARDABLE     "res\AppIPTransformDoc.ico"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Menu
  30. //
  31. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  32. BEGIN
  33.     POPUP "&File"
  34.     BEGIN
  35.         MENUITEM "&Play Video",                 IDM_PLAY
  36.     END
  37. END
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Accelerator
  41. //
  42. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  43. BEGIN
  44.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  45.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  46.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  47.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  48.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  49.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  50.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  51.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  52.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  53.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  54.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  55.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  56.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  57. END
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "About AppIPTransform"
  65. FONT 8, "MS Sans Serif"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  68.     LTEXT           "AppIPTransform Version 1.0",IDC_STATIC,40,10,119,8,
  69.                     SS_NOPREFIX
  70.     LTEXT           "Copyright (C) 2003",IDC_STATIC,40,25,119,8
  71.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  72. END
  73. #ifndef _MAC
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // Version
  77. //
  78. VS_VERSION_INFO VERSIONINFO
  79.  FILEVERSION 1,0,0,1
  80.  PRODUCTVERSION 1,0,0,1
  81.  FILEFLAGSMASK 0x3fL
  82. #ifdef _DEBUG
  83.  FILEFLAGS 0x1L
  84. #else
  85.  FILEFLAGS 0x0L
  86. #endif
  87.  FILEOS 0x4L
  88.  FILETYPE 0x1L
  89.  FILESUBTYPE 0x0L
  90. BEGIN
  91.     BLOCK "StringFileInfo"
  92.     BEGIN
  93.         BLOCK "040904B0"
  94.         BEGIN
  95.             VALUE "CompanyName", ""
  96.             VALUE "FileDescription", "AppIPTransform MFC Application"
  97.             VALUE "FileVersion", "1, 0, 0, 1"
  98.             VALUE "InternalName", "AppIPTransform"
  99.             VALUE "LegalCopyright", "Copyright (C) 2001"
  100.             VALUE "LegalTrademarks", ""
  101.             VALUE "OriginalFilename", "AppIPTransform.EXE"
  102.             VALUE "ProductName", "AppIPTransform Application"
  103.             VALUE "ProductVersion", "1, 0, 0, 1"
  104.         END
  105.     END
  106.     BLOCK "VarFileInfo"
  107.     BEGIN
  108.         VALUE "Translation", 0x409, 1200
  109.     END
  110. END
  111. #endif    // !_MAC
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // DESIGNINFO
  115. //
  116. #ifdef APSTUDIO_INVOKED
  117. GUIDELINES DESIGNINFO DISCARDABLE 
  118. BEGIN
  119.     IDD_ABOUTBOX, DIALOG
  120.     BEGIN
  121.         LEFTMARGIN, 7
  122.         RIGHTMARGIN, 228
  123.         TOPMARGIN, 7
  124.         BOTTOMMARGIN, 48
  125.     END
  126. END
  127. #endif    // APSTUDIO_INVOKED
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // String Table
  131. //
  132. STRINGTABLE PRELOAD DISCARDABLE 
  133. BEGIN
  134.     IDR_MAINFRAME           "AppIPTransformnnAppIPTnnnAppIPTransform.DocumentnAppIPT Document"
  135. END
  136. STRINGTABLE PRELOAD DISCARDABLE 
  137. BEGIN
  138.     AFX_IDS_APP_TITLE       "AppIPTransform"
  139.     AFX_IDS_IDLEMESSAGE     "Ready"
  140. END
  141. STRINGTABLE DISCARDABLE 
  142. BEGIN
  143.     ID_INDICATOR_EXT        "EXT"
  144.     ID_INDICATOR_CAPS       "CAP"
  145.     ID_INDICATOR_NUM        "NUM"
  146.     ID_INDICATOR_SCRL       "SCRL"
  147.     ID_INDICATOR_OVR        "OVR"
  148.     ID_INDICATOR_REC        "REC"
  149. END
  150. STRINGTABLE DISCARDABLE 
  151. BEGIN
  152.     ID_FILE_NEW             "Create a new documentnNew"
  153.     ID_FILE_OPEN            "Open an existing documentnOpen"
  154.     ID_FILE_CLOSE           "Close the active documentnClose"
  155.     ID_FILE_SAVE            "Save the active documentnSave"
  156.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  157. END
  158. STRINGTABLE DISCARDABLE 
  159. BEGIN
  160.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  161.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  162. END
  163. STRINGTABLE DISCARDABLE 
  164. BEGIN
  165.     ID_FILE_MRU_FILE1       "Open this document"
  166.     ID_FILE_MRU_FILE2       "Open this document"
  167.     ID_FILE_MRU_FILE3       "Open this document"
  168.     ID_FILE_MRU_FILE4       "Open this document"
  169.     ID_FILE_MRU_FILE5       "Open this document"
  170.     ID_FILE_MRU_FILE6       "Open this document"
  171.     ID_FILE_MRU_FILE7       "Open this document"
  172.     ID_FILE_MRU_FILE8       "Open this document"
  173.     ID_FILE_MRU_FILE9       "Open this document"
  174.     ID_FILE_MRU_FILE10      "Open this document"
  175.     ID_FILE_MRU_FILE11      "Open this document"
  176.     ID_FILE_MRU_FILE12      "Open this document"
  177.     ID_FILE_MRU_FILE13      "Open this document"
  178.     ID_FILE_MRU_FILE14      "Open this document"
  179.     ID_FILE_MRU_FILE15      "Open this document"
  180.     ID_FILE_MRU_FILE16      "Open this document"
  181. END
  182. STRINGTABLE DISCARDABLE 
  183. BEGIN
  184.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  185.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  186. END
  187. STRINGTABLE DISCARDABLE 
  188. BEGIN
  189.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  190. END
  191. STRINGTABLE DISCARDABLE 
  192. BEGIN
  193.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  194.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  195.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  196.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  197.     ID_EDIT_FIND            "Find the specified textnFind"
  198.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  199.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  200.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  201.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  202.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  203.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  204. END
  205. STRINGTABLE DISCARDABLE 
  206. BEGIN
  207.     AFX_IDS_SCSIZE          "Change the window size"
  208.     AFX_IDS_SCMOVE          "Change the window position"
  209.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  210.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  211.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  212.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  213.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  214. END
  215. STRINGTABLE DISCARDABLE 
  216. BEGIN
  217.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  218.     AFX_IDS_SCTASKLIST      "Activate Task List"
  219. END
  220. #endif    // English (U.S.) resources
  221. /////////////////////////////////////////////////////////////////////////////
  222. /////////////////////////////////////////////////////////////////////////////
  223. // English (U.K.) resources
  224. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  225. #ifdef _WIN32
  226. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  227. #pragma code_page(1252)
  228. #endif //_WIN32
  229. #ifdef APSTUDIO_INVOKED
  230. /////////////////////////////////////////////////////////////////////////////
  231. //
  232. // TEXTINCLUDE
  233. //
  234. 1 TEXTINCLUDE DISCARDABLE 
  235. BEGIN
  236.     "resource.h"
  237. END
  238. 2 TEXTINCLUDE DISCARDABLE 
  239. BEGIN
  240.     "#include ""afxres.h""rn"
  241.     ""
  242. END
  243. 3 TEXTINCLUDE DISCARDABLE 
  244. BEGIN
  245.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  246.     "#define _AFX_NO_OLE_RESOURCESrn"
  247.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  248.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  249.     "rn"
  250.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  251.     "#ifdef _WIN32rn"
  252.     "LANGUAGE 9, 1rn"
  253.     "#pragma code_page(1252)rn"
  254.     "#endif //_WIN32rn"
  255.     "#include ""res\AppIPTransform.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  256.     "#include ""afxres.rc""         // Standard componentsrn"
  257.     "#endifrn"
  258.     ""
  259. END
  260. #endif    // APSTUDIO_INVOKED
  261. #endif    // English (U.K.) resources
  262. /////////////////////////////////////////////////////////////////////////////
  263. #ifndef APSTUDIO_INVOKED
  264. /////////////////////////////////////////////////////////////////////////////
  265. //
  266. // Generated from the TEXTINCLUDE 3 resource.
  267. //
  268. #define _AFX_NO_SPLITTER_RESOURCES
  269. #define _AFX_NO_OLE_RESOURCES
  270. #define _AFX_NO_TRACKER_RESOURCES
  271. #define _AFX_NO_PROPERTY_RESOURCES
  272. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  273. #ifdef _WIN32
  274. LANGUAGE 9, 1
  275. #pragma code_page(1252)
  276. #endif //_WIN32
  277. #include "resAppIPTransform.rc2"  // non-Microsoft Visual C++ edited resources
  278. #include "afxres.rc"         // Standard components
  279. #endif
  280. /////////////////////////////////////////////////////////////////////////////
  281. #endif    // not APSTUDIO_INVOKED