1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28 29#define PAGE1_BMP 1 30#define PAGE1_TITEL 2 31#define PAGE1_NEW_DESIGN 3 32#define PAGE1_OLD_DESIGN 4 33#define PAGE1_DESIGNS 5 34#define PAGE1_DEL_DESIGN 6 35#define PAGE1_DESC 7 36 37////////////////////////////// 38 39#define PAGE2_BMP 20 40#define PAGE2_TITEL 21 41#define PAGE2_STANDARD 22 42#define PAGE2_FRAMES 23 43#define PAGE2_KIOSK 24 44#define PAGE2_WEBCAST 25 45 46#define PAGE2_NOFRAMES_FB 26 47#define PAGE2_FRAMES_FB 27 48#define PAGE2_KIOSK_FB 28 49#define PAGE2_WEBCAST_FB 29 50 51#define PAGE2_TITEL_HTML 30 52#define PAGE2_CONTENT 31 53#define PAGE2_NOTES 32 54 55#define PAGE2_TITEL_KIOSK 33 56#define PAGE2_CHG_DEFAULT 34 57#define PAGE2_CHG_AUTO 35 58#define PAGE2_DURATION_TXT 36 59#define PAGE2_DURATION_TMF 37 60#define PAGE2_ENDLESS 38 61 62#define PAGE2_TITEL_WEBCAST 40 63#define PAGE2_ASP 41 64#define PAGE2_PERL 42 65#define PAGE2_INDEX_TXT 43 66#define PAGE2_INDEX 44 67#define PAGE2_URL_TXT 45 68#define PAGE2_URL 46 69#define PAGE2_CGI_TXT 47 70#define PAGE2_CGI 48 71#define PAGE2_VERT 49 72 73////////////////////////////// 74 75#define PAGE3_BMP 50 76#define PAGE3_TITEL_1 51 77#define PAGE3_PNG 51 78#define PAGE3_GIF 52 79#define PAGE3_JPG 53 80#define PAGE3_QUALITY_TXT 54 81#define PAGE3_QUALITY 55 82#define PAGE3_TITEL_2 56 83#define PAGE3_RESOLUTION_1 57 84#define PAGE3_RESOLUTION_2 58 85#define PAGE3_RESOLUTION_3 59 86#define PAGE3_TITEL_3 60 87#define PAGE3_SLD_SOUND 61 88#define PAGE3_VERT 62 89#define PAGE3_HIDDEN_SLIDES 63 90 91////////////////////////////// 92 93#define PAGE4_BMP 65 94#define PAGE4_TITEL_1 66 95#define PAGE4_AUTHOR_TXT 67 96#define PAGE4_AUTHOR 68 97#define PAGE4_EMAIL_TXT 69 98#define PAGE4_EMAIL_EDIT 70 99#define PAGE4_WWW_TXT 71 100#define PAGE4_WWW_EDIT 72 101#define PAGE4_TITEL_2 73 102#define PAGE4_MISC 74 103#define PAGE4_DOWNLOAD 75 104#define PAGE4_CREATED 76 105 106////////////////////////////// 107 108#define PAGE5_BMP 80 109#define PAGE5_TITEL 81 110#define PAGE5_TEXTONLY 82 111#define PAGE5_BUTTONS 83 112#define PAGE5_TITEL_2 84 113#define PAGE5_NOBACK 85 114#define PAGE5_BACKS 86 115 116////////////////////////////// 117 118#define PAGE6_BMP 100 119#define PAGE6_TITEL 101 120#define PAGE6_DEFAULT 102 121#define PAGE6_USER 103 122#define PAGE6_BACK 104 123#define PAGE6_TEXT 105 124#define PAGE6_LINK 106 125#define PAGE6_VLINK 107 126#define PAGE6_ALINK 108 127#define PAGE6_DOCCOLORS 109 128#define PAGE6_USECOLOR 110 129#define PAGE6_PREVIEW 111 130 131////////////////////////////// 132 133//#define PAGE6_PAGE_SND 128 134 135////////////////////////////// 136 137#define BUT_LAST 200 138#define BUT_NEXT 201 139#define BUT_FINISH 202 140#define BUT_CANCEL 203 141#define BUT_HELP 204 142#define BOTTOM_LINE 205 143 144////////////////////////////// 145 146#define DLG_PUBLISHING 739 147 148////////////////////////////// 149 150#define BTN_SAVE 1 151#define BTN_NOSAVE 2 152#define EDT_NAME 3 153#define DLG_DESIGNNAME 740 154