office-gobmx/basctl/source/basicide/tbxctl.src
Rüdiger Timm 3a68ac5547 INTEGRATION: CWS tkr01 (1.49.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.49.26.1: #i78846# Enable TreeControl support
2007-07-03 12:03:02 +00:00

281 lines
8.1 KiB
Text
Raw Blame History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tbxctl.src,v $
*
* $Revision: 1.50 $
*
* last change: $Author: rt $ $Date: 2007-07-03 13:03:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#include "svx/svxids.hrc"
#include "tbxctl.hrc"
#include "helpid.hrc"
FloatingWindow RID_TBXCONTROLS
{
Moveable = TRUE ;
Closeable = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
HelpId = HID_BASICIDE_CONTROLS ;
Text [ en-US ] = "Controls" ;
String RID_TOOLBOX
{
Text [ en-US ] = "Controls" ;
};
};
ToolBox RID_TOOLBOX
{
SVLook = TRUE ;
// HelpId = HID_BASICIDE_CONTROLS ;
LineCount = 2 ;
ItemList =
{
ToolBoxItem
{
HelpId = SID_INSERT_PUSHBUTTON ;
Identifier = SID_INSERT_PUSHBUTTON ;
RadioCheck = TRUE ;
Text [ en-US ] = "Button" ;
/* ### ACHTUNG: Neuer Text in Resource? CommandButton einf<6E>gen : CommandButton einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_CHECKBOX ;
Identifier = SID_INSERT_CHECKBOX ;
RadioCheck = TRUE ;
Text [ en-US ] = "Check Box" ;
/* ### ACHTUNG: Neuer Text in Resource? CheckBox einf<6E>gen : CheckBox einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_FIXEDTEXT ;
Identifier = SID_INSERT_FIXEDTEXT ;
RadioCheck = TRUE ;
Text [ en-US ] = "Label field" ;
/* ### ACHTUNG: Neuer Text in Resource? Label einf<6E>gen : Label einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_LISTBOX ;
Identifier = SID_INSERT_LISTBOX ;
RadioCheck = TRUE ;
Text [ en-US ] = "List Box" ;
/* ### ACHTUNG: Neuer Text in Resource? ListBox einf<6E>gen : ListBox einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_HSCROLLBAR ;
Identifier = SID_INSERT_HSCROLLBAR ;
RadioCheck = TRUE ;
Text [ en-US ] = "Horizontal Scroll Bar" ;
/* ### ACHTUNG: Neuer Text in Resource? Horizontale ScrollBar einf<6E>gen : Horizontale ScrollBar einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_GROUPBOX ;
Identifier = SID_INSERT_GROUPBOX ;
RadioCheck = TRUE ;
Text [ en-US ] = "Group Box" ;
/* ### ACHTUNG: Neuer Text in Resource? GroupBox einf<6E>gen : GroupBox einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_HFIXEDLINE ;
Identifier = SID_INSERT_HFIXEDLINE ;
RadioCheck = TRUE ;
Text [ en-US ] = "Horizontal Line" ;
};
ToolBoxItem
{
HelpId = SID_INSERT_DATEFIELD ;
Identifier = SID_INSERT_DATEFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Date Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_NUMERICFIELD ;
Identifier = SID_INSERT_NUMERICFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Numeric Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_FORMATTEDFIELD ;
Identifier = SID_INSERT_FORMATTEDFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Formatted Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_FILECONTROL ;
Identifier = SID_INSERT_FILECONTROL ;
RadioCheck = TRUE ;
Text [ en-US ] = "File Selection";
};
ToolBoxItem
{
HelpId = SID_INSERT_TREECONTROL ;
Identifier = SID_INSERT_TREECONTROL ;
RadioCheck = TRUE ;
Text [ en-US ] = "Tree Control";
};
ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
ToolBoxItem
{
HelpId = SID_SHOW_PROPERTYBROWSER ;
Identifier = SID_SHOW_PROPERTYBROWSER ;
Text [ en-US ] = "Properties" ;
};
ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
ToolBoxItem
{
HelpId = SID_INSERT_IMAGECONTROL ;
Identifier = SID_INSERT_IMAGECONTROL ;
RadioCheck = TRUE ;
Text [ en-US ] = "Image Control" ;
};
ToolBoxItem
{
HelpId = SID_INSERT_RADIOBUTTON ;
Identifier = SID_INSERT_RADIOBUTTON ;
RadioCheck = TRUE ;
Text [ en-US ] = "Option Button" ;
/* ### ACHTUNG: Neuer Text in Resource? RadioButton einf<6E>gen : RadioButton einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_EDIT ;
Identifier = SID_INSERT_EDIT ;
RadioCheck = TRUE ;
Text [ en-US ] = "Text Box" ;
/* ### ACHTUNG: Neuer Text in Resource? Edit einf<6E>gen : Edit einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_COMBOBOX ;
Identifier = SID_INSERT_COMBOBOX ;
RadioCheck = TRUE ;
Text [ en-US ] = "Combo Box" ;
/* ### ACHTUNG: Neuer Text in Resource? ComboBox einf<6E>gen : ComboBox einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_VSCROLLBAR ;
Identifier = SID_INSERT_VSCROLLBAR ;
RadioCheck = TRUE ;
Text [ en-US ] = "Vertical Scroll Bar" ;
/* ### ACHTUNG: Neuer Text in Resource? Vertikale ScrollBar einf<6E>gen : Vertikale ScrollBar einf<6E>gen */
};
ToolBoxItem
{
HelpId = SID_INSERT_PROGRESSBAR ;
Identifier = SID_INSERT_PROGRESSBAR ;
RadioCheck = TRUE ;
Text [ en-US ] = "Progress Bar" ;
};
ToolBoxItem
{
HelpId = SID_INSERT_VFIXEDLINE ;
Identifier = SID_INSERT_VFIXEDLINE ;
RadioCheck = TRUE ;
Text [ en-US ] = "Vertical Line" ;
};
ToolBoxItem
{
HelpId = SID_INSERT_TIMEFIELD ;
Identifier = SID_INSERT_TIMEFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Time Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_CURRENCYFIELD ;
Identifier = SID_INSERT_CURRENCYFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Currency Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_PATTERNFIELD ;
Identifier = SID_INSERT_PATTERNFIELD ;
RadioCheck = TRUE ;
Text [ en-US ] = "Pattern Field";
};
ToolBoxItem
{
HelpId = SID_INSERT_SELECT ;
Identifier = SID_INSERT_SELECT ;
RadioCheck = TRUE ;
Text [ en-US ] = "Select" ;
};
ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; };
ToolBoxItem
{
HelpId = SID_DIALOG_TESTMODE ;
Identifier = SID_DIALOG_TESTMODE ;
Text [ en-US ] = "Activate Test Mode" ;
};
};
};