merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / copydlg.src
blobf677952b0634bffa2051a4912d58a9f233db452a
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: copydlg.src,v $
10  * $Revision: 1.40 $
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 "copydlg.hrc"
34 ModalDialog DLG_COPY
36     HelpID = SID_COPYOBJECTS ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 204 , 177 ) ;
40     Text [ en-US ] = "Duplicate" ;
41     Moveable = TRUE ;
42     OKButton BTN_OK
43     {
44         Pos = MAP_APPFONT ( 148 , 6  ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton BTN_CANCEL
50     {
51         Pos = MAP_APPFONT ( 148 , 23  ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton BTN_HELP
56     {
57         Pos = MAP_APPFONT ( 148 , 43  ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     FixedText FT_COPIES
62     {
63         Pos = MAP_APPFONT ( 6 , 9 ) ;
64         Size = MAP_APPFONT ( 60 , 8 ) ;
65         Text [ en-US ] = "Number of ~copies" ;
66     };
67     NumericField NUM_FLD_COPIES
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( 76 , 7 ) ;
71         Size = MAP_APPFONT ( 35 , 12 ) ;
72         TabStop = TRUE ;
73         Repeat = TRUE ;
74         Spin = TRUE ;
75         Minimum = 1 ;
76         Maximum = 999 ;
77         StrictFormat = TRUE ;
78         First = 1 ;
79         Last = 999 ;
80         SpinSize = 1 ;
81     };
82     ImageButton BTN_SET_VIEWDATA
83     {
84         Pos = MAP_APPFONT ( 122 , 6 ) ;
85         Size = MAP_APPFONT ( 14 , 14 ) ;
86         ButtonImage = Image
87         {
88             ImageBitmap = Bitmap { File = "pipette.bmp" ; };
89             MaskColor = IMAGE_MASK_STDCOLOR;
90         };
91         TabStop = TRUE ;
92         QuickHelpText [ en-US ] = "Values from Selection" ;
93     };
94     PushButton BTN_SET_DEFAULT
95     {
96         Pos = MAP_APPFONT ( 148 , 63  ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         TabStop = TRUE ;
99         Text [ en-US ] = "~Default";
100     };
101     MetricField MTR_FLD_ANGLE
102     {
103         Border = TRUE ;
104         Pos = MAP_APPFONT ( 76 , 69 ) ;
105         Size = MAP_APPFONT ( 45 , 12 ) ;
106         TabStop = TRUE ;
107         Repeat = TRUE ;
108         Spin = TRUE ;
109         Maximum = 359 ;
110         StrictFormat = TRUE ;
111         Unit = FUNIT_CUSTOM ;
112         Last = 359 ;
113         SpinSize = 5 ;
114         CustomUnitText [ en-US ] = " degrees" ;
115     };
116     FixedText FT_ANGLE
117     {
118         Pos = MAP_APPFONT ( 12 , 71 ) ;
119         Size = MAP_APPFONT ( 60 , 8 ) ;
120         Text [ en-US ] = "~Angle" ;
121     };
122     FixedText FT_MOVE_X
123     {
124         Pos = MAP_APPFONT ( 12 , 39 ) ;
125         Size = MAP_APPFONT ( 60 , 8 ) ;
126         Text [ en-US ] = "~X axis" ;
127     };
128     MetricField MTR_FLD_MOVE_X
129     {
130         Border = TRUE ;
131         Pos = MAP_APPFONT ( 76 , 37 ) ;
132         Size = MAP_APPFONT ( 45 , 12 ) ;
133         TabStop = TRUE ;
134         Repeat = TRUE ;
135         Spin = TRUE ;
136         Minimum = -120000 ;
137         Maximum = 120000 ;
138         StrictFormat = TRUE ;
139         DecimalDigits = 2 ;
140         Unit = FUNIT_MM ;
141         First = -120000 ;
142         Last = 120000 ;
143         SpinSize = 100 ;
144     };
145     MetricField MTR_FLD_MOVE_Y
146     {
147         Border = TRUE ;
148         Pos = MAP_APPFONT ( 76 , 53 ) ;
149         Size = MAP_APPFONT ( 45 , 12 ) ;
150         TabStop = TRUE ;
151         Repeat = TRUE ;
152         Spin = TRUE ;
153         Minimum = -120000 ;
154         Maximum = 120000 ;
155         StrictFormat = TRUE ;
156         DecimalDigits = 2 ;
157         Unit = FUNIT_MM ;
158         First = -120000 ;
159         Last = 120000 ;
160         SpinSize = 100 ;
161     };
162     MetricField MTR_FLD_WIDTH
163     {
164         Border = TRUE ;
165         Pos = MAP_APPFONT ( 76 , 98 ) ;
166         Size = MAP_APPFONT ( 45 , 12 ) ;
167         TabStop = TRUE ;
168         Repeat = TRUE ;
169         Spin = TRUE ;
170         Minimum = -120000 ;
171         Maximum = 120000 ;
172         StrictFormat = TRUE ;
173         DecimalDigits = 2 ;
174         Unit = FUNIT_MM ;
175         First = -120000 ;
176         Last = 120000 ;
177         SpinSize = 100 ;
178     };
179     MetricField MTR_FLD_HEIGHT
180     {
181         Border = TRUE ;
182         Pos = MAP_APPFONT ( 76 , 114 ) ;
183         Size = MAP_APPFONT ( 45 , 12 ) ;
184         TabStop = TRUE ;
185         Repeat = TRUE ;
186         Spin = TRUE ;
187         Minimum = -120000 ;
188         Maximum = 120000 ;
189         StrictFormat = TRUE ;
190         DecimalDigits = 2 ;
191         Unit = FUNIT_MM ;
192         First = -120000 ;
193         Last = 120000 ;
194         SpinSize = 100 ;
195     };
196     FixedText FT_MOVE_Y
197     {
198         Pos = MAP_APPFONT ( 12 , 55 ) ;
199         Size = MAP_APPFONT ( 60 , 8 ) ;
200         Text [ en-US ] = "~Y axis" ;
201     };
202     FixedText FT_WIDTH
203     {
204         Pos = MAP_APPFONT ( 12 , 100 ) ;
205         Size = MAP_APPFONT ( 60 , 8 ) ;
206         Text [ en-US ] = "~Width" ;
207     };
208     FixedText FT_HEIGHT
209     {
210         Pos = MAP_APPFONT ( 12 , 116 ) ;
211         Size = MAP_APPFONT ( 60 , 8 ) ;
212         Text [ en-US ] = "~Height" ;
213     };
214     FixedLine GRP_MOVEMENT
215     {
216         Pos = MAP_APPFONT ( 6 , 26 ) ;
217         Size = MAP_APPFONT ( 136 , 8 ) ;
218         Text [ en-US ] = "Placement" ;
219     };
220     FixedLine GRP_ENLARGEMENT
221     {
222         Pos = MAP_APPFONT ( 6 , 87 ) ;
223         Size = MAP_APPFONT ( 136 , 8 ) ;
224         Text [ en-US ] = "Enlargement" ;
225     };
226     FixedLine GRP_COLOR
227     {
228         Pos = MAP_APPFONT ( 6 , 132 ) ;
229         Size = MAP_APPFONT ( 136 , 8 ) ;
230         Text [ en-US ] = "Colors" ;
231     };
232     ListBox LB_START_COLOR
233     {
234         Border = TRUE ;
235         Pos = MAP_APPFONT ( 76 , 143 ) ;
236         Size = MAP_APPFONT ( 60 , 90 ) ;
237         TabStop = TRUE ;
238         DropDown = TRUE ;
239         DDExtraWidth = TRUE ;
240     };
241     FixedText FT_START_COLOR
242     {
243         Pos = MAP_APPFONT ( 12 , 145 ) ;
244         Size = MAP_APPFONT ( 60 , 8 ) ;
245         Text [ en-US ] = "~Start" ;
246     };
247     ListBox LB_END_COLOR
248     {
249         Border = TRUE ;
250         Pos = MAP_APPFONT ( 76 , 159 ) ;
251         Size = MAP_APPFONT ( 60 , 90 ) ;
252         TabStop = TRUE ;
253         DropDown = TRUE ;
254         DDExtraWidth = TRUE ;
255     };
256     FixedText FT_END_COLOR
257     {
258         Pos = MAP_APPFONT ( 12 , 161 ) ;
259         Size = MAP_APPFONT ( 60 , 8 ) ;
260         Text [ en-US ] = "~End" ;
261     };