sdpreslt.src (e3349227) sdpreslt.src (94779370)
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
23
24#include "app.hrc"
25#include "sdpreslt.hrc"
26#include "sdcommands.h"
27
28ModalDialog DLG_PRESLT
29{
30 HelpID = CMD_SID_PRESENTATION_LAYOUT ;
31 OutputSize = TRUE ;
32 SVLook = TRUE ;
20 *************************************************************/
21
22
23
24#include "app.hrc"
25#include "sdpreslt.hrc"
26#include "sdcommands.h"
27
28ModalDialog DLG_PRESLT
29{
30 HelpID = CMD_SID_PRESENTATION_LAYOUT ;
31 OutputSize = TRUE ;
32 SVLook = TRUE ;
33 Size = MAP_APPFONT ( 212 , 185 ) ;
33 Size = MAP_APPFONT ( 212, 185 ) ;
34 Moveable = TRUE ;
35 FixedText FT_LAYOUT
36 {
34 Moveable = TRUE ;
35 FixedText FT_LAYOUT
36 {
37 Pos = MAP_APPFONT ( 6 , 3 ) ;
38 Size = MAP_APPFONT ( 110 , 10 ) ;
39 /* ### ACHTUNG: Neuer Text in Resource? W�hlen Sie eine ~Seitenvorlage : W�hlen Sie eine ~Seitenvorlage */
37 Pos = MAP_APPFONT ( 6, 3 ) ;
38 Size = MAP_APPFONT ( 110, 10 ) ;
40 Text [ en-US ] = "~Select a slide design" ;
41 };
42 Control VS_LAYOUT
43 {
44 Border = TRUE ;
45 Hide = TRUE ;
39 Text [ en-US ] = "~Select a slide design" ;
40 };
41 Control VS_LAYOUT
42 {
43 Border = TRUE ;
44 Hide = TRUE ;
46 Pos = MAP_APPFONT ( 6 , 14 ) ;
47 Size = MAP_APPFONT ( 144 , 141 ) ;
45 Pos = MAP_APPFONT ( 6, 14 ) ;
46 Size = MAP_APPFONT ( 144, 141 ) ;
48 TabStop = TRUE ;
49 };
50 OKButton BTN_OK
51 {
47 TabStop = TRUE ;
48 };
49 OKButton BTN_OK
50 {
52 Pos = MAP_APPFONT ( 156 , 6 ) ;
53 Size = MAP_APPFONT ( 50 , 14 ) ;
51 Pos = MAP_APPFONT ( 156, 6 ) ;
52 Size = MAP_APPFONT ( 50, 14 ) ;
54 TabStop = TRUE ;
55 DefButton = TRUE ;
56 };
57 CancelButton BTN_CANCEL
58 {
53 TabStop = TRUE ;
54 DefButton = TRUE ;
55 };
56 CancelButton BTN_CANCEL
57 {
59 Pos = MAP_APPFONT ( 156 , 23 ) ;
60 Size = MAP_APPFONT ( 50 , 14 ) ;
58 Pos = MAP_APPFONT ( 156, 23 ) ;
59 Size = MAP_APPFONT ( 50, 14 ) ;
61 TabStop = TRUE ;
62 };
63 CheckBox CBX_MASTER_PAGE
64 {
60 TabStop = TRUE ;
61 };
62 CheckBox CBX_MASTER_PAGE
63 {
65 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE";
66 Pos = MAP_APPFONT ( 6 , 158 ) ;
67 Size = MAP_APPFONT ( 120 , 12 ) ;
64 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE" ;
65 Pos = MAP_APPFONT ( 6, 158 ) ;
66 Size = MAP_APPFONT ( 120, 12 ) ;
68 TabStop = TRUE ;
69 Text [ en-US ] = "~Exchange background page" ;
70 };
71 CheckBox CBX_CHECK_MASTERS
72 {
67 TabStop = TRUE ;
68 Text [ en-US ] = "~Exchange background page" ;
69 };
70 CheckBox CBX_CHECK_MASTERS
71 {
73 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS";
74 Pos = MAP_APPFONT ( 6 , 170 ) ;
75 Size = MAP_APPFONT ( 140 , 12 ) ;
72 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS" ;
73 Pos = MAP_APPFONT ( 6, 170 ) ;
74 Size = MAP_APPFONT ( 140, 12 ) ;
76 TabStop = TRUE ;
75 TabStop = TRUE ;
77 Text [ en-US ] = "~Delete unused backgrounds";
76 Text [ en-US ] = "~Delete unused backgrounds" ;
78 };
79 PushButton BTN_LOAD
80 {
77 };
78 PushButton BTN_LOAD
79 {
81 HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD";
82 Pos = MAP_APPFONT ( 156 , 155 ) ;
83 Size = MAP_APPFONT ( 50 , 14 ) ;
80 HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD" ;
81 Pos = MAP_APPFONT ( 156, 155 ) ;
82 Size = MAP_APPFONT ( 50, 14 ) ;
84 TabStop = TRUE ;
85 Text [ en-US ] = "~Load..." ;
86 };
87 HelpButton BTN_HELP
88 {
83 TabStop = TRUE ;
84 Text [ en-US ] = "~Load..." ;
85 };
86 HelpButton BTN_HELP
87 {
89 Pos = MAP_APPFONT ( 156 , 53 ) ;
90 Size = MAP_APPFONT ( 50 , 14 ) ;
88 Pos = MAP_APPFONT ( 156, 53 ) ;
89 Size = MAP_APPFONT ( 50, 14 ) ;
91 TabStop = TRUE ;
92 };
93 Text [ en-US ] = "Slide Design" ;
94};
95
90 TabStop = TRUE ;
91 };
92 Text [ en-US ] = "Slide Design" ;
93};
94
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
95// ********************************************************************** EOF