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#include <sfx2/sfx.hrc> 28 29#define DLG_START_PRESENTATION RID_APP_START+3 30#define BTN_OK 1 31#define BTN_CANCEL 1 32#define BTN_HELP 1 33 34#define GRP_RANGE 1 35#define RBT_ALL 1 36#define RBT_AT_DIA 2 37#define RBT_CUSTOMSHOW 3 38#define LB_DIAS 1 39#define LB_CUSTOMSHOW 2 40 41#define GRP_KIND 2 42#define RBT_STANDARD 4 43#define RBT_WINDOW 5 44#define RBT_AUTO 6 45#define FT_PAUSE 1 46#define TMF_PAUSE 1 47#define CBX_AUTOLOGO 1 48 49#define GRP_OPTIONS 3 50#define CBX_MANUEL 2 51#define CBX_MOUSEPOINTER 3 52#define CBX_PEN 4 53#define CBX_NAVIGATOR 5 54#define CBX_ANIMATION_ALLOWED 6 55#define CBX_CHANGE_PAGE 7 56#define CBX_ALWAYS_ON_TOP 8 57 58#define GRP_MONITOR 9 59#define FT_MONITOR 10 60#define LB_MONITOR 11 61 62#define STR_PRIMARY_MONITOR 1 63#define STR_MONITOR 2 64#define STR_ALL_MONITORS 3 65 66// #define CBX_ENDLESS 1 67// #define CBX_WINDOW_PRESENTATION 9 68