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