]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/layout/LayoutSample.rc
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / layout / LayoutSample.rc
CommitLineData
b75a7d8f
A
1//Microsoft Developer Studio generated resource script.
2//
f3c0d7a5
A
3// Copyright (C) 2016 and later: Unicode, Inc. and others.
4// License & terms of use: http://www.unicode.org/copyright.html#License
b75a7d8f
A
5#include "resource.h"
6
7#define APSTUDIO_READONLY_SYMBOLS
8/////////////////////////////////////////////////////////////////////////////
9//
10// Generated from the TEXTINCLUDE 2 resource.
11//
12/*
13*******************************************************************************
14*
f3c0d7a5
A
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*
b75a7d8f
A
21* Copyright (C) 2002-2003, International Business Machines
22* Corporation and others. All Rights Reserved.
23*
24*******************************************************************************
25*/
374ca955 26#include <winresrc.h>
b75a7d8f
A
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
36LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
37#pragma code_page(1252)
38#endif //_WIN32
39
40/////////////////////////////////////////////////////////////////////////////
41//
42// Menu
43//
44
45LAYOUTSAMPLE MENU DISCARDABLE
46BEGIN
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
59END
60
61
62/////////////////////////////////////////////////////////////////////////////
63//
64// Accelerator
65//
66
67LAYOUTSAMPLE ACCELERATORS DISCARDABLE
68BEGIN
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
73END
74
75
76#ifdef APSTUDIO_INVOKED
77/////////////////////////////////////////////////////////////////////////////
78//
79// TEXTINCLUDE
80//
81
821 TEXTINCLUDE DISCARDABLE
83BEGIN
84 "resource.h\0"
85END
86
872 TEXTINCLUDE DISCARDABLE
88BEGIN
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"
374ca955 97 "#include <winresrc.h>\r\n"
b75a7d8f
A
98 "\0"
99END
100
1013 TEXTINCLUDE DISCARDABLE
102BEGIN
103 "\r\n"
104 "\0"
105END
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