xref: /trunk/main/sd/source/ui/dlg/navigatr.src (revision 5dadd2b6ef5743e1c497410b091d26860d76359a)
166220049SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
19cdf0e10cSrcweir *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
22cdf0e10cSrcweir#include "navigatr.hrc"
23cdf0e10cSrcweir#include "helpids.h"
24cdf0e10cSrcweir#include "res_bmp.hrc"
25cdf0e10cSrcweir#define BUTTON_WIDTH 13
26cdf0e10cSrcweir#define BUTTON_COUNT 7
27cdf0e10cSrcweir#define BUTTON_SIZE MAP_APPFONT ( BUTTON_WIDTH, BUTTON_WIDTH ) ;
28cdf0e10cSrcweirWindow FLT_NAVIGATOR
29cdf0e10cSrcweir{
30cdf0e10cSrcweir    HelpId = HID_SD_NAVIGATOR ;
31cdf0e10cSrcweir    Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT, 105 ) ;
32cdf0e10cSrcweir    Text = "Navigator" ;
33cdf0e10cSrcweir    SVLook = TRUE ;
34cdf0e10cSrcweir    DialogControl = TRUE ;
35cdf0e10cSrcweir    Control TLB_OBJECTS
36cdf0e10cSrcweir    {
37cdf0e10cSrcweir        HelpId = HID_SD_NAVIGATOR_TLB ;
38cdf0e10cSrcweir        Border = TRUE ;
39cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3, 20 ) ;
40cdf0e10cSrcweir        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 67 ) ;
41cdf0e10cSrcweir        TabStop = TRUE ;
42cdf0e10cSrcweir    };
43cdf0e10cSrcweir    ToolBox 1
44cdf0e10cSrcweir    {
45cdf0e10cSrcweir        HelpId = HID_SD_NAVIGATOR_TBX ;
46cdf0e10cSrcweir        SVLook = TRUE ;
47cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3, 3 ) ;
48cdf0e10cSrcweir        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH, 15 ) ;
49cdf0e10cSrcweir        TabStop = TRUE ;
50cdf0e10cSrcweir        ItemList =
51cdf0e10cSrcweir        {
52cdf0e10cSrcweir            ToolBoxItem
53cdf0e10cSrcweir            {
54cdf0e10cSrcweir                AutoCheck = TRUE ;
55cdf0e10cSrcweir                Identifier = TBI_PEN ;
56cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_PEN ;
57cdf0e10cSrcweir                Text [ en-US ] = "Pointer" ;
58cdf0e10cSrcweir            };
59cdf0e10cSrcweir            ToolBoxItem
60cdf0e10cSrcweir            {
61cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
62cdf0e10cSrcweir            };
63cdf0e10cSrcweir            ToolBoxItem
64cdf0e10cSrcweir            {
65cdf0e10cSrcweir                Identifier = TBI_FIRST ;
66cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
67cdf0e10cSrcweir                //Symbol = IMAGEBUTTON_FIRST ;
68cdf0e10cSrcweir                Text [ en-US ] = "First Slide" ;
69cdf0e10cSrcweir            };
70cdf0e10cSrcweir            ToolBoxItem
71cdf0e10cSrcweir            {
72cdf0e10cSrcweir                Identifier = TBI_PREVIOUS ;
73cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
74cdf0e10cSrcweir                //Symbol = IMAGEBUTTON_PREV ;
75cdf0e10cSrcweir                Text [ en-US ] = "Previous Slide" ;
76cdf0e10cSrcweir            };
77cdf0e10cSrcweir            ToolBoxItem
78cdf0e10cSrcweir            {
79cdf0e10cSrcweir                Identifier = TBI_NEXT ;
80cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
81cdf0e10cSrcweir                //Symbol = IMAGEBUTTON_NEXT ;
82cdf0e10cSrcweir                Text [ en-US ] = "Next Slide" ;
83cdf0e10cSrcweir            };
84cdf0e10cSrcweir            ToolBoxItem
85cdf0e10cSrcweir            {
86cdf0e10cSrcweir                Identifier = TBI_LAST ;
87cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
88cdf0e10cSrcweir                //Symbol = IMAGEBUTTON_LAST ;
89cdf0e10cSrcweir                Text [ en-US ] = "Last Slide" ;
90cdf0e10cSrcweir            };
91cdf0e10cSrcweir            ToolBoxItem
92cdf0e10cSrcweir            {
93cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
94cdf0e10cSrcweir            };
95cdf0e10cSrcweir            ToolBoxItem
96cdf0e10cSrcweir            {
97cdf0e10cSrcweir                Identifier = TBI_DRAGTYPE ;
98cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
99cdf0e10cSrcweir                DropDown = TRUE ;
100cdf0e10cSrcweir                //Left = FALSE ;
101cdf0e10cSrcweir                Text [ en-US ] = "Drag Mode" ;
102cdf0e10cSrcweir            };
103cdf0e10cSrcweir            ToolBoxItem
104cdf0e10cSrcweir            {
105cdf0e10cSrcweir                Identifier = TBI_SHAPE_FILTER ;
106cdf0e10cSrcweir                HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
107cdf0e10cSrcweir                DropDown = TRUE ;
108cdf0e10cSrcweir                Text [ en-US ] = "Show Shapes" ;
109cdf0e10cSrcweir            };
110cdf0e10cSrcweir        };
111cdf0e10cSrcweir    };
112cdf0e10cSrcweir    ListBox LB_DOCS
113cdf0e10cSrcweir    {
114cdf0e10cSrcweir        HelpId = HID_SD_NAVIGATOR_LB ;
115cdf0e10cSrcweir        Border = TRUE ;
116cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3, 89 ) ;
117cdf0e10cSrcweir        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 90 ) ;
118cdf0e10cSrcweir        TabStop = TRUE ;
119cdf0e10cSrcweir        DropDown = TRUE ;
120cdf0e10cSrcweir        QuickHelpText [ en-US ] = "Documents" ;
121cdf0e10cSrcweir    };
122cdf0e10cSrcweir
123cdf0e10cSrcweir    #define NAVIGATR_IDLIST \
124cdf0e10cSrcweir        IdList =            \
125cdf0e10cSrcweir        {                   \
126cdf0e10cSrcweir            TBI_PEN ;       \
127cdf0e10cSrcweir            TBI_FIRST ;     \
128cdf0e10cSrcweir            TBI_PREVIOUS ;  \
129cdf0e10cSrcweir            TBI_NEXT ;      \
130cdf0e10cSrcweir            TBI_LAST ;      \
131cdf0e10cSrcweir            TBI_EMBEDDED ;  \
132cdf0e10cSrcweir            TBI_LINK ;      \
133cdf0e10cSrcweir            TBI_HYPERLINK ; \
134cdf0e10cSrcweir        };                  \
135cdf0e10cSrcweir        IdCount = { 8 ; };
136cdf0e10cSrcweir
137cdf0e10cSrcweir    #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
138cdf0e10cSrcweir
139cdf0e10cSrcweir    ImageList IL_NAVIGATR
140cdf0e10cSrcweir    {
141cdf0e10cSrcweir        Prefix = "nv" ;
142cdf0e10cSrcweir        MaskColor = IMAGE_STDBTN_COLOR ;
143cdf0e10cSrcweir        NAVIGATR_IDLIST
144cdf0e10cSrcweir    };
145cdf0e10cSrcweir    ImageList ILH_NAVIGATR
146cdf0e10cSrcweir    {
147cdf0e10cSrcweir        Prefix = "nvh" ;
148cdf0e10cSrcweir        MaskColor = IMAGE_STDBTN_COLOR ;
149cdf0e10cSrcweir        NAVIGATR_IDLIST
150cdf0e10cSrcweir    };
151cdf0e10cSrcweir};
152cdf0e10cSrcweir
153cdf0e10cSrcweirString STR_OBJECTS_TREE
154cdf0e10cSrcweir{
155cdf0e10cSrcweir    Text [ en-US ] = "Page Tree" ;
156cdf0e10cSrcweir};
157*9c7dbd4dSmseidel
158*9c7dbd4dSmseidel// ********************************************************************** EOF
159