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