/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include "globals.hrc" #include "fldtdlg.hrc" #include "helpid.h" TabPage TP_FLD_DOK { HelpID = HID_FLD_DOK ; SVLook = TRUE ; Hide = TRUE ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; FixedText FT_DOKTYPE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ en-US ] = "~Type" ; Left = TRUE ; }; ListBox LB_DOKTYPE { HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKTYPE"; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 76 , 165 ) ; TabStop = TRUE ; Sort = TRUE ; AutoHScroll = TRUE ; }; FixedText FT_DOKSELECTION { Pos = MAP_APPFONT ( 88 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ en-US ] = "S~elect" ; Left = TRUE ; }; ListBox LB_DOKSELECTION { HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKSELECTION"; Border = TRUE ; Pos = MAP_APPFONT ( 88 , 15 ) ; Size = MAP_APPFONT ( 76 , 165 ) ; TabStop = TRUE ; }; FixedText FT_DOKFORMAT { Pos = MAP_APPFONT ( 170 , 3 ) ; Size = MAP_APPFONT ( 84 , 8 ) ; Left = TRUE ; Text [ en-US ] = "F~ormat" ; }; ListBox LB_DOKFORMAT { HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKFORMAT"; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 14 ) ; Size = MAP_APPFONT ( 84 , 151 ) ; TabStop = TRUE ; DropDown = FALSE ; Sort = TRUE ; AutoHScroll = TRUE ; }; ListBox LB_DOKNUMFORMAT { HelpID = "sw:ListBox:TP_FLD_DOK:LB_DOKNUMFORMAT"; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 14 ) ; Size = MAP_APPFONT ( 84 , 151 ) ; TabStop = TRUE ; AutoHScroll = TRUE ; Hide = TRUE ; }; FixedText FT_DOKVALUE { Pos = MAP_APPFONT ( 170 , 155 ) ; Size = MAP_APPFONT ( 84 , 8 ) ; Text [ en-US ] = "O~ffset" ; Left = TRUE ; Hide = TRUE ; }; Edit ED_DOKVALUE { HelpID = "sw:Edit:TP_FLD_DOK:ED_DOKVALUE"; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 167 ) ; Size = MAP_APPFONT ( 84 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Hide = TRUE ; }; NumericField ED_DOKLEVEL { HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKLEVEL"; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 167 ) ; Size = MAP_APPFONT ( 84 , 12 ) ; Text = "1" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Hide = TRUE ; Minimum = 1 ; Maximum = 10 ; First = 1 ; SpinSize = 1 ; }; NumericField ED_DOKDATEOFF { HelpID = "sw:NumericField:TP_FLD_DOK:ED_DOKDATEOFF"; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 167 ) ; Size = MAP_APPFONT ( 84 , 12 ) ; Text = "0" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Hide = TRUE ; SpinSize = 1 ; }; CheckBox CB_DOKFIXEDCONTENT { HelpID = "sw:CheckBox:TP_FLD_DOK:CB_DOKFIXEDCONTENT"; Pos = MAP_APPFONT ( 170 , 170 ) ; Size = MAP_APPFONT ( 72 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Fixed content" ; }; Bitmap BMP_DOKROOT_OPENED { File = "plus.bmp" ; }; Bitmap BMP_DOKROOT_CLOSED { File = "minus.bmp" ; }; String STR_DOKDATEOFF { Text [ en-US ] = "Offs~et in days" ; }; String STR_DOKTIMEOFF { Text [ en-US ] = "Offs~et in minutes" ; }; Text [ en-US ] = "Document" ; };