1/************************************************************** 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 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 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 ; 33 Size = MAP_APPFONT ( 212 , 185 ) ; 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 */ 40 Text [ en-US ] = "~Select a slide design" ; 41 }; 42 Control VS_LAYOUT 43 { 44 Border = TRUE ; 45 Hide = TRUE ; 46 Pos = MAP_APPFONT ( 6 , 14 ) ; 47 Size = MAP_APPFONT ( 144 , 141 ) ; 48 TabStop = TRUE ; 49 }; 50 OKButton BTN_OK 51 { 52 Pos = MAP_APPFONT ( 156 , 6 ) ; 53 Size = MAP_APPFONT ( 50 , 14 ) ; 54 TabStop = TRUE ; 55 DefButton = TRUE ; 56 }; 57 CancelButton BTN_CANCEL 58 { 59 Pos = MAP_APPFONT ( 156 , 23 ) ; 60 Size = MAP_APPFONT ( 50 , 14 ) ; 61 TabStop = TRUE ; 62 }; 63 CheckBox CBX_MASTER_PAGE 64 { 65 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE"; 66 Pos = MAP_APPFONT ( 6 , 158 ) ; 67 Size = MAP_APPFONT ( 120 , 12 ) ; 68 TabStop = TRUE ; 69 Text [ en-US ] = "~Exchange background page" ; 70 }; 71 CheckBox CBX_CHECK_MASTERS 72 { 73 HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS"; 74 Pos = MAP_APPFONT ( 6 , 170 ) ; 75 Size = MAP_APPFONT ( 140 , 12 ) ; 76 TabStop = TRUE ; 77 Text [ en-US ] = "~Delete unused backgrounds"; 78 }; 79 PushButton BTN_LOAD 80 { 81 HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD"; 82 Pos = MAP_APPFONT ( 156 , 155 ) ; 83 Size = MAP_APPFONT ( 50 , 14 ) ; 84 TabStop = TRUE ; 85 Text [ en-US ] = "~Load..." ; 86 }; 87 HelpButton BTN_HELP 88 { 89 Pos = MAP_APPFONT ( 156 , 53 ) ; 90 Size = MAP_APPFONT ( 50 , 14 ) ; 91 TabStop = TRUE ; 92 }; 93 Text [ en-US ] = "Slide Design" ; 94}; 95 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 126