xref: /trunk/main/basctl/source/dlged/dlgresid.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
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
10cdf0e10cSrcweir *
11*8e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
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// -----------------------------------------------------------------------
134