1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: pcrmiscres.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef EXTENSIONS_PROPRESID_HRC
32 #include "formresid.hrc"
34 #ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
35 #include "formlocalid.hrc"
38 String RID_STR_CONFIRM_DELETE_DATA_TYPE
40 Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
41 "Please note that this will affect all controls which are bound to this data type.";
44 Resource RID_RSC_BUTTON_IMAGES
48 ImageBitmap = Bitmap{ file = "buttonplus.png"; };
52 ImageBitmap = Bitmap{ file = "buttonminus.png"; };
56 ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; };
60 ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; };
69 RID_SVXIMG_RADIOBUTTON; \
70 RID_SVXIMG_CHECKBOX; \
71 RID_SVXIMG_FIXEDTEXT; \
72 RID_SVXIMG_GROUPBOX; \
75 RID_SVXIMG_COMBOBOX; \
76 RID_SVXIMG_URLBUTTON; \
78 RID_SVXIMG_IMAGEBUTTON; \
79 RID_SVXIMG_FILECONTROL; \
80 RID_SVXIMG_DATEFIELD; \
81 RID_SVXIMG_TIMEFIELD; \
82 RID_SVXIMG_NUMERICFIELD; \
83 RID_SVXIMG_CURRENCYFIELD; \
84 RID_SVXIMG_PATTERNFIELD; \
85 RID_SVXIMG_IMAGECONTROL; \
87 RID_SVXIMG_FORMATTEDFIELD; \
91 RID_SVXIMG_COLLAPSEDNODE; \
92 RID_SVXIMG_EXPANDEDNODE; \
93 RID_SVXIMG_SCROLLBAR; \
94 RID_SVXIMG_SPINBUTTON; \
95 RID_SVXIMG_NAVIGATIONBAR; \
99 ImageList RID_IL_FORMEXPLORER
102 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
106 ImageList RID_IL_FORMEXPLORER_HC
109 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
113 String RID_STR_PROPTITLE_PUSHBUTTON
115 Text [ en-US ] = "Button" ;
117 String RID_STR_PROPTITLE_RADIOBUTTON
119 Text [ en-US ] = "Option Button" ;
121 String RID_STR_PROPTITLE_CHECKBOX
123 Text [ en-US ] = "Check Box" ;
125 String RID_STR_PROPTITLE_FIXEDTEXT
127 Text [ en-US ] = "Label Field" ;
129 String RID_STR_PROPTITLE_GROUPBOX
131 Text [ en-US ] = "Group Box" ;
133 String RID_STR_PROPTITLE_EDIT
135 Text [ en-US ] = "Text Box" ;
137 String RID_STR_PROPTITLE_FORMATTED
139 Text [ en-US ] = "Formatted Field";
141 String RID_STR_PROPTITLE_LISTBOX
143 Text [ en-US ] = "List Box" ;
145 String RID_STR_PROPTITLE_COMBOBOX
147 Text [ en-US ] = "Combo Box" ;
149 String RID_STR_PROPTITLE_IMAGEBUTTON
151 Text [ en-US ] = "Image Button" ;
153 String RID_STR_PROPTITLE_HIDDENCONTROL
155 Text [ en-US ] = "Hidden Control" ;
157 String RID_STR_PROPTITLE_UNKNOWNCONTROL
159 Text [ en-US ] = "Control (unknown type)" ;
161 String RID_STR_PROPTITLE_IMAGECONTROL
163 Text [ en-US ] = "Image Control" ;
165 String RID_STR_PROPTITLE_FILECONTROL
167 Text [ en-US ] = "File Selection" ;
169 String RID_STR_PROPTITLE_DATEFIELD
171 Text [ en-US ] = "Date Field" ;
173 String RID_STR_PROPTITLE_TIMEFIELD
175 Text [ en-US ] = "Time Field" ;
177 String RID_STR_PROPTITLE_NUMERICFIELD
179 Text [ en-US ] = "Numeric Field" ;
181 String RID_STR_PROPTITLE_CURRENCYFIELD
183 Text [ en-US ] = "Currency Field" ;
185 String RID_STR_PROPTITLE_PATTERNFIELD
187 Text [ en-US ] = "Pattern Field" ;
189 String RID_STR_PROPTITLE_DBGRID
191 Text [ en-US ] = "Table Control " ;