xref: /AOO41X/main/extensions/source/propctrlr/pcrmiscres.src (revision 14d89e6d7e8ff90a682e6d512a6ade05b6ea0df6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#ifndef EXTENSIONS_PROPRESID_HRC
23#include "formresid.hrc"
24#endif
25#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
26#include "formlocalid.hrc"
27#endif
28
29String RID_STR_CONFIRM_DELETE_DATA_TYPE
30{
31    Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\nPlease note that this will affect all controls which are bound to this data type.";
32};
33
34Resource RID_RSC_BUTTON_IMAGES
35{
36    Image IMG_PLUS
37    {
38        ImageBitmap = Bitmap{ file = "buttonplus.png"; } ;
39    };
40    Image IMG_MINUS
41    {
42        ImageBitmap = Bitmap{ file = "buttonminus.png"; } ;
43    };
44    Image IMG_PLUS_HC
45    {
46        ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; } ;
47    };
48    Image IMG_MINUS_HC
49    {
50        ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; } ;
51    };
52};
53
54#define IMAGE_IDS \
55    IdList = \
56    { \
57        RID_SVXIMG_CONTROL; \
58        RID_SVXIMG_BUTTON; \
59        RID_SVXIMG_RADIOBUTTON; \
60        RID_SVXIMG_CHECKBOX; \
61        RID_SVXIMG_FIXEDTEXT; \
62        RID_SVXIMG_GROUPBOX; \
63        RID_SVXIMG_EDIT; \
64        RID_SVXIMG_LISTBOX; \
65        RID_SVXIMG_COMBOBOX; \
66        RID_SVXIMG_URLBUTTON; \
67        RID_SVXIMG_GRID; \
68        RID_SVXIMG_IMAGEBUTTON; \
69        RID_SVXIMG_FILECONTROL; \
70        RID_SVXIMG_DATEFIELD; \
71        RID_SVXIMG_TIMEFIELD; \
72        RID_SVXIMG_NUMERICFIELD; \
73        RID_SVXIMG_CURRENCYFIELD; \
74        RID_SVXIMG_PATTERNFIELD; \
75        RID_SVXIMG_IMAGECONTROL; \
76        RID_SVXIMG_HIDDEN; \
77        RID_SVXIMG_FORMATTEDFIELD; \
78        RID_SVXIMG_FILTER; \
79        RID_SVXIMG_FORMS; \
80        RID_SVXIMG_FORM; \
81        RID_SVXIMG_COLLAPSEDNODE; \
82        RID_SVXIMG_EXPANDEDNODE; \
83        RID_SVXIMG_SCROLLBAR; \
84        RID_SVXIMG_SPINBUTTON; \
85        RID_SVXIMG_NAVIGATIONBAR; \
86    }; \
87    IdCount = 29
88
89ImageList RID_IL_FORMEXPLORER
90{
91    Prefix = "sx";
92    MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
93    IMAGE_IDS;
94};
95
96ImageList RID_IL_FORMEXPLORER_HC
97{
98    Prefix = "sxh";
99    MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
100    IMAGE_IDS;
101};
102
103String RID_STR_PROPTITLE_PUSHBUTTON
104{
105    Text [ en-US ] = "Button" ;
106};
107String RID_STR_PROPTITLE_RADIOBUTTON
108{
109    Text [ en-US ] = "Option Button" ;
110};
111String RID_STR_PROPTITLE_CHECKBOX
112{
113    Text [ en-US ] = "Check Box" ;
114};
115String RID_STR_PROPTITLE_FIXEDTEXT
116{
117    Text [ en-US ] = "Label Field" ;
118};
119String RID_STR_PROPTITLE_GROUPBOX
120{
121    Text [ en-US ] = "Group Box" ;
122};
123String RID_STR_PROPTITLE_EDIT
124{
125    Text [ en-US ] = "Text Box" ;
126};
127String RID_STR_PROPTITLE_FORMATTED
128{
129    Text [ en-US ] = "Formatted Field" ;
130};
131String RID_STR_PROPTITLE_LISTBOX
132{
133    Text [ en-US ] = "List Box" ;
134};
135String RID_STR_PROPTITLE_COMBOBOX
136{
137    Text [ en-US ] = "Combo Box" ;
138};
139String RID_STR_PROPTITLE_IMAGEBUTTON
140{
141    Text [ en-US ] = "Image Button" ;
142};
143String RID_STR_PROPTITLE_HIDDENCONTROL
144{
145    Text [ en-US ] = "Hidden Control" ;
146};
147String RID_STR_PROPTITLE_UNKNOWNCONTROL
148{
149    Text [ en-US ] = "Control (unknown type)" ;
150};
151String RID_STR_PROPTITLE_IMAGECONTROL
152{
153    Text [ en-US ] = "Image Control" ;
154};
155String RID_STR_PROPTITLE_FILECONTROL
156{
157    Text [ en-US ] = "File Selection" ;
158};
159String RID_STR_PROPTITLE_DATEFIELD
160{
161    Text [ en-US ] = "Date Field" ;
162};
163String RID_STR_PROPTITLE_TIMEFIELD
164{
165    Text [ en-US ] = "Time Field" ;
166};
167String RID_STR_PROPTITLE_NUMERICFIELD
168{
169    Text [ en-US ] = "Numeric Field" ;
170};
171String RID_STR_PROPTITLE_CURRENCYFIELD
172{
173    Text [ en-US ] = "Currency Field" ;
174};
175String RID_STR_PROPTITLE_PATTERNFIELD
176{
177    Text [ en-US ] = "Pattern Field" ;
178};
179String RID_STR_PROPTITLE_DBGRID
180{
181    Text [ en-US ] = "Table Control" ;
182};
183
184// ********************************************************************** EOF
185