xref: /trunk/main/sc/source/ui/miscdlgs/linkarea.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "linkarea.hrc"
29
30ModalDialog RID_SCDLG_LINKAREA
31{
32    HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA";
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Moveable = TRUE ;
36    Closeable = TRUE ;
37    Size = MAP_APPFONT ( 274 , 190 ) ;
38    OKButton BTN_OK
39    {
40        Pos = MAP_APPFONT ( 218 , 8 ) ;
41        Size = MAP_APPFONT ( 50 , 14 ) ;
42        DefButton = TRUE ;
43    };
44    CancelButton BTN_CANCEL
45    {
46        Pos = MAP_APPFONT ( 218 , 25 ) ;
47        Size = MAP_APPFONT ( 50 , 14 ) ;
48    };
49    HelpButton BTN_HELP
50    {
51        Pos = MAP_APPFONT ( 218 , 49 ) ;
52        Size = MAP_APPFONT ( 50 , 14 ) ;
53    };
54    FixedLine FL_LOCATION
55    {
56        Pos = MAP_APPFONT ( 6 , 3 ) ;
57        Size = MAP_APPFONT ( 204 , 8 ) ;
58        Text [ en-US ] = "URL of ~external data source";
59    };
60    ComboBox CB_URL
61    {
62        HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL";
63        Pos = MAP_APPFONT ( 12 , 15 ) ;
64        Size = MAP_APPFONT ( 174 , 80 ) ;
65        TabStop = TRUE ;
66        DropDown = TRUE ;
67    };
68    PushButton BTN_BROWSE
69    {
70        HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE";
71        Pos = MAP_APPFONT ( 190 , 14 ) ;
72        Size = MAP_APPFONT ( 14 , 14 ) ;
73        Text = "~..." ;
74    };
75    FixedText FT_HINT
76    {
77        Pos = MAP_APPFONT ( 12 , 31 ) ;
78        Size = MAP_APPFONT ( 192 , 26 ) ;
79        WordBreak = TRUE ;
80        Text [ en-US ] = "(Enter the URL of the source document in the local file system or Internet here.)";
81    };
82    FixedText FT_RANGES
83    {
84        Pos = MAP_APPFONT ( 6 , 62 ) ;
85        Size = MAP_APPFONT ( 198 , 8 ) ;
86        Text [ en-US ] = "~Available tables/ranges";
87    };
88    MultiListBox LB_RANGES
89    {
90        HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES";
91        SimpleMode = TRUE ;
92        Border = TRUE ;
93        Pos = MAP_APPFONT ( 12 , 74 ) ;
94        Size = MAP_APPFONT ( 192 , 80 ) ;
95        AutoHScroll = TRUE ;
96    };
97    CheckBox BTN_RELOAD
98    {
99        HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD";
100        Pos = MAP_APPFONT ( 12 , 168 ) ;
101        Size = MAP_APPFONT ( 100 , 10 ) ;
102        TabStop = TRUE ;
103        Text [ en-US ] = "~Update every";
104    };
105    NumericField NF_DELAY
106    {
107        HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY";
108        Border = TRUE ;
109        Pos = MAP_APPFONT ( 113 , 166 ) ;
110        Size = MAP_APPFONT ( 32 , 12 ) ;
111        TabStop = TRUE ;
112        Spin = TRUE ;
113        Repeat = TRUE ;
114        Minimum = 1 ;
115        Maximum = 99999 ;
116        Value = 60 ;
117    };
118    FixedText FT_SECONDS
119    {
120        Pos = MAP_APPFONT ( 149 , 168 ) ;
121        Size = MAP_APPFONT ( 59 , 8 ) ;
122        Text [ en-US ] = "seconds";
123    };
124    Text [ en-US ] = "External Data";
125};
126
127