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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 22 23 24#include <cuires.hrc> 25#include "helpid.hrc" 26#include "hlmarkwn.hrc" 27 28ModalDialog RID_SVXFLOAT_HYPERLINK_MARKWND 29{ 30 HelpID = HID_HYPERLINK_MARKWND; 31 OutputSize = TRUE ; 32 Moveable = TRUE ; 33 Closeable = TRUE ;//????? 34 Sizeable = FALSE ; 35 Border = TRUE ; 36 Hide = TRUE ; 37 SVLook = TRUE ; 38 Size = MAP_APPFONT ( 109 , 185 ) ; 39 Text [ en-US ] = "Target in Document" ; 40 PushButton BT_APPLY 41 { 42 HelpId = HID_HYPERLINK_MARKWND_APPLY; 43 Pos = MAP_APPFONT ( 3 , 168 ) ; 44 Size = MAP_APPFONT ( 50 , 14 ) ; 45 TabStop = TRUE ; 46 DefButton = TRUE ; 47 Text [ en-US ] = "Apply" ; 48 }; 49 PushButton BT_CLOSE 50 { 51 HelpId = HID_HYPERLINK_MARKWND_CLOSE; 52 Pos = MAP_APPFONT ( 56 , 168 ) ; 53 Size = MAP_APPFONT ( 50 , 14 ) ; 54 Text [ en-US ] = "Close" ; 55 }; 56 Control TLB_MARK 57 { 58 HelpId = HID_HYPERLINK_MARKWND_TREE; 59 Border = TRUE ; 60 Pos = MAP_APPFONT ( 3 , 3 ) ; 61 Size = MAP_APPFONT ( 103 , 162 ) ; 62 TabStop = TRUE ; 63 }; 64}; 65 66String RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES 67{ 68 Text [ en-US ] = "Targets do not exist in the document." ; 69}; 70 71String RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN 72{ 73 Text [ en-US ] = "Couldn't open the document." ; 74}; 75 76String STR_MARK_TREE 77{ 78 Text [ en-US ] = "Mark Tree" ; 79}; 80 81