custsdlg.src (1c6b2ed4) custsdlg.src (85b2fe49)
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

--- 98 unchanged lines hidden (view full) ---

107 };
108 Text [ en-US ] = "Custom Slide Shows" ;
109};
110ModalDialog DLG_DEFINE_CUSTOMSHOW
111{
112 HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
113 OutputSize = TRUE ;
114 SVLook = TRUE ;
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

--- 98 unchanged lines hidden (view full) ---

107 };
108 Text [ en-US ] = "Custom Slide Shows" ;
109};
110ModalDialog DLG_DEFINE_CUSTOMSHOW
111{
112 HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
113 OutputSize = TRUE ;
114 SVLook = TRUE ;
115 Size = MAP_APPFONT ( 248, 117 ) ;
115 Size = MAP_APPFONT ( 248, 147 ) ;
116 Moveable = TRUE ;
117 Closeable = TRUE ;
118 OKButton BTN_OK
119 {
116 Moveable = TRUE ;
117 Closeable = TRUE ;
118 OKButton BTN_OK
119 {
120 Pos = MAP_APPFONT ( 187, 6 ) ;
120 Pos = MAP_APPFONT ( 188, 6 ) ;
121 Size = MAP_APPFONT ( 50, 14 ) ;
122 TabStop = TRUE ;
123 DefButton = TRUE ;
124 };
125 CancelButton BTN_CANCEL
126 {
121 Size = MAP_APPFONT ( 50, 14 ) ;
122 TabStop = TRUE ;
123 DefButton = TRUE ;
124 };
125 CancelButton BTN_CANCEL
126 {
127 Pos = MAP_APPFONT ( 187, 23 ) ;
127 Pos = MAP_APPFONT ( 188, 23 ) ;
128 Size = MAP_APPFONT ( 50, 14 ) ;
129 TabStop = TRUE ;
130 };
131 HelpButton BTN_HELP
132 {
128 Size = MAP_APPFONT ( 50, 14 ) ;
129 TabStop = TRUE ;
130 };
131 HelpButton BTN_HELP
132 {
133 Pos = MAP_APPFONT ( 187, 43 ) ;
133 Pos = MAP_APPFONT ( 188, 43 ) ;
134 Size = MAP_APPFONT ( 50, 14 ) ;
135 TabStop = TRUE ;
136 };
137 FixedText FT_NAME
138 {
139 Pos = MAP_APPFONT ( 6, 8 ) ;
140 Size = MAP_APPFONT ( 30, 10 ) ;
141 Text [ en-US ] = "Name" ;
142 };
143 Edit EDT_NAME
144 {
145 HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME" ;
146 Border = TRUE ;
147 Pos = MAP_APPFONT ( 38, 6 ) ;
134 Size = MAP_APPFONT ( 50, 14 ) ;
135 TabStop = TRUE ;
136 };
137 FixedText FT_NAME
138 {
139 Pos = MAP_APPFONT ( 6, 8 ) ;
140 Size = MAP_APPFONT ( 30, 10 ) ;
141 Text [ en-US ] = "Name" ;
142 };
143 Edit EDT_NAME
144 {
145 HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME" ;
146 Border = TRUE ;
147 Pos = MAP_APPFONT ( 38, 6 ) ;
148 Size = MAP_APPFONT ( 141, 12 ) ;
148 Size = MAP_APPFONT ( 140, 12 ) ;
149 TabStop = TRUE ;
150 };
151 MultiListBox LB_PAGES
152 {
153 HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES" ;
154 Border = TRUE ;
155 Pos = MAP_APPFONT ( 6, 35 ) ;
149 TabStop = TRUE ;
150 };
151 MultiListBox LB_PAGES
152 {
153 HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES" ;
154 Border = TRUE ;
155 Pos = MAP_APPFONT ( 6, 35 ) ;
156 Size = MAP_APPFONT ( 75, 75 ) ;
156 Size = MAP_APPFONT ( 75, 105 ) ;
157 TabStop = TRUE ;
158 SimpleMode = TRUE ;
159 };
160 PushButton BTN_ADD
161 {
162 HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD" ;
157 TabStop = TRUE ;
158 SimpleMode = TRUE ;
159 };
160 PushButton BTN_ADD
161 {
162 HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD" ;
163 Pos = MAP_APPFONT ( 84, 67 ) ;
163 Pos = MAP_APPFONT ( 85, 71 ) ;
164 Size = MAP_APPFONT ( 14, 14 ) ;
164 Size = MAP_APPFONT ( 14, 14 ) ;
165 Text = "~>>" ;
165 Text = "~>" ;
166 TabStop = TRUE ;
167 };
168 Control LB_CUSTOM_PAGES
169 {
170 HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
171 Border = TRUE ;
172 Pos = MAP_APPFONT ( 103, 35 ) ;
166 TabStop = TRUE ;
167 };
168 Control LB_CUSTOM_PAGES
169 {
170 HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
171 Border = TRUE ;
172 Pos = MAP_APPFONT ( 103, 35 ) ;
173 Size = MAP_APPFONT ( 75, 75 ) ;
173 Size = MAP_APPFONT ( 75, 105 ) ;
174 TabStop = TRUE ;
175 };
176 PushButton BTN_REMOVE
177 {
178 HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE" ;
174 TabStop = TRUE ;
175 };
176 PushButton BTN_REMOVE
177 {
178 HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE" ;
179 Pos = MAP_APPFONT ( 84, 95 ) ;
179 Pos = MAP_APPFONT ( 85, 89 ) ;
180 Size = MAP_APPFONT ( 14, 14 ) ;
180 Size = MAP_APPFONT ( 14, 14 ) ;
181 Text = "~<<" ;
181 Text = "~<" ;
182 TabStop = TRUE ;
183 };
184 FixedText FT_PAGES
185 {
186 Pos = MAP_APPFONT ( 6, 24 ) ;
182 TabStop = TRUE ;
183 };
184 FixedText FT_PAGES
185 {
186 Pos = MAP_APPFONT ( 6, 24 ) ;
187 Size = MAP_APPFONT ( 83, 10 ) ;
187 Size = MAP_APPFONT ( 80, 10 ) ;
188 Text [ en-US ] = "Existing slides" ;
189 };
190 FixedText FT_CUSTOM_PAGES
191 {
192 Pos = MAP_APPFONT ( 103, 24 ) ;
193 Size = MAP_APPFONT ( 80, 10 ) ;
194 Text [ en-US ] = "Selected slides" ;
195 };
196 Text [ en-US ] = "Define Custom Slide Show" ;
197};
198
199// ********************************************************************** EOF
188 Text [ en-US ] = "Existing slides" ;
189 };
190 FixedText FT_CUSTOM_PAGES
191 {
192 Pos = MAP_APPFONT ( 103, 24 ) ;
193 Size = MAP_APPFONT ( 80, 10 ) ;
194 Text [ en-US ] = "Selected slides" ;
195 };
196 Text [ en-US ] = "Define Custom Slide Show" ;
197};
198
199// ********************************************************************** EOF