update credits
[LibreOffice.git] / sw / source / ui / dbui / mmlayoutpage.src
blobcc54bba162b350f9e8edef7ed179ffabb7b525e8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include <mmlayoutpage.hrc>
20 #include <dbui.hrc>
21 #include <helpid.h>
23 TabPage DLG_MM_LAYOUT_PAGE
25     HelpID = HID_MM_LAYOUT_PAGE;
26     Size = MAP_APPFONT ( 260 , 250 ) ;
27     Hide = TRUE ;
29     FixedText FI_HEADER
30     {
31         Pos = MAP_APPFONT ( 6 , 8 ) ;
32         Size = MAP_APPFONT ( 248 , 8 ) ;
33         Text[ en-US ] = "Adjust layout of address block and salutation";
34     };
35     FixedLine       FL_POSITION
36     {
37         Pos = MAP_APPFONT ( 6 , 27 ) ;
38         Size = MAP_APPFONT ( 118 , 8 ) ;
39         Text[ en-US ] = "Address block position";
40     };
41     CheckBox CB_ALIGN
42     {
43         HelpID = "sw:CheckBox:DLG_MM_LAYOUT_PAGE:CB_ALIGN";
44         Pos = MAP_APPFONT ( 6 , 40 ) ;
45         Size = MAP_APPFONT ( 118 , 10 ) ;
46         Text[ en-US ] = "Align to text body";
47     };
48     FixedText       FT_LEFT
49     {
50         Pos = MAP_APPFONT ( 15 , 54 ) ;
51         Size = MAP_APPFONT ( 63 , 8 ) ;
52         Text[ en-US ] = "From ~left";
53     };
54     MetricField     MF_LEFT
55     {
56         HelpID = "sw:MetricField:DLG_MM_LAYOUT_PAGE:MF_LEFT";
57         Pos = MAP_APPFONT ( 78 , 52 ) ;
58         Size = MAP_APPFONT ( 40 , 12 ) ;
59         Border = TRUE ;
60         Left = TRUE ;
61         Repeat = TRUE ;
62         Spin = TRUE ;
63         Minimum = 0 ;
64         Maximum = 99999 ;
65         DecimalDigits = 2 ;
66         Value = 200 ;
67         Unit = FUNIT_CM ;
68         First = 10 ;
69         Last = 99999 ;
70         SpinSize = 10 ;
71     };
72     FixedText       FT_TOP
73     {
74         Pos = MAP_APPFONT ( 15 , 69 ) ;
75         Size = MAP_APPFONT ( 62 , 8 ) ;
76         Text[ en-US ] = "~From top";
77     };
78     MetricField     MF_TOP
79     {
80         HelpID = "sw:MetricField:DLG_MM_LAYOUT_PAGE:MF_TOP";
81         Pos = MAP_APPFONT ( 78 , 67 ) ;
82         Size = MAP_APPFONT ( 40 , 12 ) ;
83         Border = TRUE ;
84         Left = TRUE ;
85         Repeat = TRUE ;
86         Spin = TRUE ;
87         Minimum = 0 ;
88         Maximum = 99999 ;
89         DecimalDigits = 2 ;
90         Value = 200 ;
91         Unit = FUNIT_CM ;
92         First = 10 ;
93         Last = 99999 ;
94         SpinSize = 10 ;
95     };
96     FixedLine       FL_GREETINGLINE
97     {
98         Pos = MAP_APPFONT ( 6 , 85 ) ;
99         Size = MAP_APPFONT ( 118 , 8 ) ;
100         Text[ en-US ] = "Salutation position";
101     };
102     FixedText       FT_UP
103     {
104         Pos = MAP_APPFONT ( 15 , 98 ) ;
105         Size = MAP_APPFONT ( 45 , 8 ) ;
106         Text[ en-US ] = "Move";
107     };
108     PushButton      MF_UP
109     {
110         HelpID = "sw:PushButton:DLG_MM_LAYOUT_PAGE:MF_UP";
111         Pos = MAP_APPFONT ( 68 , 96 ) ;
112         Size = MAP_APPFONT ( 50 , 14 ) ;
113         Text[ en-US ] = "~Up";
114     };
115     FixedText       FT_DOWN
116     {
117         Pos = MAP_APPFONT ( 15 , 115 ) ;
118         Size = MAP_APPFONT ( 45 , 8 ) ;
119         Text[ en-US ] = "Move";
120     };
121     PushButton      PB_DOWN
122     {
123         HelpID = "sw:PushButton:DLG_MM_LAYOUT_PAGE:PB_DOWN";
124         Pos = MAP_APPFONT ( 68 , 113 ) ;
125         Size = MAP_APPFONT ( 50 , 14 ) ;
126         Text[ en-US ] = "~Down";
127     };
128     Window          WIN_EXAMPLECONTAINER
129     {
130         Pos = MAP_APPFONT ( 130 , 20 ) ;
131         Size = MAP_APPFONT ( 124 , 159 ) ;
132     };
133     FixedText       FT_ZOOM
134     {
135         Pos = MAP_APPFONT ( 161 , 185 ) ;
136         Size = MAP_APPFONT ( 40 , 8 ) ;
137         Right = TRUE;
138         Text[ en-US ] = "~Zoom";
139     };
140     ListBox        LB_ZOOM
141     {
142         HelpID = "sw:ListBox:DLG_MM_LAYOUT_PAGE:LB_ZOOM";
143         Pos = MAP_APPFONT ( 204 , 182 ) ;
144         Size = MAP_APPFONT ( 50 , 50 ) ;
145         Border = TRUE;
146         DropDown = TRUE;
147         StringList [en-US]=    \
148         {                           \
149             < "Entire page" ; > ;        \
150         };
151     };
155 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */