1858b8bccSAndrew Rist/**************************************************************
2fa5c067cSmseidel *
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
10fa5c067cSmseidel *
11858b8bccSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12fa5c067cSmseidel *
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.
19fa5c067cSmseidel *
20858b8bccSAndrew Rist *************************************************************/
21858b8bccSAndrew Rist
22858b8bccSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "framework.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirWindow DLG_BACKING
27cdf0e10cSrcweir{
28fa5c067cSmseidel	OutputSize = TRUE ;
29fa5c067cSmseidel	SVLook = TRUE ;
30fa5c067cSmseidel	Border = FALSE ;
31cdf0e10cSrcweir
32fa5c067cSmseidel	String STR_BACKING_WELCOME
33fa5c067cSmseidel	{
34fa5c067cSmseidel		Text [ en-US ] = "Welcome to" ;
35fa5c067cSmseidel	};
36fa5c067cSmseidel	String STR_BACKING_WELCOMEPRODUCT
37fa5c067cSmseidel	{
38fa5c067cSmseidel		Text [ en-US ] = "%PRODUCTNAME" ;
39fa5c067cSmseidel	};
40fa5c067cSmseidel	String STR_BACKING_CREATE
41fa5c067cSmseidel	{
42fa5c067cSmseidel		Text [ en-US ] = "Create a new document" ;
43fa5c067cSmseidel	};
44fa5c067cSmseidel	String STR_BACKING_TEMPLATE
45fa5c067cSmseidel	{
46fa5c067cSmseidel		Text [ en-US ] = "~Templates..." ;
47fa5c067cSmseidel	};
48fa5c067cSmseidel	String STR_BACKING_FILE
49fa5c067cSmseidel	{
50fa5c067cSmseidel		Text [ en-US ] = "~Open..." ;
51fa5c067cSmseidel	};
52fa5c067cSmseidel	String STR_BACKING_EXTHELP
53fa5c067cSmseidel	{
54fa5c067cSmseidel		Text [ en-US ] = "Add new features to %PRODUCTNAME" ;
55fa5c067cSmseidel	};
56fa5c067cSmseidel	String STR_BACKING_REGHELP
57fa5c067cSmseidel	{
58fa5c067cSmseidel		Text [ en-US ] = "Register your %PRODUCTNAME" ;
59fa5c067cSmseidel	};
60fa5c067cSmseidel	String STR_BACKING_INFOHELP
61fa5c067cSmseidel	{
62fa5c067cSmseidel		Text [ en-US ] = "Get more information about %PRODUCTNAME" ;
63fa5c067cSmseidel	};
64fa5c067cSmseidel	String STR_BACKING_TPLREP
65fa5c067cSmseidel	{
66fa5c067cSmseidel		Text [ en-US ] = "Get more templates for %PRODUCTNAME" ;
67fa5c067cSmseidel	};
68cdf0e10cSrcweir};
69cdf0e10cSrcweir
70cdf0e10cSrcweirResource RES_BACKING_IMAGES
71cdf0e10cSrcweir{
72fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_LEFT
73fa5c067cSmseidel	{
74fa5c067cSmseidel		File = "backing.png" ;
75fa5c067cSmseidel	};
76fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_MIDDLE
77fa5c067cSmseidel	{
78fa5c067cSmseidel		File = "backing_space.png" ;
79fa5c067cSmseidel	};
80fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RIGHT
81fa5c067cSmseidel	{
82fa5c067cSmseidel		File = "backing_right.png" ;
83fa5c067cSmseidel	};
84fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
85fa5c067cSmseidel	{
86fa5c067cSmseidel		File = "backing_rtl_left.png" ;
87fa5c067cSmseidel	};
88fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
89fa5c067cSmseidel	{
90fa5c067cSmseidel		File = "backing_rtl_right.png" ;
91fa5c067cSmseidel	};
92fa5c067cSmseidel	Bitmap BMP_BACKING_EXT
93fa5c067cSmseidel	{
94*44ebfb74Smseidel		File = "extension_32.png" ;
95fa5c067cSmseidel	};
96fa5c067cSmseidel	Bitmap BMP_BACKING_REG
97fa5c067cSmseidel	{
98fa5c067cSmseidel		File = "register_32.png" ;
99fa5c067cSmseidel	};
100fa5c067cSmseidel	Bitmap BMP_BACKING_INFO
101fa5c067cSmseidel	{
102*44ebfb74Smseidel		File = "info_32.png" ;
103fa5c067cSmseidel	};
104fa5c067cSmseidel	Bitmap BMP_BACKING_TPLREP
105fa5c067cSmseidel	{
106fa5c067cSmseidel		File = "addtemplate_32.png" ;
107fa5c067cSmseidel	};
108fa5c067cSmseidel	Bitmap BMP_BACKING_WRITER
109fa5c067cSmseidel	{
110fa5c067cSmseidel		File = "odt_32.png" ;
111fa5c067cSmseidel	};
112fa5c067cSmseidel	Bitmap BMP_BACKING_CALC
113fa5c067cSmseidel	{
114fa5c067cSmseidel		File = "ods_32.png" ;
115fa5c067cSmseidel	};
116fa5c067cSmseidel	Bitmap BMP_BACKING_IMPRESS
117fa5c067cSmseidel	{
118fa5c067cSmseidel		File = "odp_32.png" ;
119fa5c067cSmseidel	};
120fa5c067cSmseidel	Bitmap BMP_BACKING_DRAW
121fa5c067cSmseidel	{
122fa5c067cSmseidel		File = "odg_32.png" ;
123fa5c067cSmseidel	};
124fa5c067cSmseidel	Bitmap BMP_BACKING_DATABASE
125fa5c067cSmseidel	{
126fa5c067cSmseidel		File = "odb_32.png" ;
127fa5c067cSmseidel	};
128fa5c067cSmseidel	Bitmap BMP_BACKING_FORMULA
129fa5c067cSmseidel	{
130fa5c067cSmseidel		File = "odf_32.png" ;
131fa5c067cSmseidel	};
132fa5c067cSmseidel	Bitmap BMP_BACKING_OPENFILE
133fa5c067cSmseidel	{
134fa5c067cSmseidel		File = "folder_32.png" ;
135fa5c067cSmseidel	};
136fa5c067cSmseidel	Bitmap BMP_BACKING_OPENTEMPLATE
137fa5c067cSmseidel	{
138fa5c067cSmseidel		File = "templates_32.png" ;
139fa5c067cSmseidel	};
140cdf0e10cSrcweir};
141cdf0e10cSrcweir
142cdf0e10cSrcweirResource RES_BACKING_IMAGES_HC
143cdf0e10cSrcweir{
144fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_LEFT
145fa5c067cSmseidel	{
146fa5c067cSmseidel		File = "backing_hc.png" ;
147fa5c067cSmseidel	};
148fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_MIDDLE
149fa5c067cSmseidel	{
150fa5c067cSmseidel		File = "backing_space_hc.png" ;
151fa5c067cSmseidel	};
152fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RIGHT
153fa5c067cSmseidel	{
154fa5c067cSmseidel		File = "backing_right_hc.png" ;
155fa5c067cSmseidel	};
156fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_LEFT
157fa5c067cSmseidel	{
158fa5c067cSmseidel		File = "backing_rtl_left_hc.png" ;
159fa5c067cSmseidel	};
160fa5c067cSmseidel	Bitmap BMP_BACKING_BACKGROUND_RTL_RIGHT
161fa5c067cSmseidel	{
162fa5c067cSmseidel		File = "backing_rtl_right_hc.png" ;
163fa5c067cSmseidel	};
164fa5c067cSmseidel	Bitmap BMP_BACKING_EXT
165fa5c067cSmseidel	{
166*44ebfb74Smseidel		File = "extension_32_hc.png" ;
167fa5c067cSmseidel	};
168fa5c067cSmseidel	Bitmap BMP_BACKING_REG
169fa5c067cSmseidel	{
170*44ebfb74Smseidel		File = "register_32_hc.png" ;
171fa5c067cSmseidel	};
172fa5c067cSmseidel	Bitmap BMP_BACKING_INFO
173fa5c067cSmseidel	{
174*44ebfb74Smseidel		File = "info_32_hc.png" ;
175fa5c067cSmseidel	};
176fa5c067cSmseidel	Bitmap BMP_BACKING_TPLREP
177fa5c067cSmseidel	{
178*44ebfb74Smseidel		File = "addtemplate_32_hc.png" ;
179fa5c067cSmseidel	};
180fa5c067cSmseidel	Bitmap BMP_BACKING_WRITER
181fa5c067cSmseidel	{
182fa5c067cSmseidel		File = "odt_32_hc.png" ;
183fa5c067cSmseidel	};
184fa5c067cSmseidel	Bitmap BMP_BACKING_CALC
185fa5c067cSmseidel	{
186fa5c067cSmseidel		File = "ods_32_hc.png" ;
187fa5c067cSmseidel	};
188fa5c067cSmseidel	Bitmap BMP_BACKING_IMPRESS
189fa5c067cSmseidel	{
190fa5c067cSmseidel		File = "odp_32_hc.png" ;
191fa5c067cSmseidel	};
192fa5c067cSmseidel	Bitmap BMP_BACKING_DRAW
193fa5c067cSmseidel	{
194fa5c067cSmseidel		File = "odg_32_hc.png" ;
195fa5c067cSmseidel	};
196fa5c067cSmseidel	Bitmap BMP_BACKING_DATABASE
197fa5c067cSmseidel	{
198fa5c067cSmseidel		File = "odb_32_hc.png" ;
199fa5c067cSmseidel	};
200fa5c067cSmseidel	Bitmap BMP_BACKING_FORMULA
201fa5c067cSmseidel	{
202fa5c067cSmseidel		File = "odf_32_hc.png" ;
203fa5c067cSmseidel	};
204fa5c067cSmseidel	Bitmap BMP_BACKING_OPENFILE
205fa5c067cSmseidel	{
206fa5c067cSmseidel		File = "folder_32_hc.png" ;
207fa5c067cSmseidel	};
208fa5c067cSmseidel	Bitmap BMP_BACKING_OPENTEMPLATE
209fa5c067cSmseidel	{
210fa5c067cSmseidel		File = "templates_32_hc.png" ;
211fa5c067cSmseidel	};
212cdf0e10cSrcweir};
213cdf0e10cSrcweir
214cdf0e10cSrcweirWindow WIN_TABWINDOW
215cdf0e10cSrcweir{
216fa5c067cSmseidel	OutputSize = TRUE ;
217fa5c067cSmseidel	SVLook = TRUE ;
218fa5c067cSmseidel	TabControl TC_TABCONTROL
219fa5c067cSmseidel	{
220fa5c067cSmseidel		OutputSize = TRUE ;
221fa5c067cSmseidel	};
222cdf0e10cSrcweir};
223cdf0e10cSrcweir
224fa5c067cSmseidel// ********************************************************************** EOF
225