Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / dlgsnap.src
blob587f11a512f5c6e64bb33a803dfabbf05e51d2f4
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dlgsnap.src,v $
10  * $Revision: 1.31 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "app.hrc"
32 #include "res_bmp.hrc"
33 #include "dlgsnap.hrc"
34 ModalDialog DLG_SNAPLINE
36     HelpID = SID_CAPTUREPOINT ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 140 , 125 ) ;
40     Text [ en-US ] = "New Snap Object" ;
41     Moveable = TRUE ;
42     OKButton BTN_OK
43     {
44         Pos = MAP_APPFONT ( 88 , 6  ) ;
45         Size = MAP_APPFONT ( 46 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton BTN_CANCEL
50     {
51         Pos = MAP_APPFONT ( 88 , 23  ) ;
52         Size = MAP_APPFONT ( 46 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton BTN_HELP
56     {
57         Pos = MAP_APPFONT ( 88 , 43  ) ;
58         Size = MAP_APPFONT ( 46 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     PushButton BTN_DELETE
62     {
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" ;
67         TabStop = TRUE ;
68     };
69     FixedLine FL_POSITION
70     {
71         Pos = MAP_APPFONT ( 6 , 3  ) ;
72         Size = MAP_APPFONT ( 76 , 8 ) ;
73         Text [ en-US ] = "Position" ;
74     };
75     FixedText FT_X
76     {
77         Pos = MAP_APPFONT ( 12 , 16  ) ;
78         Size = MAP_APPFONT ( 7 , 10 ) ;
79         Text = "~X" ;
80     };
81     MetricField MTR_FLD_X
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 22 , 14  ) ;
85         Size = MAP_APPFONT ( 54 , 12 ) ;
86         TabStop = TRUE ;
87         Repeat = TRUE ;
88         Spin = TRUE ;
89         Minimum = -5000000 ;
90         Maximum = 5000000 ;
91         StrictFormat = TRUE ;
92         DecimalDigits = 2 ;
93         Unit = FUNIT_MM ;
94         First = -5000000 ;
95         Last = 5000000 ;
96         SpinSize = 50 ;
97     };
98     FixedText FT_Y
99     {
100         Pos = MAP_APPFONT ( 12 , 32 ) ;
101         Size = MAP_APPFONT ( 7 , 10 ) ;
102         Text = "~Y" ;
103     };
104     MetricField MTR_FLD_Y
105     {
106         Border = TRUE ;
107         Pos = MAP_APPFONT ( 22 , 30  ) ;
108         Size = MAP_APPFONT ( 54 , 12 ) ;
109         TabStop = TRUE ;
110         Repeat = TRUE ;
111         Spin = TRUE ;
112         Minimum = -5000000 ;
113         Maximum = 5000000 ;
114         StrictFormat = TRUE ;
115         DecimalDigits = 2 ;
116         Unit = FUNIT_MM ;
117         First = -5000000 ;
118         Last = 5000000 ;
119         SpinSize = 50 ;
120     };
121     FixedLine FL_DIRECTION
122     {
123         Pos = MAP_APPFONT ( 6 , 50  ) ;
124         Size = MAP_APPFONT ( 76 , 8 ) ;
125         Text [ en-US ] = "Type" ;
126     };
127     ImageRadioButton RB_POINT
128     {
129         Pos = MAP_APPFONT ( 12 , 61  ) ;
130         Size = MAP_APPFONT ( 64 , 16 ) ;
131         Text [ en-US ] = "~Point" ;
132         TabStop = TRUE ;
133         RadioButtonImage = Image
134         {
135             MaskColor = IMAGE_MASK_STDCOLOR;
136             ImageBitmap = Bitmap { File = "hlppoint.bmp" ; };
137         };
138     };
139     ImageRadioButton RB_VERTICAL
140     {
141         Pos = MAP_APPFONT ( 12 , 81  ) ;
142         Size = MAP_APPFONT ( 64 , 16 ) ;
143         Text [ en-US ] = "~Vertical" ;
144         TabStop = TRUE ;
145         RadioButtonImage = Image
146         {
147             MaskColor = IMAGE_MASK_STDCOLOR;
148             ImageBitmap = Bitmap { File = "hlplvert.bmp" ; };
149         };
150     };
151     ImageRadioButton RB_HORIZONTAL
152     {
153         Pos = MAP_APPFONT ( 12 , 101  ) ;
154         Size = MAP_APPFONT ( 65 , 16 ) ;
155         Text [ en-US ] = "Hori~zontal" ;
156         TabStop = TRUE ;
157         RadioButtonImage = Image
158         {
159             MaskColor = IMAGE_MASK_STDCOLOR;
160             ImageBitmap = Bitmap { File = "hlplhorz.bmp" ; };
161         };
162     };
164     Image BMP_POINT_H
165     {
166         MaskColor = IMAGE_MASK_STDCOLOR_HC;
167         ImageBitmap = Bitmap { File = "hlppoint_h.bmp" ; };
168     };
170     Image BMP_VERTICAL_H
171     {
172         MaskColor = IMAGE_MASK_STDCOLOR_HC;
173         ImageBitmap = Bitmap { File = "hlplvert_h.bmp" ; };
174     };
176     Image BMP_HORIZONTAL_H
177     {
178         MaskColor = IMAGE_MASK_STDCOLOR_HC;
179         ImageBitmap = Bitmap { File = "hlplhorz_h.bmp" ; };
180     };