181d089aeSAndrew Rist/**************************************************************
2*a455b7f4Smseidel *
381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
481d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
581d089aeSAndrew Rist * distributed with this work for additional information
681d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a455b7f4Smseidel * "License") ; you may not use this file except in compliance
981d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*a455b7f4Smseidel *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a455b7f4Smseidel *
1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
1481d089aeSAndrew Rist * software distributed under the License is distributed on an
1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1681d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
1781d089aeSAndrew Rist * specific language governing permissions and limitations
1881d089aeSAndrew Rist * under the License.
19*a455b7f4Smseidel *
2081d089aeSAndrew Rist *************************************************************/
2181d089aeSAndrew Rist
2281d089aeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dbmm_global.hrc"
25cdf0e10cSrcweir#include "macromigration.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir// -----------------------------------------------------------------------------
28cdf0e10cSrcweirModalDialog DLG_MACRO_MIGRATION
29cdf0e10cSrcweir{
30*a455b7f4Smseidel	HelpID = "dbaccess:ModalDialog:DLG_MACRO_MIGRATION" ;
31cdf0e10cSrcweir	OutputSize = TRUE ;
32*a455b7f4Smseidel	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = TRUE ;
34*a455b7f4Smseidel	Hide = TRUE ;
35cdf0e10cSrcweir
36*a455b7f4Smseidel	Text [ en-US ] = "Database Document Macro Migration" ;
37cdf0e10cSrcweir
38*a455b7f4Smseidel	String STR_STATE_CLOSE_SUB_DOCS
39*a455b7f4Smseidel	{
40*a455b7f4Smseidel		Text [ en-US ] = "Prepare" ;
41*a455b7f4Smseidel	};
42cdf0e10cSrcweir
43*a455b7f4Smseidel	String STR_STATE_BACKUP_DBDOC
44*a455b7f4Smseidel	{
45*a455b7f4Smseidel		Text [ en-US ] = "Backup Document" ;
46*a455b7f4Smseidel	};
47cdf0e10cSrcweir
48*a455b7f4Smseidel	String STR_STATE_MIGRATE
49*a455b7f4Smseidel	{
50*a455b7f4Smseidel		Text [ en-US ] = "Migrate" ;
51*a455b7f4Smseidel	};
52cdf0e10cSrcweir
53*a455b7f4Smseidel	String STR_STATE_SUMMARY
54*a455b7f4Smseidel	{
55*a455b7f4Smseidel		Text [ en-US ] = "Summary" ;
56*a455b7f4Smseidel	};
57cdf0e10cSrcweir};
58cdf0e10cSrcweir
59cdf0e10cSrcweir//========================================================================
60cdf0e10cSrcweir//= PreparationPage
61cdf0e10cSrcweir//========================================================================
62cdf0e10cSrcweir
63cdf0e10cSrcweirTabPage TP_PREPARE
64cdf0e10cSrcweir{
65*a455b7f4Smseidel	HelpID = "dbaccess:TabPage:TP_PREPARE" ;
66*a455b7f4Smseidel	Pos = MAP_APPFONT ( 40, 130 ) ;
67*a455b7f4Smseidel	Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
68*a455b7f4Smseidel
69*a455b7f4Smseidel	Hide = TRUE ;
70*a455b7f4Smseidel
71*a455b7f4Smseidel	FixedText FT_HEADER
72*a455b7f4Smseidel	{
73*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, TAB_PAGE_CONTENT_MARGIN ) ;
74*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
75*a455b7f4Smseidel
76*a455b7f4Smseidel		Text [ en-US ] = "Welcome to the Database Macro Migration Wizard" ;
77*a455b7f4Smseidel	};
78*a455b7f4Smseidel
79*a455b7f4Smseidel	FixedText FT_INTRODUCTION
80*a455b7f4Smseidel	{
81*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X ) ;
82*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN,
83*a455b7f4Smseidel							 TAB_PAGE_HEIGHT - CONTENT_POS_X - TAB_PAGE_CONTENT_MARGIN - ( 2 * FIXED_TEXT_HEIGHT - SPACING_UNRELATED ) ) ;
84*a455b7f4Smseidel		WordBreak = TRUE ;
85*a455b7f4Smseidel
86*a455b7f4Smseidel		Text [ en-US ] = "This wizard will guide you through the task of migrating your macros.\n\nAfter you finished it, all macros which were formerly embedded into the forms and reports of the current database document will have been moved to the document itself. In this course, libraries will be renamed as needed.\n\nIf your forms and reports contain references to those macros, they will be adjusted, where possible.\n\nBefore the migration can start, all forms, reports, queries and tables belonging to the document must be closed. Press 'Next' to do so." ;
87*a455b7f4Smseidel	};
88*a455b7f4Smseidel
89*a455b7f4Smseidel	FixedText FT_CLOSE_DOC_ERROR
90*a455b7f4Smseidel	{
91*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN,
92*a455b7f4Smseidel							TAB_PAGE_HEIGHT - TAB_PAGE_CONTENT_MARGIN - ( 2 * FIXED_TEXT_HEIGHT - SPACING_UNRELATED ) ) ;
93*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN,
94*a455b7f4Smseidel							 2 * FIXED_TEXT_HEIGHT - SPACING_UNRELATED ) ;
95*a455b7f4Smseidel		Text [ en-US ] = "Not all objects could be closed. Please close them manually, and re-start the wizard." ;
96*a455b7f4Smseidel		hide = TRUE ;
97*a455b7f4Smseidel	};
98cdf0e10cSrcweir};
99cdf0e10cSrcweir
100cdf0e10cSrcweir//========================================================================
101cdf0e10cSrcweir//= SaveDBDocPage
102cdf0e10cSrcweir//========================================================================
103cdf0e10cSrcweir
104cdf0e10cSrcweirTabPage TP_SAVE_DBDOC_AS
105cdf0e10cSrcweir{
106*a455b7f4Smseidel	HelpID = "dbaccess:TabPage:TP_SAVE_DBDOC_AS" ;
107*a455b7f4Smseidel	Pos = MAP_APPFONT ( 40, 130 ) ;
108*a455b7f4Smseidel	Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
109cdf0e10cSrcweir
110*a455b7f4Smseidel	Hide = TRUE ;
111cdf0e10cSrcweir
112*a455b7f4Smseidel	FixedText FT_HEADER
113*a455b7f4Smseidel	{
114*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, TAB_PAGE_CONTENT_MARGIN ) ;
115*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
116cdf0e10cSrcweir
117*a455b7f4Smseidel		Text [ en-US ] = "Backup your Document" ;
118*a455b7f4Smseidel	};
119cdf0e10cSrcweir
120*a455b7f4Smseidel	FixedText FT_EXPLANATION
121*a455b7f4Smseidel	{
122*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X ) ;
123*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, 5 * FIXED_TEXT_HEIGHT ) ;
124cdf0e10cSrcweir
125*a455b7f4Smseidel		WordBreak = TRUE ;
126cdf0e10cSrcweir
127*a455b7f4Smseidel		Text [ en-US ] = "To allow you to go back to the state before the migration, the database document will be backed up to a location of your choice. Every change done by the wizard will be made to the original document, the backup will stay untouched." ;
128*a455b7f4Smseidel	};
129cdf0e10cSrcweir
130*a455b7f4Smseidel	FixedText FT_SAVE_AS_LABEL
131*a455b7f4Smseidel	{
132*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X + 5 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
133*a455b7f4Smseidel		Size = MAP_APPFONT ( 60, INPUT_HEIGHT ) ;
134cdf0e10cSrcweir
135*a455b7f4Smseidel		VCenter = TRUE ;
136cdf0e10cSrcweir
137*a455b7f4Smseidel		Text [ en-US ] = "Save To:" ;
138*a455b7f4Smseidel	};
139cdf0e10cSrcweir
140*a455b7f4Smseidel	ComboBox ED_SAVE_AS_LOCATION
141*a455b7f4Smseidel	{
142*a455b7f4Smseidel		HelpID = "dbaccess:ComboBox:TP_SAVE_DBDOC_AS:ED_SAVE_AS_LOCATION" ;
143*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60 + SPACING_RELATED,
144*a455b7f4Smseidel							CONTENT_POS_X + 5 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
145*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 + SPACING_RELATED ) - TAB_PAGE_CONTENT_MARGIN,
146*a455b7f4Smseidel							 INPUT_HEIGHT ) ;
147cdf0e10cSrcweir
148*a455b7f4Smseidel		Border = TRUE ;
149cdf0e10cSrcweir		DropDown = TRUE ;
150*a455b7f4Smseidel	};
151cdf0e10cSrcweir
152*a455b7f4Smseidel	PushButton PB_BROWSE_SAVE_AS_LOCATION
153*a455b7f4Smseidel	{
154*a455b7f4Smseidel		HelpID = "dbaccess:PushButton:TP_SAVE_DBDOC_AS:PB_BROWSE_SAVE_AS_LOCATION" ;
155*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_WIDTH - BUTTON_WIDTH - TAB_PAGE_CONTENT_MARGIN,
156*a455b7f4Smseidel							CONTENT_POS_X + 5 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + INPUT_HEIGHT + SPACING_RELATED ) ;
157*a455b7f4Smseidel		Size = MAP_APPFONT ( BUTTON_WIDTH, BUTTON_HEIGHT ) ;
158cdf0e10cSrcweir
159*a455b7f4Smseidel		Text [ en-US ] = "Browse..." ;
160*a455b7f4Smseidel	};
161cdf0e10cSrcweir
162*a455b7f4Smseidel	FixedText FT_START_MIGRATION
163*a455b7f4Smseidel	{
164*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN,
165*a455b7f4Smseidel							TAB_PAGE_HEIGHT - TAB_PAGE_CONTENT_MARGIN - 3 * FIXED_TEXT_HEIGHT ) ;
166*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN,
167*a455b7f4Smseidel							 3 * FIXED_TEXT_HEIGHT ) ;
168cdf0e10cSrcweir
169*a455b7f4Smseidel		WordBreak = TRUE ;
170cdf0e10cSrcweir
171*a455b7f4Smseidel		Text [ en-US ] = "Press 'Next' to save a copy of your document, and to begin the migration." ;
172*a455b7f4Smseidel	};
173cdf0e10cSrcweir};
174cdf0e10cSrcweir
175cdf0e10cSrcweir//========================================================================
176cdf0e10cSrcweir//= ProgressPage
177cdf0e10cSrcweir//========================================================================
178cdf0e10cSrcweir
179cdf0e10cSrcweirTabPage TP_MIGRATE
180cdf0e10cSrcweir{
181*a455b7f4Smseidel	HelpID = "dbaccess:TabPage:TP_MIGRATE" ;
182*a455b7f4Smseidel	Pos = MAP_APPFONT ( 40, 130 ) ;
183*a455b7f4Smseidel	Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
184*a455b7f4Smseidel
185*a455b7f4Smseidel	Hide = TRUE ;
186*a455b7f4Smseidel
187*a455b7f4Smseidel	FixedText FT_HEADER
188*a455b7f4Smseidel	{
189*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, TAB_PAGE_CONTENT_MARGIN ) ;
190*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
191*a455b7f4Smseidel
192*a455b7f4Smseidel		Text [ en-US ] = "Migration Progress" ;
193*a455b7f4Smseidel	};
194*a455b7f4Smseidel
195*a455b7f4Smseidel	FixedText FT_OBJECT_COUNT
196*a455b7f4Smseidel	{
197*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X ) ;
198*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, 2 * FIXED_TEXT_HEIGHT ) ;
199*a455b7f4Smseidel
200*a455b7f4Smseidel		Text [ en-US ] = "The database document contains $forms$ form(s) and $reports$ report(s), which are currently being processed:" ;
201*a455b7f4Smseidel
202*a455b7f4Smseidel		WordBreak = TRUE ;
203*a455b7f4Smseidel	};
204*a455b7f4Smseidel
205*a455b7f4Smseidel	FixedText FT_CURRENT_OBJECT_LABEL
206*a455b7f4Smseidel	{
207*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN,
208*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
209*a455b7f4Smseidel		Size = MAP_APPFONT ( 60, FIXED_TEXT_HEIGHT ) ;
210*a455b7f4Smseidel
211*a455b7f4Smseidel		Text [ en-US ] = "Current object:" ;
212*a455b7f4Smseidel	};
213*a455b7f4Smseidel
214*a455b7f4Smseidel	FixedText FT_CURRENT_OBJECT
215*a455b7f4Smseidel	{
216*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60,
217*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
218*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 ), FIXED_TEXT_HEIGHT ) ;
219*a455b7f4Smseidel	};
220*a455b7f4Smseidel
221*a455b7f4Smseidel	FixedText FT_CURRENT_PROGRESS_LABEL
222*a455b7f4Smseidel	{
223*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN,
224*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
225*a455b7f4Smseidel		Size = MAP_APPFONT ( 60, FIXED_TEXT_HEIGHT ) ;
226*a455b7f4Smseidel
227*a455b7f4Smseidel		Text [ en-US ] = "Current progress:" ;
228*a455b7f4Smseidel	};
229*a455b7f4Smseidel
230*a455b7f4Smseidel	FixedText FT_CURRENT_PROGRESS
231*a455b7f4Smseidel	{
232*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60,
233*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED ) ;
234*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 ), FIXED_TEXT_HEIGHT ) ;
235*a455b7f4Smseidel	};
236*a455b7f4Smseidel
237*a455b7f4Smseidel	Window WND_CURRENT_PROGRESS
238*a455b7f4Smseidel	{
239*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60,
240*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_RELATED ) ;
241*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 ) - TAB_PAGE_CONTENT_MARGIN, PROGRESS_HEIGHT ) ;
242*a455b7f4Smseidel
243*a455b7f4Smseidel		Border = TRUE ;
244*a455b7f4Smseidel		BorderStyle = WINDOW_BORDER_MONO ;
245*a455b7f4Smseidel	};
246*a455b7f4Smseidel
247*a455b7f4Smseidel	FixedText FT_ALL_PROGRESS_LABEL
248*a455b7f4Smseidel	{
249*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN,
250*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_RELATED + PROGRESS_HEIGHT + SPACING_UNRELATED ) ;
251*a455b7f4Smseidel		Size = MAP_APPFONT ( 60, FIXED_TEXT_HEIGHT ) ;
252*a455b7f4Smseidel
253*a455b7f4Smseidel		VCenter = TRUE ;
254*a455b7f4Smseidel
255*a455b7f4Smseidel		Text [ en-US ] = "Overall progress:" ;
256*a455b7f4Smseidel	};
257*a455b7f4Smseidel
258*a455b7f4Smseidel	FixedText FT_OBJECT_COUNT_PROGRESS
259*a455b7f4Smseidel	{
260*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60,
261*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_RELATED + PROGRESS_HEIGHT + SPACING_UNRELATED ) ;
262*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 ) - TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
263*a455b7f4Smseidel
264*a455b7f4Smseidel		Text [ en-US ] = "document $current$ of $overall$" ;
265*a455b7f4Smseidel	};
266*a455b7f4Smseidel
267*a455b7f4Smseidel	Window WND_ALL_PROGRESS
268*a455b7f4Smseidel	{
269*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN + 60,
270*a455b7f4Smseidel							CONTENT_POS_X + 2 * FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_RELATED + PROGRESS_HEIGHT + SPACING_UNRELATED + FIXED_TEXT_HEIGHT + SPACING_RELATED ) ;
271*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - ( TAB_PAGE_CONTENT_MARGIN + 60 ) - TAB_PAGE_CONTENT_MARGIN, PROGRESS_HEIGHT ) ;
272*a455b7f4Smseidel
273*a455b7f4Smseidel		Border = TRUE ;
274*a455b7f4Smseidel		BorderStyle = WINDOW_BORDER_MONO ;
275*a455b7f4Smseidel	};
276*a455b7f4Smseidel
277*a455b7f4Smseidel	FixedText FT_MIGRATION_DONE
278*a455b7f4Smseidel	{
279*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, TAB_PAGE_HEIGHT - TAB_PAGE_CONTENT_MARGIN - 2 * FIXED_TEXT_HEIGHT ) ;
280*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, 2 * FIXED_TEXT_HEIGHT ) ;
281*a455b7f4Smseidel
282*a455b7f4Smseidel		WordBreak = TRUE ;
283*a455b7f4Smseidel		Hide = TRUE ;
284*a455b7f4Smseidel
285*a455b7f4Smseidel		Text [ en-US ] = "All forms and reports have been successfully processed. Press 'Next' to show a detailed summary." ;
286*a455b7f4Smseidel	};
287cdf0e10cSrcweir};
288cdf0e10cSrcweir
289cdf0e10cSrcweir//========================================================================
290cdf0e10cSrcweir//= ResultPage
291cdf0e10cSrcweir//========================================================================
292cdf0e10cSrcweir
293cdf0e10cSrcweirTabPage TP_SUMMARY
294cdf0e10cSrcweir{
295*a455b7f4Smseidel	HelpID = "dbaccess:TabPage:TP_SUMMARY" ;
296*a455b7f4Smseidel	Pos = MAP_APPFONT ( 40, 130 ) ;
297*a455b7f4Smseidel	Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
298*a455b7f4Smseidel
299*a455b7f4Smseidel	Hide = TRUE ;
300*a455b7f4Smseidel
301*a455b7f4Smseidel	FixedText FT_HEADER
302*a455b7f4Smseidel	{
303*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, TAB_PAGE_CONTENT_MARGIN ) ;
304*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
305*a455b7f4Smseidel
306*a455b7f4Smseidel		Text [ en-US ] = "Summary" ;
307*a455b7f4Smseidel	};
308*a455b7f4Smseidel
309*a455b7f4Smseidel	FixedText FT_CHANGES_LABEL
310*a455b7f4Smseidel	{
311*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X ) ;
312*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN, FIXED_TEXT_HEIGHT ) ;
313*a455b7f4Smseidel
314*a455b7f4Smseidel		WordBreak = TRUE ;
315*a455b7f4Smseidel	};
316*a455b7f4Smseidel
317*a455b7f4Smseidel	MultiLineEdit ED_CHANGES
318*a455b7f4Smseidel	{
319*a455b7f4Smseidel		HelpID = "dbaccess:MultiLineEdit:TP_SUMMARY:ED_CHANGES" ;
320*a455b7f4Smseidel		Pos = MAP_APPFONT ( TAB_PAGE_CONTENT_MARGIN, CONTENT_POS_X + FIXED_TEXT_HEIGHT + SPACING_RELATED ) ;
321*a455b7f4Smseidel		Size = MAP_APPFONT ( TAB_PAGE_WIDTH - 2 * TAB_PAGE_CONTENT_MARGIN,
322*a455b7f4Smseidel							 TAB_PAGE_HEIGHT - ( CONTENT_POS_X + FIXED_TEXT_HEIGHT + SPACING_RELATED ) - TAB_PAGE_CONTENT_MARGIN ) ;
323*a455b7f4Smseidel
324*a455b7f4Smseidel		ReadOnly = TRUE ;
325*a455b7f4Smseidel		AutoVScroll = TRUE ;
326*a455b7f4Smseidel		Border = TRUE ;
327*a455b7f4Smseidel		BorderStyle = WINDOW_BORDER_MONO;
328*a455b7f4Smseidel	};
329*a455b7f4Smseidel
330*a455b7f4Smseidel	String STR_SUCCESSFUL
331*a455b7f4Smseidel	{
332*a455b7f4Smseidel		Text [ en-US ] = "The migration was successful. Below is a log of the actions which have been taken to your document." ;
333*a455b7f4Smseidel	};
334*a455b7f4Smseidel	String STR_UNSUCCESSFUL
335*a455b7f4Smseidel	{
336*a455b7f4Smseidel		Text [ en-US ] = "The migration was not successful. Examine the migration log below for details." ;
337*a455b7f4Smseidel	};
338cdf0e10cSrcweir};
339cdf0e10cSrcweir
340cdf0e10cSrcweirString STR_FORM
341cdf0e10cSrcweir{
342*a455b7f4Smseidel	Text [ en-US ] = "Form '$name$'" ;
343cdf0e10cSrcweir};
344cdf0e10cSrcweir
345cdf0e10cSrcweirString STR_REPORT
346cdf0e10cSrcweir{
347*a455b7f4Smseidel	Text [ en-US ] = "Report '$name$'" ;
348cdf0e10cSrcweir};
349cdf0e10cSrcweir
350cdf0e10cSrcweirString STR_OVERALL_PROGRESS
351cdf0e10cSrcweir{
352*a455b7f4Smseidel	Text [ en-US ] = "document $current$ of $overall$" ;
353cdf0e10cSrcweir};
354cdf0e10cSrcweir
355cdf0e10cSrcweirString STR_DATABASE_DOCUMENT
356cdf0e10cSrcweir{
357*a455b7f4Smseidel	Text [ en-US ] = "Database Document" ;
358cdf0e10cSrcweir};
359cdf0e10cSrcweir
360cdf0e10cSrcweirString STR_SAVED_COPY_TO
361cdf0e10cSrcweir{
362*a455b7f4Smseidel	Text [ en-US ] = "saved copy to $location$" ;
363cdf0e10cSrcweir};
364cdf0e10cSrcweir
365cdf0e10cSrcweirString STR_MOVED_LIBRARY
366cdf0e10cSrcweir{
367*a455b7f4Smseidel	Text [ en-US ] = "migrated $type$ library '$old$' to '$new$'" ;
368cdf0e10cSrcweir};
369cdf0e10cSrcweir
370cdf0e10cSrcweirString STR_LIBRARY_TYPE_AND_NAME
371cdf0e10cSrcweir{
372*a455b7f4Smseidel	Text [ en-US ] = "$type$ library '$library$'" ;
373cdf0e10cSrcweir};
374cdf0e10cSrcweir
375cdf0e10cSrcweirString STR_MIGRATING_LIBS
376cdf0e10cSrcweir{
377*a455b7f4Smseidel	Text [ en-US ] = "migrating libraries..." ;
378cdf0e10cSrcweir};
379cdf0e10cSrcweir
380cdf0e10cSrcweirString STR_OOO_BASIC
381cdf0e10cSrcweir{
382*a455b7f4Smseidel	Text [ en-US ] = "%PRODUCTNAME Basic" ;
383cdf0e10cSrcweir};
384cdf0e10cSrcweir
385cdf0e10cSrcweirString STR_JAVA_SCRIPT
386cdf0e10cSrcweir{
387*a455b7f4Smseidel	Text [ en-US ] = "JavaScript" ;
388cdf0e10cSrcweir};
389cdf0e10cSrcweir
390cdf0e10cSrcweirString STR_BEAN_SHELL
391cdf0e10cSrcweir{
392*a455b7f4Smseidel	Text [ en-US ] = "BeanShell" ;
393cdf0e10cSrcweir};
394cdf0e10cSrcweir
395cdf0e10cSrcweirString STR_JAVA
396cdf0e10cSrcweir{
397*a455b7f4Smseidel	Text [ en-US ] = "Java" ;
398cdf0e10cSrcweir};
399cdf0e10cSrcweir
400cdf0e10cSrcweirString STR_PYTHON
401cdf0e10cSrcweir{
402*a455b7f4Smseidel	Text [ en-US ] = "Python" ;
403cdf0e10cSrcweir};
404cdf0e10cSrcweir
405cdf0e10cSrcweirString STR_DIALOG
406cdf0e10cSrcweir{
407*a455b7f4Smseidel	Text [ en-US ] = "dialog" ;
408cdf0e10cSrcweir};
409cdf0e10cSrcweir
410cdf0e10cSrcweirString STR_ERRORS
411cdf0e10cSrcweir{
412*a455b7f4Smseidel	Text [ en-US ] = "Error(s)" ;
413cdf0e10cSrcweir};
414cdf0e10cSrcweir
415cdf0e10cSrcweirString STR_WARNINGS
416cdf0e10cSrcweir{
417*a455b7f4Smseidel	Text [ en-US ] = "Warnings" ;
418cdf0e10cSrcweir};
419cdf0e10cSrcweir
420cdf0e10cSrcweirString STR_EXCEPTION
421cdf0e10cSrcweir{
422*a455b7f4Smseidel	Text [ en-US ] = "caught exception: " ;
423cdf0e10cSrcweir};
424cdf0e10cSrcweir
425cdf0e10cSrcweir
426cdf0e10cSrcweirErrorBox ERR_INVALID_BACKUP_LOCATION
427cdf0e10cSrcweir{
428*a455b7f4Smseidel	Buttons = WB_OK ;
429*a455b7f4Smseidel	Message [ en-US ] = "You need to choose a backup location other than the document location itself." ;
430cdf0e10cSrcweir};
431cdf0e10cSrcweir
432cdf0e10cSrcweirString STR_INVALID_NUMBER_ARGS
433cdf0e10cSrcweir{
434*a455b7f4Smseidel	Text [ en-US ] = "Invalid number of initialization arguments. Expected 1." ;
435cdf0e10cSrcweir};
436cdf0e10cSrcweirString STR_NO_DATABASE
437cdf0e10cSrcweir{
438*a455b7f4Smseidel	Text [ en-US ] = "No database document found in the initialization arguments." ;
439cdf0e10cSrcweir};
440cdf0e10cSrcweirString STR_NOT_READONLY
441cdf0e10cSrcweir{
442*a455b7f4Smseidel	Text [ en-US ] = "Not applicable to read-only documents." ;
443cdf0e10cSrcweir};
444*a455b7f4Smseidel
445*a455b7f4Smseidel// ********************************************************************** EOF
446