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