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 "helpids.h" 25#include "inspagob.hrc" 26 27ModalDialog DLG_INSERT_PAGES_OBJS 28{ 29 HelpID = HID_DLG_INSERT_PAGES_OBJS ; 30 OutputSize = TRUE ; 31 SVLook = TRUE ; 32 Size = MAP_APPFONT ( 200 , 128 ) ; 33 /* ### ACHTUNG: Neuer Text in Resource? Seiten/Objekte einf�gen : Seiten/Objekte einf�gen */ 34 Moveable = TRUE ; 35 Text [ en-US ] = "Insert Slides/Objects" ; 36 OKButton BTN_OK 37 { 38 Pos = MAP_APPFONT ( 144 , 6 ) ; 39 Size = MAP_APPFONT ( 50 , 14 ) ; 40 TabStop = TRUE ; 41 DefButton = TRUE ; 42 }; 43 CancelButton BTN_CANCEL 44 { 45 Pos = MAP_APPFONT ( 144 , 23 ) ; 46 Size = MAP_APPFONT ( 50 , 14 ) ; 47 TabStop = TRUE ; 48 }; 49 HelpButton BTN_HELP 50 { 51 Pos = MAP_APPFONT ( 144 , 46 ) ; 52 Size = MAP_APPFONT ( 50 , 14 ) ; 53 TabStop = TRUE ; 54 }; 55 Control LB_TREE 56 { 57 HelpId = HID_SD_PAGEOBJSTLB; 58 Border = TRUE ; 59 Pos = MAP_APPFONT ( 6 , 6 ) ; 60 Size = MAP_APPFONT ( 132 , 88 ) ; 61 TabStop = TRUE ; 62 }; 63 CheckBox CBX_LINK 64 { 65 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK"; 66 Pos = MAP_APPFONT ( 6 , 100 ) ; 67 Size = MAP_APPFONT ( 140 , 12 ) ; 68 TabStop = TRUE ; 69 Text [ en-US ] = "~Link" ; 70 }; 71 CheckBox CBX_CHECK_MASTERS 72 { 73 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS"; 74 Pos = MAP_APPFONT ( 6 , 114 ) ; 75 Size = MAP_APPFONT ( 140 , 12 ) ; 76 TabStop = TRUE ; 77 Text [ en-US ] = "Delete unused backg~rounds"; 78 }; 79}; 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116