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#define DLG_OPTIONS 1024 25 26#define BTN_OK 1 27#define BTN_CANCEL 1 28#define BTN_HELP 1 29#define FI_DESCR 1 30#define FI_EXPORT_ALL_DESCR 2 31#define FI_EXPORT_BACKGROUNDS_DESCR 3 32#define FI_EXPORT_BACKGROUND_OBJECTS_DESCR 4 33#define FI_EXPORT_SLIDE_CONTENTS_DESCR 5 34#define FI_EXPORT_SOUND_DESCR 6 35#define FI_EXPORT_OLE_AS_JPEG_DESCR 7 36#define FI_EXPORT_MULTIPLE_FILES_DESCR 8 37#define NUM_FLD_QUALITY 1 38#define BOOL_EXPORT_ALL 1 39#define BOOL_EXPORT_BACKGROUNDS 2 40#define BOOL_EXPORT_BACKGROUND_OBJECTS 3 41#define BOOL_EXPORT_SLIDE_CONTENTS 4 42#define BOOL_EXPORT_SOUND 5 43#define BOOL_EXPORT_OLE_AS_JPEG 6 44#define BOOL_EXPORT_MULTIPLE_FILES 7 45