merge the formfield patch from ooo-build
[ooovba.git] / dbaccess / source / ui / inc / toolbox_tmpl.hrc
blob9a7b752eb94645cd2a09f5c13852ce83fedc7827
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: toolbox_tmpl.hrc,v $
10  * $Revision: 1.9 $
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  ************************************************************************/
30 #ifndef DBAUI_TOOLBOX_HXX
31 #define DBAUI_TOOLBOX_HXX
33 #define CUR_ITEM ToolBoxItem
34 #define CUR_SEPARATOR CUR_ITEM {Type = TOOLBOXITEM_SEPARATOR;}
36 #define MID_SBA_QRY_REFRESH \
37     Identifier = ID_BROWSER_REFRESH ; \
38     Text [ en-US ] = "Refresh"; \
39     Text [ x-comment ] = " ";   \
42 #define MID_NEW_VIEW_DESIGN \
43     Identifier = ID_NEW_VIEW_DESIGN;    \
44     HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; \
45     Text [ en-US ] = "New ~View Design" ; \
48 #define MID_NEW_TABLE_DESIGN \
49     Identifier = ID_NEW_TABLE_DESIGN;   \
50     HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; \
51     Text [ en-US ] = "New ~Table Design" ;\
53         
54 #define MID_QUERY_WIZARD        \
55     Identifier = ID_NEW_QUERY_WIZARD;   \
56     HelpId = HID_BROWSER_QUERY_WIZARD ; \
57     Text[ en-US ] = "Query AutoPilot...";       \
60 #define MID_QUERY_NEW_DESIGN    \
61     Identifier = ID_NEW_QUERY_DESIGN;   \
62     HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; \
63     Text [ en-US ] = "New ~Query (Design View)" ; \
66 #define MID_QUERY_EDIT_DESIGN   \
67     Identifier = ID_EDIT_QUERY_DESIGN;  \
68     HelpId = HID_BROWSER_QUERY_EDIT ; \
69     Text [ en-US ] = "~Edit Query" ; \
72 #define MID_QUERY_NEW_SQL       \
73     Identifier = ID_NEW_QUERY_SQL;      \
74     HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; \
75     Text [ en-US ] = "New Query (~SQL View)" ; \
78 #define MID_DBUI_QUERY_EDIT_JOINCONNECTION                                                                        \
79     Identifier = ID_QUERY_EDIT_JOINCONNECTION;                                                            \
80     HelpId = HID_QUERY_EDIT_JOINCONNECTION ;                                                                    \
81     Text [ en-US ] = "Edit..."; \
84 #define MID_COLUMN_WIDTH\
85     Identifier = ID_BROWSER_COLWIDTH ;\
86     HelpID = HID_BROWSER_COLUMNWIDTH ;\
87     Text [ en-US ] = "Column ~Width..." ;\
90 #define MID_DOCUMENT_CREATE_REPWIZ\
91     Identifier = ID_DOCUMENT_CREATE_REPWIZ ;\
92     HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\
93     Text [ en-US ] = "Report Wizard...";        \
96 #define MID_DOCUMENT_NEW_AUTOPILOT                                                              \
97     Identifier = SID_DB_FORM_NEW_PILOT;                                                         \
98     HelpID = SID_DB_FORM_NEW_PILOT ;\
99     Text [ en-US ] = "Form AutoPilot...";       \
102 #endif // DBAUI_TOOLBOX_HXX                                                                             
103