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#ifndef DBAUI_TOOLBOX_HXX
24#define DBAUI_TOOLBOX_HXX
25
26#define CUR_ITEM ToolBoxItem
27#define CUR_SEPARATOR CUR_ITEM {Type = TOOLBOXITEM_SEPARATOR;}
28
29#define MID_SBA_QRY_REFRESH \
30    Identifier = ID_BROWSER_REFRESH ; \
31	Text [ en-US ] = "Refresh"; \
32	Text [ x-comment ] = " ";	\
33
34
35#define MID_NEW_VIEW_DESIGN \
36	Identifier = ID_NEW_VIEW_DESIGN;	\
37	HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; \
38	Text [ en-US ] = "New ~View Design" ; \
39
40
41#define MID_NEW_TABLE_DESIGN \
42	Identifier = ID_NEW_TABLE_DESIGN;	\
43	HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; \
44	Text [ en-US ] = "New ~Table Design" ;\
45
46
47#define MID_QUERY_WIZARD	\
48	Identifier = ID_NEW_QUERY_WIZARD;	\
49	HelpId = HID_BROWSER_QUERY_WIZARD ; \
50	Text[ en-US ] = "Query AutoPilot...";	\
51
52
53#define MID_QUERY_NEW_DESIGN	\
54	Identifier = ID_NEW_QUERY_DESIGN;	\
55	HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; \
56	Text [ en-US ] = "New ~Query (Design View)" ; \
57
58
59#define MID_QUERY_EDIT_DESIGN	\
60	Identifier = ID_EDIT_QUERY_DESIGN;	\
61	HelpId = HID_BROWSER_QUERY_EDIT ; \
62	Text [ en-US ] = "~Edit Query" ; \
63
64
65#define MID_QUERY_NEW_SQL	\
66	Identifier = ID_NEW_QUERY_SQL;	\
67	HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; \
68	Text [ en-US ] = "New Query (~SQL View)" ; \
69
70
71#define MID_DBUI_QUERY_EDIT_JOINCONNECTION									  \
72	Identifier = ID_QUERY_EDIT_JOINCONNECTION;								  \
73	HelpId = HID_QUERY_EDIT_JOINCONNECTION ;									\
74	Text [ en-US ] = "Edit...";	\
75
76
77#define MID_COLUMN_WIDTH\
78	Identifier = ID_BROWSER_COLWIDTH ;\
79	HelpID = HID_BROWSER_COLUMNWIDTH ;\
80	Text [ en-US ] = "Column ~Width..." ;\
81
82
83#define MID_DOCUMENT_CREATE_REPWIZ\
84	Identifier = ID_DOCUMENT_CREATE_REPWIZ ;\
85	HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\
86	Text [ en-US ] = "Report Wizard...";	\
87
88
89#define MID_DOCUMENT_NEW_AUTOPILOT								\
90	Identifier = SID_DB_FORM_NEW_PILOT;								\
91	HelpID = SID_DB_FORM_NEW_PILOT ;\
92	Text [ en-US ] = "Form AutoPilot...";	\
93
94
95#endif // DBAUI_TOOLBOX_HXX
96
97