Update ooo320-m1
[ooovba.git] / goodies / source / filter.vcl / epict / dlgepct.src
blob2c1002731c4d33be6922a190f13f0a22cbdeba6a
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: dlgepct.src,v $
10  * $Revision: 1.20 $
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 "dlgepct.hrc"
33 ModalDialog DLG_EXPORT_EPCT
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 178 , 89 ) ;
38     Text [ en-US ] = "PICT Options" ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     MetricField MTF_SIZEX
42     {
43         Border = TRUE ;
44         Pos = MAP_APPFONT ( 60 , 55 ) ;
45         Size = MAP_APPFONT ( 50 , 12 ) ;
46         TabStop = TRUE ;
47         Repeat = TRUE ;
48         Spin = TRUE ;
49         Minimum = 100 ;
50         Maximum = 99999 ;
51         StrictFormat = TRUE ;
52         DecimalDigits = 2 ;
53         Unit = FUNIT_MM ;
54         First = 100 ;
55         Last = 99999 ;
56         SpinSize = 100 ;
57     };
58     MetricField MTF_SIZEY
59     {
60         Border = TRUE ;
61         Pos = MAP_APPFONT ( 60 , 71 ) ;
62         Size = MAP_APPFONT ( 50 , 12 ) ;
63         TabStop = TRUE ;
64         Repeat = TRUE ;
65         Spin = TRUE ;
66         Minimum = 100 ;
67         Maximum = 99999 ;
68         StrictFormat = TRUE ;
69         DecimalDigits = 2 ;
70         Unit = FUNIT_MM ;
71         First = 100 ;
72         Last = 99999 ;
73         SpinSize = 100 ;
74     };
75     FixedLine GRP_SIZE
76     {
77         Pos = MAP_APPFONT ( 6 , 44 ) ;
78         Size = MAP_APPFONT ( 110 , 8 ) ;
79         Text [ en-US ] = "Size" ;
80     };
81     FixedText FT_SIZEX
82     {
83         Pos = MAP_APPFONT ( 12 , 57 ) ;
84         Size = MAP_APPFONT ( 45 , 8 ) ;
85         Text [ en-US ] = "Width" ;
86     };
87     FixedText FT_SIZEY
88     {
89         Pos = MAP_APPFONT ( 12 , 73 ) ;
90         Size = MAP_APPFONT ( 45 , 8 ) ;
91         Text [ en-US ] = "Height" ;
92     };
93     OKButton BTN_OK
94     {
95         Pos = MAP_APPFONT ( 122 , 6 ) ;
96         Size = MAP_APPFONT ( 50 , 14 ) ;
97         TabStop = TRUE ;
98         DefButton = TRUE ;
99     };
100     CancelButton BTN_CANCEL
101     {
102         Pos = MAP_APPFONT ( 122 , 24 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104         TabStop = TRUE ;
105     };
106     HelpButton BTN_HELP
107     {
108         Pos = MAP_APPFONT ( 122 , 43 ) ;
109         Size = MAP_APPFONT ( 50 , 14 ) ;
110         TabStop = TRUE ;
111     };
112     RadioButton RB_ORIGINAL
113     {
114         Pos = MAP_APPFONT ( 12 , 14 ) ;
115         Size = MAP_APPFONT ( 98 , 10 ) ;
116         TabStop = TRUE ;
117         Text [ en-US ] = "~Original" ;
118     };
119     RadioButton RB_SIZE
120     {
121         Pos = MAP_APPFONT ( 12 , 28 ) ;
122         Size = MAP_APPFONT ( 98 , 10 ) ;
123         TabStop = TRUE ;
124         Text [ en-US ] = "~Size" ;
125     };
126     FixedLine GRP_MODE
127     {
128         Pos = MAP_APPFONT ( 6 , 3 ) ;
129         Size = MAP_APPFONT ( 110 , 8 ) ;
130         Text [ en-US ] = "Mode" ;
131     };