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 <dialogs.hrc> 25#include <masterlayoutdlg.hrc> 26#include <strings.hrc> 27 28ModalDialog RID_SD_DLG_MASTER_LAYOUT 29{ 30 HelpID = "sd:ModalDialog:RID_SD_DLG_MASTER_LAYOUT"; 31 Size = MAP_APPFONT( 89 , 92 ); 32 OutputSize = TRUE; 33 SVLook = TRUE; 34 Moveable = TRUE; 35 CloseAble = TRUE; 36 FixedLine FL_PLACEHOLDERS 37 { 38 Pos = MAP_APPFONT( 3, 3 ); 39 Size = MAP_APPFONT( 83, 10 ); 40 41 Text [ en-US ] = "Placeholders"; 42 }; 43 44 CheckBox CB_HEADER 45 { 46 HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER"; 47 Pos = MAP_APPFONT( 6, 16 ); 48 Size = MAP_APPFONT( 134 , 10 ); 49 TabStop = TRUE; 50 51 Text [ en-US ] = "Header"; 52 }; 53 54 CheckBox CB_DATE 55 { 56 HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE"; 57 Pos = MAP_APPFONT( 6, 29 ); 58 Size = MAP_APPFONT( 134 , 10 ); 59 TabStop = TRUE; 60 61 Text [ en-US ] = "Date/time"; 62 }; 63 64 CheckBox CB_FOOTER 65 { 66 HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER"; 67 Pos = MAP_APPFONT( 6, 42 ); 68 Size = MAP_APPFONT( 134 , 10 ); 69 TabStop = TRUE; 70 71 Text [ en-US ] = "Footer"; 72 }; 73 74 CheckBox CB_PAGE_NUMBER 75 { 76 HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER"; 77 Pos = MAP_APPFONT( 6, 55 ); 78 Size = MAP_APPFONT( 134 , 10 ); 79 TabStop = TRUE; 80 81 Text [ en-US ] = "Page number"; 82 }; 83 84 OKButton BT_OK 85 { 86 Pos = MAP_APPFONT( 3, 71 ); 87 Size = MAP_APPFONT( 40 , 14 ); 88 TabStop = TRUE; 89 }; 90 91 CancelButton BT_CANCEL 92 { 93 Pos = MAP_APPFONT( 46, 71 ); 94 Size = MAP_APPFONT( 40 , 14 ); 95 TabStop = TRUE; 96 }; 97 98 String STR_SLIDE_NUMBER 99 { 100 Text [ en-US ] = "Slide number"; 101 }; 102 103 String STR_MASTER_LAYOUT_TITLE 104 { 105 Text [ en-US ] = "Master Elements"; 106 }; 107}; 108 109 110 111 112