summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.src
blob: 389521ac28e17e8b9870ea65782794c9c0e37711 (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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   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 .
 */

#include "custsdlg.hrc"
#include "app.hrc"
#include "helpids.h"
#define DIFF 20
#define DIFF_Y 17
ModalDialog DLG_CUSTOMSHOW
{
    HelpID = CMD_SID_CUSTOMSHOW_DLG ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 175 + DIFF , 114 + DIFF_Y ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    PushButton BTN_NEW
    {
        HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW";
        Pos = MAP_APPFONT ( 120 + DIFF , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~New..." ;
    };
    PushButton BTN_EDIT
    {
        HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT";
        Pos = MAP_APPFONT ( 120 + DIFF , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Edit..." ;
    };
    PushButton BTN_REMOVE
    {
        HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE";
        Pos = MAP_APPFONT ( 120 + DIFF , 40 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Delete" ;
    };
    PushButton BTN_COPY
    {
        HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY";
        Pos = MAP_APPFONT ( 120 + DIFF , 57 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Cop~y" ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 120 + DIFF , 74 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    PushButton BTN_STARTSHOW
    {
        HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW";
        Pos = MAP_APPFONT ( 120 + DIFF , 94 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Start" ;
    };
    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 120 + DIFF , 94 + DIFF_Y ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
        Text [ en-US ] = "~Close" ;
    };
    ListBox LB_CUSTOMSHOWS
    {
        HelpID = "sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ;
        TabStop = TRUE ;
        //IAccessibility2 Implementation 2009-----
        QuickHelpText [ en-US ] = "Custom Screen Show" ;
        //-----IAccessibility2 Implementation 2009
    };
    CheckBox CBX_USE_CUSTOMSHOW
    {
        HelpID = "sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW";
        Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
        Size = MAP_APPFONT ( 112 + DIFF , 12 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Use Custom Slide Show" ;
    };
    Text [ en-US ] = "Custom Slide Shows" ;
};
ModalDialog DLG_DEFINE_CUSTOMSHOW
{
    HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 248 , 117 ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;
    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 187 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 187 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 187 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    FixedText FT_NAME
    {
        Pos = MAP_APPFONT ( 6 , 8 ) ;
        Size = MAP_APPFONT ( 30 , 10 ) ;
        Text [ en-US ] = "Name" ;
    };
    Edit EDT_NAME
    {
        HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 38 , 6 ) ;
        Size = MAP_APPFONT ( 141 , 12 ) ;
        TabStop = TRUE ;
    };
    MultiListBox LB_PAGES
    {
        HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 6 , 35 ) ;
        Size = MAP_APPFONT ( 75 , 75 ) ;
        TabStop = TRUE ;
        SimpleMode = TRUE ;
    };
    PushButton BTN_ADD
    {
        HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD";
        Pos = MAP_APPFONT ( 84 , 67 ) ;
        Size = MAP_APPFONT ( 14 , 14 ) ;
        Text = "~>>" ;
        TabStop = TRUE ;
    };
    Control LB_CUSTOM_PAGES
    {
        HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
        Border = TRUE ;
        Pos = MAP_APPFONT ( 103 , 35 ) ;
        Size = MAP_APPFONT ( 75 , 75 ) ;
        TabStop = TRUE ;
    };
    PushButton BTN_REMOVE
    {
        HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE";
        Pos = MAP_APPFONT ( 84 , 95 ) ;
        Size = MAP_APPFONT ( 14 , 14 ) ;
        Text = "~<<" ;
        TabStop = TRUE ;
    };
    FixedText FT_PAGES
    {
        Pos = MAP_APPFONT ( 6 , 24 ) ;
        Size = MAP_APPFONT ( 83 , 10 ) ;
        Text [ en-US ] = "Existing slides" ;
    };
    FixedText FT_CUSTOM_PAGES
    {
        Pos = MAP_APPFONT ( 103 , 24 ) ;
        Size = MAP_APPFONT ( 80 , 10 ) ;
        Text [ en-US ] = "Selected slides" ;
    };
    Text [ en-US ] = "Define Custom Slide Show" ;
};