xref: /aoo42x/main/svx/source/dialog/docrecovery.src (revision f7026914)
109a1d057SAndrew Rist/**************************************************************
2*f7026914Smseidel *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*f7026914Smseidel * "License") ; you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*f7026914Smseidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*f7026914Smseidel *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
19*f7026914Smseidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2202f7a3b7Smseidel
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "docrecovery.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabDialog RID_SVX_TABDLG_DOCRECOVERY
30cdf0e10cSrcweir{
31*f7026914Smseidel	Size = MAP_APPFONT ( TABDLG_WIDTH, TABDLG_HEIGHT ) ;
32*f7026914Smseidel	HelpId = HID_SVX_TABDLG_DOCRECOVERY ;
33*f7026914Smseidel	OutputSize = TRUE ;
34*f7026914Smseidel	SVLook = TRUE ;
35*f7026914Smseidel	Moveable = TRUE ;
36*f7026914Smseidel	Closeable = FALSE ;
37*f7026914Smseidel	Text = "%PRODUCTNAME %PRODUCTVERSION" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweir
40cdf0e10cSrcweirTabPage RID_SVXPAGE_DOCRECOVERY_SAVE
41cdf0e10cSrcweir{
42*f7026914Smseidel	Size = MAP_APPFONT ( SAVE_WIDTH, SAVE_HEIGHT ) ;
43cdf0e10cSrcweir	HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
44*f7026914Smseidel	OutputSize = TRUE ;
45*f7026914Smseidel	SVLook = TRUE ;
46*f7026914Smseidel	Hide = TRUE ;
47cdf0e10cSrcweir	Window WIN_SAVE_TITLE
48cdf0e10cSrcweir	{
49*f7026914Smseidel		Pos = MAP_APPFONT ( 0, 0 ) ;
50*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_WIDTH, SAVE_ROW1 ) ;
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir	FixedText FT_SAVE_TITLE
53cdf0e10cSrcweir	{
54*f7026914Smseidel		Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW0 ) ;
55*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
56*f7026914Smseidel		Text [ en-US ] = "%PRODUCTNAME Document Recovery" ;
57*f7026914Smseidel	};
58*f7026914Smseidel	FixedLine FL_SAVE_TITLE
59*f7026914Smseidel	{
60*f7026914Smseidel		Pos = MAP_APPFONT ( 0, SAVE_ROW1 ) ;
61*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_WIDTH, 2 ) ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	FixedText FT_SAVE_DESCR
64cdf0e10cSrcweir	{
65*f7026914Smseidel		Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW2 ) ;
66*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, (SAVE_ROW3 - SAVE_ROW2 - RSC_SP_CTRL_DESC_Y) ) ;
67*f7026914Smseidel		WordBreak = TRUE ;
68*f7026914Smseidel		Text [ en-US ] = "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically." ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	FixedText FT_SAVE_FILELIST
71cdf0e10cSrcweir	{
72*f7026914Smseidel		Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW3 ) ;
73*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
74*f7026914Smseidel		Text [ en-US ] = "The following files will be recovered:" ;
75cdf0e10cSrcweir	};
76*f7026914Smseidel	ListBox LB_SAVE_FILELIST
77cdf0e10cSrcweir	{
78*f7026914Smseidel		HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST" ;
79*f7026914Smseidel		Pos = MAP_APPFONT ( SAVE_COL0, SAVE_ROW4 ) ;
80*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT ) ;
81*f7026914Smseidel		Border = TRUE ;
82*f7026914Smseidel		TabStop = TRUE ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir	FixedLine FL_SAVE_BOTTOM
85cdf0e10cSrcweir	{
86*f7026914Smseidel		Pos = MAP_APPFONT ( 0, SAVE_ROW7 ) ;
87*f7026914Smseidel		Size = MAP_APPFONT ( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir	OKButton BT_SAVE_OK
90cdf0e10cSrcweir	{
91*f7026914Smseidel		Pos = MAP_APPFONT ( SAVE_COL1, SAVE_ROW8 ) ;
92*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
93*f7026914Smseidel		DefButton = TRUE ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir};
96cdf0e10cSrcweir
97cdf0e10cSrcweirModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
98cdf0e10cSrcweir{
99*f7026914Smseidel	Size = MAP_APPFONT ( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT ) ;
100cdf0e10cSrcweir	HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
101*f7026914Smseidel	OutputSize = TRUE ;
102*f7026914Smseidel	SVLook = TRUE ;
103*f7026914Smseidel	Moveable = TRUE ;
104cdf0e10cSrcweir	Closeable = FALSE;
105*f7026914Smseidel	Text = "%PRODUCTNAME %PRODUCTVERSION" ;
106cdf0e10cSrcweir
107cdf0e10cSrcweir	FixedText FT_SAVEPROGR_HINT
108cdf0e10cSrcweir	{
109*f7026914Smseidel		Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW0 ) ;
110*f7026914Smseidel		Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
111*f7026914Smseidel		Text [ en-US ] = "Documents are being saved." ;
112cdf0e10cSrcweir	};
113cdf0e10cSrcweir	FixedText FT_SAVEPROGR_PROGR
114cdf0e10cSrcweir	{
115*f7026914Smseidel		Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW1 ) ;
116*f7026914Smseidel		Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
117*f7026914Smseidel		Text [ en-US ] = "Progress of saving: " ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	Window WIN_SAVEPROGR_PROGR
120cdf0e10cSrcweir	{
121*f7026914Smseidel		Pos = MAP_APPFONT ( SAVEPROGR_COL0, SAVEPROGR_ROW2 ) ;
122*f7026914Smseidel		Size = MAP_APPFONT ( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT ) ;
123*f7026914Smseidel		Border = TRUE ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir};
126cdf0e10cSrcweir
127cdf0e10cSrcweirTabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
128cdf0e10cSrcweir{
129*f7026914Smseidel	Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_HEIGHT ) ;
130cdf0e10cSrcweir	HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
131*f7026914Smseidel	OutputSize = TRUE ;
132*f7026914Smseidel	SVLook = TRUE ;
133*f7026914Smseidel	Hide = TRUE ;
134cdf0e10cSrcweir	Window WIN_RECOV_TITLE
135cdf0e10cSrcweir	{
136*f7026914Smseidel		Pos = MAP_APPFONT ( 0, 0 ) ;
137*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ) ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	FixedText FT_RECOV_TITLE
140cdf0e10cSrcweir	{
141*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW0 ) ;
142*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
143*f7026914Smseidel		Text [ en-US ] = "%PRODUCTNAME Document Recovery" ;
144*f7026914Smseidel	};
145*f7026914Smseidel	FixedLine FL_RECOV_TITLE
146*f7026914Smseidel	{
147*f7026914Smseidel		Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ;
148*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir	FixedText FT_RECOV_DESCR
151cdf0e10cSrcweir	{
152*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW2 ) ;
153*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT ) ;
154*f7026914Smseidel		WordBreak = TRUE ;
155*f7026914Smseidel		Text [ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered." ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir	FixedText FT_RECOV_PROGR
158cdf0e10cSrcweir	{
159*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW3 ) ;
160*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
161*f7026914Smseidel		Text [ en-US ] = "Recovering document:" ;
162cdf0e10cSrcweir	};
163cdf0e10cSrcweir	Window WIN_RECOV_PROGR
164cdf0e10cSrcweir	{
165*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW4 ) ;
166*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, PROGR_HEIGHT ) ;
167*f7026914Smseidel		Border = TRUE ;
168cdf0e10cSrcweir	};
169cdf0e10cSrcweir	FixedText FT_RECOV_FILELIST
170cdf0e10cSrcweir	{
171*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW5 ) ;
172*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
173*f7026914Smseidel		Text [ en-US ] = "Status of recovered documents:" ;
174cdf0e10cSrcweir	};
175cdf0e10cSrcweir	String STR_HEADERBAR
176cdf0e10cSrcweir	{
177*f7026914Smseidel		Text [ en-US ] = "Document Name\tStatus" ;
178cdf0e10cSrcweir	};
179cdf0e10cSrcweir	Control LB_RECOV_FILELIST
180cdf0e10cSrcweir	{
181*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW6 ) ;
182*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT ) ;
183*f7026914Smseidel		Border = TRUE ;
184*f7026914Smseidel		SVLook = TRUE ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	FixedLine FL_RECOV_BOTTOM
187cdf0e10cSrcweir	{
188*f7026914Smseidel		Pos = MAP_APPFONT ( 0, RECOV_ROW8 ) ;
189*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir	PushButton BTN_RECOV_NEXT
192cdf0e10cSrcweir	{
193*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT" ;
194*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL_C, RECOV_ROW9 ) ;
195*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH * 2, RSC_CD_PUSHBUTTON_HEIGHT ) ;
196*f7026914Smseidel		Text [ en-US ] = "~Start Recovery >" ;
197*f7026914Smseidel		DefButton = TRUE ;
198*f7026914Smseidel	};
199*f7026914Smseidel	String STR_RECOVERY_NEXT
200*f7026914Smseidel	{
201*f7026914Smseidel		Text [ en-US ] = "~Next >" ;
202cdf0e10cSrcweir	};
203cdf0e10cSrcweir	CancelButton BTN_RECOV_CANCEL
204cdf0e10cSrcweir	{
205*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL_F, RECOV_ROW9 ) ;
206*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
207*f7026914Smseidel	};
208*f7026914Smseidel	Image IMG_GREENCHECK
209*f7026914Smseidel	{
210*f7026914Smseidel		ImageBitmap = Bitmap { File = "nu01.png" ; };
211*f7026914Smseidel	};
212*f7026914Smseidel	Image IMG_GREENCHECK_HC
213*f7026914Smseidel	{
214*f7026914Smseidel		ImageBitmap = Bitmap { File = "nuh01.png" ; };
215*f7026914Smseidel	};
216*f7026914Smseidel	Image IMG_YELLOWCHECK
217*f7026914Smseidel	{
218*f7026914Smseidel		ImageBitmap = Bitmap { File = "nu04.png" ; };
219*f7026914Smseidel	};
220*f7026914Smseidel	Image IMG_YELLOWCHECK_HC
221*f7026914Smseidel	{
222*f7026914Smseidel		ImageBitmap = Bitmap { File = "nuh04.png" ; };
223*f7026914Smseidel	};
224*f7026914Smseidel	Image IMG_REDCROSS
225*f7026914Smseidel	{
226*f7026914Smseidel		ImageBitmap = Bitmap { File = "nu02.png" ; };
227*f7026914Smseidel	};
228*f7026914Smseidel	Image IMG_REDCROSS_HC
229*f7026914Smseidel	{
230*f7026914Smseidel		ImageBitmap = Bitmap { File = "nuh02.png" ; };
231cdf0e10cSrcweir	};
232cdf0e10cSrcweir	String STR_SUCCESSRECOV
233cdf0e10cSrcweir	{
234*f7026914Smseidel		Text [ en-US ] = "Successfully recovered" ;
235cdf0e10cSrcweir	};
236*f7026914Smseidel	String STR_ORIGDOCRECOV
237cdf0e10cSrcweir	{
238*f7026914Smseidel		Text [ en-US ] = "Original document recovered" ;
239cdf0e10cSrcweir	};
240cdf0e10cSrcweir	String STR_RECOVFAILED
241cdf0e10cSrcweir	{
242*f7026914Smseidel		Text [ en-US ] = "Recovery failed" ;
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir	String STR_RECOVINPROGR
245cdf0e10cSrcweir	{
246*f7026914Smseidel		Text [ en-US ] = "Recovery in progress" ;
247cdf0e10cSrcweir	};
248cdf0e10cSrcweir	String STR_NOTRECOVYET
249cdf0e10cSrcweir	{
250*f7026914Smseidel		Text [ en-US ] = "Not recovered yet" ;
251cdf0e10cSrcweir	};
252cdf0e10cSrcweir	String STR_RECOVERY_INPROGRESS
253cdf0e10cSrcweir	{
254*f7026914Smseidel		Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
255cdf0e10cSrcweir	};
256cdf0e10cSrcweir	String STR_RECOVERY_REPORT
257cdf0e10cSrcweir	{
258*f7026914Smseidel		Text [ en-US ] = "A report of the crash was created to help us identify the reason why %PRODUCTNAME crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step." ;
259cdf0e10cSrcweir	};
260cdf0e10cSrcweir	String STR_RECOVERYONLY_FINISH_DESCR
261cdf0e10cSrcweir	{
262*f7026914Smseidel		Text [ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents." ;
263cdf0e10cSrcweir	};
264cdf0e10cSrcweir	String STR_RECOVERYONLY_FINISH
265cdf0e10cSrcweir	{
266*f7026914Smseidel		Text [ en-US ] = "~Finish" ;
267cdf0e10cSrcweir	};
268cdf0e10cSrcweir};
269cdf0e10cSrcweir
270cdf0e10cSrcweirQueryBox RID_SVXQB_EXIT_RECOVERY
271cdf0e10cSrcweir{
272cdf0e10cSrcweir	BUTTONS = WB_YES_NO ;
273cdf0e10cSrcweir	DEFBUTTON = WB_DEF_YES ;
274*f7026914Smseidel	Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?" ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweir
277cdf0e10cSrcweirModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN
278cdf0e10cSrcweir{
279*f7026914Smseidel	Size = MAP_APPFONT ( BROKEN_WIDTH, BROKEN_HEIGHT ) ;
280cdf0e10cSrcweir	HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN;
281*f7026914Smseidel	OutputSize = TRUE ;
282*f7026914Smseidel	SVLook = TRUE ;
283*f7026914Smseidel	Moveable = TRUE ;
284*f7026914Smseidel	Text = "%PRODUCTNAME %PRODUCTVERSION" ;
285cdf0e10cSrcweir
286cdf0e10cSrcweir	FixedText FT_BROKEN_DESCR
287cdf0e10cSrcweir	{
288*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW0 ) ;
289*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, (5 * RSC_CD_FIXEDTEXT_HEIGHT) ) ;
290*f7026914Smseidel		WordBreak = TRUE ;
291*f7026914Smseidel		Text [ en-US ] = "The automatic recovery process was interrupted.\n\nThe documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents." ;
292cdf0e10cSrcweir	};
293cdf0e10cSrcweir	FixedText FT_BROKEN_FILELIST
294cdf0e10cSrcweir	{
295*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW1 ) ;
296*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
297*f7026914Smseidel		Text [ en-US ] = "Documents" ;
298*f7026914Smseidel	};
299*f7026914Smseidel	ListBox LB_BROKEN_FILELIST
300*f7026914Smseidel	{
301*f7026914Smseidel		HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST" ;
302*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW2 ) ;
303*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, (BROKEN_ROW3 - BROKEN_ROW2) ) ;
304*f7026914Smseidel		Border = TRUE ;
305*f7026914Smseidel		TabStop = TRUE ;
306*f7026914Smseidel	};
307*f7026914Smseidel	FixedText FT_BROKEN_SAVEDIR
308*f7026914Smseidel	{
309*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW4 + 1 ) ; // see ED_BROKEN_SAVEDIR
310*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
311*f7026914Smseidel		Text [ en-US ] = "~Save to" ;
312*f7026914Smseidel	};
313*f7026914Smseidel	Edit ED_BROKEN_SAVEDIR
314*f7026914Smseidel	{
315*f7026914Smseidel		HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR" ;
316*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL0, BROKEN_ROW5 + 1 ) ; // center to pushbutton
317*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT ) ;
318*f7026914Smseidel		Border = TRUE ;
319*f7026914Smseidel	};
320*f7026914Smseidel	PushButton BTN_BROKEN_SAVEDIR
321*f7026914Smseidel	{
322*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR" ;
323*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL3, BROKEN_ROW5 ) ;
324*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
325*f7026914Smseidel		Text [ en-US ] = "Chan~ge..." ;
326cdf0e10cSrcweir	};
327cdf0e10cSrcweir	FixedLine FL_BROKEN_BOTTOM
328cdf0e10cSrcweir	{
329*f7026914Smseidel		Pos = MAP_APPFONT ( 0, BROKEN_ROW6 ) ;
330*f7026914Smseidel		Size = MAP_APPFONT ( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
331cdf0e10cSrcweir	};
332cdf0e10cSrcweir	OKButton BTN_BROKEN_OK
333cdf0e10cSrcweir	{
334*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL1, BROKEN_ROW7 ) ;
335*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
336*f7026914Smseidel		DefButton = TRUE ;
337*f7026914Smseidel		Text [ en-US ] = "~Save" ;
338cdf0e10cSrcweir	};
339cdf0e10cSrcweir	CancelButton BTN_BROKEN_CANCEL
340cdf0e10cSrcweir	{
341*f7026914Smseidel		Pos = MAP_APPFONT ( BROKEN_COL3, BROKEN_ROW7 ) ;
342*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
343cdf0e10cSrcweir	};
344cdf0e10cSrcweir};
345cdf0e10cSrcweir
346cdf0e10cSrcweirTabPage RID_SVXPAGE_ERR_REP_WELCOME
347cdf0e10cSrcweir{
348*f7026914Smseidel	Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_HEIGHT ) ;
349cdf0e10cSrcweir	HelpId = HID_SVX_TP_ERR_REP_WELCOME;
350*f7026914Smseidel	OutputSize = TRUE ;
351*f7026914Smseidel	SVLook = TRUE ;
352*f7026914Smseidel	Hide = TRUE ;
353cdf0e10cSrcweir	Window WIN_RECOV_TITLE
354cdf0e10cSrcweir	{
355*f7026914Smseidel		Pos = MAP_APPFONT ( 0, 0 ) ;
356*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, RECOV_TITLEWINHEIGHT ) ;
357cdf0e10cSrcweir	};
358cdf0e10cSrcweir	FixedText FT_RECOV_TITLE
359cdf0e10cSrcweir	{
360*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW0 ) ;
361*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
362*f7026914Smseidel		Text [ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report" ;
363*f7026914Smseidel	};
364*f7026914Smseidel	FixedLine FL_RECOV_TITLE
365*f7026914Smseidel	{
366*f7026914Smseidel		Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ;
367*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ;
368cdf0e10cSrcweir	};
369cdf0e10cSrcweir	FixedText FT_RECOV_DESCR
370cdf0e10cSrcweir	{
371*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL1, RECOV_ROW2 ) ;
372*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_CONTROLWIDTH, (RECOV_ROW7 - RECOV_ROW2 - RSC_SP_CTRL_Y) ) ;
373*f7026914Smseidel		WordBreak = TRUE ;
374*f7026914Smseidel		Text [ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to Apache OpenOffice to help improve future versions.\n\nIt's easy - just send the report without any further effort on your part by clicking 'Send' in the next dialog, or you can briefly describe how the error occurred and then click 'Send'. If you want to see the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\nCustomer Privacy\nThe information gathered is limited to data concerning the state of %PRODUCTNAME %PRODUCTVERSION when the error occurred. Other information about passwords or document contents is not collected.\n\nThe information will only be used to improve the quality of %PRODUCTNAME and will not be shared with third parties.\nFor more information on Apache OpenOffice's privacy policy, visit\nhttps://www.openoffice.org/privacy.html" ;
375cdf0e10cSrcweir	};
376cdf0e10cSrcweir	FixedLine FL_RECOV_BOTTOM
377cdf0e10cSrcweir	{
378*f7026914Smseidel		Pos = MAP_APPFONT ( 0, RECOV_ROW8 ) ;
379*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
380cdf0e10cSrcweir	};
381cdf0e10cSrcweir	PushButton BTN_RECOV_PREV
382cdf0e10cSrcweir	{
383*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV" ;
384*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL_C, RECOV_ROW9 ) ;
385*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
386*f7026914Smseidel		Text [ en-US ] = "< ~Back" ;
387cdf0e10cSrcweir	};
388cdf0e10cSrcweir	OKButton BTN_RECOV_NEXT
389cdf0e10cSrcweir	{
390*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL_D, RECOV_ROW9 ) ;
391*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
392*f7026914Smseidel		Text [ en-US ] = "~Next >" ;
393*f7026914Smseidel		DefButton = TRUE ;
394cdf0e10cSrcweir	};
395cdf0e10cSrcweir	CancelButton BTN_RECOV_CANCEL
396cdf0e10cSrcweir	{
397*f7026914Smseidel		Pos = MAP_APPFONT ( RECOV_COL_F, RECOV_ROW9 ) ;
398*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
399cdf0e10cSrcweir	};
400cdf0e10cSrcweir};
401cdf0e10cSrcweir
402cdf0e10cSrcweirTabPage RID_SVXPAGE_ERR_REP_SEND
403cdf0e10cSrcweir{
404*f7026914Smseidel	Size = MAP_APPFONT ( ERRSEND_WIDTH, ERRSEND_HEIGHT ) ;
405*f7026914Smseidel	HelpId = HID_SVX_TP_ERR_REP_SEND ;
406*f7026914Smseidel	OutputSize = TRUE ;
407*f7026914Smseidel	SVLook = TRUE ;
408*f7026914Smseidel	Hide = TRUE ;
409cdf0e10cSrcweir	Window WIN_RECOV_TITLE
410cdf0e10cSrcweir	{
411*f7026914Smseidel		Pos = MAP_APPFONT ( 0, 0 ) ;
412*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT ) ;
413cdf0e10cSrcweir	};
414cdf0e10cSrcweir	FixedText FT_RECOV_TITLE
415cdf0e10cSrcweir	{
416*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW0 ) ;
417*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT ) ;
418*f7026914Smseidel		Text [ en-US ] = "Sending the Error Report" ;
419*f7026914Smseidel	};
420*f7026914Smseidel	FixedLine FL_RECOV_TITLE
421*f7026914Smseidel	{
422*f7026914Smseidel		Pos = MAP_APPFONT ( 0, RECOV_TITLEWINHEIGHT ) ;
423*f7026914Smseidel		Size = MAP_APPFONT ( RECOV_WIDTH, 2 ) ;
424cdf0e10cSrcweir	};
425cdf0e10cSrcweir	FixedText FT_RECOV_DESCR
426cdf0e10cSrcweir	{
427*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW2 ) ;
428*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3 - ERRSEND_ROW2) ) ;
429*f7026914Smseidel		WordBreak = TRUE ;
430*f7026914Smseidel		Text [ en-US ] = "In the spaces below, you can enter a title for your error report and describe the action you were trying to carry out when the error occurred. Then click 'Send'." ;
431cdf0e10cSrcweir	};
432cdf0e10cSrcweir
433cdf0e10cSrcweir	FixedText FT_ERRSEND_DOCTYPE
434cdf0e10cSrcweir	{
435*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW4 ) ;
436*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, 2 * RSC_CD_FIXEDTEXT_HEIGHT ) ;
437*f7026914Smseidel		WordBreak = TRUE ;
438*f7026914Smseidel		Text [ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?" ;
439cdf0e10cSrcweir	};
440cdf0e10cSrcweir	Edit ED_ERRSEND_DOCTYPE
441cdf0e10cSrcweir	{
442*f7026914Smseidel		HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE" ;
443*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW5 ) ;
444*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT ) ;
445*f7026914Smseidel		Border = TRUE ;
446cdf0e10cSrcweir	};
447cdf0e10cSrcweir	FixedText FT_ERRSEND_USING
448cdf0e10cSrcweir	{
449*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW7 ) ;
450*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT ) ;
451*f7026914Smseidel		Text [ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)" ;
452cdf0e10cSrcweir	};
453cdf0e10cSrcweir	MultiLineEdit ML_ERRSEND_USING
454cdf0e10cSrcweir	{
455*f7026914Smseidel		HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING" ;
456*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW8 ) ;
457*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12 - ERRSEND_ROW8 - RSC_SP_CTRL_Y) ) ;
458*f7026914Smseidel		VScroll = TRUE ;
459*f7026914Smseidel		IgnoreTab = TRUE ;
460*f7026914Smseidel		Border = TRUE ;
461cdf0e10cSrcweir	};
462cdf0e10cSrcweir	PushButton BTN_ERRSEND_SHOWREP
463cdf0e10cSrcweir	{
464*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP" ;
465*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW8 ) ;
466*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
467*f7026914Smseidel		Text [ en-US ] = "Show ~Report" ;
468cdf0e10cSrcweir	};
469cdf0e10cSrcweir	PushButton BTN_ERRSEND_OPT
470cdf0e10cSrcweir	{
471*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT" ;
472*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW10 ) ;
473*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
474*f7026914Smseidel		Text [ en-US ] = "~Options..." ;
475cdf0e10cSrcweir	};
476cdf0e10cSrcweir	CheckBox CB_ERRSEND_CONTACT
477cdf0e10cSrcweir	{
478*f7026914Smseidel		HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT" ;
479*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL0, ERRSEND_ROW12 ) ;
480*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT ) ;
481cdf0e10cSrcweir		Check = FALSE;
482*f7026914Smseidel		Text [ en-US ] = "~I allow Apache OpenOffice to contact me regarding this report." ;
483cdf0e10cSrcweir	};
484cdf0e10cSrcweir	FixedText FT_ERRSEND_EMAILADDR
485cdf0e10cSrcweir	{
486*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL1, ERRSEND_ROW13 ) ;
487*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT ) ;
488*f7026914Smseidel		Text [ en-US ] = "~Please enter your e-mail address" ;
489cdf0e10cSrcweir	};
490cdf0e10cSrcweir	Edit ED_ERRSEND_EMAILADDR
491cdf0e10cSrcweir	{
492*f7026914Smseidel		HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR" ;
493*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL1, ERRSEND_ROW14 ) ;
494*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT ) ;
495*f7026914Smseidel		Border = TRUE ;
496cdf0e10cSrcweir	};
497cdf0e10cSrcweir	FixedLine FL_RECOV_BOTTOM
498cdf0e10cSrcweir	{
499*f7026914Smseidel		Pos = MAP_APPFONT ( 0, ERRSEND_ROW15 ) ;
500*f7026914Smseidel		Size = MAP_APPFONT ( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
501cdf0e10cSrcweir	};
502cdf0e10cSrcweir	PushButton BTN_RECOV_PREV
503cdf0e10cSrcweir	{
504*f7026914Smseidel		HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV" ;
505*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL5, ERRSEND_ROW16 ) ;
506*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
507*f7026914Smseidel		Text [ en-US ] = "< ~Back" ;
508cdf0e10cSrcweir	};
509cdf0e10cSrcweir	OKButton BTN_RECOV_NEXT
510cdf0e10cSrcweir	{
511*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL6, ERRSEND_ROW16 ) ;
512*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
513*f7026914Smseidel		Text [ en-US ] = "S~end" ;
514*f7026914Smseidel		DefButton = TRUE ;
515cdf0e10cSrcweir	};
516cdf0e10cSrcweir	CancelButton BTN_RECOV_CANCEL
517cdf0e10cSrcweir	{
518*f7026914Smseidel		Pos = MAP_APPFONT ( ERRSEND_COL3, ERRSEND_ROW16 ) ;
519*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
520*f7026914Smseidel		Text [ en-US ] = "Do ~Not Send" ;
521cdf0e10cSrcweir	};
522cdf0e10cSrcweir};
523cdf0e10cSrcweir
524cdf0e10cSrcweirModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
525cdf0e10cSrcweir{
526*f7026914Smseidel	Size = MAP_APPFONT ( ERROPT_WIDTH, ERROPT_HEIGHT ) ;
527*f7026914Smseidel	HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS ;
528*f7026914Smseidel	OutputSize = TRUE ;
529*f7026914Smseidel	SVLook = TRUE ;
530*f7026914Smseidel	Moveable = TRUE ;
531*f7026914Smseidel	Text [ en-US ] = "Options" ;
532cdf0e10cSrcweir
533cdf0e10cSrcweir	FixedLine FL_ERROPT_PROXY
534cdf0e10cSrcweir	{
535*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLA, ERROPT_ROW0 ) ;
536*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT ) ;
537*f7026914Smseidel		Text [ en-US ] = "Proxy settings" ;
538cdf0e10cSrcweir	};
539cdf0e10cSrcweir
540cdf0e10cSrcweir	RadioButton BTN_ERROPT_SYSTEM
541cdf0e10cSrcweir	{
542*f7026914Smseidel		HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM" ;
543*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW1 ) ;
544*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ;
545*f7026914Smseidel		Text [ en-US ] = "Use ~system settings" ;
546cdf0e10cSrcweir	};
547cdf0e10cSrcweir
548cdf0e10cSrcweir	RadioButton BTN_ERROPT_DIRECT
549cdf0e10cSrcweir	{
550*f7026914Smseidel		HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT" ;
551*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW2 ) ;
552*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ;
553*f7026914Smseidel		Text [ en-US ] = "Use ~direct connection to the Internet" ;
554cdf0e10cSrcweir	};
555cdf0e10cSrcweir
556cdf0e10cSrcweir	RadioButton BTN_ERROPT_MANUAL
557cdf0e10cSrcweir	{
558*f7026914Smseidel		HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL" ;
559*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW3 ) ;
560*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT ) ;
561*f7026914Smseidel		Text [ en-US ] = "Use ~manual settings" ;
562cdf0e10cSrcweir	};
563cdf0e10cSrcweir
564cdf0e10cSrcweir	FixedText FT_ERROPT_PROXYSERVER
565cdf0e10cSrcweir	{
566*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLC, ERROPT_ROW4 ) ;
567*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
568*f7026914Smseidel		Text [ en-US ] = "HT~TP Proxy" ;
569cdf0e10cSrcweir	};
570cdf0e10cSrcweir
571cdf0e10cSrcweir	Edit ED_ERROPT_PROXYSERVER
572cdf0e10cSrcweir	{
573*f7026914Smseidel		HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER" ;
574*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLC, ERROPT_ROW5 ) ;
575*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ;
576*f7026914Smseidel		Border = TRUE ;
577cdf0e10cSrcweir	};
578cdf0e10cSrcweir
579cdf0e10cSrcweir	FixedText FT_ERROPT_PROXYPORT
580cdf0e10cSrcweir	{
581*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 ) ;
582*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
583*f7026914Smseidel		Text [ en-US ] = "~Port" ;
584cdf0e10cSrcweir	};
585cdf0e10cSrcweir
586cdf0e10cSrcweir	Edit ED_ERROPT_PROXYPORT
587cdf0e10cSrcweir	{
588*f7026914Smseidel		HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT" ;
589*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 ) ;
590*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ;
591*f7026914Smseidel		Border = TRUE ;
592cdf0e10cSrcweir	};
593cdf0e10cSrcweir
594*f7026914Smseidel	FixedText FT_ERROPT_DESCRIPTION
595*f7026914Smseidel	{
596*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLB, ERROPT_ROW6 ) ;
597*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 ) ;
598*f7026914Smseidel		WordBreak = TRUE ;
599*f7026914Smseidel		Text [ en-US ] = "The %PRODUCTNAME Error Report tool needs to be connected to the Internet to be able to send error reports.\nCompanies often use proxy servers in conjunction with a firewall to protect the network.\nIf this applies to your situation, you have to specify the address and port for the server." ;
600*f7026914Smseidel	};
601cdf0e10cSrcweir
602*f7026914Smseidel	FixedLine FL_ERROPT_BUTTONS
603*f7026914Smseidel	{
604*f7026914Smseidel		Pos = MAP_APPFONT ( 0, ERROPT_ROW8 ) ;
605*f7026914Smseidel		Size = MAP_APPFONT ( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
606*f7026914Smseidel	};
607cdf0e10cSrcweir
608*f7026914Smseidel	OKButton BTN_ERROPT_OK
609cdf0e10cSrcweir	{
610*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLD, ERROPT_ROW9 ) ;
611*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
612*f7026914Smseidel		DefButton = TRUE ;
613cdf0e10cSrcweir	};
614cdf0e10cSrcweir
615cdf0e10cSrcweir	CancelButton BTN_ERROPT_CANCEL
616cdf0e10cSrcweir	{
617*f7026914Smseidel		Pos = MAP_APPFONT ( ERROPT_COLE, ERROPT_ROW9 ) ;
618*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
619cdf0e10cSrcweir	};
620cdf0e10cSrcweir};
621cdf0e10cSrcweir
622cdf0e10cSrcweir
623cdf0e10cSrcweirModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
624cdf0e10cSrcweir{
625*f7026914Smseidel	Size = MAP_APPFONT ( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT ) ;
626*f7026914Smseidel	HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW ;
627*f7026914Smseidel	OutputSize = TRUE ;
628*f7026914Smseidel	SVLook = TRUE ;
629*f7026914Smseidel	Moveable = TRUE ;
630*f7026914Smseidel	Sizeable = TRUE ;
631*f7026914Smseidel	Text [ en-US ] = "Error Report" ;
632cdf0e10cSrcweir
633cdf0e10cSrcweir	MultiLineEdit ML_ERRPREVIEW_CONTENT
634cdf0e10cSrcweir	{
635*f7026914Smseidel		HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT" ;
636*f7026914Smseidel		Pos = MAP_APPFONT ( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 ) ;
637*f7026914Smseidel		Size = MAP_APPFONT ( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 ) ;
638*f7026914Smseidel		VScroll = TRUE ;
639*f7026914Smseidel		HScroll = TRUE ;
640*f7026914Smseidel		ReadOnly = TRUE ;
641*f7026914Smseidel		Border = TRUE ;
642cdf0e10cSrcweir	};
643cdf0e10cSrcweir
644*f7026914Smseidel	OKButton BTN_ERRPREVIEW_OK
645cdf0e10cSrcweir	{
646*f7026914Smseidel		Pos = MAP_APPFONT ( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 ) ;
647*f7026914Smseidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
648*f7026914Smseidel		DefButton = TRUE ;
649cdf0e10cSrcweir	};
6509a700a19SJan Iversen};
651*f7026914Smseidel
652*f7026914Smseidel// ********************************************************************** EOF
653