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