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#ifndef _SVX_BACKGRND_HRC 24#define _SVX_BACKGRND_HRC 25 26// defines ------------------------------------------------------------------ 27 28#define FT_SELECTOR 1 29#define LB_SELECTOR 1 30 31#define SET_BGDCOLOR 10 32#define GB_BGDCOLOR 11 33#define SET_PATTERN 12 34#define GB_COL_PREVIEW 13 35#define SET_PATCOLOR 14 36#define GB_PATCOLOR 15 37#define CT_BORDER 16 38#define FT_PREVIEW 20 39#define WIN_PREVIEW1 21 40 41#define BTN_BROWSE 20 42#define FT_FILE 21 43#define BTN_LINK 22 44#define BTN_PREVIEW 23 45#define GB_FILE 24 46#define BTN_AREA 25 47#define BTN_TILE 26 48#define BTN_POSITION 27 49#define WND_POSITION 28 50#define GB_POSITION 29 51#define WIN_PREVIEW2 30 52#define GB_PREVIEW 31 53#define LB_TBL_BOX 32 54#define FT_TBL_DESC 33 55#define LB_PARA_BOX 34 56#define FT_COL_TRANS 35 57#define MF_COL_TRANS 36 58#define FL_GRAPH_TRANS 37 59#define MF_GRAPH_TRANS 38 60 61#define STR_BROWSE 1 62#define STR_UNLINKED 2 63 64 65#endif 66 67