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