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