summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/mfc30/afxres.rc
blob: 4fc0d1f8addea588c42c5a8ff2fa7525d1a6e251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
// Microsoft Foundation Classes C++ library.
// Copyright (C) 1992 Microsoft Corporation,
// All rights reserved.

// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and Microsoft
// QuickHelp and/or WinHelp documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.

#ifndef __AFXRES_RC__
#define __AFXRES_RC__

#ifndef __AFXRES_H__
#include <afxres.h>
#endif

#ifdef APSTUDIO_INVOKED
// This will prevent the VC++ Resource Editor user from saving this file
1 TEXTINCLUDE DISCARDABLE
BEGIN
"< Cannot change standard MFC resources! >\0"
END
#endif //APSTUDIO_INVOKED

#ifndef _AFXDLL

/////////////////////////////////////////////////////////////////////////////
// Default resource description for MFC applications
/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
// Strings

STRINGTABLE
BEGIN
	AFX_IDS_OPENFILE,               "Open"
#ifndef _MAC
	AFX_IDS_SAVEFILE,               "Save As"
	AFX_IDS_ALLFILTER,              "All Files (*.*)"
	AFX_IDS_UNTITLED,               "Untitled"
#else
	AFX_IDS_SAVEFILE,               "Save document as:"
	AFX_IDS_ALLFILTER,              "All Files"
	AFX_IDS_UNTITLED,               "untitled"
	AFX_IDS_ABOUT,                  "About "
#endif

	// General error prompts
	AFX_IDP_INVALID_FILENAME,       "Invalid filename."
	AFX_IDP_FAILED_TO_OPEN_DOC,     "Failed to open document."
	AFX_IDP_FAILED_TO_SAVE_DOC,     "Failed to save document."
#ifndef _MAC
	AFX_IDP_ASK_TO_SAVE,            "Save changes to %1?"
#else
	AFX_IDP_ASK_TO_SAVE,            "Save changes to the %1 document \042%2\042?"
#endif
	AFX_IDP_FAILED_TO_CREATE_DOC,   "Failed to create empty document."
	AFX_IDP_FILE_TOO_LARGE,         "The file is too large to open."
	AFX_IDP_FAILED_TO_START_PRINT,  "Could not start print job."
	AFX_IDP_FAILED_TO_LAUNCH_HELP,  "Failed to launch help."
	AFX_IDP_INTERNAL_FAILURE,       "Internal application error."
	AFX_IDP_COMMAND_FAILURE,        "Command failed."
	AFX_IDP_FAILED_MEMORY_ALLOC     "Insufficient memory to perform operation."
	AFX_IDP_GET_NOT_SUPPORTED,      "Unable to read write-only property."
	AFX_IDP_SET_NOT_SUPPORTED,      "Unable to write read-only property."

	// CFile/CArchive error strings for user failure
	AFX_IDP_FAILED_INVALID_FORMAT   "Unexpected file format."
#ifndef _MAC
	AFX_IDP_FAILED_INVALID_PATH     "%1\nCannot find this file.\nPlease verify that the correct path and file name are given."
	AFX_IDP_FAILED_DISK_FULL        "Destination disk drive is full."
#else
	AFX_IDP_FAILED_INVALID_PATH     "Cannot find the file \042%1.\042 Please verify that the correct file name is given."
	AFX_IDP_FAILED_DISK_FULL        "Destination disk is full."
#endif
	AFX_IDP_FAILED_ACCESS_READ      "Unable to read from %1, it is opened by someone else."
	AFX_IDP_FAILED_ACCESS_WRITE     "Unable to write to %1, it is read-only or opened by someone else."
	AFX_IDP_FAILED_IO_ERROR_READ    "An unexpected error occurred while reading %1."
	AFX_IDP_FAILED_IO_ERROR_WRITE   "An unexpected error occurred while writing %1."

	// Parsing error prompts
	AFX_IDP_PARSE_INT,              "Please enter an integer."
	AFX_IDP_PARSE_REAL,             "Please enter a number."
	AFX_IDP_PARSE_INT_RANGE,        "Please enter an integer between %1 and %2."
	AFX_IDP_PARSE_REAL_RANGE,       "Please enter a number between %1 and %2."
	AFX_IDP_PARSE_STRING_SIZE,      "Please enter no more than %1 characters."
	AFX_IDP_PARSE_RADIO_BUTTON,     "Please select a button."
	AFX_IDP_PARSE_BYTE,             "Please enter an integer between 0 and 255."
	AFX_IDP_PARSE_UINT,             "Please enter a positive integer."

#ifndef _AFX_NO_PROPSHEET_RESOURCES
	// Property Sheet button strings (Note: 50 is the X-axis button size)
	AFX_IDS_PS_OK                   "OK\n50"
	AFX_IDS_PS_CANCEL               "Cancel\n50"
	AFX_IDS_PS_APPLY_NOW            "&Apply\n50"
	AFX_IDS_PS_HELP                 "&Help\n50"
	AFX_IDS_PS_CLOSE                "Close"
#endif //!_AFX_NO_PROPSHEET_RESOURCES

#ifndef _AFX_NO_OLE_RESOURCES
	// OLE strings required for both servers and containers
	AFX_IDS_PASTELINKEDTYPE         "Linked %s"
	AFX_IDS_UNKNOWNTYPE             "Unknown Type"
#ifndef _MAC
	AFX_IDP_FAILED_TO_NOTIFY        "%1\nUnable to register document.\nThe document may already be open."
#else
	AFX_IDP_FAILED_TO_NOTIFY        "Unable to register document \042%1.\042 The document may already be open."
#endif
#endif //!_AFX_NO_OLE_RESOURCES

#ifndef _AFX_NO_MAPI_RESOURCES
	// MAPI strings / error messages
	AFX_IDP_FAILED_MAPI_LOAD        "Unable to load mail system support."
	AFX_IDP_INVALID_MAPI_DLL        "Mail system DLL is invalid."
	AFX_IDP_FAILED_MAPI_SEND        "Send Mail failed to send message."
#endif //!_AFX_NO_MAPI_RESOURCES
END

/////////////////////////////////////////////////////////////////////////////
// Cursors

AFX_IDC_CONTEXTHELP     CURSOR  DISCARDABLE     "res\\help.cur"

#ifndef _AFX_NO_SPLITTER_RESOURCES
AFX_IDC_SMALLARROWS     CURSOR  DISCARDABLE     "res\\sarrows.cur"
AFX_IDC_HSPLITBAR       CURSOR  DISCARDABLE     "res\\splith.cur"
AFX_IDC_VSPLITBAR       CURSOR  DISCARDABLE     "res\\splitv.cur"
AFX_IDC_NODROPCRSR      CURSOR  DISCARDABLE     "res\\nodrop.cur"
#endif //!_AFX_NO_SPLITTER_RESOURCES

#ifndef _AFX_NO_TRACKER_RESOURCES
AFX_IDC_TRACKNWSE       CURSOR  DISCARDABLE     "res\\trcknwse.cur"
AFX_IDC_TRACKNESW       CURSOR  DISCARDABLE     "res\\trcknesw.cur"
AFX_IDC_TRACKNS         CURSOR  DISCARDABLE     "res\\trckns.cur"
AFX_IDC_TRACKWE         CURSOR  DISCARDABLE     "res\\trckwe.cur"
AFX_IDC_TRACK4WAY       CURSOR  DISCARDABLE     "res\\trck4way.cur"
AFX_IDC_MOVE4WAY        CURSOR  DISCARDABLE     "res\\move4way.cur"
#endif //!_AFX_NO_TRACKER_RESOURCES

/////////////////////////////////////////////////////////////////////////////
// Standard Dialogs

AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE  9, 26, 183, 70
#ifndef _MAC
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04
#else
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
#endif
CAPTION "New"
FONT 8, "MS Shell Dlg"
BEGIN
	LTEXT           "&New ",IDC_STATIC,6,5,123,8,NOT WS_GROUP
	LISTBOX         AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP
	DEFPUSHBUTTON   "OK",IDOK,137,6,40,14
	PUSHBUTTON      "Cancel",IDCANCEL,137,23,40,14
	PUSHBUTTON      "&Help",ID_HELP,137,43,40,14
END

/////////////////////////////////////////////////////////////////////////////
// Property Sheet Bitmaps

#ifndef _AFX_NO_PROPERTY_RESOURCES
AFX_IDB_SCROLL              BITMAP  DISCARDABLE     "res\\psscroll.bmp"
#endif //!_AFX_NO_PROPERTY_RESOURCES

/////////////////////////////////////////////////////////////////////////////
// CMiniFrameWnd Bitmap

AFX_IDB_MINIFRAME_MENU      BITMAP  DISCARDABLE     "res\\minifwnd.bmp"

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

#endif //!_AFXDLL
#endif //!__AFXRES_RC__

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