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 "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 ;
| 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 */
| 32 Size = MAP_APPFONT ( 200, 128 ) ;
|
34 Moveable = TRUE ; 35 Text [ en-US ] = "Insert Slides/Objects" ; 36 OKButton BTN_OK 37 {
| 33 Moveable = TRUE ; 34 Text [ en-US ] = "Insert Slides/Objects" ; 35 OKButton BTN_OK 36 {
|
38 Pos = MAP_APPFONT ( 144 , 6 ) ; 39 Size = MAP_APPFONT ( 50 , 14 ) ;
| 37 Pos = MAP_APPFONT ( 144, 6 ) ; 38 Size = MAP_APPFONT ( 50, 14 ) ;
|
40 TabStop = TRUE ; 41 DefButton = TRUE ; 42 }; 43 CancelButton BTN_CANCEL 44 {
| 39 TabStop = TRUE ; 40 DefButton = TRUE ; 41 }; 42 CancelButton BTN_CANCEL 43 {
|
45 Pos = MAP_APPFONT ( 144 , 23 ) ; 46 Size = MAP_APPFONT ( 50 , 14 ) ;
| 44 Pos = MAP_APPFONT ( 144, 23 ) ; 45 Size = MAP_APPFONT ( 50, 14 ) ;
|
47 TabStop = TRUE ; 48 }; 49 HelpButton BTN_HELP 50 {
| 46 TabStop = TRUE ; 47 }; 48 HelpButton BTN_HELP 49 {
|
51 Pos = MAP_APPFONT ( 144 , 46 ) ; 52 Size = MAP_APPFONT ( 50 , 14 ) ;
| 50 Pos = MAP_APPFONT ( 144, 46 ) ; 51 Size = MAP_APPFONT ( 50, 14 ) ;
|
53 TabStop = TRUE ; 54 }; 55 Control LB_TREE 56 {
| 52 TabStop = TRUE ; 53 }; 54 Control LB_TREE 55 {
|
57 HelpId = HID_SD_PAGEOBJSTLB;
| 56 HelpId = HID_SD_PAGEOBJSTLB ;
|
58 Border = TRUE ;
| 57 Border = TRUE ;
|
59 Pos = MAP_APPFONT ( 6 , 6 ) ; 60 Size = MAP_APPFONT ( 132 , 88 ) ;
| 58 Pos = MAP_APPFONT ( 6, 6 ) ; 59 Size = MAP_APPFONT ( 132, 88 ) ;
|
61 TabStop = TRUE ; 62 }; 63 CheckBox CBX_LINK 64 {
| 60 TabStop = TRUE ; 61 }; 62 CheckBox CBX_LINK 63 {
|
65 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK"; 66 Pos = MAP_APPFONT ( 6 , 100 ) ; 67 Size = MAP_APPFONT ( 140 , 12 ) ;
| 64 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK" ; 65 Pos = MAP_APPFONT ( 6, 100 ) ; 66 Size = MAP_APPFONT ( 140, 12 ) ;
|
68 TabStop = TRUE ; 69 Text [ en-US ] = "~Link" ; 70 }; 71 CheckBox CBX_CHECK_MASTERS 72 {
| 67 TabStop = TRUE ; 68 Text [ en-US ] = "~Link" ; 69 }; 70 CheckBox CBX_CHECK_MASTERS 71 {
|
73 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS"; 74 Pos = MAP_APPFONT ( 6 , 114 ) ; 75 Size = MAP_APPFONT ( 140 , 12 ) ;
| 72 HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS" ; 73 Pos = MAP_APPFONT ( 6, 114 ) ; 74 Size = MAP_APPFONT ( 140, 12 ) ;
|
76 TabStop = TRUE ;
| 75 TabStop = TRUE ;
|
77 Text [ en-US ] = "Delete unused backg~rounds";
| 76 Text [ en-US ] = "Delete unused backg~rounds" ;
|
78 }; 79}; 80
| 77 }; 78}; 79
|
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
| 80// ********************************************************************** EOF
|
| |