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 <svtools/svtools.hrc>
24
25#define BTN_OK					1
26#define BTN_CANCEL				1
27#define BTN_HELP				1
28
29#define FL_EXPORT_SIZE			1
30#define FL_COLOR_DEPTH			2
31#define FL_JPG_QUALITY			3
32#define FL_COMPRESSION			4
33#define FL_MODE					5
34#define FL_GIF_DRAWING_OBJECTS	6
35#define FL_PBM_OPTIONS			7
36#define FL_EPS_PREVIEW			8
37#define FL_EPS_VERSION			9
38#define FL_EPS_COLOR_FORMAT		10
39#define FL_ESTIMATED_SIZE		11
40#define FL_BUTTONS				12
41
42#define FT_SIZEX				1
43#define FT_SIZEY				2
44#define FT_RESOLUTION			3
45#define FT_JPG_MIN				4
46#define FT_JPG_MAX				5
47#define FT_PNG_MIN				6
48#define FT_PNG_MAX				7
49#define FT_ESTIMATED_SIZE		8
50
51#define NF_RESOLUTION			1
52#define NF_COMPRESSION			2
53#define NF_ZOOM					3
54
55#define MF_SIZEX				1
56#define MF_SIZEY				2
57
58#define LB_SIZEX				1
59#define LB_SIZEY				2
60#define LB_RESOLUTION			3
61#define LB_COLOR_DEPTH			4
62
63#define RB_BINARY				1
64#define RB_TEXT					2
65#define RB_EPS_LEVEL1			3
66#define RB_EPS_LEVEL2			4
67#define RB_EPS_COLOR_FORMAT1	5
68#define RB_EPS_COLOR_FORMAT2	6
69#define RB_EPS_COMPRESSION_LZW	7
70#define RB_EPS_COMPRESSION_NONE	8
71
72#define CB_JPG_PREVIEW			1
73#define CB_INTERLACED			2
74#define CB_RLE_ENCODING			3
75#define CB_SAVE_TRANSPARENCY	4
76#define CB_EPS_PREVIEW_TIFF		5
77#define CB_EPS_PREVIEW_EPSI		6
78
79#define FB_JPG_PREVIEW			1
80
81#define SB_COMPRESSION			1
82#define SB_JPG_PREVIEW_HORZ		2
83#define SB_JPG_PREVIEW_VERT		3
84#define SB_ZOOM					4
85
86#define STR_1BIT_THRESHOLD		1
87#define STR_1BIT_DITHERED		2
88#define STR_4BIT_GRAYSCALE		3
89#define STR_4BIT_COLOR_PALETTE	4
90#define STR_8BIT_GRAYSCALE		5
91#define STR_8BIT_COLOR_PALETTE	6
92#define STR_24BIT_TRUE_COLOR	7
93#define STR_ESTIMATED_SIZE_PIX_1 8
94#define STR_ESTIMATED_SIZE_PIX_2 9
95#define STR_ESTIMATED_SIZE_VEC   10
96