xref: /aoo41x/main/sw/source/ui/dbui/dbinsdlg.hrc (revision cdf0e10c)
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 _DBINSDLG_HRC
29#define _DBINSDLG_HRC
30
31
32#define FT_INSERT_DATA			1
33#define RB_AS_TABLE				2
34#define RB_AS_FIELD				3
35#define RB_AS_TEXT				4
36#define BT_OK					5
37#define BT_CANCEL				6
38#define BT_HELP					7
39#define FL_HEAD                           8
40#define FT_DB_COLUMN			10
41#define FL_FORMAT                       11
42#define RB_DBFMT_FROM_DB		12
43#define RB_DBFMT_FROM_USR		13
44#define LB_DBFMT_FROM_USR		14
45
46/* ------------- Page Text/Field ------------------ */
47#define LB_TXT_DB_COLUMN		15
48
49#define IB_DBCOL_TOEDIT                 16
50#define ED_DB_TEXT                      17
51#define FT_DB_PARA_COLL			18
52#define LB_DB_PARA_COLL			19
53
54/* ------------- Page Table -------------------- */
55#define LB_TBL_DB_COLUMN		20
56
57#define IB_DBCOL_ALL_TO                 21
58#define IB_DBCOL_ONE_TO                 22
59#define IB_DBCOL_ONE_FROM               23
60#define IB_DBCOL_ALL_FROM               24
61#define FT_TABLE_COL			25
62#define LB_TABLE_COL			26
63#define FL_BOTTOM                       27
64#define CB_TABLE_HEADON			28
65#define RB_HEADL_COLNMS			29
66#define RB_HEADL_EMPTY			30
67#define PB_TBL_FORMAT			31
68#define PB_TBL_AUTOFMT			32
69
70#define STR_NOTEMPL				33
71
72
73#endif
74