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