xref: /AOO41X/main/sw/source/ui/fldui/changedb.hrc (revision 8809db7a87f97847b57a57f4cd2b0104b2b83182)
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#ifndef _CHANGEDB_HRC
25#define _CHANGEDB_HRC
26
27// #include -----------------------------------------------------------------
28
29// Elemente -----------------------------------------------------------------
30
31#define FT_DESC         1
32#define FT_DOCDBTEXT    2
33#define FT_DOCDBNAME    3
34#define BT_CHANGEDB     4
35#define FT_USEDDB       5
36#define FT_AVAILDB      6
37#define TLB_USEDDB      7
38#define TLB_AVAILDB     8
39#define FL_DBLIST               9
40#define BT_OK          10
41#define BT_CANCEL      11
42#define BT_HELP        12
43#define PB_ADDDB       13
44
45
46/*--------------------------------------------------------------------
47    Beschreibung: Bitmaps
48 --------------------------------------------------------------------*/
49
50#define IMG_COLLAPSE        18002  /*RID_SVXIMG_COLLAPSEDNODE*/
51#define IMG_EXPAND          18003  /*RID_SVXIMG_EXPANDEDNODE*/
52#define IMG_DB                  1
53#define IMG_DBTABLE             2
54#define IMG_DBQUERY             3
55
56#endif
57
58
59