1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #ifndef _SVX_DATANAVI_HRC
29 #define _SVX_DATANAVI_HRC
32 #define FL_DATANAV_BTN 100
33 #define BTN_DATANAV_OK 101
34 #define BTN_DATANAV_ESC 102
35 #define BTN_DATANAV_HELP 103
37 // class XFormsInstancePage
43 #define MID_INSERT_CONTROL 100
46 #define TBI_ITEM_ADD 10
47 #define TBI_ITEM_ADD_ELEMENT 11
48 #define TBI_ITEM_ADD_ATTRIBUTE 12
49 #define TBI_ITEM_EDIT 13
50 #define TBI_ITEM_REMOVE 14
53 #define IL_TBX_BMPS 20
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
67 #define MB_INSTANCES 13
70 #define MID_MODELS_ADD 10
71 #define MID_MODELS_EDIT 11
72 #define MID_MODELS_REMOVE 12
73 #define MID_INSTANCES_ADD 20
74 #define MID_INSTANCES_EDIT 21
75 #define MID_INSTANCES_REMOVE 22
76 #define MID_SHOW_DETAILS 30
79 #define TID_SUBMISSION 10
80 #define TID_BINDINGS 11
81 #define TID_INSTANCE 12
84 #define IL_ITEM_BMPS 30
87 #define IID_GROUP_CLOSED 1
88 #define IID_GROUP_OPEN 2
90 #define IID_ATTRIBUTE 4
94 // class AddDataItemDialog
100 #define PB_DEFAULT 15
101 #define FL_SETTINGS 16
102 #define FT_DATATYPE 17
103 #define LB_DATATYPE 18
104 #define CB_REQUIRED 19
105 #define PB_REQUIRED 20
106 #define CB_RELEVANT 21
107 #define PB_RELEVANT 22
108 #define CB_CONSTRAINT 23
109 #define PB_CONSTRAINT 24
110 #define CB_READONLY 25
111 #define PB_READONLY 26
112 #define CB_CALCULATE 27
113 #define PB_CALCULATE 28
115 #define STR_FIXEDLINE_ELEMENT 10
116 #define STR_FIXEDLINE_ATTRIBUTE 11
117 #define STR_FIXEDLINE_BINDING 12
118 #define STR_FIXEDTEXT_BINDING 13
120 // class AddConditionDialog
121 #define FT_CONDITION 10
122 #define ED_CONDITION 11
124 #define FT_RESULT_PREVIEW 13
125 #define PB_EDIT_NAMESPACES 14
127 // class NamespaceItemDialog
128 #define FT_NAMESPACES 10
129 #define LB_NAMESPACES 11
130 #define PB_ADD_NAMESPACE 12
131 #define PB_EDIT_NAMESPACE 13
132 #define PB_DELETE_NAMESPACE 14
134 #define STR_HEADER_PREFIX 10
135 #define STR_HEADER_URL 11
137 // class ManageNamespaceDialog
143 #define STR_EDIT_TEXT 10
145 // class AddSubmissionDialog
146 #define FL_SUBMISSION 10
147 #define FT_SUBMIT_NAME 11
148 #define ED_SUBMIT_NAME 12
149 #define FT_SUBMIT_ACTION 13
150 #define ED_SUBMIT_ACTION 14
151 #define FT_SUBMIT_METHOD 15
152 #define LB_SUBMIT_METHOD 16
153 #define FT_SUBMIT_REF 17
154 #define ED_SUBMIT_REF 18
155 #define PB_SUBMIT_REF 19
156 #define FT_SUBMIT_BIND 20
157 #define LB_SUBMIT_BIND 21
158 #define FT_SUBMIT_REPLACE 22
159 #define LB_SUBMIT_REPLACE 23
161 #define STR_METHOD_POST 10
162 #define STR_METHOD_PUT 11
163 #define STR_METHOD_GET 12
164 #define STR_REPLACE_NONE 13
165 #define STR_REPLACE_INST 14
166 #define STR_REPLACE_DOC 15
168 // class AddModelDialog
170 #define FT_MODEL_NAME 11
171 #define ED_MODEL_NAME 12
173 // class AddInstanceDialog
174 #define FL_INSTANCE 10
175 #define FT_INST_NAME 11
176 #define ED_INST_NAME 12
177 #define FT_INST_URL 13
178 #define ED_INST_URL 14
179 #define PB_FILEPICKER 15
180 #define CB_INST_LINKINST 16
182 // class AddModelDialog
183 #define CB_MODIFIES_DOCUMENT 1
185 #endif //_SVX_DATANAVI_HRC