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 "treeopt.hrc" 29*cdf0e10cSrcweir#include <cuires.hrc> 30*cdf0e10cSrcweir#include "helpid.hrc" 31*cdf0e10cSrcweir#include <svx/dialogs.hrc> 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir#define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; } 34*cdf0e10cSrcweir 35*cdf0e10cSrcweirModalDialog RID_OFADLG_OPTIONS_TREE 36*cdf0e10cSrcweir{ 37*cdf0e10cSrcweir HelpID = HID_OFADLG_OPTIONS_TREE; 38*cdf0e10cSrcweir Moveable = TRUE ; 39*cdf0e10cSrcweir OutputSize = TRUE ; 40*cdf0e10cSrcweir SVLook = TRUE ; 41*cdf0e10cSrcweir 42*cdf0e10cSrcweir Size = MAP_APPFONT ( COL_12 , ROW_5 ) ; 43*cdf0e10cSrcweir Text [ en-US ] = "Options"; 44*cdf0e10cSrcweir 45*cdf0e10cSrcweir OKButton PB_OK 46*cdf0e10cSrcweir { 47*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_4, ROW_3 ) ; 48*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 49*cdf0e10cSrcweir TabStop = TRUE ; 50*cdf0e10cSrcweir DefButton = TRUE; 51*cdf0e10cSrcweir }; 52*cdf0e10cSrcweir CancelButton PB_CANCEL 53*cdf0e10cSrcweir { 54*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_6, ROW_3 ) ; 55*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 56*cdf0e10cSrcweir TabStop = TRUE ; 57*cdf0e10cSrcweir }; 58*cdf0e10cSrcweir HelpButton PB_HELP 59*cdf0e10cSrcweir { 60*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_8, ROW_3 ) ; 61*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 62*cdf0e10cSrcweir TabStop = TRUE ; 63*cdf0e10cSrcweir }; 64*cdf0e10cSrcweir PushButton PB_BACK 65*cdf0e10cSrcweir { 66*cdf0e10cSrcweir HelpID = "cui:PushButton:RID_OFADLG_OPTIONS_TREE:PB_BACK"; 67*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_10, ROW_3 ) ; 68*cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; 69*cdf0e10cSrcweir TabStop = TRUE ; 70*cdf0e10cSrcweir Text [ en-US ] = "~Back" ; 71*cdf0e10cSrcweir }; 72*cdf0e10cSrcweir //TreeListBox 73*cdf0e10cSrcweir Control TLB_PAGES 74*cdf0e10cSrcweir { 75*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_1, ROW_1 ) ; 76*cdf0e10cSrcweir Size = MAP_APPFONT ( (COL_2-COL_1), (ROW_4-ROW_1) ); 77*cdf0e10cSrcweir TabStop = TRUE ; 78*cdf0e10cSrcweir Border = TRUE; 79*cdf0e10cSrcweir }; 80*cdf0e10cSrcweir Control FB_BORDER 81*cdf0e10cSrcweir { 82*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_3, ROW_1 ) ; 83*cdf0e10cSrcweir Size = MAP_APPFONT ( WIDTH_PAGEFRAME, HEIGHT_PAGEFRAME ) ; 84*cdf0e10cSrcweir Hide = TRUE; 85*cdf0e10cSrcweir }; 86*cdf0e10cSrcweir FixedImage IMG_HELP 87*cdf0e10cSrcweir { 88*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_3_1, ROW_1_1 ) ; 89*cdf0e10cSrcweir Size = MAP_APPFONT ( WIDTH_IMG_HELP, HEIGHT_IMG_HELP ) ; 90*cdf0e10cSrcweir Hide = TRUE; 91*cdf0e10cSrcweir }; 92*cdf0e10cSrcweir FixedText FT_PAGE_TITLE 93*cdf0e10cSrcweir { 94*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_3_3, ROW_1_2 ) ; 95*cdf0e10cSrcweir Size = MAP_APPFONT ( (COL_3_5-COL_3_3), 15 ) ; 96*cdf0e10cSrcweir Hide = TRUE; 97*cdf0e10cSrcweir }; 98*cdf0e10cSrcweir FixedLine FL_LINE_1 99*cdf0e10cSrcweir { 100*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_3_1 , ROW_1_3 ) ; 101*cdf0e10cSrcweir Size = MAP_APPFONT ( (COL_3_5-COL_3_1), 1 ) ; 102*cdf0e10cSrcweir Comment = "Trennlinie" ; 103*cdf0e10cSrcweir Hide = TRUE; 104*cdf0e10cSrcweir }; 105*cdf0e10cSrcweir FixedText FT_HELPTEXT 106*cdf0e10cSrcweir { 107*cdf0e10cSrcweir Pos = MAP_APPFONT ( COL_3_3, ROW_1_4 ) ; 108*cdf0e10cSrcweir Size = MAP_APPFONT ( (COL_3_5-COL_3_3), (HEIGHT_PAGEFRAME-ROW_1_4-1) ) ; 109*cdf0e10cSrcweir WordBreak = TRUE; 110*cdf0e10cSrcweir Hide = TRUE; 111*cdf0e10cSrcweir }; 112*cdf0e10cSrcweir String ST_LOAD_ERROR 113*cdf0e10cSrcweir { 114*cdf0e10cSrcweir Text [ en-US ] = "The selected module could not be loaded."; 115*cdf0e10cSrcweir }; 116*cdf0e10cSrcweir StringArray STR_HELPTEXTS 117*cdf0e10cSrcweir { 118*cdf0e10cSrcweir ItemList [ en-US ] = 119*cdf0e10cSrcweir { 120*cdf0e10cSrcweir < "This dialog is used to define general settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when saving documents, and paths to important files. These settings will be saved automatically and used in later sessions as well."; SID_GENERAL_OPTIONS; > ; 121*cdf0e10cSrcweir < "This is where you make settings concerning language and writing aids for your work with %PRODUCTNAME."; SID_LANGUAGE_OPTIONS; > ; 122*cdf0e10cSrcweir < "This is where you configure %PRODUCTNAME for the Internet. You can define search engines or save your proxy settings." ; SID_INET_DLG; > ; 123*cdf0e10cSrcweir < "This is where you specify various settings for text documents. These settings determine how your text documents are handled in %PRODUCTNAME and are valid for all new %PRODUCTNAME Writer documents. You can also define a few settings for the active text document if you save it afterwards." ; SID_SW_EDITOPTIONS; > ; 124*cdf0e10cSrcweir < "This is where you define the basic settings for %PRODUCTNAME documents in HTML format. For example, you decide which contents should be displayed on the screen or printed, how the pages are scrolled on the screen, in which color keywords are highlighted in the source text and much more." ; SID_SW_ONLINEOPTIONS; > ; 125*cdf0e10cSrcweir < "This is where you define various global settings for spreadsheets. For example, you can define which contents should be displayed and in which direction the cursor will move after you enter data in a cell. You also define sort lists, the number of the decimal places displayed, etc." ; SID_SC_EDITOPTIONS; > ; 126*cdf0e10cSrcweir < "This is where you define the settings that apply to all newly saved presentations. Among other things, you decide which contents are displayed on the slides, which default unit of measure is used, if and how grid alignment is used, and if notes and handouts are always printed." ; SID_SD_EDITOPTIONS; > ; 127*cdf0e10cSrcweir < "This is where you define the settings for drawing documents. Among other things, you determine which contents are displayed on the pages, which scale is used, if and how grid alignment is used, and which contents are printed by default." ; SID_SD_GRAPHIC_OPTIONS; > ; 128*cdf0e10cSrcweir < "This is where you select the print format and print options for all newly saved formula documents. These options take effect when you want to print a formula directly from %PRODUCTNAME Math." ; SID_SM_EDITOPTIONS; > ; 129*cdf0e10cSrcweir < "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors you want for all new charts." ; SID_SCH_EDITOPTIONS; > ; 130*cdf0e10cSrcweir < "This is where you define general settings for accessing external data sources."; SID_SB_STARBASEOPTIONS; > ; 131*cdf0e10cSrcweir < "This is where you define general settings for opening and saving documents in external formats. You can control the behavior of macros or OLE objects in Microsoft Office documents or define settings for HTML documents." ; SID_FILTER_DLG; > ; 132*cdf0e10cSrcweir }; 133*cdf0e10cSrcweir }; 134*cdf0e10cSrcweir Bitmap BMP_ROOT_CLOSED 135*cdf0e10cSrcweir { 136*cdf0e10cSrcweir File = "plus.bmp" ; 137*cdf0e10cSrcweir }; 138*cdf0e10cSrcweir Bitmap BMP_ROOT_OPENED 139*cdf0e10cSrcweir { 140*cdf0e10cSrcweir File = "minus.bmp" ; 141*cdf0e10cSrcweir }; 142*cdf0e10cSrcweir}; 143*cdf0e10cSrcweir 144*cdf0e10cSrcweirResource RID_OFADLG_OPTIONS_TREE_PAGES 145*cdf0e10cSrcweir{ 146*cdf0e10cSrcweir StringArray SID_GENERAL_OPTIONS 147*cdf0e10cSrcweir { 148*cdf0e10cSrcweir ItemList [ en-US ] = 149*cdf0e10cSrcweir { 150*cdf0e10cSrcweir < "%PRODUCTNAME" ; 0; > ; 151*cdf0e10cSrcweir < "User Data" ; RID_SFXPAGE_GENERAL; > ; 152*cdf0e10cSrcweir < "General" ; OFA_TP_MISC; > ; 153*cdf0e10cSrcweir < "Memory" ; OFA_TP_MEMORY; > ; 154*cdf0e10cSrcweir < "View" ; OFA_TP_VIEW ; > ; 155*cdf0e10cSrcweir < "Print" ; RID_SFXPAGE_PRINTOPTIONS; > ; 156*cdf0e10cSrcweir < "Paths" ; RID_SFXPAGE_PATH; > ; 157*cdf0e10cSrcweir < "Colors" ; RID_SVXPAGE_COLOR; > ; 158*cdf0e10cSrcweir < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ; 159*cdf0e10cSrcweir < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ; 160*cdf0e10cSrcweir < "Appearance" ; RID_SVXPAGE_COLORCONFIG ; > ; 161*cdf0e10cSrcweir < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ; 162*cdf0e10cSrcweir < "Java" ; RID_SVXPAGE_OPTIONS_JAVA ; > ; 163*cdf0e10cSrcweir < "Network Identity" ; RID_SVXPAGE_SSO ; > ; 164*cdf0e10cSrcweir < "Online Update" ; RID_SVXPAGE_ONLINEUPDATE ; > ; 165*cdf0e10cSrcweir < "" ; RID_SVXPAGE_IMPROVEMENT ; > ; 166*cdf0e10cSrcweir }; 167*cdf0e10cSrcweir }; 168*cdf0e10cSrcweir StringArray SID_LANGUAGE_OPTIONS 169*cdf0e10cSrcweir { 170*cdf0e10cSrcweir ItemList [ en-US ] = 171*cdf0e10cSrcweir { 172*cdf0e10cSrcweir < "Language Settings" ; 0; > ; 173*cdf0e10cSrcweir < "Languages"; OFA_TP_LANGUAGES; > ; 174*cdf0e10cSrcweir < "Writing Aids" ; RID_SFXPAGE_LINGU; > ; 175*cdf0e10cSrcweir < "Searching in Japanese" ; RID_SVXPAGE_JSEARCH_OPTIONS; > ; 176*cdf0e10cSrcweir < "Asian Layout" ; RID_SVXPAGE_ASIAN_LAYOUT; > ; 177*cdf0e10cSrcweir < "Complex Text Layout" ; RID_SVXPAGE_OPTIONS_CTL; >; 178*cdf0e10cSrcweir }; 179*cdf0e10cSrcweir }; 180*cdf0e10cSrcweir StringArray SID_INET_DLG 181*cdf0e10cSrcweir { 182*cdf0e10cSrcweir //modified by jmeng begin 183*cdf0e10cSrcweir ItemList [ en-US ] = 184*cdf0e10cSrcweir { 185*cdf0e10cSrcweir < "Internet" ; 0; > ; 186*cdf0e10cSrcweir < "Proxy" ; RID_SVXPAGE_INET_PROXY; > ; 187*cdf0e10cSrcweir < "Search" ; RID_SVXPAGE_INET_SEARCH; > ; 188*cdf0e10cSrcweir < "E-mail" ; RID_SVXPAGE_INET_MAIL; > ; 189*cdf0e10cSrcweir < "Browser Plug-in" ; RID_SVXPAGE_INET_MOZPLUGIN; > ; 190*cdf0e10cSrcweir }; 191*cdf0e10cSrcweir //modified by jmeng end 192*cdf0e10cSrcweir }; 193*cdf0e10cSrcweir StringArray SID_SW_EDITOPTIONS 194*cdf0e10cSrcweir { 195*cdf0e10cSrcweir ItemList [ en-US ] = 196*cdf0e10cSrcweir { 197*cdf0e10cSrcweir < "%PRODUCTNAME Writer" ; 0; > ; 198*cdf0e10cSrcweir < "General" ; RID_SW_TP_OPTLOAD_PAGE ; > ; 199*cdf0e10cSrcweir < "View" ; RID_SW_TP_CONTENT_OPT ;> ; 200*cdf0e10cSrcweir < "Formatting Aids" ; RID_SW_TP_OPTSHDWCRSR ; > ; 201*cdf0e10cSrcweir < "Grid" ; RID_SVXPAGE_GRID ; > ; 202*cdf0e10cSrcweir < "Basic Fonts (Western)" ;RID_SW_TP_STD_FONT ; > ; 203*cdf0e10cSrcweir < "Basic Fonts (Asian)" ;RID_SW_TP_STD_FONT_CJK ; > ; 204*cdf0e10cSrcweir < "Basic Fonts (CTL)" ; RID_SW_TP_STD_FONT_CTL ; > ; 205*cdf0e10cSrcweir < "Print" ; RID_SW_TP_OPTPRINT_PAGE ; > ; 206*cdf0e10cSrcweir < "Table" ; RID_SW_TP_OPTTABLE_PAGE ; > ; 207*cdf0e10cSrcweir < "Changes" ; RID_SW_TP_REDLINE_OPT ; > ; 208*cdf0e10cSrcweir < "Compatibility" ; RID_SW_TP_OPTCOMPATIBILITY_PAGE ; > ; 209*cdf0e10cSrcweir < "AutoCaption" ; RID_SW_TP_OPTCAPTION_PAGE ; > ; 210*cdf0e10cSrcweir < "Mail Merge E-mail" ; RID_SW_TP_MAILCONFIG ; >; 211*cdf0e10cSrcweir }; 212*cdf0e10cSrcweir }; 213*cdf0e10cSrcweir StringArray SID_SW_ONLINEOPTIONS 214*cdf0e10cSrcweir { 215*cdf0e10cSrcweir ItemList [ en-US ] = 216*cdf0e10cSrcweir { 217*cdf0e10cSrcweir < "%PRODUCTNAME Writer/Web" ; 0; > ; 218*cdf0e10cSrcweir < "View" ; RID_SW_TP_HTML_CONTENT_OPT ;> ; 219*cdf0e10cSrcweir < "Formatting Aids" ; RID_SW_TP_HTML_OPTSHDWCRSR ; > ; 220*cdf0e10cSrcweir < "Grid" ; RID_SW_TP_HTML_OPTGRID_PAGE ; > ; 221*cdf0e10cSrcweir < "Print" ; RID_SW_TP_HTML_OPTPRINT_PAGE ; > ; 222*cdf0e10cSrcweir < "Table" ; RID_SW_TP_HTML_OPTTABLE_PAGE ; > ; 223*cdf0e10cSrcweir < "Background" ; RID_SW_TP_BACKGROUND ; > ; 224*cdf0e10cSrcweir }; 225*cdf0e10cSrcweir }; 226*cdf0e10cSrcweir StringArray SID_SM_EDITOPTIONS 227*cdf0e10cSrcweir { 228*cdf0e10cSrcweir ItemList [ en-US ] = 229*cdf0e10cSrcweir { 230*cdf0e10cSrcweir < "%PRODUCTNAME Math" ; 0; > ; 231*cdf0e10cSrcweir < "Settings" ; SID_SM_TP_PRINTOPTIONS;> ; 232*cdf0e10cSrcweir }; 233*cdf0e10cSrcweir }; 234*cdf0e10cSrcweir StringArray SID_SC_EDITOPTIONS 235*cdf0e10cSrcweir { 236*cdf0e10cSrcweir ItemList [ en-US ] = 237*cdf0e10cSrcweir { 238*cdf0e10cSrcweir < "%PRODUCTNAME Calc" ; 0; > ; 239*cdf0e10cSrcweir < "General" ; SID_SC_TP_LAYOUT ;> ; 240*cdf0e10cSrcweir < "View" ; SID_SC_TP_CONTENT ;> ; 241*cdf0e10cSrcweir < "International" ; RID_OFA_TP_INTERNATIONAL ;> ; 242*cdf0e10cSrcweir < "Calculate" ; SID_SC_TP_CALC ;> ; 243*cdf0e10cSrcweir < "Sort Lists" ; SID_SC_TP_USERLISTS ;> ; 244*cdf0e10cSrcweir < "Changes" ; SID_SC_TP_CHANGES ;> ; 245*cdf0e10cSrcweir < "Grid" ; SID_SC_TP_GRID ;> ; 246*cdf0e10cSrcweir < "Print" ; RID_SC_TP_PRINT ;> ; 247*cdf0e10cSrcweir }; 248*cdf0e10cSrcweir }; 249*cdf0e10cSrcweir StringArray SID_SD_EDITOPTIONS 250*cdf0e10cSrcweir { 251*cdf0e10cSrcweir ItemList [ en-US ] = 252*cdf0e10cSrcweir { 253*cdf0e10cSrcweir < "%PRODUCTNAME Impress" ; 0; > ; 254*cdf0e10cSrcweir < "General"; SID_SI_TP_MISC ; > ; 255*cdf0e10cSrcweir < "View" ; SID_SI_TP_CONTENTS ; > ; 256*cdf0e10cSrcweir < "Grid" ; SID_SI_TP_SNAP ; > ; 257*cdf0e10cSrcweir < "Print" ; SID_SI_TP_PRINT ; > ; 258*cdf0e10cSrcweir }; 259*cdf0e10cSrcweir }; 260*cdf0e10cSrcweir StringArray SID_SD_GRAPHIC_OPTIONS 261*cdf0e10cSrcweir { 262*cdf0e10cSrcweir ItemList [ en-US ] = 263*cdf0e10cSrcweir { 264*cdf0e10cSrcweir < "%PRODUCTNAME Draw" ; 0; > ; 265*cdf0e10cSrcweir < "General" ; SID_SD_TP_MISC ; > ; 266*cdf0e10cSrcweir < "View" ; SID_SD_TP_CONTENTS ; > ; 267*cdf0e10cSrcweir < "Grid" ; SID_SD_TP_SNAP ; > ; 268*cdf0e10cSrcweir < "Print" ; SID_SD_TP_PRINT ; > ; 269*cdf0e10cSrcweir }; 270*cdf0e10cSrcweir }; 271*cdf0e10cSrcweir StringArray SID_SCH_EDITOPTIONS 272*cdf0e10cSrcweir { 273*cdf0e10cSrcweir ItemList [ en-US ] = 274*cdf0e10cSrcweir { 275*cdf0e10cSrcweir < "Charts" ; 0; > ; 276*cdf0e10cSrcweir < "Default Colors" ; RID_OPTPAGE_CHART_DEFCOLORS ; > ; 277*cdf0e10cSrcweir }; 278*cdf0e10cSrcweir }; 279*cdf0e10cSrcweir StringArray SID_FILTER_DLG 280*cdf0e10cSrcweir { 281*cdf0e10cSrcweir ItemList [ en-US ] = 282*cdf0e10cSrcweir { 283*cdf0e10cSrcweir < "Load/Save" ; 0; > ; 284*cdf0e10cSrcweir < "General" ; RID_SFXPAGE_SAVE; > ; 285*cdf0e10cSrcweir < "VBA Properties" ; SID_OPTFILTER_MSOFFICE; > ; 286*cdf0e10cSrcweir < "Microsoft Office" ; RID_OFAPAGE_MSFILTEROPT2; > ; 287*cdf0e10cSrcweir < "HTML Compatibility" ; RID_OFAPAGE_HTMLOPT ; > ; 288*cdf0e10cSrcweir }; 289*cdf0e10cSrcweir }; 290*cdf0e10cSrcweir StringArray SID_SB_STARBASEOPTIONS 291*cdf0e10cSrcweir { 292*cdf0e10cSrcweir ItemList [ en-US ] = 293*cdf0e10cSrcweir { 294*cdf0e10cSrcweir < "%PRODUCTNAME Base" ; 0; > ; 295*cdf0e10cSrcweir < "Connections" ; SID_SB_CONNECTIONPOOLING; > ; 296*cdf0e10cSrcweir < "Databases" ; SID_SB_DBREGISTEROPTIONS; > ; 297*cdf0e10cSrcweir }; 298*cdf0e10cSrcweir }; 299*cdf0e10cSrcweir}; 300*cdf0e10cSrcweirString RID_RIDER_SLL_SITE 301*cdf0e10cSrcweir{ 302*cdf0e10cSrcweir Text [ en-US ] = "Site certificates" ; 303*cdf0e10cSrcweir}; 304*cdf0e10cSrcweirString RID_RIDER_SLL_PERSONAL 305*cdf0e10cSrcweir{ 306*cdf0e10cSrcweir Text [ en-US ] = "Personal certificates" ; 307*cdf0e10cSrcweir}; 308*cdf0e10cSrcweir 309*cdf0e10cSrcweir#define MASK_COL MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ; 310*cdf0e10cSrcweir#define IMGLST_IDLST \ 311*cdf0e10cSrcweir IdList = { \ 312*cdf0e10cSrcweir SID_GENERAL_OPTIONS; \ 313*cdf0e10cSrcweir SID_LANGUAGE_OPTIONS; \ 314*cdf0e10cSrcweir SID_INET_DLG; \ 315*cdf0e10cSrcweir SID_SW_EDITOPTIONS; \ 316*cdf0e10cSrcweir SID_SW_ONLINEOPTIONS; \ 317*cdf0e10cSrcweir SID_SC_EDITOPTIONS; \ 318*cdf0e10cSrcweir SID_SD_EDITOPTIONS; \ 319*cdf0e10cSrcweir SID_SD_GRAPHIC_OPTIONS; \ 320*cdf0e10cSrcweir SID_SM_EDITOPTIONS; \ 321*cdf0e10cSrcweir SID_SCH_EDITOPTIONS; \ 322*cdf0e10cSrcweir SID_SB_STARBASEOPTIONS; \ 323*cdf0e10cSrcweir SID_FILTER_DLG; \ 324*cdf0e10cSrcweir }; \ 325*cdf0e10cSrcweir IdCount = { \ 326*cdf0e10cSrcweir 12; \ 327*cdf0e10cSrcweir }; 328*cdf0e10cSrcweir 329*cdf0e10cSrcweirImageList RID_IMGLIST_TREEOPT 330*cdf0e10cSrcweir{ 331*cdf0e10cSrcweir Prefix = "tr"; 332*cdf0e10cSrcweir MASK_COL 333*cdf0e10cSrcweir IMGLST_IDLST 334*cdf0e10cSrcweir}; 335*cdf0e10cSrcweir 336*cdf0e10cSrcweirImageList RID_IMGLIST_TREEOPT_HC 337*cdf0e10cSrcweir{ 338*cdf0e10cSrcweir Prefix = "trh"; 339*cdf0e10cSrcweir MASK_COL 340*cdf0e10cSrcweir IMGLST_IDLST 341*cdf0e10cSrcweir}; 342*cdf0e10cSrcweir 343