1/*************************************************************************
2*
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26**************************************************************************/
27
28//Microsoft Developer Studio generated resource script.
29//
30#include "resource.h"
31
32#define APSTUDIO_READONLY_SYMBOLS
33/////////////////////////////////////////////////////////////////////////////
34//
35// Generated from the TEXTINCLUDE 2 resource.
36//
37#include "winres.h"
38
39/////////////////////////////////////////////////////////////////////////////
40#undef APSTUDIO_READONLY_SYMBOLS
41
42/////////////////////////////////////////////////////////////////////////////
43// German (Germany) resources
44
45#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
46#ifdef _WIN32
47LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
48#pragma code_page(1252)
49#endif //_WIN32
50
51/////////////////////////////////////////////////////////////////////////////
52//
53// REGISTRY
54//
55
56IDR_BASIC               REGISTRY DISCARDABLE    "Basic.rgs"
57IDR_FOO                 REGISTRY DISCARDABLE    "Basic.rgs"
58#endif    // German (Germany) resources
59/////////////////////////////////////////////////////////////////////////////
60
61
62/////////////////////////////////////////////////////////////////////////////
63// English (U.S.) resources
64
65#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
66#ifdef _WIN32
67LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
68#pragma code_page(1252)
69#endif //_WIN32
70
71#ifdef APSTUDIO_INVOKED
72/////////////////////////////////////////////////////////////////////////////
73//
74// TEXTINCLUDE
75//
76
771 TEXTINCLUDE DISCARDABLE
78BEGIN
79    "resource.h\0"
80END
81
822 TEXTINCLUDE DISCARDABLE
83BEGIN
84    "#include ""winres.h""\r\n"
85    "\0"
86END
87
883 TEXTINCLUDE DISCARDABLE
89BEGIN
90    "1 TYPELIB ""AxTestComponents.tlb""\r\n"
91    "\0"
92END
93
94#endif    // APSTUDIO_INVOKED
95
96
97#ifndef _MAC
98/////////////////////////////////////////////////////////////////////////////
99//
100// Version
101//
102
103VS_VERSION_INFO VERSIONINFO
104 FILEVERSION 1,0,0,1
105 PRODUCTVERSION 1,0,0,1
106 FILEFLAGSMASK 0x3fL
107#ifdef _DEBUG
108 FILEFLAGS 0x1L
109#else
110 FILEFLAGS 0x0L
111#endif
112 FILEOS 0x4L
113 FILETYPE 0x2L
114 FILESUBTYPE 0x0L
115BEGIN
116    BLOCK "StringFileInfo"
117    BEGIN
118        BLOCK "040904B0"
119        BEGIN
120            VALUE "CompanyName", "\0"
121            VALUE "FileDescription", "AxTestComponents Module\0"
122            VALUE "FileVersion", "1, 0, 0, 1\0"
123            VALUE "InternalName", "AxTestComponents\0"
124            VALUE "LegalCopyright", "Copyright 2000\0"
125            VALUE "OriginalFilename", "AxTestComponents.DLL\0"
126            VALUE "ProductName", "AxTestComponents Module\0"
127            VALUE "ProductVersion", "1, 0, 0, 1\0"
128            VALUE "OLESelfRegister", "\0"
129        END
130    END
131    BLOCK "VarFileInfo"
132    BEGIN
133        VALUE "Translation", 0x409, 1200
134    END
135END
136
137#endif    // !_MAC
138
139
140/////////////////////////////////////////////////////////////////////////////
141//
142// String Table
143//
144
145STRINGTABLE DISCARDABLE
146BEGIN
147    IDS_PROJNAME            "AxTestComponents"
148END
149
150#endif    // English (U.S.) resources
151/////////////////////////////////////////////////////////////////////////////
152
153
154
155#ifndef APSTUDIO_INVOKED
156/////////////////////////////////////////////////////////////////////////////
157//
158// Generated from the TEXTINCLUDE 3 resource.
159//
1601 TYPELIB "AxTestComponents.tlb"
161
162/////////////////////////////////////////////////////////////////////////////
163#endif    // not APSTUDIO_INVOKED
164
165