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