Update ooo320-m1
[ooovba.git] / basctl / source / dlged / dlgresid.src
blob8e58b6ce99eaa9093a8227f006843bef52d931b7
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dlgresid.src,v $
10  * $Revision: 1.34 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "dlgresid.hrc"
33 // Dialog Controls ---------------------------------------------------------------
35 String RID_STR_CLASS_CONTROL
37     Text = "Control" ;
39 String RID_STR_CLASS_DIALOG
41     Text = "Dialog" ;
43 String RID_STR_CLASS_BUTTON
45     Text = "CommandButton" ;
47 String RID_STR_CLASS_RADIOBUTTON
49     Text = "OptionButton" ;
51 String RID_STR_CLASS_CHECKBOX
53     Text = "CheckBox" ;
55 String RID_STR_CLASS_LISTBOX
57     Text = "ListBox" ;
59 String RID_STR_CLASS_COMBOBOX
61     Text = "ComboBox" ;
63 String RID_STR_CLASS_GROUPBOX
65     Text = "FrameControl" ;
67 String RID_STR_CLASS_EDIT
69     Text = "TextField" ;
71 String RID_STR_CLASS_FIXEDTEXT
73     Text = "Label" ;
75 String RID_STR_CLASS_IMAGECONTROL
77     Text = "ImageControl" ;
79 String RID_STR_CLASS_PROGRESSBAR
81     Text = "ProgressBar" ;
83 String RID_STR_CLASS_SCROLLBAR
85     Text = "ScrollBar" ;
87 String RID_STR_CLASS_FIXEDLINE
89     Text = "FixedLine" ;
91 String RID_STR_CLASS_DATEFIELD
93     Text = "DateField" ;
95 String RID_STR_CLASS_TIMEFIELD
97     Text = "TimeField" ;
99 String RID_STR_CLASS_NUMERICFIELD
101     Text = "NumericField" ;
103 String RID_STR_CLASS_CURRENCYFIELD
105     Text = "CurrencyField" ;
107 String RID_STR_CLASS_FORMATTEDFIELD
109     Text = "FormattedField" ;
111 String RID_STR_CLASS_PATTERNFIELD
113     Text = "PatternField" ;
115 String RID_STR_CLASS_FILECONTROL
117     Text = "FileControl" ;
119 String RID_STR_CLASS_TREECONTROL
121     Text = "TreeControl" ;
125 // Property Browser Headline ----------------------------------------------------------------
127 String RID_STR_BRWTITLE_PROPERTIES
129     Text [ en-US ] = "Properties: ";
131 String RID_STR_BRWTITLE_NO_PROPERTIES
133     Text [ en-US ] = "No Control marked";
135 String RID_STR_BRWTITLE_MULTISELECT
137     Text [ en-US ] = "Multiselection";
140 // -----------------------------------------------------------------------