merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / cuiimapdlg.src
blobc686fce38010ef150061e2f73677dfed0ce90a78
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: imapdlg.src,v $
10  * $Revision: 1.53 $
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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "helpid.hrc"
32 #include "cuiimapdlg.hrc"
33  // pragma ----------------------------------------------------------------
35 ModalDialog RID_SVXDLG_IMAPURL
37     SVLook = TRUE ;
38     OutputSize = TRUE ;
39     Closeable = TRUE ;
40     Moveable = TRUE ;
41     Size = MAP_APPFONT ( 214 , 188 ) ;
42     Text [ en-US ] = "Properties" ;
44     FixedText FT_URL1
45     {
46         Pos = MAP_APPFONT ( 6 , 6 ) ;
47         Size = MAP_APPFONT ( 202 , 8 ) ;
48         Text [ en-US ] = "~URL" ;
49     };
50     Edit EDT_URL
51     {
52         Border = TRUE ;
53         TabStop = TRUE ;
54         Left = TRUE ;
55         Pos = MAP_APPFONT ( 6 , 17 ) ;
56         Size = MAP_APPFONT ( 202 , 12 ) ;
57     };
59     FixedText FT_TARGET
60     {
61         Pos = MAP_APPFONT ( 6 , 32 ) ;
62         Size = MAP_APPFONT ( 202 , 8 ) ;
63         Text [ en-US ] = "F~rame" ;
64     };
65     ComboBox CBB_TARGETS
66     {
67         Border = TRUE ;
68         Sort = TRUE ;
69         Pos = MAP_APPFONT ( 6 , 43 ) ;
70         Size = MAP_APPFONT ( 101 , 50 ) ;
71         TabStop = TRUE ;
72         DropDown = TRUE ;
73         HScroll = TRUE ;
74     };
75     
76     FixedText FT_NAME
77     {
78         Pos = MAP_APPFONT ( 6 , 59 ) ;
79         Size = MAP_APPFONT ( 202 , 8 ) ;
80         Text [ en-US ] = "~Name" ;
81     };
82     Edit EDT_NAME
83     {
84         Border = TRUE ;
85         TabStop = TRUE ;
86         Left = TRUE ;
87         Pos = MAP_APPFONT ( 6 , 70 ) ;
88         Size = MAP_APPFONT ( 202 , 12 ) ;
89     };
91     FixedText FT_URLDESCRIPTION
92     {
93         Pos = MAP_APPFONT ( 6 , 85 ) ;
94         Size = MAP_APPFONT ( 202 , 8 ) ;
95         Text [ en-US ] = "Alternative ~text" ;
96     };
98     Edit EDT_URLDESCRIPTION
99     {
100         Border = TRUE ;
101         TabStop = TRUE ;
102         Left = TRUE ;
103         Pos = MAP_APPFONT ( 6 , 96 ) ;
104         Size = MAP_APPFONT ( 202 , 12 ) ;
105     };
106     FixedText FT_DESCRIPTION
107     {
108         Pos = MAP_APPFONT ( 6 , 111 ) ;
109         Size = MAP_APPFONT ( 202 , 8 ) ;
110         Text [ en-US ] = "~Description" ;
111     };
113     MultiLineEdit EDT_DESCRIPTION
114     {
115         Border = TRUE ;
116         Pos = MAP_APPFONT ( 6 , 122 ) ;
117         Size = MAP_APPFONT ( 202 , 34 ) ;
118         TabStop = TRUE ;
119         IgnoreTab = TRUE;
120         VScroll = TRUE;
121     };
123     FixedLine FL_URL
124     {
125         Pos = MAP_APPFONT ( 0 , 160 ) ;
126         Size = MAP_APPFONT ( 214 , 4 ) ;
127     };
128     
129     // Buttons
130     HelpButton BTN_HELP1
131     {
132         Pos = MAP_APPFONT ( 6, 168 ) ;
133         Size = MAP_APPFONT ( 50 , 14 ) ;
134         TabStop = TRUE ;
135     };
137     OKButton BTN_OK1
138     {
139         TabStop = TRUE ;
140         DefButton = TRUE ;
141         Pos = MAP_APPFONT ( 107 , 168 ) ;
142         Size = MAP_APPFONT ( 50 , 14 ) ;
143     };
145     CancelButton BTN_CANCEL1
146     {
147         TabStop = TRUE ;
148         Pos = MAP_APPFONT ( 160 , 168 ) ;
149         Size = MAP_APPFONT ( 50 , 14 ) ;
150     };