home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
com
/
inole2
/
chap13
/
patron
/
patron.res
/
patron.rc
< prev
next >
Wrap
Text (UTF-16)
|
1998-03-30
|
13KB
|
214 lines
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
400 BITMAP "BITMAP400_1.bmp"
401 BITMAP "BITMAP401_1.bmp"
402 BITMAP "BITMAP402_1.bmp"
1 MENU
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
POPUP "&File"
{
MENUITEM "&New", 100
MENUITEM "&Open...", 101
MENUITEM "&Close", 102
MENUITEM "&Save", 103
MENUITEM "Save &As...", 104
MENUITEM SEPARATOR
MENUITEM "&Print...", 106
MENUITEM "P&rinter Setup...", 107
MENUITEM SEPARATOR
MENUITEM "E&xit", 105
}
POPUP "&Edit"
{
MENUITEM "&Cut\tCtrl+X", 201
MENUITEM "C&opy\tCtrl+C", 202
MENUITEM "&Paste\tCtrl+V", 203
MENUITEM "Paste &Special...", 204
MENUITEM SEPARATOR
MENUITEM "&Delete Object\tDel", 205
}
POPUP "&Page"
{
MENUITEM "&New Page\tCtrl+N", 500
MENUITEM "&Delete Page\tCtrl+D", 501
MENUITEM SEPARATOR
MENUITEM "Nex&t Page\tPage Down", 502
MENUITEM "&Previous Page\tPage Up", 503
MENUITEM SEPARATOR
MENUITEM "&First Page\tCtrl+Home", 504
MENUITEM "&Last Page\tCtrl+End", 505
}
POPUP "&Window"
{
MENUITEM "&Cascade", 300
MENUITEM "Tile &Horizontally", 301
MENUITEM "&Tile Vertically", 302
MENUITEM "Arrange &Icons", 303
}
POPUP "&Help"
{
MENUITEM "&About Patron...", 400
}
}
1 DIALOG 11, 22, 177, 96
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About..."
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "Helv"
{
CONTROL "Icon", 93, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 9, 6, 18, 20
CONTROL "Patron", 94, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 4, 100, 9
CONTROL "Inside OLE, Chapter 13", 95, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 14, 100, 9
CONTROL "Copyright \xA91994-1995 Microsoft Corp.", 96, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 38, 24, 125, 9
CONTROL "Kraig Brockschmidt, Microsoft", 97, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 38, 128, 9
CONTROL "Internet: kraigb@microsoft.com", 98, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 49, 133, 10
CONTROL "CIS: INTERNET>kraigb@microsoft.com", 99, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 39, 60, 137, 10
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 69, 75, 42, 15
}
2 DIALOG 10, 20, 128, 60
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Patron"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Sans Serif"
{
CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 44, 42, 40, 14
CONTROL "Currently printing", 99, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 2, 116, 10
CONTROL "Page 1 of 1", 101, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 14, 116, 10
CONTROL "Copy 1 of 1", 102, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 26, 116, 10
CONTROL "Page %d of %d", 104, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 65516, 116, 10
CONTROL "Copy %d of %d", 103, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 65516, 116, 10
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
0, "Patron Chapter 13"
1, "(Untitled)"
2, "%s has been modified.\nDo you wish to save it?"
3, "PTN"
4, ".PTN"
5, "Patron Pages (*.ptn)|*.ptn|"
6, "Patron (*.ptn)|*.ptn|"
7, "File Open"
8, "File Save As"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
128, "Patron Objects"
129, "Document Error"
130, "File data is not valid."
131, "Could not read the requested document."
132, "Could not write to the specified document."
133, "Document does not exist on the file system."
134, "Could not open the requested document."
135, "Action failed due to an unknown error."
136, "Printing was aborted due to user action or error."
137, "Patron Objects"
138, "Patron Objects"
139, "Metafile"
140, "a Metafile"
141, "Device-Independent Bitmap"
142, "a Device-Independent Bitmap"
143, "Bitmap"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
144, "a Bitmap"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1025, "Ready"
1026, "Commands for working with this window"
1027, "Change the size of this window"
1028, "Move the window to another position"
1029, "Reduce this window to an icon"
1030, "Enlarge this window to its maximum size"
1031, "Switch to the next window"
1032, "Switch to the previous window"
1033, "Close this window"
1034, "Restore this window to its previous size"
1035, "Open the Task List"
1036, "Commands for working with files"
1037, "Create a new, blank document"
1038, "Open an existing document"
1039, "Close the currently active document"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1040, "Save the currently active document"
1041, "Save the currently active document under a new name"
1042, "Close the application"
1043, "Commands for manipulating data"
1044, "."
1045, "Move data to the clipboard"
1046, "Copy data to the clipboard"
1047, "Paste data from the clipboard into the active document"
1048, "Commands for working with document windows"
1049, "Arrange documents in cascading style"
1050, "Tile documents favoring width"
1051, "Tile documents favoring height"
1052, "Arrange document icons"
1053, "Commands for accessing Help"
1054, "View author information"
1055, "Print the currently active document"
}
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1056, "Select the printer for the currently active document"
1057, "Commands for working with document pages"
1058, "Insert a new page after the current page"
1059, "Delete the current page"
1060, "Show the page after the current page"
1061, "Show the page before the current page"
1062, "Show the first page"
1063, "Show the last page"
1064, "Paste a selected data format from the clipboard into the active document"
1065, "Remove the currently selected object from the page"
}
1 ACCELERATORS
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
VK_DELETE, 201, SHIFT, VIRTKEY
VK_INSERT, 202, CONTROL, VIRTKEY
VK_INSERT, 203, SHIFT, VIRTKEY
"^X", 201
"^C", 202
"^V", 203
"^N", 500
"^N", 500
"^D", 501
"^D", 501
VK_NEXT, 502, VIRTKEY
VK_PRIOR, 503, VIRTKEY
VK_HOME, 504, CONTROL, VIRTKEY
VK_END, 505, CONTROL, VIRTKEY
VK_DELETE, 205, VIRTKEY
}
DLGINCLUDE RCDATA "DLGINCLUDE.bin"
1 RCDATA "RCDATA1_1.bin"
ICON ICON "ICON.ico"
1 ICON "ICON1_1.ico"