xref: /trunk/main/sd/source/ui/dlg/copydlg.src (revision 515f4036a64467de788f5756d8ebf472d92f9466)
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#include "app.hrc"
23#include "res_bmp.hrc"
24#include "copydlg.hrc"
25#include "helpids.h"
26
27ModalDialog DLG_COPY
28{
29    HelpID = CMD_SID_COPYOBJECTS ;
30    OutputSize = TRUE ;
31    SVLook = TRUE ;
32    Size = MAP_APPFONT ( 204, 177 ) ;
33    Text [ en-US ] = "Duplicate" ;
34    Moveable = TRUE ;
35    OKButton BTN_OK
36    {
37        Pos = MAP_APPFONT ( 148, 6 ) ;
38        Size = MAP_APPFONT ( 50, 14 ) ;
39        TabStop = TRUE ;
40        DefButton = TRUE ;
41    };
42    CancelButton BTN_CANCEL
43    {
44        Pos = MAP_APPFONT ( 148, 23 ) ;
45        Size = MAP_APPFONT ( 50, 14 ) ;
46        TabStop = TRUE ;
47    };
48    HelpButton BTN_HELP
49    {
50        Pos = MAP_APPFONT ( 148, 43 ) ;
51        Size = MAP_APPFONT ( 50, 14 ) ;
52        TabStop = TRUE ;
53    };
54    FixedText FT_COPIES
55    {
56        Pos = MAP_APPFONT ( 6, 9 ) ;
57        Size = MAP_APPFONT ( 60, 8 ) ;
58        Text [ en-US ] = "Number of ~copies" ;
59    };
60    NumericField NUM_FLD_COPIES
61    {
62        HelpID = "sd:NumericField:DLG_COPY:NUM_FLD_COPIES" ;
63        Border = TRUE ;
64        Pos = MAP_APPFONT ( 76, 7 ) ;
65        Size = MAP_APPFONT ( 35, 12 ) ;
66        TabStop = TRUE ;
67        Repeat = TRUE ;
68        Spin = TRUE ;
69        Minimum = 1 ;
70        Maximum = 999 ;
71        StrictFormat = TRUE ;
72        First = 1 ;
73        Last = 999 ;
74        SpinSize = 1 ;
75    };
76    ImageButton BTN_SET_VIEWDATA
77    {
78        HelpID = "sd:ImageButton:DLG_COPY:BTN_SET_VIEWDATA" ;
79        Pos = MAP_APPFONT ( 122, 6 ) ;
80        Size = MAP_APPFONT ( 14, 14 ) ;
81        ButtonImage = Image
82        {
83            ImageBitmap = Bitmap { File = "pipette.png" ; };
84        };
85        TabStop = TRUE ;
86        QuickHelpText [ en-US ] = "Values from Selection" ;
87    };
88    PushButton BTN_SET_DEFAULT
89    {
90        HelpID = "sd:PushButton:DLG_COPY:BTN_SET_DEFAULT" ;
91        Pos = MAP_APPFONT ( 148, 63 ) ;
92        Size = MAP_APPFONT ( 50, 14 ) ;
93        TabStop = TRUE ;
94        Text [ en-US ] = "~Default" ;
95    };
96    MetricField MTR_FLD_ANGLE
97    {
98        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_ANGLE" ;
99        Border = TRUE ;
100        Pos = MAP_APPFONT ( 76, 69 ) ;
101        Size = MAP_APPFONT ( 45, 12 ) ;
102        TabStop = TRUE ;
103        Repeat = TRUE ;
104        Spin = TRUE ;
105        Maximum = 359 ;
106        StrictFormat = TRUE ;
107        Unit = FUNIT_CUSTOM ;
108        Last = 359 ;
109        SpinSize = 5 ;
110        CustomUnitText [ en-US ] = " degrees" ;
111    };
112    FixedText FT_ANGLE
113    {
114        Pos = MAP_APPFONT ( 12, 71 ) ;
115        Size = MAP_APPFONT ( 60, 8 ) ;
116        Text [ en-US ] = "~Angle" ;
117    };
118    FixedText FT_MOVE_X
119    {
120        Pos = MAP_APPFONT ( 12, 39 ) ;
121        Size = MAP_APPFONT ( 60, 8 ) ;
122        Text [ en-US ] = "~X axis" ;
123    };
124    MetricField MTR_FLD_MOVE_X
125    {
126        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_X" ;
127        Border = TRUE ;
128        Pos = MAP_APPFONT ( 76, 37 ) ;
129        Size = MAP_APPFONT ( 45, 12 ) ;
130        TabStop = TRUE ;
131        Repeat = TRUE ;
132        Spin = TRUE ;
133        Minimum = -120000 ;
134        Maximum = 120000 ;
135        StrictFormat = TRUE ;
136        DecimalDigits = 2 ;
137        Unit = FUNIT_MM ;
138        First = -120000 ;
139        Last = 120000 ;
140        SpinSize = 100 ;
141    };
142    MetricField MTR_FLD_MOVE_Y
143    {
144        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_MOVE_Y" ;
145        Border = TRUE ;
146        Pos = MAP_APPFONT ( 76, 53 ) ;
147        Size = MAP_APPFONT ( 45, 12 ) ;
148        TabStop = TRUE ;
149        Repeat = TRUE ;
150        Spin = TRUE ;
151        Minimum = -120000 ;
152        Maximum = 120000 ;
153        StrictFormat = TRUE ;
154        DecimalDigits = 2 ;
155        Unit = FUNIT_MM ;
156        First = -120000 ;
157        Last = 120000 ;
158        SpinSize = 100 ;
159    };
160    MetricField MTR_FLD_WIDTH
161    {
162        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_WIDTH" ;
163        Border = TRUE ;
164        Pos = MAP_APPFONT ( 76, 98 ) ;
165        Size = MAP_APPFONT ( 45, 12 ) ;
166        TabStop = TRUE ;
167        Repeat = TRUE ;
168        Spin = TRUE ;
169        Minimum = -120000 ;
170        Maximum = 120000 ;
171        StrictFormat = TRUE ;
172        DecimalDigits = 2 ;
173        Unit = FUNIT_MM ;
174        First = -120000 ;
175        Last = 120000 ;
176        SpinSize = 100 ;
177    };
178    MetricField MTR_FLD_HEIGHT
179    {
180        HelpID = "sd:MetricField:DLG_COPY:MTR_FLD_HEIGHT" ;
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        HelpID = "sd:ListBox:DLG_COPY:LB_START_COLOR" ;
235        Border = TRUE ;
236        Pos = MAP_APPFONT ( 76, 143 ) ;
237        Size = MAP_APPFONT ( 60, 90 ) ;
238        TabStop = TRUE ;
239        DropDown = TRUE ;
240        DDExtraWidth = TRUE ;
241    };
242    FixedText FT_START_COLOR
243    {
244        Pos = MAP_APPFONT ( 12, 145 ) ;
245        Size = MAP_APPFONT ( 60, 8 ) ;
246        Text [ en-US ] = "~Start" ;
247    };
248    ListBox LB_END_COLOR
249    {
250        HelpID = "sd:ListBox:DLG_COPY:LB_END_COLOR" ;
251        Border = TRUE ;
252        Pos = MAP_APPFONT ( 76, 159 ) ;
253        Size = MAP_APPFONT ( 60, 90 ) ;
254        TabStop = TRUE ;
255        DropDown = TRUE ;
256        DDExtraWidth = TRUE ;
257    };
258    FixedText FT_END_COLOR
259    {
260        Pos = MAP_APPFONT ( 12, 161 ) ;
261        Size = MAP_APPFONT ( 60, 8 ) ;
262        Text [ en-US ] = "~End" ;
263    };
264};
265
266// ******************************************************************* EOF
267