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 ************************************************************************/
27
28#ifndef EXTENSIONS_PROPRESID_HRC
29#include "formresid.hrc"
30#endif
31#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
32#include "formlocalid.hrc"
33#endif
34
35String RID_STR_CONFIRM_DELETE_DATA_TYPE
36{
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.";
39};
40
41Resource RID_RSC_BUTTON_IMAGES
42{
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    };
59};
60
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
95
96ImageList RID_IL_FORMEXPLORER
97{
98    Prefix = "sx";
99	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
100	IMAGE_IDS;
101};
102
103ImageList RID_IL_FORMEXPLORER_HC
104{
105    Prefix = "sxh";
106	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
107	IMAGE_IDS;
108};
109
110String RID_STR_PROPTITLE_PUSHBUTTON
111{
112	Text [ en-US ] = "Button" ;
113};
114String RID_STR_PROPTITLE_RADIOBUTTON
115{
116	Text [ en-US ] = "Option Button" ;
117};
118String RID_STR_PROPTITLE_CHECKBOX
119{
120	Text [ en-US ] = "Check Box" ;
121};
122String RID_STR_PROPTITLE_FIXEDTEXT
123{
124	Text [ en-US ] = "Label Field" ;
125};
126String RID_STR_PROPTITLE_GROUPBOX
127{
128	Text [ en-US ] = "Group Box" ;
129};
130String RID_STR_PROPTITLE_EDIT
131{
132	Text [ en-US ] = "Text Box" ;
133};
134String RID_STR_PROPTITLE_FORMATTED
135{
136	Text [ en-US ] = "Formatted Field";
137};
138String RID_STR_PROPTITLE_LISTBOX
139{
140	Text [ en-US ] = "List Box" ;
141};
142String RID_STR_PROPTITLE_COMBOBOX
143{
144	Text [ en-US ] = "Combo Box" ;
145};
146String RID_STR_PROPTITLE_IMAGEBUTTON
147{
148	Text [ en-US ] = "Image Button" ;
149};
150String RID_STR_PROPTITLE_HIDDENCONTROL
151{
152	Text [ en-US ] = "Hidden Control" ;
153};
154String RID_STR_PROPTITLE_UNKNOWNCONTROL
155{
156	Text [ en-US ] = "Control (unknown type)" ;
157};
158String RID_STR_PROPTITLE_IMAGECONTROL
159{
160	Text [ en-US ] = "Image Control" ;
161};
162String RID_STR_PROPTITLE_FILECONTROL
163{
164	Text [ en-US ] = "File Selection" ;
165};
166String RID_STR_PROPTITLE_DATEFIELD
167{
168	Text [ en-US ] = "Date Field" ;
169};
170String RID_STR_PROPTITLE_TIMEFIELD
171{
172	Text [ en-US ] = "Time Field" ;
173};
174String RID_STR_PROPTITLE_NUMERICFIELD
175{
176	Text [ en-US ] = "Numeric Field" ;
177};
178String RID_STR_PROPTITLE_CURRENCYFIELD
179{
180	Text [ en-US ] = "Currency Field" ;
181};
182String RID_STR_PROPTITLE_PATTERNFIELD
183{
184	Text [ en-US ] = "Pattern Field" ;
185};
186String RID_STR_PROPTITLE_DBGRID
187{
188	Text [ en-US ] = "Table Control " ;
189};
190