merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / custsdlg.src
blobd30784b1f975c681e337f66765669441a44568d1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: custsdlg.src,v $
10  * $Revision: 1.30 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "custsdlg.hrc"
32 #include "app.hrc"
33 #include "helpids.h"
34 #define DIFF 20
35 #define DIFF_Y 17
36 ModalDialog DLG_CUSTOMSHOW
38     HelpID = SID_CUSTOMSHOW_DLG ;
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 175 + DIFF , 114 + DIFF_Y ) ;
42     Moveable = TRUE ;
43     Closeable = TRUE ;
44     PushButton BTN_NEW
45     {
46         Pos = MAP_APPFONT ( 120 + DIFF , 6 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49         Text [ en-US ] = "~New..." ;
50     };
51     PushButton BTN_EDIT
52     {
53         Pos = MAP_APPFONT ( 120 + DIFF , 23 ) ;
54         Size = MAP_APPFONT ( 50 , 14 ) ;
55         TabStop = TRUE ;
56         Text [ en-US ] = "~Edit..." ;
57     };
58     PushButton BTN_REMOVE
59     {
60         Pos = MAP_APPFONT ( 120 + DIFF , 40 ) ;
61         Size = MAP_APPFONT ( 50 , 14 ) ;
62         TabStop = TRUE ;
63         Text [ en-US ] = "~Delete" ;
64     };
65     PushButton BTN_COPY
66     {
67         Pos = MAP_APPFONT ( 120 + DIFF , 57 ) ;
68         Size = MAP_APPFONT ( 50 , 14 ) ;
69         TabStop = TRUE ;
70         Text [ en-US ] = "Cop~y" ;
71     };
72     HelpButton BTN_HELP
73     {
74         Pos = MAP_APPFONT ( 120 + DIFF , 74 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         TabStop = TRUE ;
77     };
78     PushButton BTN_STARTSHOW
79     {
80         Pos = MAP_APPFONT ( 120 + DIFF , 94 ) ;
81         Size = MAP_APPFONT ( 50 , 14 ) ;
82         TabStop = TRUE ;
83         Text [ en-US ] = "~Start" ;
84     };
85     OKButton BTN_OK
86     {
87         Pos = MAP_APPFONT ( 120 + DIFF , 94 + DIFF_Y ) ;
88         Size = MAP_APPFONT ( 50 , 14 ) ;
89         TabStop = TRUE ;
90         DefButton = TRUE ;
91         Text [ en-US ] = "~Close" ;
92     };
93     ListBox LB_CUSTOMSHOWS
94     {
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 6 , 6 ) ;
97         Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ;
98         TabStop = TRUE ;
99     };
100     CheckBox CBX_USE_CUSTOMSHOW
101     {
102         Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
103         Size = MAP_APPFONT ( 112 + DIFF , 12 ) ;
104         TabStop = TRUE ;
105         Text [ en-US ] = "~Use Custom Slide Show" ;
106     };
107     Text [ en-US ] = "Custom Slide Shows" ;
109 ModalDialog DLG_DEFINE_CUSTOMSHOW
111     HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
112     OutputSize = TRUE ;
113     SVLook = TRUE ;
114     Size = MAP_APPFONT ( 248 , 117 ) ;
115     Moveable = TRUE ;
116     Closeable = TRUE ;
117     OKButton BTN_OK
118     {
119         Pos = MAP_APPFONT ( 187 , 6 ) ;
120         Size = MAP_APPFONT ( 50 , 14 ) ;
121         TabStop = TRUE ;
122         DefButton = TRUE ;
123     };
124     CancelButton BTN_CANCEL
125     {
126         Pos = MAP_APPFONT ( 187 , 23 ) ;
127         Size = MAP_APPFONT ( 50 , 14 ) ;
128         TabStop = TRUE ;
129     };
130     HelpButton BTN_HELP
131     {
132         Pos = MAP_APPFONT ( 187 , 43 ) ;
133         Size = MAP_APPFONT ( 50 , 14 ) ;
134         TabStop = TRUE ;
135     };
136     FixedText FT_NAME
137     {
138         Pos = MAP_APPFONT ( 6 , 8 ) ;
139         Size = MAP_APPFONT ( 30 , 10 ) ;
140         Text [ en-US ] = "Name" ;
141     };
142     Edit EDT_NAME
143     {
144         Border = TRUE ;
145         Pos = MAP_APPFONT ( 38 , 6 ) ;
146         Size = MAP_APPFONT ( 141 , 12 ) ;
147         TabStop = TRUE ;
148     };
149     MultiListBox LB_PAGES
150     {
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 6 , 35 ) ;
153         Size = MAP_APPFONT ( 75 , 75 ) ;
154         TabStop = TRUE ;
155         SimpleMode = TRUE ;
156     };
157     PushButton BTN_ADD
158     {
159         Pos = MAP_APPFONT ( 84 , 67 ) ;
160         Size = MAP_APPFONT ( 14 , 14 ) ;
161         Text = "~>>" ;
162         TabStop = TRUE ;
163     };
164     Control LB_CUSTOM_PAGES
165     {
166         HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 103 , 35 ) ;
169         Size = MAP_APPFONT ( 75 , 75 ) ;
170         TabStop = TRUE ;
171     };
172     PushButton BTN_REMOVE
173     {
174         Pos = MAP_APPFONT ( 84 , 95 ) ;
175         Size = MAP_APPFONT ( 14 , 14 ) ;
176         Text = "~<<" ;
177         TabStop = TRUE ;
178     };
179     FixedText FT_PAGES
180     {
181         Pos = MAP_APPFONT ( 6 , 24 ) ;
182         Size = MAP_APPFONT ( 83 , 10 ) ;
183         Text [ en-US ] = "Existing slides" ;
184     };
185     FixedText FT_CUSTOM_PAGES
186     {
187         Pos = MAP_APPFONT ( 103 , 24 ) ;
188         Size = MAP_APPFONT ( 80 , 10 ) ;
189         Text [ en-US ] = "Selected slides" ;
190     };
191     Text [ en-US ] = "Define Custom Slide Show" ;