xref: /aoo41x/main/basctl/source/dlged/dlgresid.src (revision cdf0e10c)
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#include "dlgresid.hrc"
29
30// Dialog Controls ---------------------------------------------------------------
31
32String RID_STR_CLASS_CONTROL
33{
34	Text = "Control" ;
35};
36String RID_STR_CLASS_DIALOG
37{
38	Text = "Dialog" ;
39};
40String RID_STR_CLASS_BUTTON
41{
42	Text = "CommandButton" ;
43};
44String RID_STR_CLASS_RADIOBUTTON
45{
46	Text = "OptionButton" ;
47};
48String RID_STR_CLASS_CHECKBOX
49{
50	Text = "CheckBox" ;
51};
52String RID_STR_CLASS_LISTBOX
53{
54	Text = "ListBox" ;
55};
56String RID_STR_CLASS_COMBOBOX
57{
58	Text = "ComboBox" ;
59};
60String RID_STR_CLASS_GROUPBOX
61{
62	Text = "FrameControl" ;
63};
64String RID_STR_CLASS_EDIT
65{
66	Text = "TextField" ;
67};
68String RID_STR_CLASS_FIXEDTEXT
69{
70	Text = "Label" ;
71};
72String RID_STR_CLASS_IMAGECONTROL
73{
74	Text = "ImageControl" ;
75};
76String RID_STR_CLASS_PROGRESSBAR
77{
78	Text = "ProgressBar" ;
79};
80String RID_STR_CLASS_SCROLLBAR
81{
82	Text = "ScrollBar" ;
83};
84String RID_STR_CLASS_FIXEDLINE
85{
86	Text = "FixedLine" ;
87};
88String RID_STR_CLASS_DATEFIELD
89{
90	Text = "DateField" ;
91};
92String RID_STR_CLASS_TIMEFIELD
93{
94	Text = "TimeField" ;
95};
96String RID_STR_CLASS_NUMERICFIELD
97{
98	Text = "NumericField" ;
99};
100String RID_STR_CLASS_CURRENCYFIELD
101{
102	Text = "CurrencyField" ;
103};
104String RID_STR_CLASS_FORMATTEDFIELD
105{
106	Text = "FormattedField" ;
107};
108String RID_STR_CLASS_PATTERNFIELD
109{
110	Text = "PatternField" ;
111};
112String RID_STR_CLASS_FILECONTROL
113{
114	Text = "FileControl" ;
115};
116String RID_STR_CLASS_TREECONTROL
117{
118	Text = "TreeControl" ;
119};
120
121
122// Property Browser Headline ----------------------------------------------------------------
123
124String RID_STR_BRWTITLE_PROPERTIES
125{
126	Text [ en-US ] = "Properties: ";
127};
128String RID_STR_BRWTITLE_NO_PROPERTIES
129{
130	Text [ en-US ] = "No Control marked";
131};
132String RID_STR_BRWTITLE_MULTISELECT
133{
134	Text [ en-US ] = "Multiselection";
135};
136
137// -----------------------------------------------------------------------
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176