1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#ifndef EXTENSIONS_PROPRESID_HRC
29*cdf0e10cSrcweir#include "formresid.hrc"
30*cdf0e10cSrcweir#endif
31*cdf0e10cSrcweir#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
32*cdf0e10cSrcweir#include "formlocalid.hrc"
33*cdf0e10cSrcweir#endif
34*cdf0e10cSrcweir
35*cdf0e10cSrcweirString RID_STR_CONFIRM_DELETE_DATA_TYPE
36*cdf0e10cSrcweir{
37*cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
38*cdf0e10cSrcweir             "Please note that this will affect all controls which are bound to this data type.";
39*cdf0e10cSrcweir};
40*cdf0e10cSrcweir
41*cdf0e10cSrcweirResource RID_RSC_BUTTON_IMAGES
42*cdf0e10cSrcweir{
43*cdf0e10cSrcweir    Image IMG_PLUS
44*cdf0e10cSrcweir    {
45*cdf0e10cSrcweir        ImageBitmap = Bitmap{ file = "buttonplus.png"; };
46*cdf0e10cSrcweir    };
47*cdf0e10cSrcweir    Image IMG_MINUS
48*cdf0e10cSrcweir    {
49*cdf0e10cSrcweir        ImageBitmap = Bitmap{ file = "buttonminus.png"; };
50*cdf0e10cSrcweir    };
51*cdf0e10cSrcweir    Image IMG_PLUS_HC
52*cdf0e10cSrcweir    {
53*cdf0e10cSrcweir        ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; };
54*cdf0e10cSrcweir    };
55*cdf0e10cSrcweir    Image IMG_MINUS_HC
56*cdf0e10cSrcweir    {
57*cdf0e10cSrcweir        ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; };
58*cdf0e10cSrcweir    };
59*cdf0e10cSrcweir};
60*cdf0e10cSrcweir
61*cdf0e10cSrcweir#define IMAGE_IDS \
62*cdf0e10cSrcweir    IdList = \
63*cdf0e10cSrcweir    { \
64*cdf0e10cSrcweir        RID_SVXIMG_CONTROL; \
65*cdf0e10cSrcweir        RID_SVXIMG_BUTTON; \
66*cdf0e10cSrcweir        RID_SVXIMG_RADIOBUTTON; \
67*cdf0e10cSrcweir        RID_SVXIMG_CHECKBOX; \
68*cdf0e10cSrcweir        RID_SVXIMG_FIXEDTEXT; \
69*cdf0e10cSrcweir        RID_SVXIMG_GROUPBOX; \
70*cdf0e10cSrcweir        RID_SVXIMG_EDIT; \
71*cdf0e10cSrcweir        RID_SVXIMG_LISTBOX; \
72*cdf0e10cSrcweir        RID_SVXIMG_COMBOBOX; \
73*cdf0e10cSrcweir        RID_SVXIMG_URLBUTTON; \
74*cdf0e10cSrcweir        RID_SVXIMG_GRID; \
75*cdf0e10cSrcweir        RID_SVXIMG_IMAGEBUTTON; \
76*cdf0e10cSrcweir        RID_SVXIMG_FILECONTROL; \
77*cdf0e10cSrcweir        RID_SVXIMG_DATEFIELD; \
78*cdf0e10cSrcweir        RID_SVXIMG_TIMEFIELD; \
79*cdf0e10cSrcweir        RID_SVXIMG_NUMERICFIELD; \
80*cdf0e10cSrcweir        RID_SVXIMG_CURRENCYFIELD; \
81*cdf0e10cSrcweir        RID_SVXIMG_PATTERNFIELD; \
82*cdf0e10cSrcweir        RID_SVXIMG_IMAGECONTROL; \
83*cdf0e10cSrcweir        RID_SVXIMG_HIDDEN; \
84*cdf0e10cSrcweir        RID_SVXIMG_FORMATTEDFIELD; \
85*cdf0e10cSrcweir        RID_SVXIMG_FILTER; \
86*cdf0e10cSrcweir        RID_SVXIMG_FORMS; \
87*cdf0e10cSrcweir        RID_SVXIMG_FORM; \
88*cdf0e10cSrcweir        RID_SVXIMG_COLLAPSEDNODE; \
89*cdf0e10cSrcweir        RID_SVXIMG_EXPANDEDNODE; \
90*cdf0e10cSrcweir        RID_SVXIMG_SCROLLBAR; \
91*cdf0e10cSrcweir        RID_SVXIMG_SPINBUTTON; \
92*cdf0e10cSrcweir        RID_SVXIMG_NAVIGATIONBAR; \
93*cdf0e10cSrcweir    }; \
94*cdf0e10cSrcweir    IdCount = 29
95*cdf0e10cSrcweir
96*cdf0e10cSrcweirImageList RID_IL_FORMEXPLORER
97*cdf0e10cSrcweir{
98*cdf0e10cSrcweir    Prefix = "sx";
99*cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
100*cdf0e10cSrcweir	IMAGE_IDS;
101*cdf0e10cSrcweir};
102*cdf0e10cSrcweir
103*cdf0e10cSrcweirImageList RID_IL_FORMEXPLORER_HC
104*cdf0e10cSrcweir{
105*cdf0e10cSrcweir    Prefix = "sxh";
106*cdf0e10cSrcweir	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
107*cdf0e10cSrcweir	IMAGE_IDS;
108*cdf0e10cSrcweir};
109*cdf0e10cSrcweir
110*cdf0e10cSrcweirString RID_STR_PROPTITLE_PUSHBUTTON
111*cdf0e10cSrcweir{
112*cdf0e10cSrcweir	Text [ en-US ] = "Button" ;
113*cdf0e10cSrcweir};
114*cdf0e10cSrcweirString RID_STR_PROPTITLE_RADIOBUTTON
115*cdf0e10cSrcweir{
116*cdf0e10cSrcweir	Text [ en-US ] = "Option Button" ;
117*cdf0e10cSrcweir};
118*cdf0e10cSrcweirString RID_STR_PROPTITLE_CHECKBOX
119*cdf0e10cSrcweir{
120*cdf0e10cSrcweir	Text [ en-US ] = "Check Box" ;
121*cdf0e10cSrcweir};
122*cdf0e10cSrcweirString RID_STR_PROPTITLE_FIXEDTEXT
123*cdf0e10cSrcweir{
124*cdf0e10cSrcweir	Text [ en-US ] = "Label Field" ;
125*cdf0e10cSrcweir};
126*cdf0e10cSrcweirString RID_STR_PROPTITLE_GROUPBOX
127*cdf0e10cSrcweir{
128*cdf0e10cSrcweir	Text [ en-US ] = "Group Box" ;
129*cdf0e10cSrcweir};
130*cdf0e10cSrcweirString RID_STR_PROPTITLE_EDIT
131*cdf0e10cSrcweir{
132*cdf0e10cSrcweir	Text [ en-US ] = "Text Box" ;
133*cdf0e10cSrcweir};
134*cdf0e10cSrcweirString RID_STR_PROPTITLE_FORMATTED
135*cdf0e10cSrcweir{
136*cdf0e10cSrcweir	Text [ en-US ] = "Formatted Field";
137*cdf0e10cSrcweir};
138*cdf0e10cSrcweirString RID_STR_PROPTITLE_LISTBOX
139*cdf0e10cSrcweir{
140*cdf0e10cSrcweir	Text [ en-US ] = "List Box" ;
141*cdf0e10cSrcweir};
142*cdf0e10cSrcweirString RID_STR_PROPTITLE_COMBOBOX
143*cdf0e10cSrcweir{
144*cdf0e10cSrcweir	Text [ en-US ] = "Combo Box" ;
145*cdf0e10cSrcweir};
146*cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGEBUTTON
147*cdf0e10cSrcweir{
148*cdf0e10cSrcweir	Text [ en-US ] = "Image Button" ;
149*cdf0e10cSrcweir};
150*cdf0e10cSrcweirString RID_STR_PROPTITLE_HIDDENCONTROL
151*cdf0e10cSrcweir{
152*cdf0e10cSrcweir	Text [ en-US ] = "Hidden Control" ;
153*cdf0e10cSrcweir};
154*cdf0e10cSrcweirString RID_STR_PROPTITLE_UNKNOWNCONTROL
155*cdf0e10cSrcweir{
156*cdf0e10cSrcweir	Text [ en-US ] = "Control (unknown type)" ;
157*cdf0e10cSrcweir};
158*cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGECONTROL
159*cdf0e10cSrcweir{
160*cdf0e10cSrcweir	Text [ en-US ] = "Image Control" ;
161*cdf0e10cSrcweir};
162*cdf0e10cSrcweirString RID_STR_PROPTITLE_FILECONTROL
163*cdf0e10cSrcweir{
164*cdf0e10cSrcweir	Text [ en-US ] = "File Selection" ;
165*cdf0e10cSrcweir};
166*cdf0e10cSrcweirString RID_STR_PROPTITLE_DATEFIELD
167*cdf0e10cSrcweir{
168*cdf0e10cSrcweir	Text [ en-US ] = "Date Field" ;
169*cdf0e10cSrcweir};
170*cdf0e10cSrcweirString RID_STR_PROPTITLE_TIMEFIELD
171*cdf0e10cSrcweir{
172*cdf0e10cSrcweir	Text [ en-US ] = "Time Field" ;
173*cdf0e10cSrcweir};
174*cdf0e10cSrcweirString RID_STR_PROPTITLE_NUMERICFIELD
175*cdf0e10cSrcweir{
176*cdf0e10cSrcweir	Text [ en-US ] = "Numeric Field" ;
177*cdf0e10cSrcweir};
178*cdf0e10cSrcweirString RID_STR_PROPTITLE_CURRENCYFIELD
179*cdf0e10cSrcweir{
180*cdf0e10cSrcweir	Text [ en-US ] = "Currency Field" ;
181*cdf0e10cSrcweir};
182*cdf0e10cSrcweirString RID_STR_PROPTITLE_PATTERNFIELD
183*cdf0e10cSrcweir{
184*cdf0e10cSrcweir	Text [ en-US ] = "Pattern Field" ;
185*cdf0e10cSrcweir};
186*cdf0e10cSrcweirString RID_STR_PROPTITLE_DBGRID
187*cdf0e10cSrcweir{
188*cdf0e10cSrcweir	Text [ en-US ] = "Table Control " ;
189*cdf0e10cSrcweir};
190