summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc')
-rw-r--r--Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc115
1 files changed, 115 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc b/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc
new file mode 100644
index 00000000000..9b0d3df88cc
--- /dev/null
+++ b/Build/source/libs/icu/icu-xetex/samples/layout/LayoutSample.rc
@@ -0,0 +1,115 @@
+//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+/*
+*******************************************************************************
+*
+* Copyright (C) 2002-2003, International Business Machines
+* Corporation and others. All Rights Reserved.
+*
+*******************************************************************************
+*/
+#include <winresrc.h>
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Menu
+//
+
+LAYOUTSAMPLE MENU DISCARDABLE
+BEGIN
+ POPUP "&File"
+ BEGIN
+ MENUITEM "&New Sample\tCtrl+N", IDM_FILE_NEWSAMPLE
+ MENUITEM "&Open...\tCtrl+O", IDM_FILE_OPEN
+ MENUITEM SEPARATOR
+ MENUITEM "&Close\tCtrl+W", IDM_FILE_CLOSE
+ MENUITEM "E&xit\tCtrl+Q", IDM_FILE_EXIT
+ END
+ POPUP "&Help"
+ BEGIN
+ MENUITEM "&About Layout Sample...", IDM_HELP_ABOUTLAYOUTSAMPLE
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Accelerator
+//
+
+LAYOUTSAMPLE ACCELERATORS DISCARDABLE
+BEGIN
+ "N", IDM_FILE_NEWSAMPLE, VIRTKEY, CONTROL, NOINVERT
+ "O", IDM_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
+ "Q", IDM_FILE_EXIT, VIRTKEY, CONTROL, NOINVERT
+ "W", IDM_FILE_CLOSE, VIRTKEY, CONTROL, NOINVERT
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "/*\r\n"
+ "*******************************************************************************\r\n"
+ "*\r\n"
+ "* Copyright (C) 2002-2003, International Business Machines\r\n"
+ "* Corporation and others. All Rights Reserved.\r\n"
+ "*\r\n"
+ "*******************************************************************************\r\n"
+ "*/\r\n"
+ "#include <winresrc.h>\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+