1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dlgresid.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "dlgresid.hrc"
33 // Dialog Controls ---------------------------------------------------------------
35 String RID_STR_CLASS_CONTROL
39 String RID_STR_CLASS_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
55 String RID_STR_CLASS_LISTBOX
59 String RID_STR_CLASS_COMBOBOX
63 String RID_STR_CLASS_GROUPBOX
65 Text = "FrameControl" ;
67 String RID_STR_CLASS_EDIT
71 String RID_STR_CLASS_FIXEDTEXT
75 String RID_STR_CLASS_IMAGECONTROL
77 Text = "ImageControl" ;
79 String RID_STR_CLASS_PROGRESSBAR
81 Text = "ProgressBar" ;
83 String RID_STR_CLASS_SCROLLBAR
87 String RID_STR_CLASS_FIXEDLINE
91 String RID_STR_CLASS_DATEFIELD
95 String RID_STR_CLASS_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 // -----------------------------------------------------------------------