Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prompts.rc

Status
Not open for further replies.

klingoni

Technical User
Apr 30, 2002
5
CH
hi there

could someone give me the file falled prompts.rc, mine's corrupt. thanks!

sebastian
 
Should be on the VC++ CD, but whatever

// prompts.rc : RC file for all standard AFX menu prompts
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.

#define APSTUDIO_READONLY_SYMBOLS
#include "afxres.h"
#undef APSTUDIO_READONLY_SYMBOLS

#ifdef APSTUDIO_INVOKED
// This resource will prevent the App Studio user from saving this file
1 TEXTINCLUDE DISCARDABLE
BEGIN
&quot;< Cannot change standard MFC resources! >\0&quot;
END
#endif // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////

// Standard Menu commands
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_NEW, &quot;Create a new document\nNew&quot;
ID_FILE_OPEN, &quot;Open an existing document\nOpen&quot;
ID_FILE_CLOSE, &quot;Close the active document\nClose&quot;
ID_FILE_SAVE, &quot;Save the active document\nSave&quot;
ID_FILE_SAVE_AS, &quot;Save the active document with a new name\nSave As&quot;
ID_FILE_PAGE_SETUP, &quot;Change the printing options\nPage Setup&quot;
ID_FILE_PRINT_SETUP, &quot;Change the printer and printing options\nPrint Setup&quot;
ID_FILE_PRINT, &quot;Print the active document\nPrint&quot;
ID_FILE_PRINT_PREVIEW, &quot;Display full pages\nPrint Preview&quot;
ID_APP_ABOUT, &quot;Display program information, version number and copyright\nAbout&quot;
ID_APP_EXIT, &quot;Quit the application; prompts to save documents\nExit&quot;
ID_FILE_SEND_MAIL, &quot;Send the active document through electronic mail\nSend Mail&quot;
ID_FILE_MRU_FILE1+0, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+1, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+2, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+3, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+4, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+5, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+6, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+7, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+8, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+9, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+10, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+11, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+12, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+13, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+14, &quot;Open this document&quot;
ID_FILE_MRU_FILE1+15, &quot;Open this document&quot;
ID_CONTEXT_HELP, &quot;Display help for clicked on buttons, menus and windows\nHelp&quot;
ID_HELP, &quot;Display help for current task or command\nHelp&quot;
ID_HELP_INDEX, &quot;List Help topics\nHelp Index&quot;
ID_HELP_FINDER, &quot;List Help topics\nHelp Topics&quot;
ID_HELP_USING, &quot;Display instructions about how to use help\nHelp&quot;
ID_NEXT_PANE, &quot;Switch to the next window pane\nNext Pane&quot;
ID_PREV_PANE, &quot;Switch back to the previous window pane\nPrevious Pane&quot;
ID_WINDOW_NEW, &quot;Open another window for the active document\nNew Window&quot;
ID_WINDOW_ARRANGE, &quot;Arrange icons at the bottom of the window\nArrange Icons&quot;
ID_WINDOW_CASCADE, &quot;Arrange windows so they overlap\nCascade Windows&quot;
ID_WINDOW_TILE_HORZ, &quot;Arrange windows as non-overlapping tiles\nTile Windows&quot;
ID_WINDOW_TILE_VERT, &quot;Arrange windows as non-overlapping tiles\nTile Windows&quot;
ID_WINDOW_SPLIT, &quot;Split the active window into panes\nSplit&quot;
ID_EDIT_CLEAR, &quot;Erase the selection\nErase&quot;
ID_EDIT_CLEAR_ALL, &quot;Erase everything\nErase All&quot;
ID_EDIT_COPY, &quot;Copy the selection and put it on the Clipboard\nCopy&quot;
ID_EDIT_CUT, &quot;Cut the selection and put it on the Clipboard\nCut&quot;
ID_EDIT_FIND, &quot;Find the specified text\nFind&quot;
ID_EDIT_PASTE, &quot;Insert Clipboard contents\nPaste&quot;
ID_EDIT_PASTE_LINK, &quot;Insert Clipboard contents and a link to its source\nPaste Link&quot;
ID_EDIT_PASTE_SPECIAL, &quot;Insert Clipboard contents with options\nPaste Special&quot;
ID_EDIT_REPEAT, &quot;Repeat the last action\nRepeat&quot;
ID_EDIT_REPLACE, &quot;Replace specific text with different text\nReplace&quot;
ID_EDIT_SELECT_ALL, &quot;Select the entire document\nSelect All&quot;
ID_EDIT_UNDO, &quot;Undo the last action\nUndo&quot;
ID_EDIT_REDO, &quot;Redo the previously undone action\nRedo&quot;
ID_VIEW_TOOLBAR, &quot;Show or hide the toolbar\nToggle ToolBar&quot;
ID_VIEW_STATUS_BAR, &quot;Show or hide the status bar\nToggle StatusBar&quot;
ID_FORMAT_FONT, &quot;Select font for current selection\nFont&quot;
END


// OLE specific
STRINGTABLE
BEGIN
ID_OLE_EDIT_LINKS, &quot;Edit linked objects\nEdit Links&quot;
ID_OLE_INSERT_NEW, &quot;Insert new embedded object\nNew Object&quot;
ID_OLE_EDIT_CONVERT, &quot;Convert selected object between types\nConvert Object&quot;
ID_OLE_EDIT_CHANGE_ICON,&quot;Change icon of selected object\nChange Icon&quot;
ID_OLE_VERB_FIRST+0, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+1, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+2, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+3, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+4, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+5, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+6, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+7, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+8, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+9, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+10, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+11, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+12, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+13, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+14, &quot;Activate embedded or linked object&quot;
ID_OLE_VERB_FIRST+15, &quot;Activate embedded or linked object&quot;
END

// Database specific
STRINGTABLE
BEGIN
ID_RECORD_NEXT &quot;Move to next record\nNext Record&quot;
ID_RECORD_PREV &quot;Move to previous record\nPrevious Record&quot;
ID_RECORD_LAST &quot;Move to final record\nLast Record&quot;
ID_RECORD_FIRST &quot;Move to first record\nFirst Record&quot;
END

// System commands
STRINGTABLE
BEGIN
AFX_IDS_SCSIZE, &quot;Change the window size&quot;
AFX_IDS_SCMOVE, &quot;Change the window position&quot;
AFX_IDS_SCMINIMIZE, &quot;Reduce the window to an icon&quot;
AFX_IDS_SCMAXIMIZE, &quot;Enlarge the window to full size&quot;
AFX_IDS_SCNEXTWINDOW, &quot;Switch to the next document window&quot;
AFX_IDS_SCPREVWINDOW, &quot;Switch to the previous document window&quot;
AFX_IDS_SCCLOSE, &quot;Close the active window and prompts to save the documents&quot;
AFX_IDS_SCRESTORE, &quot;Restore the window to normal size&quot;
AFX_IDS_SCTASKLIST, &quot;Activate Task List&quot;
AFX_IDS_MDICHILD, &quot;Activate this window&quot;
AFX_IDS_PREVIEW_CLOSE, &quot;Close print preview mode\nCancel Preview&quot;
AFX_IDS_DESKACCESSORY, &quot;Open the selected item&quot;
END

/////////////////////////////////////////////////////////////////////////////
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top