1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
23 #include "docrecovery.hrc"
25 TabDialog RID_SVX_TABDLG_DOCRECOVERY
27 Size = MAP_APPFONT( TABDLG_WIDTH, TABDLG_HEIGHT );
28 HelpId = HID_SVX_TABDLG_DOCRECOVERY;
33 Text = "%PRODUCTNAME %PRODUCTVERSION";
36 TabPage RID_SVXPAGE_DOCRECOVERY_SAVE
38 Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT );
39 HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
45 Pos = MAP_APPFONT( 0 , 0 );
46 Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
48 FixedText FT_SAVE_TITLE
50 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 );
51 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
52 Text[ en-US ] = "%PRODUCTNAME Document Recovery";
54 FixedLine FL_SAVE_TITLE
56 Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
57 Size = MAP_APPFONT( SAVE_WIDTH, 2 );
59 FixedText FT_SAVE_DESCR
61 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
62 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
64 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.";
66 FixedText FT_SAVE_FILELIST
68 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 );
69 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
70 Text[ en-US ] = "The following files will be recovered:";
72 ListBox LB_SAVE_FILELIST
74 HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST";
75 Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
76 Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
80 FixedLine FL_SAVE_BOTTOM
82 Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
83 Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
87 Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
88 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
93 ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
95 Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );
96 HelpId = HID_SVX_MDLG_DOCRECOVERY_PROGR;
101 Text = "%PRODUCTNAME %PRODUCTVERSION";
103 FixedText FT_SAVEPROGR_HINT
105 Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW0 );
106 Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
107 Text[ en-US ] = "Documents are being saved.";
109 FixedText FT_SAVEPROGR_PROGR
111 Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW1 );
112 Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
113 Text[ en-US ] = "Progress of saving: ";
115 Window WIN_SAVEPROGR_PROGR
117 Pos = MAP_APPFONT( SAVEPROGR_COL0, SAVEPROGR_ROW2 );
118 Size = MAP_APPFONT( SAVEPROGR_CONTROLWIDTH, PROGR_HEIGHT );
123 TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
125 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
126 HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
130 Window WIN_RECOV_TITLE
132 Pos = MAP_APPFONT( 0 , 0 );
133 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
135 FixedText FT_RECOV_TITLE
137 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
138 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
139 Text[ en-US ] = "%PRODUCTNAME Document Recovery";
141 FixedLine FL_RECOV_TITLE
143 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
144 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
146 FixedText FT_RECOV_DESCR
148 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
149 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
151 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.";
153 FixedText FT_RECOV_PROGR
155 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
156 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
157 Text[ en-US ] = "Recovering document:";
159 Window WIN_RECOV_PROGR
161 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
162 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
165 FixedText FT_RECOV_FILELIST
167 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 );
168 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
169 Text[ en-US ] = "Status of recovered documents:";
173 Text[ en-US ] = "Document Name\tStatus";
175 Control LB_RECOV_FILELIST
177 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
178 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
182 FixedLine FL_RECOV_BOTTOM
184 Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
185 Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
187 PushButton BTN_RECOV_NEXT
189 HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT";
190 Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
191 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT );
192 Text[ en-US ] = "~Start Recovery >";
195 String STR_RECOVERY_NEXT
197 Text[ en-US ] = "~Next >";
199 CancelButton BTN_RECOV_CANCEL
201 Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
202 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
206 ImageBitmap = Bitmap { File = "nu01.png"; };
208 Image IMG_YELLOWCHECK
210 ImageBitmap = Bitmap { File = "nu04.png"; };
214 ImageBitmap = Bitmap { File = "nu02.png"; };
216 String STR_SUCCESSRECOV
218 Text[ en-US ] = "Successfully recovered";
220 String STR_ORIGDOCRECOV
222 Text[ en-US ] = "Original document recovered";
224 String STR_RECOVFAILED
226 Text[ en-US ] = "Recovery failed";
228 String STR_RECOVINPROGR
230 Text[ en-US ] = "Recovery in progress";
232 String STR_NOTRECOVYET
234 Text[ en-US ] = "Not recovered yet";
236 String STR_RECOVERY_INPROGRESS
238 Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
240 String STR_RECOVERY_REPORT
242 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." ;
244 String STR_RECOVERYONLY_FINISH_DESCR
246 Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
248 String STR_RECOVERYONLY_FINISH
250 Text[ en-US ] = "~Finish";
254 QueryBox RID_SVXQB_EXIT_RECOVERY
256 BUTTONS = WB_YES_NO ;
257 DEFBUTTON = WB_DEF_YES ;
258 Message [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?";
261 ModalDialog RID_SVX_MDLG_DOCRECOVERY_BROKEN
263 Size = MAP_APPFONT( BROKEN_WIDTH, BROKEN_HEIGHT );
264 HelpId = HID_SVX_MDLG_DOCRECOVERY_BROKEN;
268 Text = "%PRODUCTNAME %PRODUCTVERSION";
270 FixedText FT_BROKEN_DESCR
272 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW0 );
273 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (5*RSC_CD_FIXEDTEXT_HEIGHT) );
275 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.";
277 FixedText FT_BROKEN_FILELIST
279 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW1 );
280 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
281 Text[ en-US ] = "Documents";
283 ListBox LB_BROKEN_FILELIST
285 HelpID = "svx:ListBox:RID_SVX_MDLG_DOCRECOVERY_BROKEN:LB_BROKEN_FILELIST";
286 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW2 );
287 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, (BROKEN_ROW3-BROKEN_ROW2) );
291 FixedText FT_BROKEN_SAVEDIR
293 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW4 + 1 ); // see ED_BROKEN_SAVEDIR
294 Size = MAP_APPFONT( BROKEN_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
295 Text[ en-US ] = "~Save to";
297 Edit ED_BROKEN_SAVEDIR
299 HelpID = "svx:Edit:RID_SVX_MDLG_DOCRECOVERY_BROKEN:ED_BROKEN_SAVEDIR";
300 Pos = MAP_APPFONT( BROKEN_COL0, BROKEN_ROW5 + 1 ); // center to pushbutton
301 Size = MAP_APPFONT( BROKEN_COL2 - BROKEN_COL0, RSC_CD_TEXTBOX_HEIGHT );
304 PushButton BTN_BROKEN_SAVEDIR
306 HelpID = "svx:PushButton:RID_SVX_MDLG_DOCRECOVERY_BROKEN:BTN_BROKEN_SAVEDIR";
307 Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW5 );
308 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
309 Text [ en-US ] = "Chan~ge...";
311 FixedLine FL_BROKEN_BOTTOM
313 Pos = MAP_APPFONT( 0 , BROKEN_ROW6 );
314 Size = MAP_APPFONT( BROKEN_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
316 OKButton BTN_BROKEN_OK
318 Pos = MAP_APPFONT( BROKEN_COL1, BROKEN_ROW7 );
319 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
321 Text [ en-US ] = "~Save";
323 CancelButton BTN_BROKEN_CANCEL
325 Pos = MAP_APPFONT( BROKEN_COL3, BROKEN_ROW7 );
326 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
330 TabPage RID_SVXPAGE_ERR_REP_WELCOME
332 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
333 HelpId = HID_SVX_TP_ERR_REP_WELCOME;
337 Window WIN_RECOV_TITLE
339 Pos = MAP_APPFONT( 0 , 0 );
340 Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
342 FixedText FT_RECOV_TITLE
344 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
345 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
346 Text[ en-US ] = "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report";
348 FixedLine FL_RECOV_TITLE
350 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
351 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
353 FixedText FT_RECOV_DESCR
355 Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
356 Size = MAP_APPFONT( RECOV_CONTROLWIDTH, (RECOV_ROW7-RECOV_ROW2-RSC_SP_CTRL_Y) );
358 Text[ en-US ] = "This error report tool gathers information about how %PRODUCTNAME is working and sends it to The Document Foundation 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 The Document Foundation's privacy policy, visit\nhttp://www.documentfoundation.org/privacy";
360 FixedLine FL_RECOV_BOTTOM
362 Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
363 Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
365 PushButton BTN_RECOV_PREV
367 HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_WELCOME:BTN_RECOV_PREV";
368 Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
369 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
370 Text[ en-US ] = "< ~Back";
372 OKButton BTN_RECOV_NEXT
374 Pos = MAP_APPFONT( RECOV_COL_D, RECOV_ROW9 );
375 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
376 Text[ en-US ] = "~Next >";
379 CancelButton BTN_RECOV_CANCEL
381 Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
382 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
386 TabPage RID_SVXPAGE_ERR_REP_SEND
388 Size = MAP_APPFONT( ERRSEND_WIDTH, ERRSEND_HEIGHT );
389 HelpId = HID_SVX_TP_ERR_REP_SEND;
393 Window WIN_RECOV_TITLE
395 Pos = MAP_APPFONT( 0 , 0 );
396 Size = MAP_APPFONT( ERRSEND_WIDTH, RECOV_TITLEWINHEIGHT );
398 FixedText FT_RECOV_TITLE
400 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW0 );
401 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
402 Text[ en-US ] = "Sending the Error Report";
404 FixedLine FL_RECOV_TITLE
406 Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
407 Size = MAP_APPFONT( RECOV_WIDTH, 2 );
409 FixedText FT_RECOV_DESCR
411 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW2 );
412 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW3-ERRSEND_ROW2) );
414 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'.";
417 FixedText FT_ERRSEND_DOCTYPE
419 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW4 );
420 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, 2*RSC_CD_FIXEDTEXT_HEIGHT );
422 Text[ en-US ] = "~Which type of document (e.g. presentation) were you using when the error occurred?";
424 Edit ED_ERRSEND_DOCTYPE
426 HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_DOCTYPE";
427 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW5 );
428 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_TEXTBOX_HEIGHT );
431 FixedText FT_ERRSEND_USING
433 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW7 );
434 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_FIXEDTEXT_HEIGHT );
435 Text[ en-US ] = "~How were you using %PRODUCTNAME when the error occurred? (optional)";
437 MultiLineEdit ML_ERRSEND_USING
439 HelpID = "svx:MultiLineEdit:RID_SVXPAGE_ERR_REP_SEND:ML_ERRSEND_USING";
440 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW8 );
441 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, (ERRSEND_ROW12-ERRSEND_ROW8-RSC_SP_CTRL_Y) );
446 PushButton BTN_ERRSEND_SHOWREP
448 HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_SHOWREP";
449 Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW8 );
450 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
451 Text[ en-US ] = "Show ~Report";
453 PushButton BTN_ERRSEND_OPT
455 HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_ERRSEND_OPT";
456 Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW10 );
457 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
458 Text[ en-US ] = "~Options...";
460 CheckBox CB_ERRSEND_CONTACT
462 HelpID = "svx:CheckBox:RID_SVXPAGE_ERR_REP_SEND:CB_ERRSEND_CONTACT";
463 Pos = MAP_APPFONT( ERRSEND_COL0, ERRSEND_ROW12 );
464 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH2, RSC_CD_CHECKBOX_HEIGHT );
466 Text[ en-US ] = "~I allow The Document Foundation to contact me regarding this report.";
468 FixedText FT_ERRSEND_EMAILADDR
470 Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW13 );
471 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
472 Text[ en-US ] = "~Please enter your e-mail address";
474 Edit ED_ERRSEND_EMAILADDR
476 HelpID = "svx:Edit:RID_SVXPAGE_ERR_REP_SEND:ED_ERRSEND_EMAILADDR";
477 Pos = MAP_APPFONT( ERRSEND_COL1, ERRSEND_ROW14 );
478 Size = MAP_APPFONT( ERRSEND_CONTROLWIDTH3, RSC_CD_TEXTBOX_HEIGHT );
481 FixedLine FL_RECOV_BOTTOM
483 Pos = MAP_APPFONT( 0 , ERRSEND_ROW15 );
484 Size = MAP_APPFONT( ERRSEND_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
486 PushButton BTN_RECOV_PREV
488 HelpID = "svx:PushButton:RID_SVXPAGE_ERR_REP_SEND:BTN_RECOV_PREV";
489 Pos = MAP_APPFONT( ERRSEND_COL5, ERRSEND_ROW16 );
490 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
491 Text[ en-US ] = "< ~Back";
493 OKButton BTN_RECOV_NEXT
495 Pos = MAP_APPFONT( ERRSEND_COL6, ERRSEND_ROW16 );
496 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
497 Text[ en-US ] = "S~end";
500 CancelButton BTN_RECOV_CANCEL
502 Pos = MAP_APPFONT( ERRSEND_COL3, ERRSEND_ROW16 );
503 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
504 Text[ en-US ] = "Do ~Not Send";
508 ModalDialog RID_SVX_MDLG_ERR_REP_OPTIONS
510 Size = MAP_APPFONT( ERROPT_WIDTH, ERROPT_HEIGHT );
511 HelpId = HID_SVX_MDLG_ERR_REP_OPTIONS;
515 Text[ en-US ] = "Options";
517 FixedLine FL_ERROPT_PROXY
519 Pos = MAP_APPFONT( ERROPT_COLA, ERROPT_ROW0 );
520 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLA, RSC_CD_FIXEDLINE_HEIGHT );
521 Text[ en-US ] = "Proxy settings";
524 RadioButton BTN_ERROPT_SYSTEM
526 HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_SYSTEM";
527 Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW1 );
528 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
529 Text[ en-US ] = "Use ~system settings";
532 RadioButton BTN_ERROPT_DIRECT
534 HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_DIRECT";
535 Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW2 );
536 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
537 Text[ en-US ] = "Use ~direct connection to the Internet";
540 RadioButton BTN_ERROPT_MANUAL
542 HelpID = "svx:RadioButton:RID_SVX_MDLG_ERR_REP_OPTIONS:BTN_ERROPT_MANUAL";
543 Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW3 );
544 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, RSC_CD_RADIOBUTTON_HEIGHT );
545 Text[ en-US ] = "Use ~manual settings";
548 FixedText FT_ERROPT_PROXYSERVER
550 Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW4 );
551 Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
552 Text[ en-US ] = "HT~TP Proxy";
555 Edit ED_ERROPT_PROXYSERVER
557 HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYSERVER";
558 Pos = MAP_APPFONT( ERROPT_COLC, ERROPT_ROW5 );
559 Size = MAP_APPFONT( ERROPT_SERVER_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
563 FixedText FT_ERROPT_PROXYPORT
565 Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW4 );
566 Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
567 Text[ en-US ] = "~Port";
570 Edit ED_ERROPT_PROXYPORT
572 HelpID = "svx:Edit:RID_SVX_MDLG_ERR_REP_OPTIONS:ED_ERROPT_PROXYPORT";
573 Pos = MAP_APPFONT( ERROPT_COLC + ERROPT_SERVER_WIDTH + RSC_SP_CTRL_GROUP_X, ERROPT_ROW5 );
574 Size = MAP_APPFONT( ERROPT_PORT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
578 FixedText FT_ERROPT_DESCRIPTION
580 Pos = MAP_APPFONT( ERROPT_COLB, ERROPT_ROW6 );
581 Size = MAP_APPFONT( ERROPT_COLF - ERROPT_COLB, ERROPT_ROW7 - ERROPT_ROW6 );
583 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.";
586 FixedLine FL_ERROPT_BUTTONS
588 Pos = MAP_APPFONT( 0, ERROPT_ROW8 );
589 Size = MAP_APPFONT( ERROPT_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
592 OKButton BTN_ERROPT_OK
594 Pos = MAP_APPFONT( ERROPT_COLD, ERROPT_ROW9 );
595 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
599 CancelButton BTN_ERROPT_CANCEL
601 Pos = MAP_APPFONT( ERROPT_COLE, ERROPT_ROW9 );
602 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
607 ModalDialog RID_SVX_MDLG_ERR_REP_PREVIEW
609 Size = MAP_APPFONT( ERRPREVIEW_WIDTH, ERRPREVIEW_HEIGHT );
610 HelpId = HID_SVX_MDLG_ERR_REP_PREVIEW;
615 Text[ en-US ] = "Error Report";
617 MultiLineEdit ML_ERRPREVIEW_CONTENT
619 HelpID = "svx:MultiLineEdit:RID_SVX_MDLG_ERR_REP_PREVIEW:ML_ERRPREVIEW_CONTENT";
620 Pos = MAP_APPFONT( ERRPREVIEW_COLA, ERRPREVIEW_ROW0 );
621 Size = MAP_APPFONT( ERRPREVIEW_COLC - ERRPREVIEW_COLA, ERRPREVIEW_ROW1 - ERRPREVIEW_ROW0 );
628 OKButton BTN_ERRPREVIEW_OK
630 Pos = MAP_APPFONT( ERRPREVIEW_COLB, ERRPREVIEW_ROW2 );
631 Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
636 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */