xref: /aoo4110/main/basctl/source/dlged/dlgresid.src (revision b1cdbd2c)
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
23
24#include "dlgresid.hrc"
25
26// Dialog Controls ---------------------------------------------------------------
27
28String RID_STR_CLASS_CONTROL
29{
30	Text = "Control" ;
31};
32String RID_STR_CLASS_DIALOG
33{
34	Text = "Dialog" ;
35};
36String RID_STR_CLASS_BUTTON
37{
38	Text = "CommandButton" ;
39};
40String RID_STR_CLASS_RADIOBUTTON
41{
42	Text = "OptionButton" ;
43};
44String RID_STR_CLASS_CHECKBOX
45{
46	Text = "CheckBox" ;
47};
48String RID_STR_CLASS_LISTBOX
49{
50	Text = "ListBox" ;
51};
52String RID_STR_CLASS_COMBOBOX
53{
54	Text = "ComboBox" ;
55};
56String RID_STR_CLASS_GROUPBOX
57{
58	Text = "FrameControl" ;
59};
60String RID_STR_CLASS_EDIT
61{
62	Text = "TextField" ;
63};
64String RID_STR_CLASS_FIXEDTEXT
65{
66	Text = "Label" ;
67};
68String RID_STR_CLASS_IMAGECONTROL
69{
70	Text = "ImageControl" ;
71};
72String RID_STR_CLASS_PROGRESSBAR
73{
74	Text = "ProgressBar" ;
75};
76String RID_STR_CLASS_SCROLLBAR
77{
78	Text = "ScrollBar" ;
79};
80String RID_STR_CLASS_FIXEDLINE
81{
82	Text = "FixedLine" ;
83};
84String RID_STR_CLASS_DATEFIELD
85{
86	Text = "DateField" ;
87};
88String RID_STR_CLASS_TIMEFIELD
89{
90	Text = "TimeField" ;
91};
92String RID_STR_CLASS_NUMERICFIELD
93{
94	Text = "NumericField" ;
95};
96String RID_STR_CLASS_CURRENCYFIELD
97{
98	Text = "CurrencyField" ;
99};
100String RID_STR_CLASS_FORMATTEDFIELD
101{
102	Text = "FormattedField" ;
103};
104String RID_STR_CLASS_PATTERNFIELD
105{
106	Text = "PatternField" ;
107};
108String RID_STR_CLASS_FILECONTROL
109{
110	Text = "FileControl" ;
111};
112String RID_STR_CLASS_TREECONTROL
113{
114	Text = "TreeControl" ;
115};
116
117
118// Property Browser Headline ----------------------------------------------------------------
119
120String RID_STR_BRWTITLE_PROPERTIES
121{
122	Text [ en-US ] = "Properties: ";
123};
124String RID_STR_BRWTITLE_NO_PROPERTIES
125{
126	Text [ en-US ] = "No Control marked";
127};
128String RID_STR_BRWTITLE_MULTISELECT
129{
130	Text [ en-US ] = "Multiselection";
131};
132
133// -----------------------------------------------------------------------
134
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