zoom.src (6bf28cba) zoom.src (455eaee9)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
23// include ---------------------------------------------------------------
24#include <cuires.hrc>
25#include "zoom.hrc"
26#include <svx/dialogs.hrc> // for RID_SVXDLG_ZOOM
27#include "helpid.hrc"
28
29// RID_SVXDLG_ZOOM -------------------------------------------------------
30ModalDialog RID_SVXDLG_ZOOM
31{
24// include ---------------------------------------------------------------
25#include <cuires.hrc>
26#include "zoom.hrc"
27#include <svx/dialogs.hrc> // for RID_SVXDLG_ZOOM
28#include "helpid.hrc"
29
30// RID_SVXDLG_ZOOM -------------------------------------------------------
31ModalDialog RID_SVXDLG_ZOOM
32{
32 HelpId = CMD_SID_ATTR_ZOOM;
33 HelpId = CMD_SID_ATTR_ZOOM ;
33 OutputSize = TRUE ;
34 SvLook = TRUE ;
35 Size = MAP_APPFONT ( 242, 112 ) ;
36 Moveable = TRUE ;
37 Text [ en-US ] = "Zoom & View Layout" ;
38 FixedLine FL_ZOOM
39 {
40 Pos = MAP_APPFONT ( 6, 3 ) ;

--- 81 unchanged lines hidden (view full) ---

122 Pos = MAP_APPFONT ( 209, 40 ) ;
123 Size = MAP_APPFONT ( 24, 12 ) ;
124 Border = TRUE ;
125 Group = TRUE ;
126 Left = TRUE ;
127 Repeat = TRUE ;
128 Spin = TRUE ;
129 SpinSize = 1 ;
34 OutputSize = TRUE ;
35 SvLook = TRUE ;
36 Size = MAP_APPFONT ( 242, 112 ) ;
37 Moveable = TRUE ;
38 Text [ en-US ] = "Zoom & View Layout" ;
39 FixedLine FL_ZOOM
40 {
41 Pos = MAP_APPFONT ( 6, 3 ) ;

--- 81 unchanged lines hidden (view full) ---

123 Pos = MAP_APPFONT ( 209, 40 ) ;
124 Size = MAP_APPFONT ( 24, 12 ) ;
125 Border = TRUE ;
126 Group = TRUE ;
127 Left = TRUE ;
128 Repeat = TRUE ;
129 Spin = TRUE ;
130 SpinSize = 1 ;
130 Minimum = 1;
131 Maximum = 999;
131 Minimum = 1 ;
132 Maximum = 999 ;
132 };
133 CheckBox CHK_BOOK
134 {
135 HelpID = "cui:CheckBox:RID_SVXDLG_ZOOM:CHK_BOOK" ;
136 Pos = MAP_APPFONT ( 136, 55 ) ;
137 Size = MAP_APPFONT ( 85, 10 ) ;
138 Text [ en-US ] = "~Book mode" ;
139 };

--- 14 unchanged lines hidden (view full) ---

154 Size = MAP_APPFONT ( 50, 14 ) ;
155 };
156 HelpButton BTN_ZOOM_HELP
157 {
158 Pos = MAP_APPFONT ( 186, 92 ) ;
159 Size = MAP_APPFONT ( 50, 14 ) ;
160 };
161};
133 };
134 CheckBox CHK_BOOK
135 {
136 HelpID = "cui:CheckBox:RID_SVXDLG_ZOOM:CHK_BOOK" ;
137 Pos = MAP_APPFONT ( 136, 55 ) ;
138 Size = MAP_APPFONT ( 85, 10 ) ;
139 Text [ en-US ] = "~Book mode" ;
140 };

--- 14 unchanged lines hidden (view full) ---

155 Size = MAP_APPFONT ( 50, 14 ) ;
156 };
157 HelpButton BTN_ZOOM_HELP
158 {
159 Pos = MAP_APPFONT ( 186, 92 ) ;
160 Size = MAP_APPFONT ( 50, 14 ) ;
161 };
162};
163
162// ********************************************************************** EOF
164// ********************************************************************** EOF