Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / dlgsize.src
blob8e0718d596244f710a4ae6d254ef7ff059d64d93
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: dlgsize.src,v $
10  * $Revision: 1.32 $
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  ************************************************************************/
30  //---------------------------------------------------------------------------
31  //
32  // (c) Copyright 1996 - 2000 by Star Division GmbH, Hamburg, Germany
33  //
34  // Ersterstellung:
35  //     JN
36  //
37  // Letzte Aenderung:
38  //     $Author: rt $ $Date: 2008-04-10 14:52:17 $ $Revision: 1.32 $
39  //
40  //---------------------------------------------------------------------------
42 #ifndef DBAUI_DLGSIZE_HRC
43 #include "dlgsize.hrc"
44 #endif
45 #ifndef _DBA_DBACCESS_HELPID_HRC_
46 #include "dbaccess_helpid.hrc"
47 #endif
48 #ifndef _DBU_DLG_HRC_
49 #include "dbu_dlg.hrc"
50 #endif
52 ModalDialog DLG_ROWHEIGHT
54     OutputSize = TRUE ;
55     SVLook = TRUE ;
56     HelpId = HID_DLG_ROWHEIGHT ;
57     Size = MAP_APPFONT ( 159 , 59 ) ;
58     Moveable = TRUE ;
59     Closeable = TRUE ;
60     FixedText FT_VALUE
61     {
62         Pos = MAP_APPFONT ( 6 , 8 ) ;
63         Size = MAP_APPFONT ( 23 , 10 ) ;
64         Text [ en-US ] = "~Height" ;
65     };
66     MetricField MF_VALUE
67     {
68         Border = TRUE ;
69         Pos = MAP_APPFONT ( 36 , 6 ) ;
70         Size = MAP_APPFONT ( 63 , 12 ) ;
71         TabStop = TRUE ;
72         Spin = TRUE ;
73         Minimum = 10 ;
74         Maximum = 1600 ;
75         DecimalDigits = 2 ;
76         Unit = FUNIT_CM ;
77         Repeat = TRUE ;
78     };
79     CheckBox CB_STANDARD
80     {
81         Pos = MAP_APPFONT ( 36 , 25 ) ;
82         Size = MAP_APPFONT ( 62 , 12 ) ;
83         TabStop = TRUE ;
84         Text [ en-US ] = "~Automatic";
85     };
86     OKButton PB_OK
87     {
88         Pos = MAP_APPFONT ( 105 , 6 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         TabStop = TRUE ;
91         DefButton = TRUE ;
92     };
93     CancelButton PB_CANCEL
94     {
95         Pos = MAP_APPFONT ( 105 , 23 ) ;
96         Size = MAP_APPFONT ( 50 , 14 ) ;
97         TabStop = TRUE ;
98     };
99     HelpButton PB_HELP
100     {
101         Pos = MAP_APPFONT ( 105 , 42 ) ;
102         Size = MAP_APPFONT ( 50 , 14 ) ;
103         TabStop = TRUE ;
104     };
105     Text [ en-US ] = "Row Height" ;
107 ModalDialog DLG_COLWIDTH
109     OutputSize = TRUE ;
110     SVLook = TRUE ;
111     HelpId = HID_DLG_COLWIDTH ;
112     Size = MAP_APPFONT ( 159 , 59 ) ;
113     Moveable = TRUE ;
114     Closeable = TRUE ;
115     FixedText FT_VALUE
116     {
117         Pos = MAP_APPFONT ( 6 , 8 ) ;
118         Size = MAP_APPFONT ( 23 , 10 ) ;
119         Text [ en-US ] = "~Width" ;
120     };
121     MetricField MF_VALUE
122     {
123         Border = TRUE ;
124         Pos = MAP_APPFONT ( 36 , 6 ) ;
125         Size = MAP_APPFONT ( 63 , 12 ) ;
126         TabStop = TRUE ;
127         Spin = TRUE ;
128         Minimum = 10 ;
129         Maximum = 20000 ;
130         DecimalDigits = 2 ;
131         Unit = FUNIT_CM ;
132         Repeat = TRUE ;
133     };
134     CheckBox CB_STANDARD
135     {
136         Pos = MAP_APPFONT ( 36 , 25 ) ;
137         Size = MAP_APPFONT ( 62 , 12 ) ;
138         TabStop = TRUE ;
139         Text [ en-US ] = "~Automatic";
140     };
141     OKButton PB_OK
142     {
143         Pos = MAP_APPFONT ( 105 , 6 ) ;
144         Size = MAP_APPFONT ( 50 , 14 ) ;
145         TabStop = TRUE ;
146         DefButton = TRUE ;
147     };
148     CancelButton PB_CANCEL
149     {
150         Pos = MAP_APPFONT ( 105 , 23 ) ;
151         Size = MAP_APPFONT ( 50 , 14 ) ;
152         TabStop = TRUE ;
153     };
154     HelpButton PB_HELP
155     {
156         Pos = MAP_APPFONT ( 105 , 42 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         TabStop = TRUE ;
159     };
160     Text [ en-US ] = "Column Width" ;