1766ce4d0SZheng Fan/************************************************************** 271183648SMatthias Seidel * 3766ce4d0SZheng Fan * Licensed to the Apache Software Foundation (ASF) under one 4766ce4d0SZheng Fan * or more contributor license agreements. See the NOTICE file 5766ce4d0SZheng Fan * distributed with this work for additional information 6766ce4d0SZheng Fan * regarding copyright ownership. The ASF licenses this file 7766ce4d0SZheng Fan * to you under the Apache License, Version 2.0 (the 8766ce4d0SZheng Fan * "License"); you may not use this file except in compliance 9766ce4d0SZheng Fan * with the License. You may obtain a copy of the License at 1071183648SMatthias Seidel * 11766ce4d0SZheng Fan * http://www.apache.org/licenses/LICENSE-2.0 1271183648SMatthias Seidel * 13766ce4d0SZheng Fan * Unless required by applicable law or agreed to in writing, 14766ce4d0SZheng Fan * software distributed under the License is distributed on an 15766ce4d0SZheng Fan * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16766ce4d0SZheng Fan * KIND, either express or implied. See the License for the 17766ce4d0SZheng Fan * specific language governing permissions and limitations 18766ce4d0SZheng Fan * under the License. 1971183648SMatthias Seidel * 20766ce4d0SZheng Fan *************************************************************/ 21766ce4d0SZheng Fan 2271183648SMatthias Seidel 2371183648SMatthias Seidel 24766ce4d0SZheng Fan#include "ParaPropertyPanel.hrc" 25d29c2fc2SAndre Fischer#include <sfx2/sidebar/ResourceDefinitions.hrc> 26766ce4d0SZheng Fan#include "helpid.hrc" 27766ce4d0SZheng Fan 28*c9d338dbSmseidel#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; 29766ce4d0SZheng Fan 3071183648SMatthias Seidel#define SVX_PROPERTYPANEL_PARA_VERT_IDLIST \ 3171183648SMatthias Seidel IdList = \ 3271183648SMatthias Seidel { \ 3371183648SMatthias Seidel IID_VERT_TOP ; \ 3471183648SMatthias Seidel IID_VERT_CENTER ; \ 3571183648SMatthias Seidel IID_VERT_BOTTOM ; \ 3671183648SMatthias Seidel }; \ 37766ce4d0SZheng Fan IdCount = { 3 ; }; 38766ce4d0SZheng Fan 3971183648SMatthias Seidel#define SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST \ 4071183648SMatthias Seidel IdList = \ 4171183648SMatthias Seidel { \ 4271183648SMatthias Seidel IID_BULLET ; \ 4371183648SMatthias Seidel IID_NUMBER ; \ 4471183648SMatthias Seidel }; \ 45766ce4d0SZheng Fan IdCount = { 2 ; }; 46766ce4d0SZheng Fan 4771183648SMatthias Seidel// add by wj for sym2_7380 4871183648SMatthias Seidel#define SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST_RTL \ 4971183648SMatthias Seidel IdList = \ 5071183648SMatthias Seidel { \ 5171183648SMatthias Seidel IID_BULLET ; \ 5271183648SMatthias Seidel IID_NUMBER ; \ 5371183648SMatthias Seidel }; \ 54766ce4d0SZheng Fan IdCount = { 2 ; }; 5571183648SMatthias Seidel 56766ce4d0SZheng FanControl RID_SIDEBAR_PARA_PANEL 57766ce4d0SZheng Fan{ 5871183648SMatthias Seidel OutputSize = TRUE ; 5971183648SMatthias Seidel DialogControl = TRUE ; 6071183648SMatthias Seidel Border = FALSE ; 6171183648SMatthias Seidel Size = MAP_APPFONT ( PROPERTYPAGE_WIDTH, PARA_SECTIONPAGE_HEIGHT ) ; 62766ce4d0SZheng Fan HelpID = HID_PROPERTYPANEL_PARA_SECTION ; 6371183648SMatthias Seidel Text = "Paragraph" ; 64766ce4d0SZheng Fan 65766ce4d0SZheng Fan ToolBox TBX_HORIZONTALALIGNMENT 66766ce4d0SZheng Fan { 6771183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_HORI_ALIGN_X, TBX_HORI_ALIGN_Y ) ; 68*c9d338dbSmseidel Size = MAP_APPFONT ( ALIGNMENT_TBX_WIDTH*4, ALIGNMENT_TBX_HEIGHT) ; 69766ce4d0SZheng Fan SVLook = TRUE ; 70766ce4d0SZheng Fan Border = FALSE ; 7171183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBX_HALIGN ; 7271183648SMatthias Seidel Text = "Horizontal Alignment" ; 73766ce4d0SZheng Fan ItemList = 74766ce4d0SZheng Fan { 75766ce4d0SZheng Fan ToolBoxItem 76766ce4d0SZheng Fan { 77766ce4d0SZheng Fan Identifier = BT_SUBSTLEFT ; 7871183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_HALIGN_LEFT ; 79766ce4d0SZheng Fan Text [ en-US ] = "Align Left" ; 80766ce4d0SZheng Fan }; 81766ce4d0SZheng Fan ToolBoxItem 82766ce4d0SZheng Fan { 83766ce4d0SZheng Fan Identifier = BT_SUBSTCENTER ; 8471183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_HALIGN_CENTER ; 85766ce4d0SZheng Fan Text [ en-US ] = "Align Center" ; 86766ce4d0SZheng Fan }; 87766ce4d0SZheng Fan ToolBoxItem 88766ce4d0SZheng Fan { 89766ce4d0SZheng Fan Identifier = BT_SUBSTRIGHT ; 9071183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_HALIGN_RIGHT ; 91766ce4d0SZheng Fan Text [ en-US ] = "Align Right" ; 92766ce4d0SZheng Fan }; 93766ce4d0SZheng Fan ToolBoxItem 94766ce4d0SZheng Fan { 95766ce4d0SZheng Fan Identifier = BT_SUBSTJUSTIFY ; 9671183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_HALIGN_JUSTIFY ; 97766ce4d0SZheng Fan Text [ en-US ] = "Align Justified" ; 98766ce4d0SZheng Fan }; 99766ce4d0SZheng Fan }; 100766ce4d0SZheng Fan }; 101766ce4d0SZheng Fan ToolBox TBX_VERT_ALIGN 102766ce4d0SZheng Fan { 10371183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBX_VALIGN ; 104766ce4d0SZheng Fan SVLook = TRUE ; 105766ce4d0SZheng Fan Border = FALSE ; 10671183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_VERT_ALIGN_X, TBX_VERT_ALIGN_Y ) ; 10771183648SMatthias Seidel Size = MAP_APPFONT ( TOOLBOX_ITEM_WIDTH * 3, TOOLBOX_ITEM_HEIGHT) ; 108766ce4d0SZheng Fan TabStop = TRUE ; 10971183648SMatthias Seidel Text = "Vertical Alignment" ; 110766ce4d0SZheng Fan ItemList = 111766ce4d0SZheng Fan { 112766ce4d0SZheng Fan ToolBoxItem 113766ce4d0SZheng Fan { 114766ce4d0SZheng Fan Identifier = IID_VERT_TOP ; 11571183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_VALIGN_TOP ; 116766ce4d0SZheng Fan Text [ en-US ] = "Align Top" ; 117766ce4d0SZheng Fan }; 11871183648SMatthias Seidel 119766ce4d0SZheng Fan ToolBoxItem 120766ce4d0SZheng Fan { 121766ce4d0SZheng Fan Identifier = IID_VERT_CENTER ; 12271183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_VALIGN_CENTER ; 123766ce4d0SZheng Fan Text [ en-US ] = "Align Center Vertically" ; 124766ce4d0SZheng Fan }; 12571183648SMatthias Seidel 126766ce4d0SZheng Fan ToolBoxItem 127766ce4d0SZheng Fan { 128766ce4d0SZheng Fan Identifier = IID_VERT_BOTTOM ; 12971183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_VALIGN_BOT ; 130766ce4d0SZheng Fan Text [ en-US ] = "Align Bottom" ; 131766ce4d0SZheng Fan }; 132766ce4d0SZheng Fan }; 133766ce4d0SZheng Fan }; 134766ce4d0SZheng Fan 13571183648SMatthias Seidel ToolBox TBX_NUM_BULLET 136766ce4d0SZheng Fan { 13771183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBX_NUM_BULLET ; 138766ce4d0SZheng Fan Border = FALSE ; 13971183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_NUM_BULLET_X, TBX_NUM_BULLET_Y ) ; 14071183648SMatthias Seidel Size = MAP_APPFONT ( TOOLBOX_ITEM_DD_WIDTH * 2, TOOLBOX_ITEM_HEIGHT) ; 141766ce4d0SZheng Fan TabStop = TRUE ; 14271183648SMatthias Seidel Text = "Bullets and Numbering" ; 143766ce4d0SZheng Fan ItemList = 14471183648SMatthias Seidel { 145766ce4d0SZheng Fan ToolBoxItem 146766ce4d0SZheng Fan { 147766ce4d0SZheng Fan Identifier = IID_BULLET ; 148766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_BULLET ; 149766ce4d0SZheng Fan Text [ en-US ] = "Bullets" ; 150766ce4d0SZheng Fan DropDown = TRUE ; 15171183648SMatthias Seidel }; 152766ce4d0SZheng Fan ToolBoxItem 153766ce4d0SZheng Fan { 154766ce4d0SZheng Fan Identifier = IID_NUMBER ; 155766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_NUM ; 156766ce4d0SZheng Fan Text [ en-US ] = "Numbering" ; 157766ce4d0SZheng Fan DropDown = TRUE ; 158766ce4d0SZheng Fan }; 159766ce4d0SZheng Fan }; 16071183648SMatthias Seidel }; 161766ce4d0SZheng Fan ToolBox TBX_BACK_COLOR 162766ce4d0SZheng Fan { 163766ce4d0SZheng Fan SVLook = TRUE ; 164766ce4d0SZheng Fan Pos = MAP_APPFONT (TBX_BACK_COLOR_X, TBX_BACK_COLOR_Y) ; 165766ce4d0SZheng Fan Size = MAP_APPFONT (TOOLBOX_WIDTH,TOOLBOX_HEIGHT ) ; 166766ce4d0SZheng Fan TabStop = TRUE ; 16771183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBX_BACK_COLOR ; 168766ce4d0SZheng Fan Text = "Paragraph Background Color" ; 169766ce4d0SZheng Fan ItemList = 170766ce4d0SZheng Fan { 171766ce4d0SZheng Fan ToolBoxItem 172766ce4d0SZheng Fan { 173766ce4d0SZheng Fan Identifier = TBI_BACK_COLOR ; 17471183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_BACK_COLOR ; 175766ce4d0SZheng Fan DropDown = TRUE ; 176766ce4d0SZheng Fan Text [ en-US ] = "Paragraph Background Color" ; 177766ce4d0SZheng Fan }; 178766ce4d0SZheng Fan }; 179766ce4d0SZheng Fan }; 180766ce4d0SZheng Fan FixedText FT_SPACING 181766ce4d0SZheng Fan { 18271183648SMatthias Seidel Pos = MAP_APPFONT ( FT_PARA_SPACE_X, FT_PARA_SPACE_Y ) ; 18371183648SMatthias Seidel Size = MAP_APPFONT ( FT_PARA_INDENT_X - 7 - FT_PARA_SPACE_X, _FIXED_TEXT_HEIGHT) ; 18471183648SMatthias Seidel Text [ en-US ] = "~Spacing:" ; 185766ce4d0SZheng Fan }; 186766ce4d0SZheng Fan ToolBox TBX_UL_INC_DEC 187766ce4d0SZheng Fan { 188*c9d338dbSmseidel Pos = MAP_APPFONT ( TBX_PARA_SPACE_INC_DEC_X,TBX_PARA_SPACE_INC_DEC_Y ) ; 18971183648SMatthias Seidel Size = MAP_APPFONT (ALIGNMENT_TBX_WIDTH*2,ALIGNMENT_TBX_HEIGHT) ; 190766ce4d0SZheng Fan SVLook = TRUE ; 191766ce4d0SZheng Fan Border = FALSE ; 192766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBX_INC_DEC ; 19371183648SMatthias Seidel Text = "Spacing" ; 194766ce4d0SZheng Fan ItemList = 195766ce4d0SZheng Fan { 196766ce4d0SZheng Fan ToolBoxItem 197766ce4d0SZheng Fan { 198766ce4d0SZheng Fan Identifier = BT_TBX_UL_INC ; 199766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_INC ; 200766ce4d0SZheng Fan Text [ en-US ] = "Increase Spacing" ; 201e1bac94cSAndre Fischer 20271183648SMatthias Seidel /** The next line should be 20371183648SMatthias Seidel Command = ".uno:ParaspaceIncrease" ; 20471183648SMatthias Seidel The hack is necessary because the ParaspaceIncrease command is only 20571183648SMatthias Seidel defined for Draw/Impress. It has to be defined in 20671183648SMatthias Seidel GenericCommancs.xcu to be recognized. See issue 122446 for more details. 20771183648SMatthias Seidel */ 20871183648SMatthias Seidel Command = "private:graphicrepository/res/commandimagelist/sc_paraspaceincrease.png" ; 209766ce4d0SZheng Fan }; 210766ce4d0SZheng Fan ToolBoxItem 211766ce4d0SZheng Fan { 212766ce4d0SZheng Fan Identifier = BT_TBX_UL_DEC ; 213766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_DEC ; 214766ce4d0SZheng Fan Text [ en-US ] = "Decrease Spacing" ; 21571183648SMatthias Seidel /** See above or issue 122446 why the following line is not 21671183648SMatthias Seidel Command = ".uno:ParaspaceDecrease" ; 21771183648SMatthias Seidel */ 21871183648SMatthias Seidel Command = "private:graphicrepository/res/commandimagelist/sc_paraspacedecrease.png" ; 219766ce4d0SZheng Fan }; 220766ce4d0SZheng Fan }; 221766ce4d0SZheng Fan }; 222766ce4d0SZheng Fan MetricField MF_ABOVE_PARASPACING 223766ce4d0SZheng Fan { 224766ce4d0SZheng Fan HelpID = HID_POPUP_PS_ED_SBINDE_TOPDIST ; 22571183648SMatthias Seidel Border = TRUE ; 22671183648SMatthias Seidel Pos = MAP_APPFONT ( MBX_TOP_DIST_X, MBX_TOP_DIST_Y ) ; 227*c9d338dbSmseidel Size = MAP_APPFONT ( CONTROL_WIDTH -10, MBOX_HEIGHT ) ; 22871183648SMatthias Seidel QuickHelpText [ en-US ] = "Above Paragraph Spacing" ; 22971183648SMatthias Seidel TabStop = TRUE ; 23071183648SMatthias Seidel Repeat = TRUE ; 23171183648SMatthias Seidel Spin = TRUE ; 23271183648SMatthias Seidel Maximum = 999 ; 23371183648SMatthias Seidel Unit = FUNIT_INCH ; 23471183648SMatthias Seidel Last = 999 ; 23571183648SMatthias Seidel SpinSize = 1 ; 236766ce4d0SZheng Fan 237766ce4d0SZheng Fan }; 238766ce4d0SZheng Fan MetricField MF_BELOW_PARASPACING 239766ce4d0SZheng Fan { 24071183648SMatthias Seidel Border = TRUE ; 24171183648SMatthias Seidel Pos = MAP_APPFONT ( MBX_BOT_DIST_X, MBX_BOT_DIST_Y ) ; 24271183648SMatthias Seidel Size = MAP_APPFONT ( CONTROL_WIDTH -10,MBOX_HEIGHT ) ; 24371183648SMatthias Seidel QuickHelpText [ en-US ] = "Below Paragraph Spacing" ; 24471183648SMatthias Seidel HelpID = HID_POPUP_PS_ED_SBINDE_BOTTOMDIST ; 24571183648SMatthias Seidel Repeat = TRUE ; 24671183648SMatthias Seidel Spin = TRUE ; 24771183648SMatthias Seidel Maximum = 999 ; 24871183648SMatthias Seidel Unit = FUNIT_INCH ; 24971183648SMatthias Seidel Last = 999 ; 25071183648SMatthias Seidel SpinSize = 1 ; 251766ce4d0SZheng Fan }; 252766ce4d0SZheng Fan FixedText FT_INDENT 253766ce4d0SZheng Fan { 25471183648SMatthias Seidel Pos = MAP_APPFONT ( FT_PARA_INDENT_X, FT_PARA_INDENT_Y ) ; 25571183648SMatthias Seidel Size = MAP_APPFONT ( _FIXED_TEXT_WIDTH + 50, _FIXED_TEXT_HEIGHT) ; 25671183648SMatthias Seidel Text [ en-US ] = "~Indent:" ; 257766ce4d0SZheng Fan }; 258766ce4d0SZheng Fan ToolBox TBX_INDENT_INC_DEC 259766ce4d0SZheng Fan { 26071183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_PARA_INDENT_INC_DEC_X, TBX_PARA_INDENT_INC_DEC_Y ) ; 26171183648SMatthias Seidel Size = MAP_APPFONT (ALIGNMENT_TBX_WIDTH*2,ALIGNMENT_TBX_HEIGHT) ; 262766ce4d0SZheng Fan SVLook = TRUE ; 263766ce4d0SZheng Fan Border = FALSE ; 264766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBX_INDENT_INC_DEC ; 26571183648SMatthias Seidel Text = "Indent" ; 266766ce4d0SZheng Fan ItemList = 267766ce4d0SZheng Fan { 268766ce4d0SZheng Fan ToolBoxItem 269766ce4d0SZheng Fan { 270766ce4d0SZheng Fan Identifier = BT_TBX_INDENT_DEC ; 271766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENT_DEC ; 272766ce4d0SZheng Fan Text [ en-US ] = "Decrease Indent" ; 273766ce4d0SZheng Fan }; 274766ce4d0SZheng Fan ToolBoxItem 27571183648SMatthias Seidel { 27671183648SMatthias Seidel Identifier = BT_TBX_INDENT_INC ; 27771183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENT_INC ; 27871183648SMatthias Seidel Text [ en-US ] = "Increase Indent" ; 27971183648SMatthias Seidel }; 28071183648SMatthias Seidel ToolBoxItem 281766ce4d0SZheng Fan { 282766ce4d0SZheng Fan Identifier = ID_HANGING_INDENT ; 283766ce4d0SZheng Fan Text [ en-US ] = "Switch to Hanging Indent" ; 284766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENT_HANG ; 285766ce4d0SZheng Fan ItemBitmap = Bitmap 286766ce4d0SZheng Fan { 28771183648SMatthias Seidel File = "symphony/Indent_Hanging.png" ; 288766ce4d0SZheng Fan }; 289766ce4d0SZheng Fan }; 29071183648SMatthias Seidel }; 291766ce4d0SZheng Fan }; 292766ce4d0SZheng Fan ToolBox TBX_INDENT_PRO_DEMOTE 293766ce4d0SZheng Fan { 29471183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_PARA_INDENT_INC_DEC_X, TBX_PARA_INDENT_INC_DEC_Y ) ; 29571183648SMatthias Seidel Size = MAP_APPFONT (ALIGNMENT_TBX_WIDTH*2,ALIGNMENT_TBX_HEIGHT) ; 296766ce4d0SZheng Fan SVLook = TRUE ; 297766ce4d0SZheng Fan Border = FALSE ; 298766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBX_INDENTP_INC_DEC ; 29971183648SMatthias Seidel Text = "Indent" ; 300766ce4d0SZheng Fan ItemList = 301766ce4d0SZheng Fan { 302766ce4d0SZheng Fan ToolBoxItem 303766ce4d0SZheng Fan { 304766ce4d0SZheng Fan Identifier = BT_TBX_INDENT_PROMOTE ; 305766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENTP_INC ; 306766ce4d0SZheng Fan Text [ en-US ] = "Increase Indent" ; 307766ce4d0SZheng Fan }; 308766ce4d0SZheng Fan ToolBoxItem 309766ce4d0SZheng Fan { 310766ce4d0SZheng Fan Identifier = BT_TBX_INDENT_DEMOTE ; 311766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENTP_DEC ; 312766ce4d0SZheng Fan Text [ en-US ] = "Decrease Indent" ; 313766ce4d0SZheng Fan }; 314766ce4d0SZheng Fan ToolBoxItem 315766ce4d0SZheng Fan { 316766ce4d0SZheng Fan Identifier = SD_HANGING_INDENT ; 317766ce4d0SZheng Fan Text [ en-US ] = "Switch to Hanging Indent" ; 31871183648SMatthias Seidel HelpID = HID_PPROPERTYPANEL_PARA_TBI_INDENTP_HANG ; 319766ce4d0SZheng Fan ItemBitmap = Bitmap 320766ce4d0SZheng Fan { 32171183648SMatthias Seidel File = "symphony/Indent_Hanging.png" ; 322766ce4d0SZheng Fan }; 323766ce4d0SZheng Fan }; 32471183648SMatthias Seidel }; 325766ce4d0SZheng Fan }; 326766ce4d0SZheng Fan MetricField MF_BEFORE_INDENT 327766ce4d0SZheng Fan { 328766ce4d0SZheng Fan Border = TRUE ; 32971183648SMatthias Seidel Pos = MAP_APPFONT ( MBX_LEFT_DIST_X, MBX_LEFT_DIST_Y ) ; 33071183648SMatthias Seidel Size = MAP_APPFONT ( CONTROL_WIDTH - 10,MBOX_HEIGHT ) ; 33171183648SMatthias Seidel QuickHelpText [ en-US ] = "Before Text Indent" ; 33271183648SMatthias Seidel HelpID = HID_POPUP_INDENT_ED_INDENT_LEFTINDENT ; 333766ce4d0SZheng Fan Repeat = TRUE ; 334766ce4d0SZheng Fan Spin = TRUE ; 335766ce4d0SZheng Fan Maximum = 9999 ; 336766ce4d0SZheng Fan StrictFormat = TRUE ; 33771183648SMatthias Seidel Unit = FUNIT_INCH ; 338766ce4d0SZheng Fan Last = 9999 ; 339766ce4d0SZheng Fan SpinSize = 2 ; 340766ce4d0SZheng Fan }; 34171183648SMatthias Seidel MetricField MF_AFTER_INDENT 342766ce4d0SZheng Fan { 343766ce4d0SZheng Fan Border = TRUE ; 34471183648SMatthias Seidel Pos = MAP_APPFONT ( MBX_RIGHT_DIST_X, MBX_RIGHT_DIST_Y ) ; 345*c9d338dbSmseidel Size = MAP_APPFONT ( CONTROL_WIDTH -10, MBOX_HEIGHT ) ; 34671183648SMatthias Seidel QuickHelpText [ en-US ] = "After Text Indent" ; 34771183648SMatthias Seidel HelpID = HID_POPUP_INDENT_ED_INDENT_RIGHTINDENT ; 348766ce4d0SZheng Fan Repeat = TRUE ; 349766ce4d0SZheng Fan Spin = TRUE ; 350766ce4d0SZheng Fan Maximum = 9999 ; 351766ce4d0SZheng Fan StrictFormat = TRUE ; 35271183648SMatthias Seidel Unit = FUNIT_INCH ; 353766ce4d0SZheng Fan Last = 9999 ; 354766ce4d0SZheng Fan SpinSize = 2 ; 355766ce4d0SZheng Fan }; 35671183648SMatthias Seidel MetricField MF_FL_INDENT 357766ce4d0SZheng Fan { 358766ce4d0SZheng Fan Border = TRUE ; 35971183648SMatthias Seidel Pos = MAP_APPFONT ( MBX_FLINE_DIST_X, MBX_FLINE_DIST_Y ) ; 360*c9d338dbSmseidel Size = MAP_APPFONT ( CONTROL_WIDTH -10, MBOX_HEIGHT ) ; 36171183648SMatthias Seidel QuickHelpText [ en-US ] = "First Line Indent" ; 36271183648SMatthias Seidel HelpID = HID_POPUP_INDENT_ED_INDENT_FLINDENT ; 363766ce4d0SZheng Fan Repeat = TRUE ; 364766ce4d0SZheng Fan Spin = TRUE ; 36571183648SMatthias Seidel Minimum = -9999 ; 366766ce4d0SZheng Fan Maximum = 9999 ; 36771183648SMatthias Seidel DecimalDigits = 2 ; 36871183648SMatthias Seidel Unit = FUNIT_INCH ; 36971183648SMatthias Seidel First = -9999 ; 370766ce4d0SZheng Fan Last = 9999 ; 371766ce4d0SZheng Fan SpinSize = 2 ; 372766ce4d0SZheng Fan }; 373766ce4d0SZheng Fan ToolBox TBX_LINESP 374766ce4d0SZheng Fan { 37571183648SMatthias Seidel Pos = MAP_APPFONT ( TBX_LINE_SPACE_X, TBX_LINE_SPACE_Y) ; 376766ce4d0SZheng Fan SVLook = TRUE ; 377766ce4d0SZheng Fan Border = FALSE ; 37871183648SMatthias Seidel Size = MAP_APPFONT (TOOLBOX_WIDTH, TOOLBOX_HEIGHT) ; 379766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBX_LINESP ; 380766ce4d0SZheng Fan Text = "Line Spacing" ; 381766ce4d0SZheng Fan ItemList = 382766ce4d0SZheng Fan { 383766ce4d0SZheng Fan ToolBoxItem 384766ce4d0SZheng Fan { 385766ce4d0SZheng Fan Identifier = BT_BTX_LINESP ; 386766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_TBI_LINESP ; 387766ce4d0SZheng Fan Text [ en-US ] = "Line Spacing" ; 388766ce4d0SZheng Fan ItemBitmap = Bitmap 389766ce4d0SZheng Fan { 390766ce4d0SZheng Fan File = "symphony/lpsmall-spacing-1.png" ; 391766ce4d0SZheng Fan }; 39271183648SMatthias Seidel DropDown = TRUE ; 393766ce4d0SZheng Fan }; 394766ce4d0SZheng Fan }; 395766ce4d0SZheng Fan }; 396766ce4d0SZheng Fan FixedImage FI_INDENT1 39771183648SMatthias Seidel { 39871183648SMatthias Seidel Pos = MAP_APPFONT ( IMG_SPACE_X, IMG_SPACE1_Y ) ; 39971183648SMatthias Seidel Size = MAP_APPFONT ( IMAGE_SIZE, IMAGE_SIZE ) ; 40071183648SMatthias Seidel }; 40171183648SMatthias Seidel FixedImage FI_INDENT2 40271183648SMatthias Seidel { 40371183648SMatthias Seidel Pos = MAP_APPFONT ( IMG_SPACE_X, IMG_SPACE2_Y ) ; 40471183648SMatthias Seidel Size = MAP_APPFONT ( IMAGE_SIZE, IMAGE_SIZE ) ; 40571183648SMatthias Seidel }; 40671183648SMatthias Seidel FixedImage FI_INDENT3 40771183648SMatthias Seidel { 40871183648SMatthias Seidel Pos = MAP_APPFONT ( IMG_INDENT_X, IMG_INDENT1_Y ) ; 40971183648SMatthias Seidel Size = MAP_APPFONT ( IMAGE_SIZE, IMAGE_SIZE ) ; 41071183648SMatthias Seidel }; 41171183648SMatthias Seidel FixedImage FI_SPACE1 41271183648SMatthias Seidel { 41371183648SMatthias Seidel Pos = MAP_APPFONT ( IMG_INDENT_X, IMG_INDENT2_Y ) ; 41471183648SMatthias Seidel Size = MAP_APPFONT ( IMAGE_SIZE, IMAGE_SIZE ) ; 41571183648SMatthias Seidel }; 41671183648SMatthias Seidel FixedImage FI_SPACE2 41771183648SMatthias Seidel { 41871183648SMatthias Seidel Pos = MAP_APPFONT ( IMG_INDENT_X, IMG_INDENT3_Y ) ; 41971183648SMatthias Seidel Size = MAP_APPFONT ( IMAGE_SIZE, IMAGE_SIZE ) ; 42071183648SMatthias Seidel }; 42171183648SMatthias Seidel 422766ce4d0SZheng Fan ImageList IL_NUM_BULLET 423766ce4d0SZheng Fan { 42471183648SMatthias Seidel Prefix = "symphony/para_numbullet" ; 425766ce4d0SZheng Fan MaskColor = STD_MASKCOLOR ; 42671183648SMatthias Seidel SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST 42771183648SMatthias Seidel }; 42871183648SMatthias Seidel ImageList ILH_NUM_BULLET 429766ce4d0SZheng Fan { 43071183648SMatthias Seidel Prefix = "symphony/para_numbulleth" ; 431766ce4d0SZheng Fan MaskColor = STD_MASKCOLOR ; 43271183648SMatthias Seidel SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST 43371183648SMatthias Seidel }; 43471183648SMatthias Seidel // for sym2_7380 43571183648SMatthias Seidel ImageList IL_NUM_BULLET_RTL 436766ce4d0SZheng Fan { 43771183648SMatthias Seidel Prefix = "symphony/para_numbullet_rtl" ; 438766ce4d0SZheng Fan MaskColor = STD_MASKCOLOR ; 43971183648SMatthias Seidel SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST_RTL 44071183648SMatthias Seidel }; 44171183648SMatthias Seidel // end 44271183648SMatthias Seidel Image IMG_BACK_COLOR 443766ce4d0SZheng Fan { 444*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/sc_backgroundcolor.png" ;} ; 445766ce4d0SZheng Fan }; 446766ce4d0SZheng Fan Image IMG_BACK_COLOR_H 447766ce4d0SZheng Fan { 448*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/sch_backgroundcolor.png" ;} ; 44971183648SMatthias Seidel }; 45071183648SMatthias Seidel Image IMG_SPACE1 451766ce4d0SZheng Fan { 452*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/spacing1.png" ;} ; 45371183648SMatthias Seidel }; 45471183648SMatthias Seidel Image IMG_SPACE2 45571183648SMatthias Seidel { 456*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/spacing2.png" ;} ; 45771183648SMatthias Seidel }; 458766ce4d0SZheng Fan Image IMG_SPACE3 459766ce4d0SZheng Fan { 460*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/spacing3.png" ;} ; 46171183648SMatthias Seidel }; 46271183648SMatthias Seidel Image IMG_INDENT1 46371183648SMatthias Seidel { 464*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/Indent2.png" ;} ; 46571183648SMatthias Seidel }; 46671183648SMatthias Seidel Image IMG_INDENT2 46771183648SMatthias Seidel { 468*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/Indent3.png" ;} ; 46971183648SMatthias Seidel }; 47071183648SMatthias Seidel Image IMG_INDENT3 47171183648SMatthias Seidel { 472*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/Indent4.png" ;} ; 473766ce4d0SZheng Fan }; 474766ce4d0SZheng Fan Image IMG_INDENT_HANG 47571183648SMatthias Seidel { 476*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/Indent_Hanging.png" ;} ; 477766ce4d0SZheng Fan }; 478766ce4d0SZheng Fan}; 479766ce4d0SZheng Fan 48071183648SMatthias Seidel// ===========================================Back color page============================== 481766ce4d0SZheng FanControl RID_POPUPPANEL_PARAPAGE_BACK_COLOR 482766ce4d0SZheng Fan{ 48371183648SMatthias Seidel OutputSize = TRUE ; 48471183648SMatthias Seidel DialogControl = TRUE ; 48571183648SMatthias Seidel Border = FALSE ; 48671183648SMatthias Seidel Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH, POPUP_COLOR_PICKER_HEIGHT ) ; 48771183648SMatthias Seidel 488766ce4d0SZheng Fan Control VS_FONT_COLOR 489766ce4d0SZheng Fan { 490766ce4d0SZheng Fan HelpID = HID_PPROPERTYPANEL_PARA_BACK_COLOR_VS ; 49171183648SMatthias Seidel Hide = TRUE ; 49271183648SMatthias Seidel Pos = MAP_APPFONT ( OFFSET_X, OFFSET_Y ) ; 49371183648SMatthias Seidel Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2) ; 494766ce4d0SZheng Fan TabStop = TRUE ; 49571183648SMatthias Seidel Text = "Color Picker" ; 496766ce4d0SZheng Fan }; 497766ce4d0SZheng Fan String STR_NOFILL 498766ce4d0SZheng Fan { 49971183648SMatthias Seidel Text [ en-US ] = "No Color" ; 500766ce4d0SZheng Fan }; 501b7a56e95SArmin Le Grand}; 502766ce4d0SZheng Fan 50371183648SMatthias Seidel// ===========================================Bullet popup page============================== 504766ce4d0SZheng FanControl RID_POPUPPANEL_PARAPAGE_BULLETS 505766ce4d0SZheng Fan{ 50671183648SMatthias Seidel DialogControl = TRUE ; 50771183648SMatthias Seidel OutputSize = TRUE ; 50871183648SMatthias Seidel Border = FALSE ; 50971183648SMatthias Seidel 51071183648SMatthias Seidel Size = MAP_APPFONT ( POPUP_WIDTH_BULLET, POPUP_HEIGHT_BULLET) ; 511766ce4d0SZheng Fan Control VS_VALUES 512766ce4d0SZheng Fan { 51371183648SMatthias Seidel Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_NB, POPUPPANEL_MARGIN_NB ) ; 51471183648SMatthias Seidel Size = MAP_APPFONT ( VS_WIDTH_BULLET, VS_HEIGHT_BULLET) ; 515766ce4d0SZheng Fan HelpID = HID_POPUP_BULLET_VS_VALUES ; 516766ce4d0SZheng Fan TabStop = TRUE ; 51771183648SMatthias Seidel Text = "Bullet" ; 518766ce4d0SZheng Fan }; 519766ce4d0SZheng Fan PushButton CB_BULLET_MORE 520766ce4d0SZheng Fan { 521766ce4d0SZheng Fan Pos = MAP_APPFONT (CUST_MORE_BUTTON_X + POPUPPANEL_MARGIN_NB, VS_HEIGHT_BULLET + POPUPPANEL_MARGIN_NB * 2 ) ; 522766ce4d0SZheng Fan Size = MAP_APPFONT (POPUP_WIDTH_BULLET - 2*CUST_MORE_BUTTON_X - POPUPPANEL_MARGIN_NB*2, CUST_MORE_BUTTON_HEIGHT ) ; 523766ce4d0SZheng Fan HelpID = HID_POPUP_BULLET_CB_BULLET_MORE ; 524766ce4d0SZheng Fan TabStop = TRUE ; 52571183648SMatthias Seidel Text [ en-US ] = "~More Options" ; 52671183648SMatthias Seidel }; 52771183648SMatthias Seidel Bitmap BMP_BULLET_MORE 528766ce4d0SZheng Fan { 52971183648SMatthias Seidel File = "symphony/__morebutton.bmp" ; 530766ce4d0SZheng Fan }; 531766ce4d0SZheng Fan Bitmap BMP_BULLET_MORE_H 532766ce4d0SZheng Fan { 53371183648SMatthias Seidel File = "symphony/__morebutton_h.bmp" ; 53471183648SMatthias Seidel }; 535766ce4d0SZheng Fan}; 536766ce4d0SZheng Fan 537766ce4d0SZheng FanString RID_SVXSTR_SIDEBAR_BULLET_DESCRIPTIONS_0 538766ce4d0SZheng Fan{ 53971183648SMatthias Seidel Text [en-US] = "large square bullets" ; 540766ce4d0SZheng Fan}; 541766ce4d0SZheng Fan 542766ce4d0SZheng FanString RID_SVXSTR_SIDEBAR_BULLET_DESCRIPTIONS_1 543766ce4d0SZheng Fan{ 54471183648SMatthias Seidel Text [en-US] = "graphic bullets" ; 545766ce4d0SZheng Fan}; 546766ce4d0SZheng Fan 547766ce4d0SZheng FanString RID_SVXSTR_SIDEBAR_BULLET_DESCRIPTIONS_2 548766ce4d0SZheng Fan{ 54971183648SMatthias Seidel Text [en-US] = "graphic bullets" ; 550766ce4d0SZheng Fan}; 551766ce4d0SZheng Fan 552766ce4d0SZheng FanString RID_SVXSTR_SIDEBAR_BULLET_DESCRIPTIONS_3 553766ce4d0SZheng Fan{ 55471183648SMatthias Seidel Text [en-US] = "graphic bullets" ; 555766ce4d0SZheng Fan}; 556766ce4d0SZheng Fan 557766ce4d0SZheng FanString RID_SVXSTR_SIDEBAR_BULLET_DESCRIPTIONS_4 558766ce4d0SZheng Fan{ 55971183648SMatthias Seidel Text [en-US] = "graphic bullets" ; 560766ce4d0SZheng Fan}; 561766ce4d0SZheng Fan 56271183648SMatthias Seidel// ===========================================Numbering popup page============================== 563766ce4d0SZheng FanControl RID_POPUPPANEL_PARAPAGE_NUMBERING 564766ce4d0SZheng Fan{ 565766ce4d0SZheng Fan SVLook = TRUE ; 56671183648SMatthias Seidel DialogControl = TRUE ; 56771183648SMatthias Seidel OutputSize = TRUE ; 56871183648SMatthias Seidel Border = FALSE ; 56971183648SMatthias Seidel 57071183648SMatthias Seidel Size = MAP_APPFONT ( POPUP_WIDTH_NUM, POPUP_HEIGHT_NUM) ; 571766ce4d0SZheng Fan Control VS_NUMBERING 572766ce4d0SZheng Fan { 573766ce4d0SZheng Fan Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_NB, POPUPPANEL_MARGIN_NB ) ; 57471183648SMatthias Seidel Size = MAP_APPFONT ( VS_WIDTH_NUM, VS_HEIGHT_NUM) ; 575766ce4d0SZheng Fan HelpID = HID_POPUP_NUM_VS_NUMBERING ; 576766ce4d0SZheng Fan TabStop = TRUE ; 57771183648SMatthias Seidel Text = "Numbering" ; 578766ce4d0SZheng Fan }; 579766ce4d0SZheng Fan PushButton CB_NUMBERING_MORE 580766ce4d0SZheng Fan { 58171183648SMatthias Seidel Pos = MAP_APPFONT (CUST_MORE_BUTTON_X + POPUPPANEL_MARGIN_NB, VS_HEIGHT_NUM + POPUPPANEL_MARGIN_NB * 2 ) ; 582766ce4d0SZheng Fan Size = MAP_APPFONT (POPUP_WIDTH_NUM - 2*CUST_MORE_BUTTON_X - POPUPPANEL_MARGIN_NB*2, CUST_MORE_BUTTON_HEIGHT ) ; 583766ce4d0SZheng Fan HelpID = HID_POPUP_NUM_CB_NUMBERING_MORE ; 584766ce4d0SZheng Fan TabStop = TRUE ; 58571183648SMatthias Seidel Text [ en-US ] = "~More Options" ; 58671183648SMatthias Seidel }; 58771183648SMatthias Seidel Bitmap BMP_NUMERING_MORE 588766ce4d0SZheng Fan { 58971183648SMatthias Seidel File = "symphony/__morebutton.bmp" ; 590766ce4d0SZheng Fan }; 591766ce4d0SZheng Fan Bitmap BMP_NUMERING_MORE_H 592766ce4d0SZheng Fan { 59371183648SMatthias Seidel File = "symphony/__morebutton_h.bmp" ; 59471183648SMatthias Seidel }; 595766ce4d0SZheng Fan}; 596766ce4d0SZheng Fan 59771183648SMatthias Seidel// ===========================================Line Space popup page============================== 598766ce4d0SZheng FanControl RID_POPUPPANEL_PARAPAGE_LINESPACING 599766ce4d0SZheng Fan{ 60071183648SMatthias Seidel OutputSize = TRUE ; 60171183648SMatthias Seidel DialogControl = TRUE ; 60271183648SMatthias Seidel Border = FALSE ; 60371183648SMatthias Seidel 60471183648SMatthias Seidel Size = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + VS_SPACING_WIDTH, POPUP_PAGE_HEIGHT ) ; 60571183648SMatthias Seidel 606766ce4d0SZheng Fan Control LINE_SPACING 607766ce4d0SZheng Fan { 60871183648SMatthias Seidel Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ; 609*c9d338dbSmseidel Size = MAP_APPFONT ( VS_SPACING_WIDTH, 17 * 5) ; 610766ce4d0SZheng Fan TabStop = TRUE ; 61171183648SMatthias Seidel Text = "Line Spacing" ; 612766ce4d0SZheng Fan }; 61371183648SMatthias Seidel 614766ce4d0SZheng Fan FixedText FT_CUSTOM 615766ce4d0SZheng Fan { 61671183648SMatthias Seidel Pos = MAP_APPFONT ( POP_FT_CUSTOM_X, POP_FT_CUSTOM_Y ) ; 61771183648SMatthias Seidel Size = MAP_APPFONT ( _FIXED_TEXT_WIDTH + 50, _FIXED_TEXT_HEIGHT) ; 61871183648SMatthias Seidel Text [ en-US ] = "Custom:" ; 619766ce4d0SZheng Fan }; 62071183648SMatthias Seidel FixedText FT_LINE_SPACING 621766ce4d0SZheng Fan { 62271183648SMatthias Seidel Pos = MAP_APPFONT ( FT_1_X, FT_1_Y ) ; 62371183648SMatthias Seidel Size = MAP_APPFONT ( _FIXED_TEXT_WIDTH + 10, _FIXED_TEXT_HEIGHT) ; 62471183648SMatthias Seidel Text [ en-US ] = "~Line Spacing:" ; 625766ce4d0SZheng Fan }; 626766ce4d0SZheng Fan 627766ce4d0SZheng Fan FixedText FT_OF 628766ce4d0SZheng Fan { 62971183648SMatthias Seidel Pos = MAP_APPFONT ( FT_2_X, FT_2_Y ) ; 63071183648SMatthias Seidel Size = MAP_APPFONT ( _FIXED_TEXT_WIDTH, _FIXED_TEXT_HEIGHT) ; 63171183648SMatthias Seidel Text [ en-US ] = "~Of:" ; 632766ce4d0SZheng Fan }; 63371183648SMatthias Seidel 634766ce4d0SZheng Fan ListBox LB_LINE_SPACING 635766ce4d0SZheng Fan { 636766ce4d0SZheng Fan Border = TRUE ; 63771183648SMatthias Seidel Pos = MAP_APPFONT ( EDIT_1_X, EDIT_1_Y ) ; 63871183648SMatthias Seidel Size = MAP_APPFONT ( BD_WIDTH - POPUPPANEL_MARGIN_LARGE * 2,LISTBOX_HEIGHT ) ; 639766ce4d0SZheng Fan TabStop = TRUE ; 640766ce4d0SZheng Fan DropDown = TRUE ; 641766ce4d0SZheng Fan HelpID = HID_POPUP_LS_LB_LINE_SPACING ; 64271183648SMatthias Seidel StringList [ en-US ] = 64371183648SMatthias Seidel { 64471183648SMatthias Seidel < "Single" ; Default ; > ; 64571183648SMatthias Seidel < "1.5 Lines" ; Default ; > ; 64671183648SMatthias Seidel < "Double" ; Default ; > ; 64771183648SMatthias Seidel < "Proportional" ; Default ; > ; 64871183648SMatthias Seidel < "At least" ; Default ; > ; 64971183648SMatthias Seidel < "Leading" ; Default ; > ; 65071183648SMatthias Seidel < "Fixed" ; Default ; > ; 65171183648SMatthias Seidel }; 652766ce4d0SZheng Fan }; 653766ce4d0SZheng Fan MetricField ED_SBINDE_LINEDISTPERCENT 654766ce4d0SZheng Fan { 65571183648SMatthias Seidel Disable = TRUE ; 65671183648SMatthias Seidel Border = TRUE ; 65771183648SMatthias Seidel Pos = MAP_APPFONT ( EDIT_2_X, EDIT_2_Y ) ; 65871183648SMatthias Seidel Size = MAP_APPFONT ( BD_WIDTH - POPUPPANEL_MARGIN_LARGE * 2,MBOX_HEIGHT ) ; 65971183648SMatthias Seidel HelpID = HID_POPUP_LS_ED_SBINDE_LINEDISTPERCENT ; 66071183648SMatthias Seidel Repeat = TRUE ; 66171183648SMatthias Seidel Spin = TRUE ; 66271183648SMatthias Seidel Minimum = 50 ; 66371183648SMatthias Seidel Maximum = 200 ; 66471183648SMatthias Seidel Value = 100 ; 66571183648SMatthias Seidel StrictFormat = TRUE ; 6667ea7a1ccSTsutomu Uchino Unit = FUNIT_PERCENT ; 66771183648SMatthias Seidel First = 50 ; 66871183648SMatthias Seidel Last = 200 ; 66971183648SMatthias Seidel SpinSize = 1 ; 670766ce4d0SZheng Fan }; 671766ce4d0SZheng Fan MetricField ED_SBINDE_LINEDISTPOINT 672766ce4d0SZheng Fan { 67371183648SMatthias Seidel Disable = TRUE ; 67471183648SMatthias Seidel Border = TRUE ; 67571183648SMatthias Seidel Pos = MAP_APPFONT ( EDIT_2_X, EDIT_2_Y ) ; 67671183648SMatthias Seidel Size = MAP_APPFONT ( BD_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, MBOX_HEIGHT ) ; 67771183648SMatthias Seidel HelpID = HID_POPUP_LS_ED_SBINDE_LINEDISTPOINT ; 67871183648SMatthias Seidel Repeat = TRUE ; 67971183648SMatthias Seidel Spin = TRUE ; 68071183648SMatthias Seidel Maximum = 9999 ; 68171183648SMatthias Seidel DecimalDigits = 2 ; 682766ce4d0SZheng Fan StrictFormat = TRUE ; 68371183648SMatthias Seidel Unit = FUNIT_INCH ; 68471183648SMatthias Seidel Last = 9999 ; 68571183648SMatthias Seidel SpinSize = 2 ; 686766ce4d0SZheng Fan }; 687766ce4d0SZheng Fan Image IMG_SPACING1 688766ce4d0SZheng Fan { 689*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpspacing-1.png" ;} ; 690766ce4d0SZheng Fan }; 691766ce4d0SZheng Fan Image IMG_SPACING115 692766ce4d0SZheng Fan { 693*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpspacing-1_15.png" ;} ; 694766ce4d0SZheng Fan }; 695766ce4d0SZheng Fan Image IMG_SPACING15 696766ce4d0SZheng Fan { 697*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpspacing-1_5.png" ;} ; 698766ce4d0SZheng Fan }; 699766ce4d0SZheng Fan Image IMG_SPACING2 700766ce4d0SZheng Fan { 701*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpspacing-2.png" ;} ; 702766ce4d0SZheng Fan }; 703766ce4d0SZheng Fan Image IMG_SEL_SPACING1 704766ce4d0SZheng Fan { 705*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpselected-spacing-1.png" ;} ; 706766ce4d0SZheng Fan }; 707766ce4d0SZheng Fan Image IMG_SEL_SPACING115 708766ce4d0SZheng Fan { 709*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpselected-spacing-1_15.png" ;} ; 710766ce4d0SZheng Fan }; 711766ce4d0SZheng Fan Image IMG_SEL_SPACING15 712766ce4d0SZheng Fan { 713*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpselected-spacing-1_5.png" ;} ; 714766ce4d0SZheng Fan }; 715766ce4d0SZheng Fan Image IMG_SEL_SPACING2 716766ce4d0SZheng Fan { 717*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/lpselected-spacing-2.png" ;} ; 718766ce4d0SZheng Fan }; 71971183648SMatthias Seidel Image IMG_CUSTOM 720766ce4d0SZheng Fan { 721*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/last_custom_common.png" ;} ; 722766ce4d0SZheng Fan }; 723766ce4d0SZheng Fan Image IMG_CUSTOM_GRAY 724766ce4d0SZheng Fan { 725*c9d338dbSmseidel ImageBitmap = Bitmap {File = "symphony/last_custom_common_grey.png" ;} ; 726766ce4d0SZheng Fan }; 727766ce4d0SZheng Fan String STR_LS_SINGLE 72871183648SMatthias Seidel { 72971183648SMatthias Seidel Text [ en-US ] = "Line spacing: Single" ; 73071183648SMatthias Seidel }; 73171183648SMatthias Seidel String STR_LS_115 73271183648SMatthias Seidel { 73371183648SMatthias Seidel Text [ en-US ] = "Line spacing: 1.15 Lines" ; 73471183648SMatthias Seidel }; 73571183648SMatthias Seidel String STR_LS_15 73671183648SMatthias Seidel { 73771183648SMatthias Seidel Text [ en-US ] = "Line spacing: 1.5 Lines" ; 73871183648SMatthias Seidel }; 73971183648SMatthias Seidel String STR_LS_DOUBLE 74071183648SMatthias Seidel { 74171183648SMatthias Seidel Text [ en-US ] = "Line spacing: Double" ; 74271183648SMatthias Seidel }; 74371183648SMatthias Seidel String STR_LSPACING 74471183648SMatthias Seidel { 74571183648SMatthias Seidel Text [ en-US ] = "Line spacing:" ; 74671183648SMatthias Seidel }; 74771183648SMatthias Seidel String STR_LS_OF 74871183648SMatthias Seidel { 74971183648SMatthias Seidel Text [ en-US ] = "of:" ; 75071183648SMatthias Seidel }; 75171183648SMatthias Seidel String STR_SPACING1 75271183648SMatthias Seidel { 75371183648SMatthias Seidel Text [ en-US ] = "Spacing: 1" ; 75471183648SMatthias Seidel }; 75571183648SMatthias Seidel String STR_SPACING115 75671183648SMatthias Seidel { 75771183648SMatthias Seidel Text [ en-US ] = "Spacing: 1.15" ; 75871183648SMatthias Seidel }; 75971183648SMatthias Seidel String STR_SPACING15 76071183648SMatthias Seidel { 76171183648SMatthias Seidel Text [ en-US ] = "Spacing: 1.5" ; 76271183648SMatthias Seidel }; 76371183648SMatthias Seidel String STR_SPACING2 76471183648SMatthias Seidel { 76571183648SMatthias Seidel Text [ en-US ] = "Spacing: 2" ; 76671183648SMatthias Seidel }; 76771183648SMatthias Seidel String STR_LCVALUE 76871183648SMatthias Seidel { 76971183648SMatthias Seidel Text [ en-US ] = "Last Custom Value" ; 77071183648SMatthias Seidel }; 771766ce4d0SZheng Fan 772766ce4d0SZheng Fan}; 773766ce4d0SZheng Fan 774445e496eSZheng FanString RID_SVXSTR_NUMBULLET_NONE 775445e496eSZheng Fan{ 77671183648SMatthias Seidel Text [en-US] = "None" ; 777445e496eSZheng Fan}; 778766ce4d0SZheng Fan 77971183648SMatthias Seidel// i122118, Seems the bullets graphic order and count is changed in the gallery, 78071183648SMatthias Seidel// Following descriptions should be changed accordingly. 781594ce220SZheng Fan 782766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_0 783766ce4d0SZheng Fan{ 78471183648SMatthias Seidel Text [en-US] = "Black Pearl" ; 785766ce4d0SZheng Fan}; 786766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_1 787766ce4d0SZheng Fan{ 78871183648SMatthias Seidel Text [en-US] = "Blue Arrow 1" ; 789766ce4d0SZheng Fan}; 790766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_2 791766ce4d0SZheng Fan{ 79271183648SMatthias Seidel Text [en-US] = "Blue Ball" ; 793766ce4d0SZheng Fan}; 794766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_3 795766ce4d0SZheng Fan{ 79671183648SMatthias Seidel Text [en-US] = "Blue Diamond" ; 797766ce4d0SZheng Fan}; 798766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_4 799766ce4d0SZheng Fan{ 80071183648SMatthias Seidel Text [en-US] = "Blue Red" ; 801766ce4d0SZheng Fan}; 802766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_5 803766ce4d0SZheng Fan{ 80471183648SMatthias Seidel Text [en-US] = "Blue Square" ; 805766ce4d0SZheng Fan}; 806766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_6 807766ce4d0SZheng Fan{ 80871183648SMatthias Seidel Text [en-US] = "Blue Star" ; 809766ce4d0SZheng Fan}; 810766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_7 811766ce4d0SZheng Fan{ 81271183648SMatthias Seidel Text [en-US] = "Dark Red Circle" ; 813766ce4d0SZheng Fan}; 814766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_8 815766ce4d0SZheng Fan{ 81671183648SMatthias Seidel Text [en-US] = "Blue Circle" ; 817766ce4d0SZheng Fan}; 818766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_9 819766ce4d0SZheng Fan{ 82071183648SMatthias Seidel Text [en-US] = "Green Circle" ; 821766ce4d0SZheng Fan}; 822766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_10 823766ce4d0SZheng Fan{ 82471183648SMatthias Seidel Text [en-US] = "Black Square" ; 825766ce4d0SZheng Fan}; 826766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_11 827766ce4d0SZheng Fan{ 82871183648SMatthias Seidel Text [en-US] = "Orange Square" ; 829766ce4d0SZheng Fan}; 830766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_12 831766ce4d0SZheng Fan{ 83271183648SMatthias Seidel Text [en-US] = "Purple Square" ; 833766ce4d0SZheng Fan}; 834766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_13 835766ce4d0SZheng Fan{ 83671183648SMatthias Seidel Text [en-US] = "Blue Diamond" ; 837766ce4d0SZheng Fan}; 838766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_14 839766ce4d0SZheng Fan{ 84071183648SMatthias Seidel Text [en-US] = "Light Blue Diamond" ; 841766ce4d0SZheng Fan}; 842766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_15 843766ce4d0SZheng Fan{ 84471183648SMatthias Seidel Text [en-US] = "Red Diamond" ; 845766ce4d0SZheng Fan}; 846766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_16 847766ce4d0SZheng Fan{ 84871183648SMatthias Seidel Text [en-US] = "Yellow Star" ; 849766ce4d0SZheng Fan}; 850766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_17 851766ce4d0SZheng Fan{ 85271183648SMatthias Seidel Text [en-US] = "Blue Star" ; 853766ce4d0SZheng Fan}; 854766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_18 855766ce4d0SZheng Fan{ 85671183648SMatthias Seidel Text [en-US] = "Blue Triangle" ; 857766ce4d0SZheng Fan}; 858766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_19 859766ce4d0SZheng Fan{ 86071183648SMatthias Seidel Text [en-US] = "Dark Green Triangle" ; 861766ce4d0SZheng Fan}; 862766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_20 863766ce4d0SZheng Fan{ 86471183648SMatthias Seidel Text [en-US] = "Red Arrow" ; 865766ce4d0SZheng Fan}; 866766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_21 867766ce4d0SZheng Fan{ 86871183648SMatthias Seidel Text [en-US] = "Blue Arrow 2" ; 869766ce4d0SZheng Fan}; 870766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_22 871766ce4d0SZheng Fan{ 87271183648SMatthias Seidel Text [en-US] = "Blue Box" ; 873766ce4d0SZheng Fan}; 874766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_23 875766ce4d0SZheng Fan{ 87671183648SMatthias Seidel Text [en-US] = "Red Box" ; 877766ce4d0SZheng Fan}; 878766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_24 879766ce4d0SZheng Fan{ 88071183648SMatthias Seidel Text [en-US] = "Light Blue Asterisk" ; 881766ce4d0SZheng Fan}; 882766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_25 883766ce4d0SZheng Fan{ 88471183648SMatthias Seidel Text [en-US] = "Red Leaves" ; 885766ce4d0SZheng Fan}; 886766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_26 887766ce4d0SZheng Fan{ 88871183648SMatthias Seidel Text [en-US] = "Blue Target" ; 889766ce4d0SZheng Fan}; 890766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_27 891766ce4d0SZheng Fan{ 89271183648SMatthias Seidel Text [en-US] = "Blue Arrow 3" ; 893766ce4d0SZheng Fan}; 894766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_28 895766ce4d0SZheng Fan{ 89671183648SMatthias Seidel Text [en-US] = "Dark Blue Arrow" ; 897766ce4d0SZheng Fan}; 898766ce4d0SZheng FanString RID_SVXSTR_GRAPHICS_DESCRIPTION_29 899766ce4d0SZheng Fan{ 90071183648SMatthias Seidel Text [en-US] = "Brown Arrow" ; 901594ce220SZheng Fan}; 90271183648SMatthias Seidel// i122118 90371183648SMatthias Seidel 90471183648SMatthias Seidel// ********************************************************************** EOF 905