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