Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / dbinsdlg.hrc
blob72f208739dbb66a99c0f8de087deacccf51a756a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dbinsdlg.hrc,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _DBINSDLG_HRC
32 #define _DBINSDLG_HRC
35 #define FT_INSERT_DATA                  1
36 #define RB_AS_TABLE                             2
37 #define RB_AS_FIELD                             3
38 #define RB_AS_TEXT                              4
39 #define BT_OK                                   5
40 #define BT_CANCEL                               6
41 #define BT_HELP                                 7
42 #define FL_HEAD                           8
43 #define FT_DB_COLUMN                    10
44 #define FL_FORMAT                       11
45 #define RB_DBFMT_FROM_DB                12
46 #define RB_DBFMT_FROM_USR               13
47 #define LB_DBFMT_FROM_USR               14
49 /* ------------- Page Text/Field ------------------ */
50 #define LB_TXT_DB_COLUMN                15
52 #define IB_DBCOL_TOEDIT                 16
53 #define ED_DB_TEXT                      17
54 #define FT_DB_PARA_COLL                 18
55 #define LB_DB_PARA_COLL                 19
57 /* ------------- Page Table -------------------- */
58 #define LB_TBL_DB_COLUMN                20
60 #define IB_DBCOL_ALL_TO                 21
61 #define IB_DBCOL_ONE_TO                 22
62 #define IB_DBCOL_ONE_FROM               23
63 #define IB_DBCOL_ALL_FROM               24
64 #define FT_TABLE_COL                    25
65 #define LB_TABLE_COL                    26
66 #define FL_BOTTOM                       27
67 #define CB_TABLE_HEADON                 28
68 #define RB_HEADL_COLNMS                 29
69 #define RB_HEADL_EMPTY                  30
70 #define PB_TBL_FORMAT                   31
71 #define PB_TBL_AUTOFMT                  32
73 #define STR_NOTEMPL                             33
76 #endif