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