merge the formfield patch from ooo-build
[ooovba.git] / svx / source / inc / datanavi.hrc
blob80c1befa7d6bbf05fc2d3c19cfb9af397aef9962
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: datanavi.hrc,v $
10  * $Revision: 1.5 $
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 _SVX_DATANAVI_HRC
32 #define _SVX_DATANAVI_HRC
34 // global
35 #define FL_DATANAV_BTN                  100
36 #define BTN_DATANAV_OK                  101
37 #define BTN_DATANAV_ESC                 102
38 #define BTN_DATANAV_HELP                103
40 // class XFormsInstancePage
41 // Controls
42 #define TB_ITEMS                                10
43 #define LB_ITEMS                                11
44 // Menu items
45 #define MID_INSERT_CONTROL              100
46 // ToolBox items
47 #define TBI_ITEM_ADD                    10
48 #define TBI_ITEM_ADD_ELEMENT    11
49 #define TBI_ITEM_ADD_ATTRIBUTE  12
50 #define TBI_ITEM_EDIT                   13
51 #define TBI_ITEM_REMOVE                 14
52 // ImageLists
53 #define IL_TBX_BMPS                             20
54 #define IL_TBX_BMPS_HC                  21
55 // ImageIndexes
56 #define IID_ITEM_ADD                    1
57 #define IID_ITEM_ADD_ELEMENT    2
58 #define IID_ITEM_ADD_ATTRIBUTE  3
59 #define IID_ITEM_EDIT                   4
60 #define IID_ITEM_REMOVE                 5
62 // class DataNavigatorWindow
63 // Controls
64 #define LB_MODELS                               10
65 #define MB_MODELS                               11
66 #define TC_ITEMS                                12
67 #define MB_INSTANCES                    13
68 // MenuItems
69 #define MID_MODELS_ADD                  10
70 #define MID_MODELS_EDIT                 11
71 #define MID_MODELS_REMOVE               12
72 #define MID_INSTANCES_ADD               20
73 #define MID_INSTANCES_EDIT              21
74 #define MID_INSTANCES_REMOVE    22
75 #define MID_SHOW_DETAILS                30
76 // TabPage Ids
77 #define TID_SUBMISSION                  10
78 #define TID_BINDINGS                    11
79 #define TID_INSTANCE                    12
80 // ImageLists
81 #define IL_ITEM_BMPS                    30
82 #define IL_ITEM_BMPS_HC                 31
83 // ImageIndexes
84 #define IID_GROUP_CLOSED                1
85 #define IID_GROUP_OPEN                  2
86 #define IID_ELEMENT                             3
87 #define IID_ATTRIBUTE                   4
88 #define IID_TEXT                                5
89 #define IID_OTHER                               6
91 // class AddDataItemDialog
92 #define FL_ITEM                                 10
93 #define FT_NAME                                 11
94 #define ED_NAME                                 12
95 #define FT_DEFAULT                              13
96 #define ED_DEFAULT                              14
97 #define PB_DEFAULT                              15
98 #define FL_SETTINGS                             16
99 #define FT_DATATYPE                             17
100 #define LB_DATATYPE                             18
101 #define CB_REQUIRED                             19
102 #define PB_REQUIRED                             20
103 #define CB_RELEVANT                             21
104 #define PB_RELEVANT                             22
105 #define CB_CONSTRAINT                   23
106 #define PB_CONSTRAINT                   24
107 #define CB_READONLY                             25
108 #define PB_READONLY                             26
109 #define CB_CALCULATE                    27
110 #define PB_CALCULATE                    28
112 #define STR_FIXEDLINE_ELEMENT   10
113 #define STR_FIXEDLINE_ATTRIBUTE 11
114 #define STR_FIXEDLINE_BINDING   12
115 #define STR_FIXEDTEXT_BINDING   13
117 // class AddConditionDialog
118 #define FT_CONDITION                    10
119 #define ED_CONDITION                    11
120 #define FT_RESULT                               12
121 #define FT_RESULT_PREVIEW               13
122 #define PB_EDIT_NAMESPACES              14
124 // class NamespaceItemDialog
125 #define FT_NAMESPACES                   10
126 #define LB_NAMESPACES                   11
127 #define PB_ADD_NAMESPACE                12
128 #define PB_EDIT_NAMESPACE               13
129 #define PB_DELETE_NAMESPACE             14
131 #define STR_HEADER_PREFIX               10
132 #define STR_HEADER_URL                  11
134 // class ManageNamespaceDialog
135 #define FT_PREFIX                               10
136 #define ED_PREFIX                               11
137 #define FT_URL                                  12
138 #define ED_URL                                  13
140 #define STR_EDIT_TEXT                   10
142 // class AddSubmissionDialog
143 #define FL_SUBMISSION                   10
144 #define FT_SUBMIT_NAME                  11
145 #define ED_SUBMIT_NAME                  12
146 #define FT_SUBMIT_ACTION                13
147 #define ED_SUBMIT_ACTION                14
148 #define FT_SUBMIT_METHOD                15
149 #define LB_SUBMIT_METHOD                16
150 #define FT_SUBMIT_REF                   17
151 #define ED_SUBMIT_REF                   18
152 #define PB_SUBMIT_REF                   19
153 #define FT_SUBMIT_BIND                  20
154 #define LB_SUBMIT_BIND                  21
155 #define FT_SUBMIT_REPLACE               22
156 #define LB_SUBMIT_REPLACE               23
158 #define STR_METHOD_POST                 10
159 #define STR_METHOD_PUT                  11
160 #define STR_METHOD_GET                  12
161 #define STR_REPLACE_NONE                13
162 #define STR_REPLACE_INST                14
163 #define STR_REPLACE_DOC                 15
165 // class AddModelDialog
166 #define FL_MODEL                                10
167 #define FT_MODEL_NAME                   11
168 #define ED_MODEL_NAME                   12
170 // class AddInstanceDialog
171 #define FL_INSTANCE                             10
172 #define FT_INST_NAME                    11
173 #define ED_INST_NAME                    12
174 #define FT_INST_URL                             13
175 #define ED_INST_URL                             14
176 #define PB_FILEPICKER                   15
177 #define CB_INST_LINKINST                16
179 // class AddModelDialog
180 #define CB_MODIFIES_DOCUMENT    1
182 #endif //_SVX_DATANAVI_HRC