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#include "linkarea.hrc" 23 24ModalDialog RID_SCDLG_LINKAREA 25{ 26 HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA" ; 27 OutputSize = TRUE ; 28 SVLook = TRUE ; 29 Moveable = TRUE ; 30 Closeable = TRUE ; 31 Size = MAP_APPFONT ( 274, 190 ) ; 32 OKButton BTN_OK 33 { 34 Pos = MAP_APPFONT ( 218, 8 ) ; 35 Size = MAP_APPFONT ( 50, 14 ) ; 36 DefButton = TRUE ; 37 }; 38 CancelButton BTN_CANCEL 39 { 40 Pos = MAP_APPFONT ( 218, 25 ) ; 41 Size = MAP_APPFONT ( 50, 14 ) ; 42 }; 43 HelpButton BTN_HELP 44 { 45 Pos = MAP_APPFONT ( 218, 49 ) ; 46 Size = MAP_APPFONT ( 50, 14 ) ; 47 }; 48 FixedLine FL_LOCATION 49 { 50 Pos = MAP_APPFONT ( 6, 3 ) ; 51 Size = MAP_APPFONT ( 204, 8 ) ; 52 Text [ en-US ] = "URL of ~external data source" ; 53 }; 54 ComboBox CB_URL 55 { 56 HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL" ; 57 Pos = MAP_APPFONT ( 12, 15 ) ; 58 Size = MAP_APPFONT ( 174, 80 ) ; 59 TabStop = TRUE ; 60 DropDown = TRUE ; 61 }; 62 PushButton BTN_BROWSE 63 { 64 HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE" ; 65 Pos = MAP_APPFONT ( 190, 14 ) ; 66 Size = MAP_APPFONT ( 14, 14 ) ; 67 Text = "~..." ; 68 }; 69 FixedText FT_HINT 70 { 71 Pos = MAP_APPFONT ( 12, 31 ) ; 72 Size = MAP_APPFONT ( 192, 26 ) ; 73 WordBreak = TRUE ; 74 Text [ en-US ] = "(Enter the URL of the source document in the local file system or Internet here.)" ; 75 }; 76 FixedText FT_RANGES 77 { 78 Pos = MAP_APPFONT ( 6, 62 ) ; 79 Size = MAP_APPFONT ( 198, 8 ) ; 80 Text [ en-US ] = "~Available tables/ranges" ; 81 }; 82 MultiListBox LB_RANGES 83 { 84 HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES" ; 85 SimpleMode = TRUE ; 86 Border = TRUE ; 87 Pos = MAP_APPFONT ( 12, 74 ) ; 88 Size = MAP_APPFONT ( 192, 80 ) ; 89 AutoHScroll = TRUE ; 90 }; 91 CheckBox BTN_RELOAD 92 { 93 HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD" ; 94 Pos = MAP_APPFONT ( 12, 168 ) ; 95 Size = MAP_APPFONT ( 100, 10 ) ; 96 TabStop = TRUE ; 97 Text [ en-US ] = "~Update every" ; 98 }; 99 NumericField NF_DELAY 100 { 101 HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY" ; 102 Border = TRUE ; 103 Pos = MAP_APPFONT ( 113, 166 ) ; 104 Size = MAP_APPFONT ( 32, 12 ) ; 105 TabStop = TRUE ; 106 Spin = TRUE ; 107 Repeat = TRUE ; 108 Minimum = 1 ; 109 Maximum = 99999 ; 110 Value = 60 ; 111 }; 112 FixedText FT_SECONDS 113 { 114 Pos = MAP_APPFONT ( 149, 168 ) ; 115 Size = MAP_APPFONT ( 59, 8 ) ; 116 Text [ en-US ] = "seconds" ; 117 }; 118 Text [ en-US ] = "External Data" ; 119}; 120 121// ********************************************************************** EOF 122