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: dlgsnap.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 ************************************************************************/
32 #include "res_bmp.hrc"
33 #include "dlgsnap.hrc"
34 ModalDialog DLG_SNAPLINE
36 HelpID = SID_CAPTUREPOINT ;
39 Size = MAP_APPFONT ( 140 , 125 ) ;
40 Text [ en-US ] = "New Snap Object" ;
44 Pos = MAP_APPFONT ( 88 , 6 ) ;
45 Size = MAP_APPFONT ( 46 , 14 ) ;
49 CancelButton BTN_CANCEL
51 Pos = MAP_APPFONT ( 88 , 23 ) ;
52 Size = MAP_APPFONT ( 46 , 14 ) ;
57 Pos = MAP_APPFONT ( 88 , 43 ) ;
58 Size = MAP_APPFONT ( 46 , 14 ) ;
63 Pos = MAP_APPFONT ( 88 , 63 ) ;
64 Size = MAP_APPFONT ( 46 , 14 ) ;
65 /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
66 Text [ en-US ] = "~Delete" ;
71 Pos = MAP_APPFONT ( 6 , 3 ) ;
72 Size = MAP_APPFONT ( 76 , 8 ) ;
73 Text [ en-US ] = "Position" ;
77 Pos = MAP_APPFONT ( 12 , 16 ) ;
78 Size = MAP_APPFONT ( 7 , 10 ) ;
84 Pos = MAP_APPFONT ( 22 , 14 ) ;
85 Size = MAP_APPFONT ( 54 , 12 ) ;
100 Pos = MAP_APPFONT ( 12 , 32 ) ;
101 Size = MAP_APPFONT ( 7 , 10 ) ;
104 MetricField MTR_FLD_Y
107 Pos = MAP_APPFONT ( 22 , 30 ) ;
108 Size = MAP_APPFONT ( 54 , 12 ) ;
114 StrictFormat = TRUE ;
121 FixedLine FL_DIRECTION
123 Pos = MAP_APPFONT ( 6 , 50 ) ;
124 Size = MAP_APPFONT ( 76 , 8 ) ;
125 Text [ en-US ] = "Type" ;
127 ImageRadioButton RB_POINT
129 Pos = MAP_APPFONT ( 12 , 61 ) ;
130 Size = MAP_APPFONT ( 64 , 16 ) ;
131 Text [ en-US ] = "~Point" ;
133 RadioButtonImage = Image
135 MaskColor = IMAGE_MASK_STDCOLOR;
136 ImageBitmap = Bitmap { File = "hlppoint.bmp" ; };
139 ImageRadioButton RB_VERTICAL
141 Pos = MAP_APPFONT ( 12 , 81 ) ;
142 Size = MAP_APPFONT ( 64 , 16 ) ;
143 Text [ en-US ] = "~Vertical" ;
145 RadioButtonImage = Image
147 MaskColor = IMAGE_MASK_STDCOLOR;
148 ImageBitmap = Bitmap { File = "hlplvert.bmp" ; };
151 ImageRadioButton RB_HORIZONTAL
153 Pos = MAP_APPFONT ( 12 , 101 ) ;
154 Size = MAP_APPFONT ( 65 , 16 ) ;
155 Text [ en-US ] = "Hori~zontal" ;
157 RadioButtonImage = Image
159 MaskColor = IMAGE_MASK_STDCOLOR;
160 ImageBitmap = Bitmap { File = "hlplhorz.bmp" ; };
166 MaskColor = IMAGE_MASK_STDCOLOR_HC;
167 ImageBitmap = Bitmap { File = "hlppoint_h.bmp" ; };
172 MaskColor = IMAGE_MASK_STDCOLOR_HC;
173 ImageBitmap = Bitmap { File = "hlplvert_h.bmp" ; };
176 Image BMP_HORIZONTAL_H
178 MaskColor = IMAGE_MASK_STDCOLOR_HC;
179 ImageBitmap = Bitmap { File = "hlplhorz_h.bmp" ; };