xref: /trunk/main/sd/source/ui/dlg/copydlg.src (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "app.hrc"
25#include "res_bmp.hrc"
26#include "copydlg.hrc"
27#include "helpids.h"
28
29ModalDialog DLG_COPY
30{
31    HelpID = CMD_SID_COPYOBJECTS ;
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    Size = MAP_APPFONT ( 204, 177 ) ;
35    Text [ en-US ] = "Duplicate" ;
36    Moveable = TRUE ;
37    OKButton BTN_OK
38    {
39        Pos = MAP_APPFONT ( 148, 6 ) ;
40        Size = MAP_APPFONT ( 50, 14 ) ;
41        TabStop = TRUE ;
42        DefButton = TRUE ;
43    };
44    CancelButton BTN_CANCEL
45    {
46        Pos = MAP_APPFONT ( 148, 23 ) ;
47        Size = MAP_APPFONT ( 50, 14 ) ;
48        TabStop = TRUE ;
49    };
50    HelpButton BTN_HELP
51    {
52        Pos = MAP_APPFONT ( 148, 43 ) ;
53        Size = MAP_APPFONT ( 50, 14 ) ;
54        TabStop = TRUE ;
55    };
56    FixedText FT_COPIES
57    {
58        Pos = MAP_APPFONT ( 6, 9 ) ;
59        Size = MAP_APPFONT ( 60, 8 ) ;
60        Text [ en-US ] = "Number of ~copies" ;
61    };
62    NumericField NUM_FLD_COPIES
63    {
64        HelpID = "sd:NumericField:DLG_COPY:NUM_FLD_COPIES" ;
65        Border = TRUE ;
66        Pos = MAP_APPFONT ( 76, 7 ) ;
67        Size = MAP_APPFONT ( 35, 12 ) ;
68        TabStop = TRUE ;
69        Repeat = TRUE ;
70        Spin = TRUE ;
71        Minimum = 1 ;
72        Maximum = 999 ;
73        StrictFormat = TRUE ;
74        First = 1 ;
75        Last = 999 ;
76        SpinSize = 1 ;
77    };
78    ImageButton BTN_SET_VIEWDATA
79    {
80        HelpID = "sd:ImageButton:DLG_COPY:BTN_SET_VIEWDATA" ;
81        Pos = MAP_APPFONT ( 122, 6 ) ;
82        Size = MAP_APPFONT ( 14, 14 ) ;
83        ButtonImage = Image
84        {
85            ImageBitmap = Bitmap { File = "pipette.png" ; };
86        };
87        TabStop = TRUE ;
88        QuickHelpText [ en-US ] = "Values from Selection" ;
89    };
90    PushButton BTN_SET_DEFAULT
91    {
92        HelpID = "sd:PushButton:DLG_COPY:BTN_SET_DEFAULT" ;
93        Pos = MAP_APPFONT ( 148, 63 ) ;
94        Size = MAP_APPFONT ( 50, 14 ) ;
95        TabStop = TRUE ;
96        Text [ en-US ] = "~Default" ;
97    };
98    MetricField MTR_FLD_ANGLE
99    {
100        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_ANGLE" ;
101        Border = TRUE ;
102        Pos = MAP_APPFONT ( 76, 69 ) ;
103        Size = MAP_APPFONT ( 45, 12 ) ;
104        TabStop = TRUE ;
105        Repeat = TRUE ;
106        Spin = TRUE ;
107        Maximum = 359 ;
108        StrictFormat = TRUE ;
109        Unit = FUNIT_CUSTOM ;
110        Last = 359 ;
111        SpinSize = 5 ;
112        CustomUnitText [ en-US ] = " degrees" ;
113    };
114    FixedText FT_ANGLE
115    {
116        Pos = MAP_APPFONT ( 12, 71 ) ;
117        Size = MAP_APPFONT ( 60, 8 ) ;
118        Text [ en-US ] = "~Angle" ;
119    };
120    FixedText FT_MOVE_X
121    {
122        Pos = MAP_APPFONT ( 12, 39 ) ;
123        Size = MAP_APPFONT ( 60, 8 ) ;
124        Text [ en-US ] = "~X axis" ;
125    };
126    MetricField MTR_FLD_MOVE_X
127    {
128        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_X" ;
129        Border = TRUE ;
130        Pos = MAP_APPFONT ( 76, 37 ) ;
131        Size = MAP_APPFONT ( 45, 12 ) ;
132        TabStop = TRUE ;
133        Repeat = TRUE ;
134        Spin = TRUE ;
135        Minimum = -120000 ;
136        Maximum = 120000 ;
137        StrictFormat = TRUE ;
138        DecimalDigits = 2 ;
139        Unit = FUNIT_MM ;
140        First = -120000 ;
141        Last = 120000 ;
142        SpinSize = 100 ;
143    };
144    MetricField MTR_FLD_MOVE_Y
145    {
146        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_Y" ;
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        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_WIDTH" ;
165        Border = TRUE ;
166        Pos = MAP_APPFONT ( 76, 98 ) ;
167        Size = MAP_APPFONT ( 45, 12 ) ;
168        TabStop = TRUE ;
169        Repeat = TRUE ;
170        Spin = TRUE ;
171        Minimum = -120000 ;
172        Maximum = 120000 ;
173        StrictFormat = TRUE ;
174        DecimalDigits = 2 ;
175        Unit = FUNIT_MM ;
176        First = -120000 ;
177        Last = 120000 ;
178        SpinSize = 100 ;
179    };
180    MetricField MTR_FLD_HEIGHT
181    {
182        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_HEIGHT" ;
183        Border = TRUE ;
184        Pos = MAP_APPFONT ( 76, 114 ) ;
185        Size = MAP_APPFONT ( 45, 12 ) ;
186        TabStop = TRUE ;
187        Repeat = TRUE ;
188        Spin = TRUE ;
189        Minimum = -120000 ;
190        Maximum = 120000 ;
191        StrictFormat = TRUE ;
192        DecimalDigits = 2 ;
193        Unit = FUNIT_MM ;
194        First = -120000 ;
195        Last = 120000 ;
196        SpinSize = 100 ;
197    };
198    FixedText FT_MOVE_Y
199    {
200        Pos = MAP_APPFONT ( 12, 55 ) ;
201        Size = MAP_APPFONT ( 60, 8 ) ;
202        Text [ en-US ] = "~Y axis" ;
203    };
204    FixedText FT_WIDTH
205    {
206        Pos = MAP_APPFONT ( 12, 100 ) ;
207        Size = MAP_APPFONT ( 60, 8 ) ;
208        Text [ en-US ] = "~Width" ;
209    };
210    FixedText FT_HEIGHT
211    {
212        Pos = MAP_APPFONT ( 12, 116 ) ;
213        Size = MAP_APPFONT ( 60, 8 ) ;
214        Text [ en-US ] = "~Height" ;
215    };
216    FixedLine GRP_MOVEMENT
217    {
218        Pos = MAP_APPFONT ( 6, 26 ) ;
219        Size = MAP_APPFONT ( 136, 8 ) ;
220        Text [ en-US ] = "Placement" ;
221    };
222    FixedLine GRP_ENLARGEMENT
223    {
224        Pos = MAP_APPFONT ( 6, 87 ) ;
225        Size = MAP_APPFONT ( 136, 8 ) ;
226        Text [ en-US ] = "Enlargement" ;
227    };
228    FixedLine GRP_COLOR
229    {
230        Pos = MAP_APPFONT ( 6, 132 ) ;
231        Size = MAP_APPFONT ( 136, 8 ) ;
232        Text [ en-US ] = "Colors" ;
233    };
234    ListBox LB_START_COLOR
235    {
236        HelpID = "sd:ListBox:DLG_COPY:LB_START_COLOR" ;
237        Border = TRUE ;
238        Pos = MAP_APPFONT ( 76, 143 ) ;
239        Size = MAP_APPFONT ( 60, 90 ) ;
240        TabStop = TRUE ;
241        DropDown = TRUE ;
242        DDExtraWidth = TRUE ;
243    };
244    FixedText FT_START_COLOR
245    {
246        Pos = MAP_APPFONT ( 12, 145 ) ;
247        Size = MAP_APPFONT ( 60, 8 ) ;
248        Text [ en-US ] = "~Start" ;
249    };
250    ListBox LB_END_COLOR
251    {
252        HelpID = "sd:ListBox:DLG_COPY:LB_END_COLOR" ;
253        Border = TRUE ;
254        Pos = MAP_APPFONT ( 76, 159 ) ;
255        Size = MAP_APPFONT ( 60, 90 ) ;
256        TabStop = TRUE ;
257        DropDown = TRUE ;
258        DDExtraWidth = TRUE ;
259    };
260    FixedText FT_END_COLOR
261    {
262        Pos = MAP_APPFONT ( 12, 161 ) ;
263        Size = MAP_APPFONT ( 60, 8 ) ;
264        Text [ en-US ] = "~End" ;
265    };
266};
267
268// ******************************************************************* EOF
269