]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/LayoutSample.rc
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / layout / LayoutSample.rc
1 //Microsoft Developer Studio generated resource script.
2 //
3 // Copyright (C) 2016 and later: Unicode, Inc. and others.
4 // License & terms of use: http://www.unicode.org/copyright.html#License
5 #include "resource.h"
6
7 #define APSTUDIO_READONLY_SYMBOLS
8 /////////////////////////////////////////////////////////////////////////////
9 //
10 // Generated from the TEXTINCLUDE 2 resource.
11 //
12 /*
13 *******************************************************************************
14 *
15 * Copyright (C) 2016 and later: Unicode, Inc. and others.
16 * License & terms of use: http://www.unicode.org/copyright.html#License
17 *
18 *******************************************************************************
19 *******************************************************************************
20 *
21 * Copyright (C) 2002-2003, International Business Machines
22 * Corporation and others. All Rights Reserved.
23 *
24 *******************************************************************************
25 */
26 #include <winresrc.h>
27
28 /////////////////////////////////////////////////////////////////////////////
29 #undef APSTUDIO_READONLY_SYMBOLS
30
31 /////////////////////////////////////////////////////////////////////////////
32 // English (U.S.) resources
33
34 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
35 #ifdef _WIN32
36 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
37 #pragma code_page(1252)
38 #endif //_WIN32
39
40 /////////////////////////////////////////////////////////////////////////////
41 //
42 // Menu
43 //
44
45 LAYOUTSAMPLE MENU DISCARDABLE
46 BEGIN
47 POPUP "&File"
48 BEGIN
49 MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE
50 MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN
51 MENUITEM SEPARATOR
52 MENUITEM "&Close\tCtrl+W", IDM_FILE_CLOSE
53 MENUITEM "E&xit\tCtrl+Q", IDM_FILE_EXIT
54 END
55 POPUP "&Help"
56 BEGIN
57 MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE
58 END
59 END
60
61
62 /////////////////////////////////////////////////////////////////////////////
63 //
64 // Accelerator
65 //
66
67 LAYOUTSAMPLE ACCELERATORS DISCARDABLE
68 BEGIN
69 "N", IDM_FILE_NEWSAMPLE, VIRTKEY, CONTROL, NOINVERT
70 "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
71 "Q", IDM_FILE_EXIT, VIRTKEY, CONTROL, NOINVERT
72 "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
73 END
74
75
76 #ifdef APSTUDIO_INVOKED
77 /////////////////////////////////////////////////////////////////////////////
78 //
79 // TEXTINCLUDE
80 //
81
82 1 TEXTINCLUDE DISCARDABLE
83 BEGIN
84 "resource.h\0"
85 END
86
87 2 TEXTINCLUDE DISCARDABLE
88 BEGIN
89 "/*\r\n"
90 "*******************************************************************************\r\n"
91 "*\r\n"
92 "* Copyright (C) 2002-2003, International Business Machines\r\n"
93 "* Corporation and others. All Rights Reserved.\r\n"
94 "*\r\n"
95 "*******************************************************************************\r\n"
96 "*/\r\n"
97 "#include <winresrc.h>\r\n"
98 "\0"
99 END
100
101 3 TEXTINCLUDE DISCARDABLE
102 BEGIN
103 "\r\n"
104 "\0"
105 END
106
107 #endif // APSTUDIO_INVOKED
108
109 #endif // English (U.S.) resources
110 /////////////////////////////////////////////////////////////////////////////
111
112
113
114 #ifndef APSTUDIO_INVOKED
115 /////////////////////////////////////////////////////////////////////////////
116 //
117 // Generated from the TEXTINCLUDE 3 resource.
118 //
119
120
121 /////////////////////////////////////////////////////////////////////////////
122 #endif // not APSTUDIO_INVOKED
123