/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #include #define BTN_OK 1 #define BTN_CANCEL 1 #define BTN_HELP 1 #define FL_EXPORT_SIZE 1 #define FL_COLOR_DEPTH 2 #define FL_JPG_QUALITY 3 #define FL_COMPRESSION 4 #define FL_MODE 5 #define FL_GIF_DRAWING_OBJECTS 6 #define FL_PBM_OPTIONS 7 #define FL_EPS_PREVIEW 8 #define FL_EPS_VERSION 9 #define FL_EPS_COLOR_FORMAT 10 #define FL_ESTIMATED_SIZE 11 #define FL_BUTTONS 12 #define FT_SIZEX 1 #define FT_SIZEY 2 #define FT_RESOLUTION 3 #define FT_JPG_MIN 4 #define FT_JPG_MAX 5 #define FT_PNG_MIN 6 #define FT_PNG_MAX 7 #define FT_ESTIMATED_SIZE 8 #define NF_RESOLUTION 1 #define NF_COMPRESSION 2 #define NF_ZOOM 3 #define MF_SIZEX 1 #define MF_SIZEY 2 #define LB_SIZEX 1 #define LB_SIZEY 2 #define LB_RESOLUTION 3 #define LB_COLOR_DEPTH 4 #define RB_BINARY 1 #define RB_TEXT 2 #define RB_EPS_LEVEL1 3 #define RB_EPS_LEVEL2 4 #define RB_EPS_COLOR_FORMAT1 5 #define RB_EPS_COLOR_FORMAT2 6 #define RB_EPS_COMPRESSION_LZW 7 #define RB_EPS_COMPRESSION_NONE 8 #define CB_JPG_PREVIEW 1 #define CB_INTERLACED 2 #define CB_RLE_ENCODING 3 #define CB_SAVE_TRANSPARENCY 4 #define CB_EPS_PREVIEW_TIFF 5 #define CB_EPS_PREVIEW_EPSI 6 #define FB_JPG_PREVIEW 1 #define SB_COMPRESSION 1 #define SB_JPG_PREVIEW_HORZ 2 #define SB_JPG_PREVIEW_VERT 3 #define SB_ZOOM 4 #define STR_1BIT_THRESHOLD 1 #define STR_1BIT_DITHERED 2 #define STR_4BIT_GRAYSCALE 3 #define STR_4BIT_COLOR_PALETTE 4 #define STR_8BIT_GRAYSCALE 5 #define STR_8BIT_COLOR_PALETTE 6 #define STR_24BIT_TRUE_COLOR 7 #define STR_ESTIMATED_SIZE_PIX_1 8 #define STR_ESTIMATED_SIZE_PIX_2 9 #define STR_ESTIMATED_SIZE_VEC 10