xref: /trunk/main/basctl/source/basicide/objdlg.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <objdlg.hrc>
29#include <helpid.hrc>
30
31#define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
32
33FloatingWindow RID_BASICIDE_OBJCAT
34{
35    HelpID = "basctl:FloatingWindow:RID_BASICIDE_OBJCAT";
36    OutputSize = TRUE ;
37    SVLook = TRUE ;
38    Size = MAP_APPFONT ( 191 , 179 ) ;
39    Text [ en-US ] = "Objects" ;
40    Closeable = TRUE ;
41    Moveable = TRUE ;
42    Sizeable = TRUE ;
43    Zoomable = TRUE ;
44    Hide = TRUE ;
45    ClipChildren = TRUE ;
46    Control RID_TLB_MACROS
47    {
48        HelpId = HID_BASICIDE_OBJECTCAT ;
49        Border = TRUE ;
50        Pos = MAP_APPFONT ( 3 , 24 ) ;
51        Size = MAP_APPFONT ( 185 , 126 ) ;
52        TabStop = TRUE ;
53    };
54    ToolBox RID_TB_TOOLBOX
55    {
56        HelpId = HID_BASICIDE_OBJECTS ;
57        SVLook = TRUE ;
58        Align = BOXALIGN_TOP ;
59        Pos = MAP_APPFONT ( 4 , 6 ) ;
60        ItemImageList = ImageList
61        {
62            Prefix = "im";
63            MASKCOLOR
64            IdList =
65            {
66                TBITEM_SHOW ;
67            };
68        };
69        ItemList =
70        {
71            ToolBoxItem
72            {
73                Identifier = TBITEM_SHOW ;
74                HelpId = HID_BASICIDE_OBJCAT_SHOW ;
75                Text [ en-US ] = "Show" ;
76            };
77        };
78    };
79    ImageList RID_IMGLST_TB_HC
80    {
81        Prefix = "imh";
82        MASKCOLOR
83        IdList =
84        {
85            TBITEM_SHOW ;
86        };
87    };
88    FixedText RID_FT_MACRODESCR
89    {
90        WordBreak = TRUE ;
91        Pos = MAP_APPFONT ( 3 , 156 ) ;
92        Size = MAP_APPFONT ( 185 , 18 ) ;
93    };
94};
95
96String RID_STR_TLB_MACROS
97{
98    Text [ en-US ] = "Objects Tree";
99};
100
101