1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "cuiimapdlg.hrc"
23 ModalDialog RID_SVXDLG_IMAPURL
25 HelpID = "cui:ModalDialog:RID_SVXDLG_IMAPURL";
30 Size = MAP_APPFONT ( 214 , 188 ) ;
31 Text [ en-US ] = "Properties" ;
35 Pos = MAP_APPFONT ( 6 , 6 ) ;
36 Size = MAP_APPFONT ( 202 , 8 ) ;
37 Text [ en-US ] = "~URL" ;
41 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URL";
45 Pos = MAP_APPFONT ( 6 , 17 ) ;
46 Size = MAP_APPFONT ( 202 , 12 ) ;
51 Pos = MAP_APPFONT ( 6 , 32 ) ;
52 Size = MAP_APPFONT ( 202 , 8 ) ;
53 Text [ en-US ] = "F~rame" ;
57 HelpID = "cui:ComboBox:RID_SVXDLG_IMAPURL:CBB_TARGETS";
60 Pos = MAP_APPFONT ( 6 , 43 ) ;
61 Size = MAP_APPFONT ( 101 , 50 ) ;
69 Pos = MAP_APPFONT ( 6 , 59 ) ;
70 Size = MAP_APPFONT ( 202 , 8 ) ;
71 Text [ en-US ] = "~Name" ;
75 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_NAME";
79 Pos = MAP_APPFONT ( 6 , 70 ) ;
80 Size = MAP_APPFONT ( 202 , 12 ) ;
83 FixedText FT_URLDESCRIPTION
85 Pos = MAP_APPFONT ( 6 , 85 ) ;
86 Size = MAP_APPFONT ( 202 , 8 ) ;
87 Text [ en-US ] = "Alternative ~text" ;
90 Edit EDT_URLDESCRIPTION
92 HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION";
96 Pos = MAP_APPFONT ( 6 , 96 ) ;
97 Size = MAP_APPFONT ( 202 , 12 ) ;
99 FixedText FT_DESCRIPTION
101 Pos = MAP_APPFONT ( 6 , 111 ) ;
102 Size = MAP_APPFONT ( 202 , 8 ) ;
103 Text [ en-US ] = "~Description" ;
106 MultiLineEdit EDT_DESCRIPTION
108 HelpID = "cui:MultiLineEdit:RID_SVXDLG_IMAPURL:EDT_DESCRIPTION";
110 Pos = MAP_APPFONT ( 6 , 122 ) ;
111 Size = MAP_APPFONT ( 202 , 34 ) ;
119 Pos = MAP_APPFONT ( 0 , 160 ) ;
120 Size = MAP_APPFONT ( 214 , 4 ) ;
126 Pos = MAP_APPFONT ( 6, 168 ) ;
127 Size = MAP_APPFONT ( 50 , 14 ) ;
135 Pos = MAP_APPFONT ( 107 , 168 ) ;
136 Size = MAP_APPFONT ( 50 , 14 ) ;
139 CancelButton BTN_CANCEL1
142 Pos = MAP_APPFONT ( 160 , 168 ) ;
143 Size = MAP_APPFONT ( 50 , 14 ) ;
147 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */