1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #ifndef EXTENSIONS_PROPRESID_HRC
29 #include "formresid.hrc"
31 #ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
32 #include "formlocalid.hrc"
35 String RID_STR_CONFIRM_DELETE_DATA_TYPE
37 Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
38 "Please note that this will affect all controls which are bound to this data type.";
41 Resource RID_RSC_BUTTON_IMAGES
45 ImageBitmap = Bitmap{ file = "buttonplus.png"; };
49 ImageBitmap = Bitmap{ file = "buttonminus.png"; };
53 ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; };
57 ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; };
66 RID_SVXIMG_RADIOBUTTON; \
67 RID_SVXIMG_CHECKBOX; \
68 RID_SVXIMG_FIXEDTEXT; \
69 RID_SVXIMG_GROUPBOX; \
72 RID_SVXIMG_COMBOBOX; \
73 RID_SVXIMG_URLBUTTON; \
75 RID_SVXIMG_IMAGEBUTTON; \
76 RID_SVXIMG_FILECONTROL; \
77 RID_SVXIMG_DATEFIELD; \
78 RID_SVXIMG_TIMEFIELD; \
79 RID_SVXIMG_NUMERICFIELD; \
80 RID_SVXIMG_CURRENCYFIELD; \
81 RID_SVXIMG_PATTERNFIELD; \
82 RID_SVXIMG_IMAGECONTROL; \
84 RID_SVXIMG_FORMATTEDFIELD; \
88 RID_SVXIMG_COLLAPSEDNODE; \
89 RID_SVXIMG_EXPANDEDNODE; \
90 RID_SVXIMG_SCROLLBAR; \
91 RID_SVXIMG_SPINBUTTON; \
92 RID_SVXIMG_NAVIGATIONBAR; \
96 ImageList RID_IL_FORMEXPLORER
99 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
103 ImageList RID_IL_FORMEXPLORER_HC
106 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
110 String RID_STR_PROPTITLE_PUSHBUTTON
112 Text [ en-US ] = "Button" ;
114 String RID_STR_PROPTITLE_RADIOBUTTON
116 Text [ en-US ] = "Option Button" ;
118 String RID_STR_PROPTITLE_CHECKBOX
120 Text [ en-US ] = "Check Box" ;
122 String RID_STR_PROPTITLE_FIXEDTEXT
124 Text [ en-US ] = "Label Field" ;
126 String RID_STR_PROPTITLE_GROUPBOX
128 Text [ en-US ] = "Group Box" ;
130 String RID_STR_PROPTITLE_EDIT
132 Text [ en-US ] = "Text Box" ;
134 String RID_STR_PROPTITLE_FORMATTED
136 Text [ en-US ] = "Formatted Field";
138 String RID_STR_PROPTITLE_LISTBOX
140 Text [ en-US ] = "List Box" ;
142 String RID_STR_PROPTITLE_COMBOBOX
144 Text [ en-US ] = "Combo Box" ;
146 String RID_STR_PROPTITLE_IMAGEBUTTON
148 Text [ en-US ] = "Image Button" ;
150 String RID_STR_PROPTITLE_HIDDENCONTROL
152 Text [ en-US ] = "Hidden Control" ;
154 String RID_STR_PROPTITLE_UNKNOWNCONTROL
156 Text [ en-US ] = "Control (unknown type)" ;
158 String RID_STR_PROPTITLE_IMAGECONTROL
160 Text [ en-US ] = "Image Control" ;
162 String RID_STR_PROPTITLE_FILECONTROL
164 Text [ en-US ] = "File Selection" ;
166 String RID_STR_PROPTITLE_DATEFIELD
168 Text [ en-US ] = "Date Field" ;
170 String RID_STR_PROPTITLE_TIMEFIELD
172 Text [ en-US ] = "Time Field" ;
174 String RID_STR_PROPTITLE_NUMERICFIELD
176 Text [ en-US ] = "Numeric Field" ;
178 String RID_STR_PROPTITLE_CURRENCYFIELD
180 Text [ en-US ] = "Currency Field" ;
182 String RID_STR_PROPTITLE_PATTERNFIELD
184 Text [ en-US ] = "Pattern Field" ;
186 String RID_STR_PROPTITLE_DBGRID
188 Text [ en-US ] = "Table Control " ;