1*82177cdbSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*82177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*82177cdbSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*82177cdbSAndrew Rist * distributed with this work for additional information 6*82177cdbSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*82177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*82177cdbSAndrew Rist * "License"); you may not use this file except in compliance 9*82177cdbSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*82177cdbSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*82177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*82177cdbSAndrew Rist * software distributed under the License is distributed on an 15*82177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*82177cdbSAndrew Rist * KIND, either express or implied. See the License for the 17*82177cdbSAndrew Rist * specific language governing permissions and limitations 18*82177cdbSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*82177cdbSAndrew Rist *************************************************************/ 21*82177cdbSAndrew Rist 22*82177cdbSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "linkarea.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirModalDialog RID_SCDLG_LINKAREA 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA"; 29cdf0e10cSrcweir OutputSize = TRUE ; 30cdf0e10cSrcweir SVLook = TRUE ; 31cdf0e10cSrcweir Moveable = TRUE ; 32cdf0e10cSrcweir Closeable = TRUE ; 33cdf0e10cSrcweir Size = MAP_APPFONT ( 274 , 190 ) ; 34cdf0e10cSrcweir OKButton BTN_OK 35cdf0e10cSrcweir { 36cdf0e10cSrcweir Pos = MAP_APPFONT ( 218 , 8 ) ; 37cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 38cdf0e10cSrcweir DefButton = TRUE ; 39cdf0e10cSrcweir }; 40cdf0e10cSrcweir CancelButton BTN_CANCEL 41cdf0e10cSrcweir { 42cdf0e10cSrcweir Pos = MAP_APPFONT ( 218 , 25 ) ; 43cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 44cdf0e10cSrcweir }; 45cdf0e10cSrcweir HelpButton BTN_HELP 46cdf0e10cSrcweir { 47cdf0e10cSrcweir Pos = MAP_APPFONT ( 218 , 49 ) ; 48cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir FixedLine FL_LOCATION 51cdf0e10cSrcweir { 52cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 53cdf0e10cSrcweir Size = MAP_APPFONT ( 204 , 8 ) ; 54cdf0e10cSrcweir Text [ en-US ] = "URL of ~external data source"; 55cdf0e10cSrcweir }; 56cdf0e10cSrcweir ComboBox CB_URL 57cdf0e10cSrcweir { 58cdf0e10cSrcweir HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL"; 59cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 15 ) ; 60cdf0e10cSrcweir Size = MAP_APPFONT ( 174 , 80 ) ; 61cdf0e10cSrcweir TabStop = TRUE ; 62cdf0e10cSrcweir DropDown = TRUE ; 63cdf0e10cSrcweir }; 64cdf0e10cSrcweir PushButton BTN_BROWSE 65cdf0e10cSrcweir { 66cdf0e10cSrcweir HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE"; 67cdf0e10cSrcweir Pos = MAP_APPFONT ( 190 , 14 ) ; 68cdf0e10cSrcweir Size = MAP_APPFONT ( 14 , 14 ) ; 69cdf0e10cSrcweir Text = "~..." ; 70cdf0e10cSrcweir }; 71cdf0e10cSrcweir FixedText FT_HINT 72cdf0e10cSrcweir { 73cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 31 ) ; 74cdf0e10cSrcweir Size = MAP_APPFONT ( 192 , 26 ) ; 75cdf0e10cSrcweir WordBreak = TRUE ; 76cdf0e10cSrcweir Text [ en-US ] = "(Enter the URL of the source document in the local file system or Internet here.)"; 77cdf0e10cSrcweir }; 78cdf0e10cSrcweir FixedText FT_RANGES 79cdf0e10cSrcweir { 80cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 62 ) ; 81cdf0e10cSrcweir Size = MAP_APPFONT ( 198 , 8 ) ; 82cdf0e10cSrcweir Text [ en-US ] = "~Available tables/ranges"; 83cdf0e10cSrcweir }; 84cdf0e10cSrcweir MultiListBox LB_RANGES 85cdf0e10cSrcweir { 86cdf0e10cSrcweir HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES"; 87cdf0e10cSrcweir SimpleMode = TRUE ; 88cdf0e10cSrcweir Border = TRUE ; 89cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 74 ) ; 90cdf0e10cSrcweir Size = MAP_APPFONT ( 192 , 80 ) ; 91cdf0e10cSrcweir AutoHScroll = TRUE ; 92cdf0e10cSrcweir }; 93cdf0e10cSrcweir CheckBox BTN_RELOAD 94cdf0e10cSrcweir { 95cdf0e10cSrcweir HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD"; 96cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 168 ) ; 97cdf0e10cSrcweir Size = MAP_APPFONT ( 100 , 10 ) ; 98cdf0e10cSrcweir TabStop = TRUE ; 99cdf0e10cSrcweir Text [ en-US ] = "~Update every"; 100cdf0e10cSrcweir }; 101cdf0e10cSrcweir NumericField NF_DELAY 102cdf0e10cSrcweir { 103cdf0e10cSrcweir HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY"; 104cdf0e10cSrcweir Border = TRUE ; 105cdf0e10cSrcweir Pos = MAP_APPFONT ( 113 , 166 ) ; 106cdf0e10cSrcweir Size = MAP_APPFONT ( 32 , 12 ) ; 107cdf0e10cSrcweir TabStop = TRUE ; 108cdf0e10cSrcweir Spin = TRUE ; 109cdf0e10cSrcweir Repeat = TRUE ; 110cdf0e10cSrcweir Minimum = 1 ; 111cdf0e10cSrcweir Maximum = 99999 ; 112cdf0e10cSrcweir Value = 60 ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir FixedText FT_SECONDS 115cdf0e10cSrcweir { 116cdf0e10cSrcweir Pos = MAP_APPFONT ( 149 , 168 ) ; 117cdf0e10cSrcweir Size = MAP_APPFONT ( 59 , 8 ) ; 118cdf0e10cSrcweir Text [ en-US ] = "seconds"; 119cdf0e10cSrcweir }; 120cdf0e10cSrcweir Text [ en-US ] = "External Data"; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweir 123