xref: /trunk/main/sw/source/ui/chrdlg/chardlg.src (revision c27bd3456f020227b07c476f80e29b5ccd8e1dc8)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "chrdlg.hrc"
26cdf0e10cSrcweir#include "chardlg.hrc"
27cdf0e10cSrcweir#include "helpid.h"
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabDialog DLG_CHAR
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    OutputSize = TRUE ;
32cdf0e10cSrcweir    SVLook = TRUE ;
33cdf0e10cSrcweir    Text [ en-US ] = "Character" ;
34cdf0e10cSrcweir    Moveable = TRUE ;
35cdf0e10cSrcweir    TabControl 1
36cdf0e10cSrcweir    {
37cdf0e10cSrcweir        OutputSize = TRUE ;
38cdf0e10cSrcweir        PageList =
39cdf0e10cSrcweir        {
40cdf0e10cSrcweir            PageItem
41cdf0e10cSrcweir            {
42cdf0e10cSrcweir                Identifier = TP_CHAR_STD ;
43cdf0e10cSrcweir                Text [ en-US ] = "Font" ;
44cdf0e10cSrcweir                PageResID = TP_CHAR_STD ;
45cdf0e10cSrcweir            };
46cdf0e10cSrcweir            PageItem
47cdf0e10cSrcweir            {
48cdf0e10cSrcweir                Identifier = TP_CHAR_EXT ;
49cdf0e10cSrcweir                Text [ en-US ] = "Font Effects" ;
50cdf0e10cSrcweir                PageResID = TP_CHAR_EXT ;
51cdf0e10cSrcweir            };
52cdf0e10cSrcweir            PageItem
53cdf0e10cSrcweir            {
54cdf0e10cSrcweir                Identifier = TP_CHAR_POS ;
55cdf0e10cSrcweir                PageResID = TP_CHAR_POS ;
56cdf0e10cSrcweir                Text [ en-US ] = "Position" ;
57cdf0e10cSrcweir            };
58cdf0e10cSrcweir            PageItem
59cdf0e10cSrcweir            {
60cdf0e10cSrcweir                Identifier = TP_CHAR_TWOLN ;
61cdf0e10cSrcweir                PageResID = TP_CHAR_TWOLN ;
62cdf0e10cSrcweir                Text [ en-US ] = "Asian Layout" ;
63cdf0e10cSrcweir            };
64cdf0e10cSrcweir            PageItem
65cdf0e10cSrcweir            {
66cdf0e10cSrcweir                Identifier = TP_CHAR_URL ;
67cdf0e10cSrcweir                Text [ en-US ] = "Hyperlink" ;
68cdf0e10cSrcweir            };
69cdf0e10cSrcweir            PageItem
70cdf0e10cSrcweir            {
71cdf0e10cSrcweir                Identifier = TP_BACKGROUND ;
72cdf0e10cSrcweir                Text [ en-US ] = "Background" ;
73cdf0e10cSrcweir                PageResID = TP_BACKGROUND ;
74cdf0e10cSrcweir            };
75cdf0e10cSrcweir        };
76cdf0e10cSrcweir    };
77cdf0e10cSrcweir};
78cdf0e10cSrcweirTabDialog DLG_DRAWCHAR
79cdf0e10cSrcweir{
80cdf0e10cSrcweir    OutputSize = TRUE ;
81cdf0e10cSrcweir    SVLook = TRUE ;
82cdf0e10cSrcweir    Text [ en-US ] = "Font" ;
83cdf0e10cSrcweir    Moveable = TRUE ;
84cdf0e10cSrcweir    Closeable = TRUE ;
85cdf0e10cSrcweir    TabControl 1
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        OutputSize = TRUE ;
88cdf0e10cSrcweir        PageList =
89cdf0e10cSrcweir        {
90cdf0e10cSrcweir            PageItem
91cdf0e10cSrcweir            {
92cdf0e10cSrcweir                Identifier = TP_CHAR_STD ;
93cdf0e10cSrcweir                Text [ en-US ] = "Font" ;
94cdf0e10cSrcweir                PageResID = TP_CHAR_STD ;
95cdf0e10cSrcweir            };
96cdf0e10cSrcweir        };
97cdf0e10cSrcweir    };
98cdf0e10cSrcweir};
99cdf0e10cSrcweirTabPage TP_CHAR_URL
100cdf0e10cSrcweir{
101cdf0e10cSrcweir    HelpID = HID_CHAR_URL ;
102cdf0e10cSrcweir    SVLook = TRUE ;
103cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
104cdf0e10cSrcweir    Hide = TRUE ;
105cdf0e10cSrcweir    FixedLine FL_URL
106cdf0e10cSrcweir    {
107cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
108cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
109cdf0e10cSrcweir        Text [ en-US ] = "Hyperlink" ;
110cdf0e10cSrcweir    };
111cdf0e10cSrcweir    FixedText FT_URL
112cdf0e10cSrcweir    {
113cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 17 ) ;
114cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 8 ) ;
115cdf0e10cSrcweir        Text [ en-US ] = "~URL" ;
116cdf0e10cSrcweir    };
117cdf0e10cSrcweir    Edit ED_URL
118cdf0e10cSrcweir    {
119cdf0e10cSrcweir        HelpID = "sw:Edit:TP_CHAR_URL:ED_URL" ;
120cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 15 ) ;
121cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 12 ) ;
122cdf0e10cSrcweir        Border = TRUE ;
123cdf0e10cSrcweir        TabStop = TRUE ;
124cdf0e10cSrcweir    };
125cdf0e10cSrcweir    PushButton PB_URL
126cdf0e10cSrcweir    {
127cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_CHAR_URL:PB_URL" ;
128cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198, 14 ) ;
129cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
130cdf0e10cSrcweir        TabStop = TRUE ;
131cdf0e10cSrcweir        Text [ en-US ] = "~Browse..." ;
132cdf0e10cSrcweir    };
133cdf0e10cSrcweir    FixedText FT_TEXT
134cdf0e10cSrcweir    {
135cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 33 ) ;
136cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 8 ) ;
137cdf0e10cSrcweir        Text [ en-US ] = "Te~xt" ;
138cdf0e10cSrcweir    };
139cdf0e10cSrcweir    Edit ED_TEXT
140cdf0e10cSrcweir    {
141cdf0e10cSrcweir        HelpID = "sw:Edit:TP_CHAR_URL:ED_TEXT" ;
142cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 31 ) ;
143cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 12 ) ;
144cdf0e10cSrcweir        Border = TRUE ;
145cdf0e10cSrcweir        TabStop = TRUE ;
146cdf0e10cSrcweir        Group = TRUE ;
147cdf0e10cSrcweir    };
148cdf0e10cSrcweir    FixedText FT_NAME
149cdf0e10cSrcweir    {
150cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 49 ) ;
151cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 8 ) ;
152cdf0e10cSrcweir        Text [ en-US ] = "~Name" ;
153cdf0e10cSrcweir    };
154cdf0e10cSrcweir    Edit ED_NAME
155cdf0e10cSrcweir    {
156cdf0e10cSrcweir        HelpID = "sw:Edit:TP_CHAR_URL:ED_NAME" ;
157cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 47 ) ;
158cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 12 ) ;
159cdf0e10cSrcweir        Border = TRUE ;
160cdf0e10cSrcweir        TabStop = TRUE ;
161cdf0e10cSrcweir        Group = TRUE ;
162cdf0e10cSrcweir    };
163cdf0e10cSrcweir    FixedText FT_TARGET
164cdf0e10cSrcweir    {
165cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 65 ) ;
166cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 10 ) ;
167cdf0e10cSrcweir        Text [ en-US ] = "~Target frame" ;
168cdf0e10cSrcweir    };
169cdf0e10cSrcweir    ComboBox LB_TARGET
170cdf0e10cSrcweir    {
171cdf0e10cSrcweir        HelpID = "sw:ComboBox:TP_CHAR_URL:LB_TARGET" ;
172cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 63 ) ;
173cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 60 ) ;
174cdf0e10cSrcweir        TabStop = TRUE ;
175cdf0e10cSrcweir        DropDown = TRUE ;
176cdf0e10cSrcweir        Sort = TRUE ;
177cdf0e10cSrcweir        Group = TRUE ;
178cdf0e10cSrcweir    };
179cdf0e10cSrcweir    PushButton PB_EVENT
180cdf0e10cSrcweir    {
181cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_CHAR_URL:PB_EVENT" ;
182cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 79 ) ;
183cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
184cdf0e10cSrcweir        TabStop = TRUE ;
185cdf0e10cSrcweir        Text [ en-US ] = "~Events..." ;
186cdf0e10cSrcweir    };
187cdf0e10cSrcweir    FixedLine FL_STYLE
188cdf0e10cSrcweir    {
189cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 104 ) ;
190cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
191cdf0e10cSrcweir        Text [ en-US ] = "Character Styles" ;
192cdf0e10cSrcweir    };
193cdf0e10cSrcweir    FixedText FT_VISITED
194cdf0e10cSrcweir    {
195cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 116 ) ;
196cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 8 ) ;
197cdf0e10cSrcweir        Text [ en-US ] = "~Visited links" ;
198cdf0e10cSrcweir    };
199cdf0e10cSrcweir    ListBox LB_VISITED
200cdf0e10cSrcweir    {
201cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_CHAR_URL:LB_VISITED" ;
202cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 113 ) ;
203cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 60 ) ;
204cdf0e10cSrcweir        Border = TRUE ;
205cdf0e10cSrcweir        TabStop = TRUE ;
206cdf0e10cSrcweir        DropDown = TRUE ;
207cdf0e10cSrcweir        Sort = TRUE ;
208cdf0e10cSrcweir        Group = TRUE ;
209cdf0e10cSrcweir    };
210cdf0e10cSrcweir    FixedText FT_NOT_VISITED
211cdf0e10cSrcweir    {
212cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 131 ) ;
213cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 10 ) ;
214cdf0e10cSrcweir        Text [ en-US ] = "Unvisited ~links" ;
215cdf0e10cSrcweir    };
216cdf0e10cSrcweir    ListBox LB_NOT_VISITED
217cdf0e10cSrcweir    {
218cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED" ;
219cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88, 129 ) ;
220cdf0e10cSrcweir        Size = MAP_APPFONT ( 104, 60 ) ;
221cdf0e10cSrcweir        Border = TRUE ;
222cdf0e10cSrcweir        TabStop = TRUE ;
223cdf0e10cSrcweir        DropDown = TRUE ;
224cdf0e10cSrcweir        Sort = TRUE ;
225cdf0e10cSrcweir        Group = TRUE ;
226cdf0e10cSrcweir    };
227cdf0e10cSrcweir};
228cdf0e10cSrcweir
229*c27bd345Smseidel// ********************************************************************** EOF
230