3 // English (U.S.) resources
5 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
7 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
8 #pragma code_page(1252)
11 #define IDM_NO_OP 999 // used for disabled menu items
12 #define IDM_CRASH_APP 400
15 /////////////////////////////////////////////////////////////////////////////
20 // Icon with lowest ID value placed first to ensure application icon
21 // remains consistent on all systems.
22 SAFEPAD ICON "Notepad Icon.ICO"
24 /////////////////////////////////////////////////////////////////////////////
31 POPUP "&File", 65535,MFT_STRING,MFS_ENABLED
33 MENUITEM "&New\tCtrl+N", IDM_NEW,MFT_STRING,MFS_ENABLED
34 MENUITEM "&Open...\tCtrl+O", IDM_OPEN,MFT_STRING,MFS_ENABLED
35 MENUITEM "&Save\tCtrl+S", IDM_SAVE,MFT_STRING,MFS_ENABLED
36 MENUITEM "Save &As...", IDM_SAVEAS,MFT_STRING,MFS_GRAYED
37 MENUITEM MFT_SEPARATOR
38 MENUITEM "Page Set&up...", IDM_NO_OP,MFT_STRING,MFS_GRAYED
39 MENUITEM "&Print...\tCtrl-P", IDM_NO_OP,MFT_STRING,MFS_GRAYED
40 MENUITEM MFT_SEPARATOR
41 MENUITEM "E&xit", IDM_EXIT,MFT_STRING,MFS_ENABLED
43 POPUP "&Edit", 65535,MFT_STRING,MFS_ENABLED
45 MENUITEM "&Undo\tCtrl+Z", IDM_UNDO,MFT_STRING,MFS_GRAYED
46 MENUITEM MFT_SEPARATOR
47 MENUITEM "Cu&t\tCtrl+X", IDM_NO_OP,MFT_STRING,MFS_GRAYED
48 MENUITEM "&Copy\tCtrl+C", IDM_NO_OP,MFT_STRING,MFS_GRAYED
49 MENUITEM "&Paste\tCtrl+V", IDM_NO_OP,MFT_STRING,MFS_GRAYED
50 MENUITEM "Delete\tDel", IDM_NO_OP,MFT_STRING,MFS_GRAYED
51 MENUITEM MFT_SEPARATOR
52 MENUITEM "Find\tCtrl+F", IDM_NO_OP,MFT_STRING,MFS_GRAYED
53 MENUITEM "Find Next\tF3", IDM_NO_OP,MFT_STRING,MFS_GRAYED
54 MENUITEM "Replace...\tCtrl+H", IDM_NO_OP,MFT_STRING,MFS_GRAYED
55 MENUITEM "Go To...\tCtrl+G", IDM_NO_OP,MFT_STRING,MFS_GRAYED
56 MENUITEM MFT_SEPARATOR
57 MENUITEM "Select All\tCtrl+A", IDM_NO_OP,MFT_STRING,MFS_GRAYED
58 MENUITEM "Time/Date\tF5", IDM_NO_OP,MFT_STRING,MFS_GRAYED
60 POPUP "F&ormat", 65535,MFT_STRING,MFS_ENABLED
62 MENUITEM "Word Wrap", IDM_NO_OP,MFT_STRING,MFS_GRAYED
63 MENUITEM "Font...", IDM_NO_OP,MFT_STRING,MFS_GRAYED
65 POPUP "&Help", 65535,MFT_STRING,MFS_ENABLED
67 MENUITEM "Help Topics", IDM_NO_OP,MFT_STRING,MFS_GRAYED
68 MENUITEM MFT_SEPARATOR
69 MENUITEM "&About SafePad...", IDM_NO_OP,MFT_STRING,MFS_GRAYED
71 POPUP "&Special", 65535,MFT_STRING,MFS_ENABLED
73 MENUITEM "&Crash Application", IDM_CRASH_APP,MFT_STRING,MFS_GRAYED
74 MENUITEM "&Hang Application", IDM_HANG_APP,MFT_STRING,MFS_GRAYED
75 MENUITEM MFT_SEPARATOR
76 MENUITEM "Application &Restart", IDM_ENABLE_RESTART,MFT_STRING,MFS_ENABLED
77 MENUITEM "Document Reco&very", IDM_ENABLE_RECOVERY,MFT_STRING,MFS_ENABLED
78 MENUITEM "&Error Reporting", IDM_ENABLE_REPORTING,MFT_STRING,MFS_ENABLED
84 /////////////////////////////////////////////////////////////////////////////
91 VK_F1, IDM_HELPCONTENTS, VIRTKEY
92 "?", IDM_ABOUT, ASCII, ALT
93 "/", IDM_ABOUT, ASCII, ALT
97 /////////////////////////////////////////////////////////////////////////////
104 PRODUCTVERSION 3,5,0,0
115 BLOCK "StringFileInfo"
119 VALUE "CompanyName", "Microsoft Corporation"
120 VALUE "FileDescription", "SafePad"
121 VALUE "FileVersion", "0.0"
122 VALUE "InternalName", "SafePad"
123 VALUE "LegalCopyright", "Copyright (c) Microsoft Corporation."
124 VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation"
125 VALUE "ProductName", "SafePad"
126 VALUE "ProductVersion", "3.6"
130 VALUE "CompanyName", "Microsoft Corporation"
131 VALUE "FileDescription", "SafePad"
132 VALUE "FileVersion", "0.0"
133 VALUE "InternalName", "SafePad"
134 VALUE "LegalCopyright", "Copyright (c) Microsoft Corporation."
135 VALUE "LegalTrademarks", "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation"
136 VALUE "ProductName", "SafePad"
137 VALUE "ProductVersion", "3.6"
142 VALUE "Translation", 0x409, 1252, 0x411, 1252
147 #ifdef APSTUDIO_INVOKED
148 /////////////////////////////////////////////////////////////////////////////
184 #endif // APSTUDIO_INVOKED
187 /////////////////////////////////////////////////////////////////////////////
194 IDS_APP_TITLE "Untitled - SafePad"
195 IDS_DISPLAYCHANGED "Display Changed"
196 IDS_VER_INFO_LANG "\\StringFileInfo\\040904E4\\"
197 IDS_VERSION_ERROR "Error %lu"
198 IDS_NO_HELP "Unable to activate help"
201 #endif // English (U.S.) resources
202 /////////////////////////////////////////////////////////////////////////////
206 #ifndef APSTUDIO_INVOKED
207 /////////////////////////////////////////////////////////////////////////////
209 // Generated from the TEXTINCLUDE 3 resource.
213 /////////////////////////////////////////////////////////////////////////////
214 #endif // not APSTUDIO_INVOKED