xref: /aoo4110/main/cui/source/dialogs/cuiimapdlg.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
24#include "helpid.hrc"
25#include "cuiimapdlg.hrc"
26 // pragma ----------------------------------------------------------------
27
28ModalDialog RID_SVXDLG_IMAPURL
29{
30    HelpID = "cui:ModalDialog:RID_SVXDLG_IMAPURL";
31	SVLook = TRUE ;
32	OutputSize = TRUE ;
33	Closeable = TRUE ;
34	Moveable = TRUE ;
35    Size = MAP_APPFONT ( 214 , 188 ) ;
36	Text [ en-US ] = "Properties" ;
37
38	FixedText FT_URL1
39	{
40        Pos = MAP_APPFONT ( 6 , 6 ) ;
41        Size = MAP_APPFONT ( 202 , 8 ) ;
42        Text [ en-US ] = "~URL" ;
43	};
44	Edit EDT_URL
45	{
46	    HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URL";
47		Border = TRUE ;
48		TabStop = TRUE ;
49		Left = TRUE ;
50        Pos = MAP_APPFONT ( 6 , 17 ) ;
51        Size = MAP_APPFONT ( 202 , 12 ) ;
52	};
53
54	FixedText FT_TARGET
55	{
56        Pos = MAP_APPFONT ( 6 , 32 ) ;
57        Size = MAP_APPFONT ( 202 , 8 ) ;
58        Text [ en-US ] = "F~rame" ;
59	};
60	ComboBox CBB_TARGETS
61	{
62	    HelpID = "cui:ComboBox:RID_SVXDLG_IMAPURL:CBB_TARGETS";
63		Border = TRUE ;
64		Sort = TRUE ;
65        Pos = MAP_APPFONT ( 6 , 43 ) ;
66        Size = MAP_APPFONT ( 101 , 50 ) ;
67		TabStop = TRUE ;
68		DropDown = TRUE ;
69		HScroll = TRUE ;
70	};
71
72	FixedText FT_NAME
73	{
74        Pos = MAP_APPFONT ( 6 , 59 ) ;
75        Size = MAP_APPFONT ( 202 , 8 ) ;
76        Text [ en-US ] = "~Name" ;
77	};
78	Edit EDT_NAME
79	{
80	    HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_NAME";
81		Border = TRUE ;
82		TabStop = TRUE ;
83		Left = TRUE ;
84        Pos = MAP_APPFONT ( 6 , 70 ) ;
85        Size = MAP_APPFONT ( 202 , 12 ) ;
86	};
87
88	FixedText FT_URLDESCRIPTION
89	{
90        Pos = MAP_APPFONT ( 6 , 85 ) ;
91        Size = MAP_APPFONT ( 202 , 8 ) ;
92        Text [ en-US ] = "Alternative ~text" ;
93	};
94
95	Edit EDT_URLDESCRIPTION
96	{
97	    HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION";
98		Border = TRUE ;
99		TabStop = TRUE ;
100		Left = TRUE ;
101        Pos = MAP_APPFONT ( 6 , 96 ) ;
102        Size = MAP_APPFONT ( 202 , 12 ) ;
103	};
104	FixedText FT_DESCRIPTION
105	{
106        Pos = MAP_APPFONT ( 6 , 111 ) ;
107        Size = MAP_APPFONT ( 202 , 8 ) ;
108		Text [ en-US ] = "~Description" ;
109	};
110
111	MultiLineEdit EDT_DESCRIPTION
112	{
113	    HelpID = "cui:MultiLineEdit:RID_SVXDLG_IMAPURL:EDT_DESCRIPTION";
114		Border = TRUE ;
115        Pos = MAP_APPFONT ( 6 , 122 ) ;
116		Size = MAP_APPFONT ( 202 , 34 ) ;
117		TabStop = TRUE ;
118        IgnoreTab = TRUE;
119        VScroll = TRUE;
120	};
121
122    FixedLine FL_URL
123	{
124        Pos = MAP_APPFONT ( 0 , 160 ) ;
125        Size = MAP_APPFONT ( 214 , 4 ) ;
126	};
127
128	// Buttons
129	HelpButton BTN_HELP1
130	{
131		Pos = MAP_APPFONT ( 6, 168 ) ;
132		Size = MAP_APPFONT ( 50 , 14 ) ;
133		TabStop = TRUE ;
134	};
135
136	OKButton BTN_OK1
137	{
138		TabStop = TRUE ;
139		DefButton = TRUE ;
140		Pos = MAP_APPFONT ( 107 , 168 ) ;
141		Size = MAP_APPFONT ( 50 , 14 ) ;
142	};
143
144    CancelButton BTN_CANCEL1
145	{
146		TabStop = TRUE ;
147		Pos = MAP_APPFONT ( 160 , 168 ) ;
148		Size = MAP_APPFONT ( 50 , 14 ) ;
149	};
150};
151