update credits
[LibreOffice.git] / cui / source / dialogs / cuiimapdlg.src
blob660077e0a9755fa1d8a8394dbf96200ba49226cf
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include "cuiimapdlg.hrc"
23 ModalDialog RID_SVXDLG_IMAPURL
25     HelpID = "cui:ModalDialog:RID_SVXDLG_IMAPURL";
26     SVLook = TRUE ;
27     OutputSize = TRUE ;
28     Closeable = TRUE ;
29     Moveable = TRUE ;
30     Size = MAP_APPFONT ( 214 , 188 ) ;
31     Text [ en-US ] = "Properties" ;
33     FixedText FT_URL1
34     {
35         Pos = MAP_APPFONT ( 6 , 6 ) ;
36         Size = MAP_APPFONT ( 202 , 8 ) ;
37         Text [ en-US ] = "~URL" ;
38     };
39     Edit EDT_URL
40     {
41         HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URL";
42         Border = TRUE ;
43         TabStop = TRUE ;
44         Left = TRUE ;
45         Pos = MAP_APPFONT ( 6 , 17 ) ;
46         Size = MAP_APPFONT ( 202 , 12 ) ;
47     };
49     FixedText FT_TARGET
50     {
51         Pos = MAP_APPFONT ( 6 , 32 ) ;
52         Size = MAP_APPFONT ( 202 , 8 ) ;
53         Text [ en-US ] = "F~rame" ;
54     };
55     ComboBox CBB_TARGETS
56     {
57         HelpID = "cui:ComboBox:RID_SVXDLG_IMAPURL:CBB_TARGETS";
58         Border = TRUE ;
59         Sort = TRUE ;
60         Pos = MAP_APPFONT ( 6 , 43 ) ;
61         Size = MAP_APPFONT ( 101 , 50 ) ;
62         TabStop = TRUE ;
63         DropDown = TRUE ;
64         HScroll = TRUE ;
65     };
67     FixedText FT_NAME
68     {
69         Pos = MAP_APPFONT ( 6 , 59 ) ;
70         Size = MAP_APPFONT ( 202 , 8 ) ;
71         Text [ en-US ] = "~Name" ;
72     };
73     Edit EDT_NAME
74     {
75         HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_NAME";
76         Border = TRUE ;
77         TabStop = TRUE ;
78         Left = TRUE ;
79         Pos = MAP_APPFONT ( 6 , 70 ) ;
80         Size = MAP_APPFONT ( 202 , 12 ) ;
81     };
83     FixedText FT_URLDESCRIPTION
84     {
85         Pos = MAP_APPFONT ( 6 , 85 ) ;
86         Size = MAP_APPFONT ( 202 , 8 ) ;
87         Text [ en-US ] = "Alternative ~text" ;
88     };
90     Edit EDT_URLDESCRIPTION
91     {
92         HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION";
93         Border = TRUE ;
94         TabStop = TRUE ;
95         Left = TRUE ;
96         Pos = MAP_APPFONT ( 6 , 96 ) ;
97         Size = MAP_APPFONT ( 202 , 12 ) ;
98     };
99     FixedText FT_DESCRIPTION
100     {
101         Pos = MAP_APPFONT ( 6 , 111 ) ;
102         Size = MAP_APPFONT ( 202 , 8 ) ;
103         Text [ en-US ] = "~Description" ;
104     };
106     MultiLineEdit EDT_DESCRIPTION
107     {
108         HelpID = "cui:MultiLineEdit:RID_SVXDLG_IMAPURL:EDT_DESCRIPTION";
109         Border = TRUE ;
110         Pos = MAP_APPFONT ( 6 , 122 ) ;
111         Size = MAP_APPFONT ( 202 , 34 ) ;
112         TabStop = TRUE ;
113         IgnoreTab = TRUE;
114         VScroll = TRUE;
115     };
117     FixedLine FL_URL
118     {
119         Pos = MAP_APPFONT ( 0 , 160 ) ;
120         Size = MAP_APPFONT ( 214 , 4 ) ;
121     };
123     // Buttons
124     HelpButton BTN_HELP1
125     {
126         Pos = MAP_APPFONT ( 6, 168 ) ;
127         Size = MAP_APPFONT ( 50 , 14 ) ;
128         TabStop = TRUE ;
129     };
131     OKButton BTN_OK1
132     {
133         TabStop = TRUE ;
134         DefButton = TRUE ;
135         Pos = MAP_APPFONT ( 107 , 168 ) ;
136         Size = MAP_APPFONT ( 50 , 14 ) ;
137     };
139     CancelButton BTN_CANCEL1
140     {
141         TabStop = TRUE ;
142         Pos = MAP_APPFONT ( 160 , 168 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144     };
147 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */