summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/navigatr.src
blob: cfd6dbe52b4beca630bf61694d6617a75847683b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/**************************************************************
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
 *************************************************************/



#include "navigatr.hrc"
#include "helpids.h"
#include "res_bmp.hrc"
#define BUTTON_WIDTH 13
#define BUTTON_COUNT 7
#define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_WIDTH );
Window FLT_NAVIGATOR
{
    HelpId = HID_SD_NAVIGATOR ;
    Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT , 105 ) ;
    Text = "Navigator" ;
    SVLook = TRUE ;
    DialogControl = TRUE;
    Control TLB_OBJECTS
    {
        HelpId = HID_SD_NAVIGATOR_TLB ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 3 , 20 ) ;
        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 67 ) ;
        TabStop = TRUE ;
    };
    ToolBox 1
    {
        HelpId = HID_SD_NAVIGATOR_TBX ;
        SVLook = TRUE ;
        Pos = MAP_APPFONT ( 3 , 3 ) ;
        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH , 15 ) ;
        TabStop = TRUE ;
        ItemList =
        {
            ToolBoxItem
            {
                AutoCheck = TRUE ;
                Identifier = TBI_PEN ;
                HelpId = HID_SD_NAVIGATOR_TBI_PEN ;
                Text [ en-US ] = "Pointer" ;
            };
            ToolBoxItem
            {
                Type = TOOLBOXITEM_SEPARATOR ;
            };
            ToolBoxItem
            {
                Identifier = TBI_FIRST ;
                HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
                 //Symbol = IMAGEBUTTON_FIRST ;
                Text [ en-US ] = "First Slide" ;
            };
            ToolBoxItem
            {
                Identifier = TBI_PREVIOUS ;
                HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
                 //Symbol = IMAGEBUTTON_PREV ;
                Text [ en-US ] = "Previous Slide" ;
            };
            ToolBoxItem
            {
                Identifier = TBI_NEXT ;
                HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
                 //Symbol = IMAGEBUTTON_NEXT ;
                /* ### ACHTUNG: Neuer Text in Resource? Nchste Seite : Nchste Seite */
                /* ### ACHTUNG: Neuer Text in Resource? Zur nchsten Seite springen : Zur nchsten Seite springen */
                Text [ en-US ] = "Next Slide" ;
            };
            ToolBoxItem
            {
                Identifier = TBI_LAST ;
                HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
                 //Symbol = IMAGEBUTTON_LAST ;
                Text [ en-US ] = "Last Slide" ;
            };
            ToolBoxItem
            {
                Type = TOOLBOXITEM_SEPARATOR ;
            };
            ToolBoxItem
            {
                Identifier = TBI_DRAGTYPE ;
                HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
                DropDown = TRUE ;
                 //Left = FALSE;
                /* ### ACHTUNG: Neuer Text in Resource? Modus fr Drag & Drop auswhlen : Modus fr Drag & Drop auswhlen */
                Text [ en-US ] = "Drag Mode" ;
            };
            ToolBoxItem
            {
                Identifier = TBI_SHAPE_FILTER ;
                HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
                DropDown = TRUE ;
                Text [ en-US ] = "Show Shapes" ;
            };
        };
    };
    ListBox LB_DOCS
    {
        HelpId = HID_SD_NAVIGATOR_LB ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 3 , 89 ) ;
        Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 90 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        QuickHelpText [ en-US ] = "Documents" ;
        /* ### ACHTUNG: Neuer Text in Resource? Geffnete Dokumente : Geffnete Dokumente */
    };

    #define NAVIGATR_IDLIST \
        IdList =            \
        {                   \
            TBI_PEN ;   \
            TBI_FIRST ; \
            TBI_PREVIOUS ;  \
            TBI_NEXT ;  \
            TBI_LAST ;  \
            TBI_EMBEDDED ;  \
            TBI_LINK ; \
            TBI_HYPERLINK ; \
        };                 \
        IdCount = { 8 ; };

    #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }

    ImageList IL_NAVIGATR
    {
        Prefix = "nv";
        MaskColor = IMAGE_STDBTN_COLOR ;
        NAVIGATR_IDLIST
    };
    ImageList ILH_NAVIGATR
    {
        Prefix = "nvh";
        MaskColor = IMAGE_STDBTN_COLOR ;
           NAVIGATR_IDLIST
    };
};

String STR_OBJECTS_TREE
{
    Text [ en-US ] = "Page Tree";
};