imapdlg.src (09a1d057) imapdlg.src (1e790e4d)
1/**************************************************************
1/**************************************************************
2 *
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
9 * with the License. You may obtain a copy of the License at
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
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
23
24// include ---------------------------------------------------------------
24#include "helpid.hrc"
25#include "imapdlg.hrc"
25#include "helpid.hrc"
26#include "imapdlg.hrc"
26 // pragma ----------------------------------------------------------------
27// pragma ----------------------------------------------------------------
27
28
28 // RID_SVXDLG_IMAP ----------------------------------------------------
29// RID_SVXDLG_IMAP ----------------------------------------------------
29ModelessDialog RID_SVXDLG_IMAP
30{
30ModelessDialog RID_SVXDLG_IMAP
31{
31 HelpID = "svx:ModelessDialog:RID_SVXDLG_IMAP";
32 HelpID = "svx:ModelessDialog:RID_SVXDLG_IMAP" ;
32 OutputSize = TRUE ;
33 Hide = TRUE ;
34 SVLook = TRUE ;
33 OutputSize = TRUE ;
34 Hide = TRUE ;
35 SVLook = TRUE ;
35 Pos = MAP_APPFONT ( 0 , 0 ) ;
36 Size = MAP_APPFONT ( 270 , 213 ) ;
36 Pos = MAP_APPFONT ( 0, 0 ) ;
37 Size = MAP_APPFONT ( 270, 213 ) ;
37 Sizeable = TRUE ;
38 Moveable = TRUE ;
39 Closeable = TRUE ;
40 ToolBox TBX_IMAPDLG1
41 {
42 SVLook = TRUE ;
38 Sizeable = TRUE ;
39 Moveable = TRUE ;
40 Closeable = TRUE ;
41 ToolBox TBX_IMAPDLG1
42 {
43 SVLook = TRUE ;
43 Pos = MAP_APPFONT ( 6 , 6 ) ;
44 Pos = MAP_APPFONT ( 6, 6 ) ;
44 HelpId = HID_IMAPDLG_TOOLBOX ;
45
46 ItemList =
47 {
48 ToolBoxItem
49 {
50 Identifier = TBI_APPLY ;
51 HelpId = HID_IMAPDLG_APPLY ;

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

179 HelpId = HID_IMAPDLG_PROPERTY ;
180 Text [ en-US ] = "Properties..." ;
181 };
182 };
183 };
184
185 FixedText FT_URL
186 {
45 HelpId = HID_IMAPDLG_TOOLBOX ;
46
47 ItemList =
48 {
49 ToolBoxItem
50 {
51 Identifier = TBI_APPLY ;
52 HelpId = HID_IMAPDLG_APPLY ;

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

180 HelpId = HID_IMAPDLG_PROPERTY ;
181 Text [ en-US ] = "Properties..." ;
182 };
183 };
184 };
185
186 FixedText FT_URL
187 {
187 Pos = MAP_APPFONT ( 6 , 25 ) ;
188 Size = MAP_APPFONT ( 30 , 12 ) ;
188 Pos = MAP_APPFONT ( 6, 25 ) ;
189 Size = MAP_APPFONT ( 30, 12 ) ;
189 Text [ en-US ] = "Address:" ;
190 };
191 ComboBox CBB_URL
192 {
190 Text [ en-US ] = "Address:" ;
191 };
192 ComboBox CBB_URL
193 {
193 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:CBB_URL";
194 Pos = MAP_APPFONT ( 39 , 23 ) ;
195 Size = MAP_APPFONT ( 225 , 69 ) ;
194 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:CBB_URL" ;
195 Pos = MAP_APPFONT ( 39, 23 ) ;
196 Size = MAP_APPFONT ( 225, 69 ) ;
196 TabStop = TRUE ;
197 DropDown = TRUE ;
198 AutoSize = TRUE ;
199 AutoHScroll = TRUE ;
200 };
201 FixedText FT_TEXT
202 {
197 TabStop = TRUE ;
198 DropDown = TRUE ;
199 AutoSize = TRUE ;
200 AutoHScroll = TRUE ;
201 };
202 FixedText FT_TEXT
203 {
203 Pos = MAP_APPFONT ( 6 , 43 ) ;
204 Size = MAP_APPFONT ( 30 , 12 ) ;
204 Pos = MAP_APPFONT ( 6, 43 ) ;
205 Size = MAP_APPFONT ( 30, 12 ) ;
205 Text [ en-US ] = "Text:" ;
206 };
207 Edit EDT_TEXT
208 {
206 Text [ en-US ] = "Text:" ;
207 };
208 Edit EDT_TEXT
209 {
209 HelpID = "svx:Edit:RID_SVXDLG_IMAP:EDT_TEXT";
210 HelpID = "svx:Edit:RID_SVXDLG_IMAP:EDT_TEXT" ;
210 Border = TRUE ;
211 SVLook = TRUE ;
211 Border = TRUE ;
212 SVLook = TRUE ;
212 Pos = MAP_APPFONT ( 39 , 41 ) ;
213 Size = MAP_APPFONT ( 143 , 12 ) ;
213 Pos = MAP_APPFONT ( 39, 41 ) ;
214 Size = MAP_APPFONT ( 143, 12 ) ;
214 TabStop = TRUE ;
215 Left = TRUE ;
216 };
217 Text [ en-US ] = "ImageMap Editor" ;
218
219 FixedText RID_SVXCTL_FT_TARGET
220 {
215 TabStop = TRUE ;
216 Left = TRUE ;
217 };
218 Text [ en-US ] = "ImageMap Editor" ;
219
220 FixedText RID_SVXCTL_FT_TARGET
221 {
221 Pos = MAP_APPFONT ( 188 , 43 ) ;
222 Size = MAP_APPFONT ( 22 , 12 ) ;
222 Pos = MAP_APPFONT ( 188, 43 ) ;
223 Size = MAP_APPFONT ( 22, 12 ) ;
223 Text [ en-US ] = "Frame:" ;
224 };
225 // nur temporaer
226 ComboBox RID_SVXCTL_CBB_TARGET
227 {
224 Text [ en-US ] = "Frame:" ;
225 };
226 // nur temporaer
227 ComboBox RID_SVXCTL_CBB_TARGET
228 {
228 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:RID_SVXCTL_CBB_TARGET";
229 HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:RID_SVXCTL_CBB_TARGET" ;
229 Border = TRUE ;
230 Sort = TRUE ;
230 Border = TRUE ;
231 Sort = TRUE ;
231 Pos = MAP_APPFONT ( 213 , 41 ) ;
232 Size = MAP_APPFONT ( 51 , 50 ) ;
232 Pos = MAP_APPFONT ( 213, 41 ) ;
233 Size = MAP_APPFONT ( 51, 50 ) ;
233 TabStop = TRUE ;
234 DropDown = TRUE ;
235 HScroll = TRUE ;
236 };
237
238
234 TabStop = TRUE ;
235 DropDown = TRUE ;
236 HScroll = TRUE ;
237 };
238
239
239#define IMAPDLG_IDLIST \
240 IdList = \
241 { \
242 TBI_APPLY ; \
243 TBI_OPEN ; \
244 TBI_SAVEAS ; \
245 TBI_SELECT ; \
246 TBI_RECT ; \
247 TBI_CIRCLE ; \
248 TBI_POLY ; \
249 TBI_FREEPOLY ; \
250 TBI_POLYEDIT ; \
251 TBI_POLYMOVE ; \
240#define IMAPDLG_IDLIST \
241 IdList = \
242 { \
243 TBI_APPLY ; \
244 TBI_OPEN ; \
245 TBI_SAVEAS ; \
246 TBI_SELECT ; \
247 TBI_RECT ; \
248 TBI_CIRCLE ; \
249 TBI_POLY ; \
250 TBI_FREEPOLY ; \
251 TBI_POLYEDIT ; \
252 TBI_POLYMOVE ; \
252 TBI_POLYINSERT ; \
253 TBI_POLYDELETE ; \
253 TBI_POLYINSERT ; \
254 TBI_POLYDELETE ; \
254 TBI_UNDO ; \
255 TBI_REDO ; \
256 TBI_ACTIVE ; \
257 TBI_MACRO ; \
258 TBI_PROPERTY ; \
259 }; \
260 IdCount = { 17 ; };
255 TBI_UNDO ; \
256 TBI_REDO ; \
257 TBI_ACTIVE ; \
258 TBI_MACRO ; \
259 TBI_PROPERTY ; \
260 }; \
261 IdCount = { 17 ; };
261
262 ImageList IL_IMAPDLG
263 {
262
263 ImageList IL_IMAPDLG
264 {
264 Prefix = "id";
265 Prefix = "id" ;
265 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
266 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
266 IMAPDLG_IDLIST
267 };
268 ImageList ILH_IMAPDLG
267 IMAPDLG_IDLIST
268 };
269 ImageList ILH_IMAPDLG
269 {
270 {
270 Prefix = "idh";
271 Prefix = "idh" ;
271 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
272 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
272 IMAPDLG_IDLIST
273 };
273 IMAPDLG_IDLIST
274 };
274};
275Control RID_SVXCTL_IMAP
276{
277 Border = TRUE ;
278 SVLook = TRUE ;
275};
276Control RID_SVXCTL_IMAP
277{
278 Border = TRUE ;
279 SVLook = TRUE ;
279 Pos = MAP_APPFONT ( 6 , 56 ) ;
280 Pos = MAP_APPFONT ( 6, 56 ) ;
280 HelpId = HID_IMAPDLG_GRAPHWND ;
281};
282
283/******************************************************************************/
284Menu RID_SVXMN_IMAP
285{
286 ItemList =
287 {

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

341 };
342 MenuItem
343 {
344 Identifier = MN_MARK_ALL ;
345 Text [ en-US ] = "Select ~All" ;
346 };
347 MenuItem
348 {
281 HelpId = HID_IMAPDLG_GRAPHWND ;
282};
283
284/******************************************************************************/
285Menu RID_SVXMN_IMAP
286{
287 ItemList =
288 {

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

342 };
343 MenuItem
344 {
345 Identifier = MN_MARK_ALL ;
346 Text [ en-US ] = "Select ~All" ;
347 };
348 MenuItem
349 {
349 Identifier = MN_DELETE1 ;
350 Identifier = MN_DELETE1 ;
350 Text [ en-US ] = "~Delete" ;
351 };
352 };
353};
354
355/******************************************************************************/
356
357String STR_IMAPDLG_SAVE
358{
351 Text [ en-US ] = "~Delete" ;
352 };
353 };
354};
355
356/******************************************************************************/
357
358String STR_IMAPDLG_SAVE
359{
359 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
360 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
360};
361
362String STR_IMAPDLG_MODIFY
363{
364 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
365};
361};
362
363String STR_IMAPDLG_MODIFY
364{
365 Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
366};
367
368// ********************************************************************** EOF