1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: parawin.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "parawin.hrc"
32 #include "ForResId.hrc"
33 #include "helpids.hrc"
35 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
36 //---------------------------------------------------------------------------
38 #define FT_ARGBLOCK( y ) \
39 Pos = MAP_APPFONT (6 , y ) ; \
40 Size = MAP_APPFONT ( 74 , 8 ) ; \
43 #define FXBUTTONBLOCK( y ) \
44 Pos = MAP_APPFONT (83 , y-1 ) ; \
45 Size = MAP_APPFONT ( 13 , 15 ) ; \
53 MaskColor = STD_MASKCOLOR;\
56 #define ED_ARGBLOCK( y ) \
58 Pos = MAP_APPFONT( 98, y ); \
59 Size = MAP_APPFONT( 66, 12 ); \
62 #define RB_ARGBLOCK( y ) \
63 Pos = MAP_APPFONT ( 166 , y-1 ) ; \
64 Size = MAP_APPFONT ( 13 , 15 ) ; \
66 QuickHelpText [ en-US ] = "Select"; \
68 //---------------------------------------------------------------------------
70 // jetzt alles zusammen
72 TabPage RID_FORMULATAB_PARAMETER
75 Size = MAP_APPFONT( 203, 128 );
81 Pos = MAP_APPFONT (3 , 6 ) ;
82 Size = MAP_APPFONT ( 198 , 20 ) ;
84 Text [ en-US ] = "Function not known";
89 Pos = MAP_APPFONT ( 3, 29) ;
90 Size = MAP_APPFONT ( 198 , 10 ) ;
94 Pos = MAP_APPFONT ( 3, 42 ) ;
95 Size = MAP_APPFONT ( 198 , 20 ) ;
99 FixedText FT_ARG1 { FT_ARGBLOCK ( 66 ) };
100 FixedText FT_ARG2 { FT_ARGBLOCK ( 81 ) };
101 FixedText FT_ARG3 { FT_ARGBLOCK ( 96 ) };
102 FixedText FT_ARG4 { FT_ARGBLOCK ( 111 ) };
106 HelpId=HID_FORMULA_FAP_BTN_FX1;
111 HelpId=HID_FORMULA_FAP_BTN_FX2;
117 HelpId=HID_FORMULA_FAP_BTN_FX3;
122 HelpId=HID_FORMULA_FAP_BTN_FX4;
123 FXBUTTONBLOCK ( 109 )
125 Edit ED_ARG1 { ED_ARGBLOCK ( 64 ) };
126 Edit ED_ARG2 { ED_ARGBLOCK ( 79 ) };
127 Edit ED_ARG3 { ED_ARGBLOCK ( 94 ) };
128 Edit ED_ARG4 { ED_ARGBLOCK ( 109 ) };
132 HelpId=HID_FORMULA_FAP_BTN_REF1;
138 HelpId=HID_FORMULA_FAP_BTN_REF2;
143 HelpId=HID_FORMULA_FAP_BTN_REF3;
148 HelpId=HID_FORMULA_FAP_BTN_REF4;
154 Pos = MAP_APPFONT ( 183, 63 ) ;
155 Size = MAP_APPFONT ( 8 , 59 ) ;
161 Text [ en-US ] = "(optional)" ;
165 Text [ en-US ] = "(required)" ;
170 ImageBitmap = Bitmap { File = "fx_h.bmp" ; };
171 MaskColor = STD_MASKCOLOR;