xref: /aoo41x/main/basctl/source/dlged/dlgresid.src (revision 8e0a7b1b)
1*8e0a7b1bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8e0a7b1bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8e0a7b1bSAndrew Rist * distributed with this work for additional information
6*8e0a7b1bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance
9*8e0a7b1bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8e0a7b1bSAndrew Rist *
11*8e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8e0a7b1bSAndrew Rist *
13*8e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8e0a7b1bSAndrew Rist * software distributed under the License is distributed on an
15*8e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8e0a7b1bSAndrew Rist * KIND, either express or implied.  See the License for the
17*8e0a7b1bSAndrew Rist * specific language governing permissions and limitations
18*8e0a7b1bSAndrew Rist * under the License.
19*8e0a7b1bSAndrew Rist *
20*8e0a7b1bSAndrew Rist *************************************************************/
21*8e0a7b1bSAndrew Rist
22*8e0a7b1bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dlgresid.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// Dialog Controls ---------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweirString RID_STR_CLASS_CONTROL
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	Text = "Control" ;
31cdf0e10cSrcweir};
32cdf0e10cSrcweirString RID_STR_CLASS_DIALOG
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	Text = "Dialog" ;
35cdf0e10cSrcweir};
36cdf0e10cSrcweirString RID_STR_CLASS_BUTTON
37cdf0e10cSrcweir{
38cdf0e10cSrcweir	Text = "CommandButton" ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweirString RID_STR_CLASS_RADIOBUTTON
41cdf0e10cSrcweir{
42cdf0e10cSrcweir	Text = "OptionButton" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweirString RID_STR_CLASS_CHECKBOX
45cdf0e10cSrcweir{
46cdf0e10cSrcweir	Text = "CheckBox" ;
47cdf0e10cSrcweir};
48cdf0e10cSrcweirString RID_STR_CLASS_LISTBOX
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	Text = "ListBox" ;
51cdf0e10cSrcweir};
52cdf0e10cSrcweirString RID_STR_CLASS_COMBOBOX
53cdf0e10cSrcweir{
54cdf0e10cSrcweir	Text = "ComboBox" ;
55cdf0e10cSrcweir};
56cdf0e10cSrcweirString RID_STR_CLASS_GROUPBOX
57cdf0e10cSrcweir{
58cdf0e10cSrcweir	Text = "FrameControl" ;
59cdf0e10cSrcweir};
60cdf0e10cSrcweirString RID_STR_CLASS_EDIT
61cdf0e10cSrcweir{
62cdf0e10cSrcweir	Text = "TextField" ;
63cdf0e10cSrcweir};
64cdf0e10cSrcweirString RID_STR_CLASS_FIXEDTEXT
65cdf0e10cSrcweir{
66cdf0e10cSrcweir	Text = "Label" ;
67cdf0e10cSrcweir};
68cdf0e10cSrcweirString RID_STR_CLASS_IMAGECONTROL
69cdf0e10cSrcweir{
70cdf0e10cSrcweir	Text = "ImageControl" ;
71cdf0e10cSrcweir};
72cdf0e10cSrcweirString RID_STR_CLASS_PROGRESSBAR
73cdf0e10cSrcweir{
74cdf0e10cSrcweir	Text = "ProgressBar" ;
75cdf0e10cSrcweir};
76cdf0e10cSrcweirString RID_STR_CLASS_SCROLLBAR
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	Text = "ScrollBar" ;
79cdf0e10cSrcweir};
80cdf0e10cSrcweirString RID_STR_CLASS_FIXEDLINE
81cdf0e10cSrcweir{
82cdf0e10cSrcweir	Text = "FixedLine" ;
83cdf0e10cSrcweir};
84cdf0e10cSrcweirString RID_STR_CLASS_DATEFIELD
85cdf0e10cSrcweir{
86cdf0e10cSrcweir	Text = "DateField" ;
87cdf0e10cSrcweir};
88cdf0e10cSrcweirString RID_STR_CLASS_TIMEFIELD
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text = "TimeField" ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString RID_STR_CLASS_NUMERICFIELD
93cdf0e10cSrcweir{
94cdf0e10cSrcweir	Text = "NumericField" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString RID_STR_CLASS_CURRENCYFIELD
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Text = "CurrencyField" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString RID_STR_CLASS_FORMATTEDFIELD
101cdf0e10cSrcweir{
102cdf0e10cSrcweir	Text = "FormattedField" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirString RID_STR_CLASS_PATTERNFIELD
105cdf0e10cSrcweir{
106cdf0e10cSrcweir	Text = "PatternField" ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweirString RID_STR_CLASS_FILECONTROL
109cdf0e10cSrcweir{
110cdf0e10cSrcweir	Text = "FileControl" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweirString RID_STR_CLASS_TREECONTROL
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text = "TreeControl" ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweir
117cdf0e10cSrcweir
118cdf0e10cSrcweir// Property Browser Headline ----------------------------------------------------------------
119cdf0e10cSrcweir
120cdf0e10cSrcweirString RID_STR_BRWTITLE_PROPERTIES
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Text [ en-US ] = "Properties: ";
123cdf0e10cSrcweir};
124cdf0e10cSrcweirString RID_STR_BRWTITLE_NO_PROPERTIES
125cdf0e10cSrcweir{
126cdf0e10cSrcweir	Text [ en-US ] = "No Control marked";
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString RID_STR_BRWTITLE_MULTISELECT
129cdf0e10cSrcweir{
130cdf0e10cSrcweir	Text [ en-US ] = "Multiselection";
131cdf0e10cSrcweir};
132cdf0e10cSrcweir
133cdf0e10cSrcweir// -----------------------------------------------------------------------
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169cdf0e10cSrcweir
170cdf0e10cSrcweir
171cdf0e10cSrcweir
172