xref: /aoo41x/main/sw/source/ui/dialog/ascfldlg.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir#include "dialog.hrc"
24cdf0e10cSrcweir#include "helpid.h"
25cdf0e10cSrcweir#include "ascfldlg.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog DLG_ASCII_FILTER
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	HelpID = HID_ASCII_FILTER ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
32cdf0e10cSrcweir    Size = MAP_APPFONT ( 239 , 80 ) ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir    FixedLine FL_1
35cdf0e10cSrcweir	{
36cdf0e10cSrcweir		OutputSize = TRUE ;
37cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
38cdf0e10cSrcweir        Size = MAP_APPFONT ( 170 , 8 ) ;
39cdf0e10cSrcweir		Text [ en-US ] = "Properties";
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	FixedText FT_CHARSET
42cdf0e10cSrcweir	{
43cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 15 ) ;
44cdf0e10cSrcweir        Size = MAP_APPFONT ( 66 , 10 ) ;
45cdf0e10cSrcweir		Text [ en-US ] = "~Character set";
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	ListBox LB_CHARSET
48cdf0e10cSrcweir	{
49cdf0e10cSrcweir	    HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_CHARSET";
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( 80 , 14 ) ;
51cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 61 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir		DropDown = TRUE ;
54cdf0e10cSrcweir		Sort = TRUE ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	FixedText FT_FONT
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 31 ) ;
59cdf0e10cSrcweir        Size = MAP_APPFONT ( 66 , 10 ) ;
60cdf0e10cSrcweir		Text [ en-US ] = "Default fonts";
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	ListBox LB_FONT
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir	    HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_FONT";
65cdf0e10cSrcweir		Pos = MAP_APPFONT ( 80 , 30 ) ;
66cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 61 ) ;
67cdf0e10cSrcweir		TabStop = TRUE ;
68cdf0e10cSrcweir		DropDown = TRUE ;
69cdf0e10cSrcweir		Sort = TRUE ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	FixedText FT_LANGUAGE
72cdf0e10cSrcweir	{
73cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 47 ) ;
74cdf0e10cSrcweir        Size = MAP_APPFONT ( 66 , 10 ) ;
75cdf0e10cSrcweir		Text [ en-US ] = "Lan~guage";
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	ListBox LB_LANGUAGE
78cdf0e10cSrcweir	{
79cdf0e10cSrcweir	    HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_LANGUAGE";
80cdf0e10cSrcweir        Pos = MAP_APPFONT ( 80 , 46 ) ;
81cdf0e10cSrcweir        Size = MAP_APPFONT ( 90 , 61 ) ;
82cdf0e10cSrcweir		TabStop = TRUE ;
83cdf0e10cSrcweir		DropDown = TRUE ;
84cdf0e10cSrcweir		Sort = TRUE ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	FixedText FT_CRLF
87cdf0e10cSrcweir	{
88cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 64 ) ;
89cdf0e10cSrcweir        Size = MAP_APPFONT ( 66 , 8 ) ;
90cdf0e10cSrcweir		Text [ en-US ] = "~Paragraph break";
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	RadioButton RB_CRLF
93cdf0e10cSrcweir	{
94cdf0e10cSrcweir	    HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CRLF";
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 80 , 64 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 10 ) ;
97cdf0e10cSrcweir		TabStop = TRUE ;
98cdf0e10cSrcweir		Check = TRUE;
99cdf0e10cSrcweir		Text [ en-US ] = "~CR & LF";
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	RadioButton RB_CR
102cdf0e10cSrcweir	{
103cdf0e10cSrcweir	    HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CR";
104cdf0e10cSrcweir        Pos = MAP_APPFONT ( 121 , 64 ) ;
105cdf0e10cSrcweir        Size = MAP_APPFONT ( 20 , 10 ) ;
106cdf0e10cSrcweir//        TabStop = TRUE ;
107cdf0e10cSrcweir		Text [ en-US ] = "C~R";
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	RadioButton RB_LF
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir	    HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_LF";
112cdf0e10cSrcweir        Pos = MAP_APPFONT ( 155 , 64 ) ;
113cdf0e10cSrcweir        Size = MAP_APPFONT ( 20 , 10 ) ;
114cdf0e10cSrcweir//        TabStop = TRUE ;
115cdf0e10cSrcweir		Text [ en-US ] = "~LF";
116cdf0e10cSrcweir	};
117cdf0e10cSrcweir
118cdf0e10cSrcweir	OKButton PB_OK
119cdf0e10cSrcweir	{
120cdf0e10cSrcweir        Pos = MAP_APPFONT ( 183 , 6 ) ;
121cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
122cdf0e10cSrcweir		TabStop = TRUE ;
123cdf0e10cSrcweir		DefButton = TRUE ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir	CancelButton PB_CANCEL
126cdf0e10cSrcweir	{
127cdf0e10cSrcweir        Pos = MAP_APPFONT ( 183 , 23 ) ;
128cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
129cdf0e10cSrcweir		TabStop = TRUE ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir	HelpButton PB_HELP
132cdf0e10cSrcweir	{
133cdf0e10cSrcweir        Pos = MAP_APPFONT ( 183 , 43 ) ;
134cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
135cdf0e10cSrcweir		TabStop = TRUE ;
136cdf0e10cSrcweir	};
137cdf0e10cSrcweir	String STR_SYS_CHARSET
138cdf0e10cSrcweir	{
139cdf0e10cSrcweir		Text [ en-US ] = "System";
140cdf0e10cSrcweir	};
141cdf0e10cSrcweir	Text [ en-US ] = "ASCII Filter Options";
142cdf0e10cSrcweir};
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169cdf0e10cSrcweir
170cdf0e10cSrcweir
171cdf0e10cSrcweir
172cdf0e10cSrcweir
173cdf0e10cSrcweir
174cdf0e10cSrcweir
175cdf0e10cSrcweir
176cdf0e10cSrcweir
177cdf0e10cSrcweir
178cdf0e10cSrcweir
179cdf0e10cSrcweir
180