xref: /trunk/main/sw/source/ui/fldui/changedb.hrc (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _CHANGEDB_HRC
29#define _CHANGEDB_HRC
30
31// #include -----------------------------------------------------------------
32
33// Elemente -----------------------------------------------------------------
34
35#define FT_DESC         1
36#define FT_DOCDBTEXT    2
37#define FT_DOCDBNAME    3
38#define BT_CHANGEDB     4
39#define FT_USEDDB       5
40#define FT_AVAILDB      6
41#define TLB_USEDDB      7
42#define TLB_AVAILDB     8
43#define FL_DBLIST               9
44#define BT_OK          10
45#define BT_CANCEL      11
46#define BT_HELP        12
47#define PB_ADDDB       13
48
49
50/*--------------------------------------------------------------------
51    Beschreibung: Bitmaps
52 --------------------------------------------------------------------*/
53
54#define IMG_COLLAPSE        18002  /*RID_SVXIMG_COLLAPSEDNODE*/
55#define IMG_EXPAND          18003  /*RID_SVXIMG_EXPANDEDNODE*/
56#define IMG_DB                  1
57#define IMG_DBTABLE             2
58#define IMG_DBQUERY             3
59
60#endif
61
62
63