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