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