Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmlayoutpage.src
blobbeec9673bedc6f51da6a17cf290f8241c78aa53c
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: mmlayoutpage.src,v $
10  * $Revision: 1.9 $
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 #include <mmlayoutpage.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
34 TabPage DLG_MM_LAYOUT_PAGE
36     HelpID = HID_MM_LAYOUT_PAGE;
37     Size = MAP_APPFONT ( 260 , 250 ) ;
38     Hide = TRUE ;
40     FixedText FI_HEADER
41     {
42         Pos = MAP_APPFONT ( 6 , 8 ) ;
43         Size = MAP_APPFONT ( 248 , 8 ) ;
44         Text[ en-US ] = "Adjust layout of address block and salutation";
45     };
46     FixedLine       FL_POSITION
47     {
48         Pos = MAP_APPFONT ( 6 , 27 ) ;
49         Size = MAP_APPFONT ( 118 , 8 ) ;
50         Text[ en-US ] = "Address block position";
51     };
52     CheckBox CB_ALIGN
53     {
54         Pos = MAP_APPFONT ( 6 , 40 ) ;
55         Size = MAP_APPFONT ( 118 , 10 ) ;
56         Text[ en-US ] = "Align to text body";
57     };
58     FixedText       FT_LEFT
59     {
60         Pos = MAP_APPFONT ( 15 , 54 ) ;
61         Size = MAP_APPFONT ( 63 , 8 ) ;
62         Text[ en-US ] = "From ~left";
63     };
64     MetricField     MF_LEFT
65     {
66         Pos = MAP_APPFONT ( 78 , 52 ) ;
67         Size = MAP_APPFONT ( 40 , 12 ) ;
68         Border = TRUE ;
69         Left = TRUE ;
70         Repeat = TRUE ;
71         Spin = TRUE ;
72         Minimum = 0 ;
73         Maximum = 99999 ;
74         DecimalDigits = 2 ;
75         Value = 200 ;
76         Unit = FUNIT_CM ;
77         First = 10 ;
78         Last = 99999 ;
79         SpinSize = 10 ;
80     };
81     FixedText       FT_TOP
82     {
83         Pos = MAP_APPFONT ( 15 , 69 ) ;
84         Size = MAP_APPFONT ( 62 , 8 ) ;
85         Text[ en-US ] = "~From top";
86     };
87     MetricField     MF_TOP
88     {
89         Pos = MAP_APPFONT ( 78 , 67 ) ;
90         Size = MAP_APPFONT ( 40 , 12 ) ;
91         Border = TRUE ;
92         Left = TRUE ;
93         Repeat = TRUE ;
94         Spin = TRUE ;
95         Minimum = 0 ;
96         Maximum = 99999 ;
97         DecimalDigits = 2 ;
98         Value = 200 ;
99         Unit = FUNIT_CM ;
100         First = 10 ;
101         Last = 99999 ;
102         SpinSize = 10 ;
103     };
104     FixedLine       FL_GREETINGLINE
105     {
106         Pos = MAP_APPFONT ( 6 , 85 ) ;
107         Size = MAP_APPFONT ( 118 , 8 ) ;
108         Text[ en-US ] = "Salutation position";
109     };
110     FixedText       FT_UP
111     {
112         Pos = MAP_APPFONT ( 15 , 98 ) ;
113         Size = MAP_APPFONT ( 45 , 8 ) ;
114         Text[ en-US ] = "Move";
115     };
116     PushButton      MF_UP
117     {
118         Pos = MAP_APPFONT ( 68 , 96 ) ;
119         Size = MAP_APPFONT ( 50 , 14 ) ;
120         Text[ en-US ] = "~Up";
121     };
122     FixedText       FT_DOWN
123     {
124         Pos = MAP_APPFONT ( 15 , 115 ) ;
125         Size = MAP_APPFONT ( 45 , 8 ) ;
126         Text[ en-US ] = "Move";
127     };
128     PushButton      PB_DOWN
129     {
130         Pos = MAP_APPFONT ( 68 , 113 ) ;
131         Size = MAP_APPFONT ( 50 , 14 ) ;
132         Text[ en-US ] = "~Down";
133     };
134     Window          WIN_EXAMPLECONTAINER
135     {
136         Pos = MAP_APPFONT ( 130 , 20 ) ;
137         Size = MAP_APPFONT ( 124 , 159 ) ;
138         Border = TRUE;
139     };
140     FixedText       FT_ZOOM
141     {
142         Pos = MAP_APPFONT ( 161 , 185 ) ;
143         Size = MAP_APPFONT ( 40 , 8 ) ;
144         Right = TRUE;
145         Text[ en-US ] = "~Zoom";
146     };
147     ListBox        LB_ZOOM
148     {
149         Pos = MAP_APPFONT ( 204 , 182 ) ;
150         Size = MAP_APPFONT ( 50 , 50 ) ;
151         Border = TRUE;
152         DropDown = TRUE;
153         StringList [en-US]=    \
154         {                           \
155             < "Entire page" ; > ;        \
156         };
157     };