Dashed.rc
上传用户:whjcdz88
上传日期:2011-09-07
资源大小:121k
文件大小:12k
源码类别:

图形图象

开发平台:

WINDOWS

  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\Dashed.ico"
  26. IDR_DASHEDTYPE          ICON    DISCARDABLE     "res\DashedDoc.ico"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Bitmap
  30. //
  31. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Toolbar
  35. //
  36. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  37. BEGIN
  38.     BUTTON      ID_INCREASEWIDTH
  39.     BUTTON      ID_DECREASEWIDTH
  40.     BUTTON      ID_ROTATE
  41.     BUTTON      ID_ROUND
  42.     SEPARATOR
  43.     BUTTON      ID_APP_ABOUT
  44. END
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Menu
  48. //
  49. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  50. BEGIN
  51.     POPUP "&File"
  52.     BEGIN
  53.         MENUITEM SEPARATOR
  54.         MENUITEM "E&xit",                       ID_APP_EXIT
  55.     END
  56.     POPUP "Change Appearance"
  57.     BEGIN
  58.         MENUITEM "&Increase pen width tUpArrow", ID_INCREASEWIDTH
  59.         MENUITEM "&Decrease pen width tDownArrow", ID_DECREASEWIDTH
  60.         MENUITEM "Round Dots and Dashest R",   ID_ROUND
  61.         MENUITEM "SpintS",                     ID_ROTATE
  62.     END
  63.     POPUP "&Help"
  64.     BEGIN
  65.         MENUITEM "&About Dashed...",            ID_APP_ABOUT
  66.     END
  67. END
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Accelerator
  71. //
  72. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  73. BEGIN
  74.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  75.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  76.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  77.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  78.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  79.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  80.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  81.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  82.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  83.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  84.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  85.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  86.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  87. END
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // Dialog
  91. //
  92. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 266, 117
  93. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  94. CAPTION "About Dashed"
  95. FONT 8, "MS Sans Serif"
  96. BEGIN
  97.     ICON            IDR_MAINFRAME,IDC_STATIC,7,7,21,20
  98.     LTEXT           "Dashed Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  99.     LTEXT           "Copyright (C) 1998 Llew S. Goodstadt",IDC_STATIC,59,20,
  100.                     119,8
  101.     DEFPUSHBUTTON   "OK",IDOK,209,7,50,14,WS_GROUP
  102.     LTEXT           "Press the ""+"" button on the numeric keyboard to rotate faster.nPress the up and down arrow keys to change the pen widths.",
  103.                     IDC_STATIC,30,47,205,21
  104.     CTEXT           "If you have any problems, please contact me at:nhttp://www.lg.ndirect.co.uknornlg@ndirect.co.uk",
  105.                     IDC_STATIC,40,68,184,37
  106.     GROUPBOX        "",IDC_STATIC,7,35,252,75
  107. END
  108. #ifndef _MAC
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Version
  112. //
  113. VS_VERSION_INFO VERSIONINFO
  114.  FILEVERSION 1,0,0,1
  115.  PRODUCTVERSION 1,0,0,1
  116.  FILEFLAGSMASK 0x3fL
  117. #ifdef _DEBUG
  118.  FILEFLAGS 0x1L
  119. #else
  120.  FILEFLAGS 0x0L
  121. #endif
  122.  FILEOS 0x4L
  123.  FILETYPE 0x1L
  124.  FILESUBTYPE 0x0L
  125. BEGIN
  126.     BLOCK "StringFileInfo"
  127.     BEGIN
  128.         BLOCK "040904B0"
  129.         BEGIN
  130.             VALUE "CompanyName", ""
  131.             VALUE "FileDescription", "Dashed MFC Application"
  132.             VALUE "FileVersion", "1, 0, 0, 1"
  133.             VALUE "InternalName", "Dashed"
  134.             VALUE "LegalCopyright", "Copyright (C) 1998"
  135.             VALUE "LegalTrademarks", ""
  136.             VALUE "OriginalFilename", "Dashed.EXE"
  137.             VALUE "ProductName", "Dashed Application"
  138.             VALUE "ProductVersion", "1, 0, 0, 1"
  139.         END
  140.     END
  141.     BLOCK "VarFileInfo"
  142.     BEGIN
  143.         VALUE "Translation", 0x409, 1200
  144.     END
  145. END
  146. #endif    // !_MAC
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // DESIGNINFO
  150. //
  151. #ifdef APSTUDIO_INVOKED
  152. GUIDELINES DESIGNINFO DISCARDABLE 
  153. BEGIN
  154.     IDD_ABOUTBOX, DIALOG
  155.     BEGIN
  156.         LEFTMARGIN, 7
  157.         RIGHTMARGIN, 259
  158.         TOPMARGIN, 7
  159.         BOTTOMMARGIN, 110
  160.     END
  161. END
  162. #endif    // APSTUDIO_INVOKED
  163. /////////////////////////////////////////////////////////////////////////////
  164. //
  165. // String Table
  166. //
  167. STRINGTABLE PRELOAD DISCARDABLE 
  168. BEGIN
  169.     IDR_MAINFRAME           "DashednnDashednnnDashed.DocumentnDashed Document"
  170. END
  171. STRINGTABLE PRELOAD DISCARDABLE 
  172. BEGIN
  173.     AFX_IDS_APP_TITLE       "Dashed"
  174.     AFX_IDS_IDLEMESSAGE     "Ready"
  175. END
  176. STRINGTABLE DISCARDABLE 
  177. BEGIN
  178.     ID_INDICATOR_EXT        "EXT"
  179.     ID_INDICATOR_CAPS       "CAP"
  180.     ID_INDICATOR_NUM        "NUM"
  181.     ID_INDICATOR_SCRL       "SCRL"
  182.     ID_INDICATOR_OVR        "OVR"
  183.     ID_INDICATOR_REC        "REC"
  184. END
  185. STRINGTABLE DISCARDABLE 
  186. BEGIN
  187.     ID_FILE_NEW             "Create a new documentnNew"
  188.     ID_FILE_OPEN            "Open an existing documentnOpen"
  189.     ID_FILE_CLOSE           "Close the active documentnClose"
  190.     ID_FILE_SAVE            "Save the active documentnSave"
  191.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  192. END
  193. STRINGTABLE DISCARDABLE 
  194. BEGIN
  195.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  196.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  197. END
  198. STRINGTABLE DISCARDABLE 
  199. BEGIN
  200.     ID_FILE_MRU_FILE1       "Open this document"
  201.     ID_FILE_MRU_FILE2       "Open this document"
  202.     ID_FILE_MRU_FILE3       "Open this document"
  203.     ID_FILE_MRU_FILE4       "Open this document"
  204.     ID_FILE_MRU_FILE5       "Open this document"
  205.     ID_FILE_MRU_FILE6       "Open this document"
  206.     ID_FILE_MRU_FILE7       "Open this document"
  207.     ID_FILE_MRU_FILE8       "Open this document"
  208.     ID_FILE_MRU_FILE9       "Open this document"
  209.     ID_FILE_MRU_FILE10      "Open this document"
  210.     ID_FILE_MRU_FILE11      "Open this document"
  211.     ID_FILE_MRU_FILE12      "Open this document"
  212.     ID_FILE_MRU_FILE13      "Open this document"
  213.     ID_FILE_MRU_FILE14      "Open this document"
  214.     ID_FILE_MRU_FILE15      "Open this document"
  215.     ID_FILE_MRU_FILE16      "Open this document"
  216. END
  217. STRINGTABLE DISCARDABLE 
  218. BEGIN
  219.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  220.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  221. END
  222. STRINGTABLE DISCARDABLE 
  223. BEGIN
  224.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  225. END
  226. STRINGTABLE DISCARDABLE 
  227. BEGIN
  228.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  229.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  230.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  231.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  232.     ID_EDIT_FIND            "Find the specified textnFind"
  233.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  234.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  235.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  236.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  237.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  238.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  239. END
  240. STRINGTABLE DISCARDABLE 
  241. BEGIN
  242.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  243.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  244. END
  245. STRINGTABLE DISCARDABLE 
  246. BEGIN
  247.     AFX_IDS_SCSIZE          "Change the window size"
  248.     AFX_IDS_SCMOVE          "Change the window position"
  249.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  250.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  251.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  252.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  253.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  254. END
  255. STRINGTABLE DISCARDABLE 
  256. BEGIN
  257.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  258.     AFX_IDS_SCTASKLIST      "Activate Task List"
  259. END
  260. STRINGTABLE DISCARDABLE 
  261. BEGIN
  262.     ID_INCREASEWIDTH        "Increase Pen Width by one unitnIncrease Pen Width/UpArrow"
  263.     ID_DECREASEWIDTH        "Decrease Pen Width by one unitnDecrease Pen Width/DownArrow"
  264.     ID_ROUND                "Use Round dots and dashes instead of square onesnRound"
  265.     ID_ROTATE               "Keep ellipse spinningnSpin Ellipse"
  266. END
  267. #endif    // English (U.S.) resources
  268. /////////////////////////////////////////////////////////////////////////////
  269. /////////////////////////////////////////////////////////////////////////////
  270. // English (U.K.) resources
  271. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  272. #ifdef _WIN32
  273. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  274. #pragma code_page(1252)
  275. #endif //_WIN32
  276. #ifdef APSTUDIO_INVOKED
  277. /////////////////////////////////////////////////////////////////////////////
  278. //
  279. // TEXTINCLUDE
  280. //
  281. 1 TEXTINCLUDE DISCARDABLE 
  282. BEGIN
  283.     "resource.h"
  284. END
  285. 2 TEXTINCLUDE DISCARDABLE 
  286. BEGIN
  287.     "#include ""afxres.h""rn"
  288.     ""
  289. END
  290. 3 TEXTINCLUDE DISCARDABLE 
  291. BEGIN
  292.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  293.     "#define _AFX_NO_OLE_RESOURCESrn"
  294.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  295.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  296.     "rn"
  297.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  298.     "#ifdef _WIN32rn"
  299.     "LANGUAGE 9, 1rn"
  300.     "#pragma code_page(1252)rn"
  301.     "#endif //_WIN32rn"
  302.     "#include ""res\Dashed.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  303.     "#include ""afxres.rc""         // Standard componentsrn"
  304.     "#endifrn"
  305.     ""
  306. END
  307. #endif    // APSTUDIO_INVOKED
  308. #endif    // English (U.K.) resources
  309. /////////////////////////////////////////////////////////////////////////////
  310. #ifndef APSTUDIO_INVOKED
  311. /////////////////////////////////////////////////////////////////////////////
  312. //
  313. // Generated from the TEXTINCLUDE 3 resource.
  314. //
  315. #define _AFX_NO_SPLITTER_RESOURCES
  316. #define _AFX_NO_OLE_RESOURCES
  317. #define _AFX_NO_TRACKER_RESOURCES
  318. #define _AFX_NO_PROPERTY_RESOURCES
  319. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  320. #ifdef _WIN32
  321. LANGUAGE 9, 1
  322. #pragma code_page(1252)
  323. #endif //_WIN32
  324. #include "resDashed.rc2"  // non-Microsoft Visual C++ edited resources
  325. #include "afxres.rc"         // Standard components
  326. #endif
  327. /////////////////////////////////////////////////////////////////////////////
  328. #endif    // not APSTUDIO_INVOKED