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