xref: /aoo42x/main/cui/source/dialogs/hlmarkwn.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <cuires.hrc>
29#include "helpid.hrc"
30#include "hlmarkwn.hrc"
31
32ModalDialog RID_SVXFLOAT_HYPERLINK_MARKWND
33{
34	HelpID = HID_HYPERLINK_MARKWND;
35	OutputSize = TRUE ;
36	Moveable = TRUE ;
37	Closeable = TRUE ;//?????
38	Sizeable = FALSE ;
39	Border = TRUE ;
40	Hide = TRUE ;
41	SVLook = TRUE ;
42	Size = MAP_APPFONT ( 109 , 185 ) ;
43	Text [ en-US ] = "Target in Document" ;
44	PushButton BT_APPLY
45	{
46		HelpId = HID_HYPERLINK_MARKWND_APPLY;
47		Pos = MAP_APPFONT ( 3 , 168 ) ;
48		Size = MAP_APPFONT ( 50 , 14 ) ;
49		TabStop = TRUE ;
50		DefButton = TRUE ;
51		Text [ en-US ] = "Apply" ;
52	};
53	PushButton BT_CLOSE
54	{
55		HelpId = HID_HYPERLINK_MARKWND_CLOSE;
56		Pos = MAP_APPFONT ( 56 , 168 ) ;
57		Size = MAP_APPFONT ( 50 , 14 ) ;
58		Text [ en-US ] = "Close" ;
59	};
60	Control TLB_MARK
61	{
62		HelpId = HID_HYPERLINK_MARKWND_TREE;
63		Border = TRUE ;
64		Pos = MAP_APPFONT ( 3 , 3 ) ;
65		Size = MAP_APPFONT ( 103 , 162 ) ;
66		TabStop = TRUE ;
67	};
68};
69
70String RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES
71{
72	Text [ en-US ] = "Targets do not exist in the document." ;
73};
74
75String RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN
76{
77	Text [ en-US ] = "Couldn't open the document." ;
78};
79
80String STR_MARK_TREE
81{
82	Text [ en-US ] = "Mark Tree" ;
83};
84
85