masterfix DEV300: #i10000# build fix
[LibreOffice.git] / extensions / source / propctrlr / pcrmiscres.src
blobd547b52ed5ead077c2a0bc744e9c1fdfb9603632
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #ifndef EXTENSIONS_PROPRESID_HRC
29 #include "formresid.hrc"
30 #endif
31 #ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
32 #include "formlocalid.hrc"
33 #endif
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
43     Image IMG_PLUS
44     {
45         ImageBitmap = Bitmap{ file = "buttonplus.png"; };
46     };
47     Image IMG_MINUS
48     {
49         ImageBitmap = Bitmap{ file = "buttonminus.png"; };
50     };
51     Image IMG_PLUS_HC
52     {
53         ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; };
54     };
55     Image IMG_MINUS_HC
56     {
57         ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; };
58     };
61 #define IMAGE_IDS \
62     IdList = \
63     { \
64         RID_SVXIMG_CONTROL; \
65         RID_SVXIMG_BUTTON; \
66         RID_SVXIMG_RADIOBUTTON; \
67         RID_SVXIMG_CHECKBOX; \
68         RID_SVXIMG_FIXEDTEXT; \
69         RID_SVXIMG_GROUPBOX; \
70         RID_SVXIMG_EDIT; \
71         RID_SVXIMG_LISTBOX; \
72         RID_SVXIMG_COMBOBOX; \
73         RID_SVXIMG_URLBUTTON; \
74         RID_SVXIMG_GRID; \
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; \
83         RID_SVXIMG_HIDDEN; \
84         RID_SVXIMG_FORMATTEDFIELD; \
85         RID_SVXIMG_FILTER; \
86         RID_SVXIMG_FORMS; \
87         RID_SVXIMG_FORM; \
88         RID_SVXIMG_COLLAPSEDNODE; \
89         RID_SVXIMG_EXPANDEDNODE; \
90         RID_SVXIMG_SCROLLBAR; \
91         RID_SVXIMG_SPINBUTTON; \
92         RID_SVXIMG_NAVIGATIONBAR; \
93     }; \
94     IdCount = 29
96 ImageList RID_IL_FORMEXPLORER
98     Prefix = "sx";
99     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
100     IMAGE_IDS;
103 ImageList RID_IL_FORMEXPLORER_HC
105     Prefix = "sxh";
106     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
107     IMAGE_IDS;
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 " ;