sync master with lastest vba changes
[ooovba.git] / sc / source / ui / miscdlgs / linkarea.src
blobfdc9a983875c4896bdd0c2ff1fcab169ef4e99c1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: linkarea.src,v $
10  * $Revision: 1.32 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "linkarea.hrc"
33 ModalDialog RID_SCDLG_LINKAREA
35         OutputSize = TRUE ;
36         SVLook = TRUE ;
37         Moveable = TRUE ;
38         Closeable = TRUE ;
39         Size = MAP_APPFONT ( 274 , 190 ) ;
40         OKButton BTN_OK
41         {
42                 Pos = MAP_APPFONT ( 218 , 8 ) ;
43                 Size = MAP_APPFONT ( 50 , 14 ) ;
44                 DefButton = TRUE ;
45         };
46         CancelButton BTN_CANCEL
47         {
48                 Pos = MAP_APPFONT ( 218 , 25 ) ;
49                 Size = MAP_APPFONT ( 50 , 14 ) ;
50         };
51         HelpButton BTN_HELP
52         {
53                 Pos = MAP_APPFONT ( 218 , 49 ) ;
54                 Size = MAP_APPFONT ( 50 , 14 ) ;
55         };
56         FixedLine FL_LOCATION
57         {
58                 Pos = MAP_APPFONT ( 6 , 3 ) ;
59                 Size = MAP_APPFONT ( 204 , 8 ) ;
60                 Text [ en-US ] = "URL of ~external data source";
61         };
62         ComboBox CB_URL
63         {
64                 Pos = MAP_APPFONT ( 12 , 15 ) ;
65                 Size = MAP_APPFONT ( 174 , 80 ) ;
66                 TabStop = TRUE ;
67                 DropDown = TRUE ;
68         };
69         PushButton BTN_BROWSE
70         {
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                 SimpleMode = TRUE ;
91                 Border = TRUE ;
92                 Pos = MAP_APPFONT ( 12 , 74 ) ;
93         Size = MAP_APPFONT ( 192 , 80 ) ;
94                 AutoHScroll = TRUE ;
95         };
96         CheckBox BTN_RELOAD
97         {
98                 Pos = MAP_APPFONT ( 12 , 168 ) ;
99                 Size = MAP_APPFONT ( 100 , 10 ) ;
100                 TabStop = TRUE ;
101                 Text [ en-US ] = "~Update every";
102         };
103         NumericField NF_DELAY
104         {
105                 Border = TRUE ;
106                 Pos = MAP_APPFONT ( 113 , 166 ) ;
107                 Size = MAP_APPFONT ( 32 , 12 ) ;
108                 TabStop = TRUE ;
109                 Spin = TRUE ;
110                 Repeat = TRUE ;
111                 Minimum = 1 ;
112                 Maximum = 99999 ;
113                 Value = 60 ;
114         };
115         FixedText FT_SECONDS
116         {
117                 Pos = MAP_APPFONT ( 149 , 168 ) ;
118                 Size = MAP_APPFONT ( 59 , 8 ) ;
119                 Text [ en-US ] = "seconds";
120         };
121         Text [ en-US ] = "External Data";