1858b8bccSAndrew Rist/**************************************************************
2d42a595dSmseidel *
3858b8bccSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4858b8bccSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5858b8bccSAndrew Rist * distributed with this work for additional information
6858b8bccSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7858b8bccSAndrew Rist * to you under the Apache License, Version 2.0 (the
8858b8bccSAndrew Rist * "License"); you may not use this file except in compliance
9858b8bccSAndrew Rist * with the License.  You may obtain a copy of the License at
10d42a595dSmseidel *
11858b8bccSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12d42a595dSmseidel *
13858b8bccSAndrew Rist * Unless required by applicable law or agreed to in writing,
14858b8bccSAndrew Rist * software distributed under the License is distributed on an
15858b8bccSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16858b8bccSAndrew Rist * KIND, either express or implied.  See the License for the
17858b8bccSAndrew Rist * specific language governing permissions and limitations
18858b8bccSAndrew Rist * under the License.
19d42a595dSmseidel *
20858b8bccSAndrew Rist *************************************************************/
21858b8bccSAndrew Rist
22858b8bccSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "framework.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirWindow DLG_BACKING
27cdf0e10cSrcweir{
28d42a595dSmseidel	OutputSize = TRUE ;
29d42a595dSmseidel	SVLook = TRUE ;
30d42a595dSmseidel	Border = FALSE ;
31cdf0e10cSrcweir
32d42a595dSmseidel	String STR_BACKING_WELCOME
33d42a595dSmseidel	{
34d42a595dSmseidel		Text [ en-US ] = "Welcome to" ;
35d42a595dSmseidel	};
36d42a595dSmseidel	String STR_BACKING_WELCOMEPRODUCT
37d42a595dSmseidel	{
38d42a595dSmseidel		Text [ en-US ] = "%PRODUCTNAME" ;
39d42a595dSmseidel	};
40d42a595dSmseidel	String STR_BACKING_CREATE
41d42a595dSmseidel	{
42d42a595dSmseidel		Text [ en-US ] = "Create a new document" ;
43d42a595dSmseidel	};
44d42a595dSmseidel	String STR_BACKING_TEMPLATE
45d42a595dSmseidel	{
46d42a595dSmseidel		Text [ en-US ] = "~Templates..." ;
47d42a595dSmseidel	};
48d42a595dSmseidel	String STR_BACKING_FILE
49d42a595dSmseidel	{
50d42a595dSmseidel		Text [ en-US ] = "~Open..." ;
51d42a595dSmseidel	};
52d42a595dSmseidel	String STR_BACKING_EXTHELP
53d42a595dSmseidel	{
54d42a595dSmseidel		Text [ en-US ] = "Add new features to %PRODUCTNAME" ;
55d42a595dSmseidel	};
56d42a595dSmseidel	String STR_BACKING_REGHELP
57d42a595dSmseidel	{
58d42a595dSmseidel		Text [ en-US ] = "Register your %PRODUCTNAME" ;
59d42a595dSmseidel	};
60d42a595dSmseidel	String STR_BACKING_INFOHELP
61d42a595dSmseidel	{
62d42a595dSmseidel		Text [ en-US ] = "Get more information about %PRODUCTNAME" ;
63d42a595dSmseidel	};
64d42a595dSmseidel	String STR_BACKING_TPLREP
65d42a595dSmseidel	{
66d42a595dSmseidel		Text [ en-US ] = "Get more templates for %PRODUCTNAME" ;
67d42a595dSmseidel	};
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70cdf0e10cSrcweirResource RES_BACKING_IMAGES
71cdf0e10cSrcweir{
72d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_LEFT
73d42a595dSmseidel	{
74d42a595dSmseidel		File = "backing.png" ;
75d42a595dSmseidel	};
76d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_MIDDLE
77d42a595dSmseidel	{
78d42a595dSmseidel		File = "backing_space.png" ;
79d42a595dSmseidel	};
80d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RIGHT
81d42a595dSmseidel	{
82d42a595dSmseidel		File = "backing_right.png" ;
83d42a595dSmseidel	};
84d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
85d42a595dSmseidel	{
86d42a595dSmseidel		File = "backing_rtl_left.png" ;
87d42a595dSmseidel	};
88d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
89d42a595dSmseidel	{
90d42a595dSmseidel		File = "backing_rtl_right.png" ;
91d42a595dSmseidel	};
92d42a595dSmseidel	Bitmap BMP_BACKING_EXT
93d42a595dSmseidel	{
94*67a4a8ddSmseidel		File = "extension_32.png" ;
95d42a595dSmseidel	};
96d42a595dSmseidel	Bitmap BMP_BACKING_REG
97d42a595dSmseidel	{
98d42a595dSmseidel		File = "register_32.png" ;
99d42a595dSmseidel	};
100d42a595dSmseidel	Bitmap BMP_BACKING_INFO
101d42a595dSmseidel	{
102*67a4a8ddSmseidel		File = "info_32.png" ;
103d42a595dSmseidel	};
104d42a595dSmseidel	Bitmap BMP_BACKING_TPLREP
105d42a595dSmseidel	{
106d42a595dSmseidel		File = "addtemplate_32.png" ;
107d42a595dSmseidel	};
108d42a595dSmseidel	Bitmap BMP_BACKING_WRITER
109d42a595dSmseidel	{
110d42a595dSmseidel		File = "odt_32.png" ;
111d42a595dSmseidel	};
112d42a595dSmseidel	Bitmap BMP_BACKING_CALC
113d42a595dSmseidel	{
114d42a595dSmseidel		File = "ods_32.png" ;
115d42a595dSmseidel	};
116d42a595dSmseidel	Bitmap BMP_BACKING_IMPRESS
117d42a595dSmseidel	{
118d42a595dSmseidel		File = "odp_32.png" ;
119d42a595dSmseidel	};
120d42a595dSmseidel	Bitmap BMP_BACKING_DRAW
121d42a595dSmseidel	{
122d42a595dSmseidel		File = "odg_32.png" ;
123d42a595dSmseidel	};
124d42a595dSmseidel	Bitmap BMP_BACKING_DATABASE
125d42a595dSmseidel	{
126d42a595dSmseidel		File = "odb_32.png" ;
127d42a595dSmseidel	};
128d42a595dSmseidel	Bitmap BMP_BACKING_FORMULA
129d42a595dSmseidel	{
130d42a595dSmseidel		File = "odf_32.png" ;
131d42a595dSmseidel	};
132d42a595dSmseidel	Bitmap BMP_BACKING_OPENFILE
133d42a595dSmseidel	{
134d42a595dSmseidel		File = "folder_32.png" ;
135d42a595dSmseidel	};
136d42a595dSmseidel	Bitmap BMP_BACKING_OPENTEMPLATE
137d42a595dSmseidel	{
138d42a595dSmseidel		File = "templates_32.png" ;
139d42a595dSmseidel	};
140cdf0e10cSrcweir};
141cdf0e10cSrcweir
142cdf0e10cSrcweirResource RES_BACKING_IMAGES_HC
143cdf0e10cSrcweir{
144d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_LEFT
145d42a595dSmseidel	{
146d42a595dSmseidel		File = "backing_hc.png" ;
147d42a595dSmseidel	};
148d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_MIDDLE
149d42a595dSmseidel	{
150d42a595dSmseidel		File = "backing_space_hc.png" ;
151d42a595dSmseidel	};
152d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RIGHT
153d42a595dSmseidel	{
154d42a595dSmseidel		File = "backing_right_hc.png" ;
155d42a595dSmseidel	};
156d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
157d42a595dSmseidel	{
158d42a595dSmseidel		File = "backing_rtl_left_hc.png" ;
159d42a595dSmseidel	};
160d42a595dSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
161d42a595dSmseidel	{
162d42a595dSmseidel		File = "backing_rtl_right_hc.png" ;
163d42a595dSmseidel	};
164d42a595dSmseidel	Bitmap BMP_BACKING_EXT
165d42a595dSmseidel	{
166*67a4a8ddSmseidel		File = "extension_32_hc.png" ;
167d42a595dSmseidel	};
168d42a595dSmseidel	Bitmap BMP_BACKING_REG
169d42a595dSmseidel	{
170*67a4a8ddSmseidel		File = "register_32_hc.png" ;
171d42a595dSmseidel	};
172d42a595dSmseidel	Bitmap BMP_BACKING_INFO
173d42a595dSmseidel	{
174*67a4a8ddSmseidel		File = "info_32_hc.png" ;
175d42a595dSmseidel	};
176d42a595dSmseidel	Bitmap BMP_BACKING_TPLREP
177d42a595dSmseidel	{
178*67a4a8ddSmseidel		File = "addtemplate_32_hc.png" ;
179d42a595dSmseidel	};
180d42a595dSmseidel	Bitmap BMP_BACKING_WRITER
181d42a595dSmseidel	{
182d42a595dSmseidel		File = "odt_32_hc.png" ;
183d42a595dSmseidel	};
184d42a595dSmseidel	Bitmap BMP_BACKING_CALC
185d42a595dSmseidel	{
186d42a595dSmseidel		File = "ods_32_hc.png" ;
187d42a595dSmseidel	};
188d42a595dSmseidel	Bitmap BMP_BACKING_IMPRESS
189d42a595dSmseidel	{
190d42a595dSmseidel		File = "odp_32_hc.png" ;
191d42a595dSmseidel	};
192d42a595dSmseidel	Bitmap BMP_BACKING_DRAW
193d42a595dSmseidel	{
194d42a595dSmseidel		File = "odg_32_hc.png" ;
195d42a595dSmseidel	};
196d42a595dSmseidel	Bitmap BMP_BACKING_DATABASE
197d42a595dSmseidel	{
198d42a595dSmseidel		File = "odb_32_hc.png" ;
199d42a595dSmseidel	};
200d42a595dSmseidel	Bitmap BMP_BACKING_FORMULA
201d42a595dSmseidel	{
202d42a595dSmseidel		File = "odf_32_hc.png" ;
203d42a595dSmseidel	};
204d42a595dSmseidel	Bitmap BMP_BACKING_OPENFILE
205d42a595dSmseidel	{
206d42a595dSmseidel		File = "folder_32_hc.png" ;
207d42a595dSmseidel	};
208d42a595dSmseidel	Bitmap BMP_BACKING_OPENTEMPLATE
209d42a595dSmseidel	{
210d42a595dSmseidel		File = "templates_32_hc.png" ;
211d42a595dSmseidel	};
212cdf0e10cSrcweir};
213cdf0e10cSrcweir
214cdf0e10cSrcweirWindow WIN_TABWINDOW
215cdf0e10cSrcweir{
216d42a595dSmseidel	OutputSize = TRUE ;
217d42a595dSmseidel	SVLook = TRUE ;
218d42a595dSmseidel	TabControl TC_TABCONTROL
219d42a595dSmseidel	{
220d42a595dSmseidel		OutputSize = TRUE ;
221d42a595dSmseidel	};
222cdf0e10cSrcweir};
223cdf0e10cSrcweir
224d42a595dSmseidel// ********************************************************************** EOF
225