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 GB_REDUCE 1 25 26#define FT_OUTPUTTYPE 2 27#define RB_PRINTEROUTPUT 3 28#define RB_PRINTFILEOUTPUT 4 29 30#define GB_OUTPUT 5 31 32#define CB_REDUCETRANSPARENCY 10 33#define RB_REDUCETRANSPARENCY_AUTO 11 34#define RB_REDUCETRANSPARENCY_NONE 12 35 36#define CB_REDUCEGRADIENTS 20 37#define RB_REDUCEGRADIENTS_STRIPES 21 38#define RB_REDUCEGRADIENTS_COLOR 22 39#define NF_REDUCEGRADIENTS_STEPCOUNT 23 40 41#define CB_REDUCEBITMAPS 30 42#define RB_REDUCEBITMAPS_OPTIMAL 31 43#define RB_REDUCEBITMAPS_NORMAL 32 44#define RB_REDUCEBITMAPS_RESOLUTION 33 45#define CB_REDUCEBITMAPS_TRANSPARENCY 34 46#define LB_REDUCEBITMAPS_RESOLUTION 35 47 48#define CB_CONVERTTOGREYSCALES 40 49 50#define GB_PRINT_WARN 50 51#define CB_PAPERSIZE 51 52#define CB_PAPERORIENTATION 52 53#define CB_TRANSPARENCY 53 54 55#define FI_PRINTTRANSWARN 60 56#define FT_PRINTTRANSWARN 61 57#define BTN_PRINTTRANS_YES 62 58#define BTN_PRINTTRANS_NO 63 59#define BTN_PRINTTRANS_CANCEL 64 60#define CBX_NOPRINTTRANSWARN 65 61