xref: /aoo4110/main/basctl/source/basicide/objdlg.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <objdlg.hrc>
25#include <helpid.hrc>
26
27#define MASKCOLOR	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
28
29FloatingWindow RID_BASICIDE_OBJCAT
30{
31    HelpID = "basctl:FloatingWindow:RID_BASICIDE_OBJCAT";
32	OutputSize = TRUE ;
33	SVLook = TRUE ;
34	Size = MAP_APPFONT ( 191 , 179 ) ;
35	Text [ en-US ] = "Objects" ;
36	Closeable = TRUE ;
37	Moveable = TRUE ;
38	Sizeable = TRUE ;
39	Zoomable = TRUE ;
40	Hide = TRUE ;
41	ClipChildren = TRUE ;
42	Control RID_TLB_MACROS
43	{
44		HelpId = HID_BASICIDE_OBJECTCAT ;
45		Border = TRUE ;
46		Pos = MAP_APPFONT ( 3 , 24 ) ;
47		Size = MAP_APPFONT ( 185 , 126 ) ;
48		TabStop = TRUE ;
49	};
50	ToolBox RID_TB_TOOLBOX
51	{
52		HelpId = HID_BASICIDE_OBJECTS ;
53		SVLook = TRUE ;
54		Align = BOXALIGN_TOP ;
55		Pos = MAP_APPFONT ( 4 , 6 ) ;
56		ItemImageList = ImageList
57		{
58    	    Prefix = "im";
59			MASKCOLOR
60			IdList =
61			{
62				TBITEM_SHOW ;
63			};
64		};
65		ItemList =
66		{
67			ToolBoxItem
68			{
69				Identifier = TBITEM_SHOW ;
70				HelpId = HID_BASICIDE_OBJCAT_SHOW ;
71				Text [ en-US ] = "Show" ;
72			};
73		};
74	};
75    ImageList RID_IMGLST_TB_HC
76    {
77        Prefix = "imh";
78        MASKCOLOR
79        IdList =
80        {
81            TBITEM_SHOW ;
82        };
83    };
84	FixedText RID_FT_MACRODESCR
85	{
86		WordBreak = TRUE ;
87		Pos = MAP_APPFONT ( 3 , 156 ) ;
88		Size = MAP_APPFONT ( 185 , 18 ) ;
89	};
90};
91
92String RID_STR_TLB_MACROS
93{
94	Text [ en-US ] = "Objects Tree";
95};
96
97