1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
19 #include <mmlayoutpage.hrc>
23 TabPage DLG_MM_LAYOUT_PAGE
25 HelpID = HID_MM_LAYOUT_PAGE;
26 Size = MAP_APPFONT ( 260 , 250 ) ;
31 Pos = MAP_APPFONT ( 6 , 8 ) ;
32 Size = MAP_APPFONT ( 248 , 8 ) ;
33 Text[ en-US ] = "Adjust layout of address block and salutation";
37 Pos = MAP_APPFONT ( 6 , 27 ) ;
38 Size = MAP_APPFONT ( 118 , 8 ) ;
39 Text[ en-US ] = "Address block position";
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";
50 Pos = MAP_APPFONT ( 15 , 54 ) ;
51 Size = MAP_APPFONT ( 63 , 8 ) ;
52 Text[ en-US ] = "From ~left";
56 HelpID = "sw:MetricField:DLG_MM_LAYOUT_PAGE:MF_LEFT";
57 Pos = MAP_APPFONT ( 78 , 52 ) ;
58 Size = MAP_APPFONT ( 40 , 12 ) ;
74 Pos = MAP_APPFONT ( 15 , 69 ) ;
75 Size = MAP_APPFONT ( 62 , 8 ) ;
76 Text[ en-US ] = "~From top";
80 HelpID = "sw:MetricField:DLG_MM_LAYOUT_PAGE:MF_TOP";
81 Pos = MAP_APPFONT ( 78 , 67 ) ;
82 Size = MAP_APPFONT ( 40 , 12 ) ;
96 FixedLine FL_GREETINGLINE
98 Pos = MAP_APPFONT ( 6 , 85 ) ;
99 Size = MAP_APPFONT ( 118 , 8 ) ;
100 Text[ en-US ] = "Salutation position";
104 Pos = MAP_APPFONT ( 15 , 98 ) ;
105 Size = MAP_APPFONT ( 45 , 8 ) ;
106 Text[ en-US ] = "Move";
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";
117 Pos = MAP_APPFONT ( 15 , 115 ) ;
118 Size = MAP_APPFONT ( 45 , 8 ) ;
119 Text[ en-US ] = "Move";
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";
128 Window WIN_EXAMPLECONTAINER
130 Pos = MAP_APPFONT ( 130 , 20 ) ;
131 Size = MAP_APPFONT ( 124 , 159 ) ;
135 Pos = MAP_APPFONT ( 161 , 185 ) ;
136 Size = MAP_APPFONT ( 40 , 8 ) ;
138 Text[ en-US ] = "~Zoom";
142 HelpID = "sw:ListBox:DLG_MM_LAYOUT_PAGE:LB_ZOOM";
143 Pos = MAP_APPFONT ( 204 , 182 ) ;
144 Size = MAP_APPFONT ( 50 , 50 ) ;
147 StringList [en-US]= \
149 < "Entire page" ; > ; \
155 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */