xref: /trunk/main/cui/source/dialogs/cuiimapdlg.src (revision 70b0bb28)
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
24// include ---------------------------------------------------------------
25#include "helpid.hrc"
26#include "cuiimapdlg.hrc"
27// pragma ----------------------------------------------------------------
28
29ModalDialog RID_SVXDLG_IMAPURL
30{
31	HelpID = "cui:ModalDialog:RID_SVXDLG_IMAPURL" ;
32	SVLook = TRUE ;
33	OutputSize = TRUE ;
34	Closeable = TRUE ;
35	Moveable = TRUE ;
36	Size = MAP_APPFONT ( 214, 188 ) ;
37	Text [ en-US ] = "Properties" ;
38
39	FixedText FT_URL1
40	{
41		Pos = MAP_APPFONT ( 6, 6 ) ;
42		Size = MAP_APPFONT ( 202, 8 ) ;
43		Text [ en-US ] = "~URL" ;
44	};
45	Edit EDT_URL
46	{
47		HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URL" ;
48		Border = TRUE ;
49		TabStop = TRUE ;
50		Left = TRUE ;
51		Pos = MAP_APPFONT ( 6, 17 ) ;
52		Size = MAP_APPFONT ( 202, 12 ) ;
53	};
54
55	FixedText FT_TARGET
56	{
57		Pos = MAP_APPFONT ( 6, 32 ) ;
58		Size = MAP_APPFONT ( 202, 8 ) ;
59		Text [ en-US ] = "F~rame" ;
60	};
61	ComboBox CBB_TARGETS
62	{
63		HelpID = "cui:ComboBox:RID_SVXDLG_IMAPURL:CBB_TARGETS" ;
64		Border = TRUE ;
65		Sort = TRUE ;
66		Pos = MAP_APPFONT ( 6, 43 ) ;
67		Size = MAP_APPFONT ( 101, 50 ) ;
68		TabStop = TRUE ;
69		DropDown = TRUE ;
70		HScroll = TRUE ;
71	};
72
73	FixedText FT_NAME
74	{
75		Pos = MAP_APPFONT ( 6, 59 ) ;
76		Size = MAP_APPFONT ( 202, 8 ) ;
77		Text [ en-US ] = "~Name" ;
78	};
79	Edit EDT_NAME
80	{
81		HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_NAME" ;
82		Border = TRUE ;
83		TabStop = TRUE ;
84		Left = TRUE ;
85		Pos = MAP_APPFONT ( 6, 70 ) ;
86		Size = MAP_APPFONT ( 202, 12 ) ;
87	};
88
89	FixedText FT_URLDESCRIPTION
90	{
91		Pos = MAP_APPFONT ( 6, 85 ) ;
92		Size = MAP_APPFONT ( 202, 8 ) ;
93		Text [ en-US ] = "Alternative ~text" ;
94	};
95
96	Edit EDT_URLDESCRIPTION
97	{
98		HelpID = "cui:Edit:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION" ;
99		Border = TRUE ;
100		TabStop = TRUE ;
101		Left = TRUE ;
102		Pos = MAP_APPFONT ( 6, 96 ) ;
103		Size = MAP_APPFONT ( 202, 12 ) ;
104	};
105	FixedText FT_DESCRIPTION
106	{
107		Pos = MAP_APPFONT ( 6, 111 ) ;
108		Size = MAP_APPFONT ( 202, 8 ) ;
109		Text [ en-US ] = "~Description" ;
110	};
111
112	MultiLineEdit EDT_DESCRIPTION
113	{
114		HelpID = "cui:MultiLineEdit:RID_SVXDLG_IMAPURL:EDT_DESCRIPTION" ;
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	};
122
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	};
136
137	OKButton BTN_OK1
138	{
139		TabStop = TRUE ;
140		DefButton = TRUE ;
141		Pos = MAP_APPFONT ( 107, 168 ) ;
142		Size = MAP_APPFONT ( 50, 14 ) ;
143	};
144
145	CancelButton BTN_CANCEL1
146	{
147		TabStop = TRUE ;
148		Pos = MAP_APPFONT ( 160, 168 ) ;
149		Size = MAP_APPFONT ( 50, 14 ) ;
150	};
151};
152
153// ********************************************************************** EOF
154