xref: /aoo42x/main/sw/source/ui/dialog/ascfldlg.src (revision dca10f3b)
18660f102SAndrew Rist/**************************************************************
2*dca10f3bSmseidel *
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
10*dca10f3bSmseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*dca10f3bSmseidel *
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.
19*dca10f3bSmseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23*dca10f3bSmseidel
24cdf0e10cSrcweir#include "dialog.hrc"
25cdf0e10cSrcweir#include "helpid.h"
26cdf0e10cSrcweir#include "ascfldlg.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweirModalDialog DLG_ASCII_FILTER
29cdf0e10cSrcweir{
30cdf0e10cSrcweir	HelpID = HID_ASCII_FILTER ;
31cdf0e10cSrcweir	OutputSize = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33*dca10f3bSmseidel	Size = MAP_APPFONT ( 239, 80 ) ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35*dca10f3bSmseidel	FixedLine FL_1
36cdf0e10cSrcweir	{
37cdf0e10cSrcweir		OutputSize = TRUE ;
38*dca10f3bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
39*dca10f3bSmseidel		Size = MAP_APPFONT ( 170, 8 ) ;
40*dca10f3bSmseidel		Text [ en-US ] = "Properties" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	FixedText FT_CHARSET
43cdf0e10cSrcweir	{
44*dca10f3bSmseidel		Pos = MAP_APPFONT ( 12, 15 ) ;
45*dca10f3bSmseidel		Size = MAP_APPFONT ( 66, 10 ) ;
46*dca10f3bSmseidel		Text [ en-US ] = "~Character set" ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	ListBox LB_CHARSET
49cdf0e10cSrcweir	{
50*dca10f3bSmseidel		HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_CHARSET" ;
51*dca10f3bSmseidel		Pos = MAP_APPFONT ( 80, 14 ) ;
52*dca10f3bSmseidel		Size = MAP_APPFONT ( 90, 61 ) ;
53cdf0e10cSrcweir		TabStop = TRUE ;
54cdf0e10cSrcweir		DropDown = TRUE ;
55cdf0e10cSrcweir		Sort = TRUE ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	FixedText FT_FONT
58cdf0e10cSrcweir	{
59*dca10f3bSmseidel		Pos = MAP_APPFONT ( 12, 31 ) ;
60*dca10f3bSmseidel		Size = MAP_APPFONT ( 66, 10 ) ;
61*dca10f3bSmseidel		Text [ en-US ] = "Default fonts" ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	ListBox LB_FONT
64cdf0e10cSrcweir	{
65*dca10f3bSmseidel		HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_FONT" ;
66*dca10f3bSmseidel		Pos = MAP_APPFONT ( 80, 30 ) ;
67*dca10f3bSmseidel		Size = MAP_APPFONT ( 90, 61 ) ;
68cdf0e10cSrcweir		TabStop = TRUE ;
69cdf0e10cSrcweir		DropDown = TRUE ;
70cdf0e10cSrcweir		Sort = TRUE ;
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir	FixedText FT_LANGUAGE
73cdf0e10cSrcweir	{
74*dca10f3bSmseidel		Pos = MAP_APPFONT ( 12, 47 ) ;
75*dca10f3bSmseidel		Size = MAP_APPFONT ( 66, 10 ) ;
76*dca10f3bSmseidel		Text [ en-US ] = "Lan~guage" ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir	ListBox LB_LANGUAGE
79cdf0e10cSrcweir	{
80*dca10f3bSmseidel		HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_LANGUAGE" ;
81*dca10f3bSmseidel		Pos = MAP_APPFONT ( 80, 46 ) ;
82*dca10f3bSmseidel		Size = MAP_APPFONT ( 90, 61 ) ;
83cdf0e10cSrcweir		TabStop = TRUE ;
84cdf0e10cSrcweir		DropDown = TRUE ;
85cdf0e10cSrcweir		Sort = TRUE ;
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir	FixedText FT_CRLF
88cdf0e10cSrcweir	{
89*dca10f3bSmseidel		Pos = MAP_APPFONT ( 12, 64 ) ;
90*dca10f3bSmseidel		Size = MAP_APPFONT ( 66, 8 ) ;
91*dca10f3bSmseidel		Text [ en-US ] = "~Paragraph break" ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir	RadioButton RB_CRLF
94cdf0e10cSrcweir	{
95*dca10f3bSmseidel		HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CRLF" ;
96*dca10f3bSmseidel		Pos = MAP_APPFONT ( 80, 64 ) ;
97*dca10f3bSmseidel		Size = MAP_APPFONT ( 40, 10 ) ;
98cdf0e10cSrcweir		TabStop = TRUE ;
99*dca10f3bSmseidel		Check = TRUE ;
100*dca10f3bSmseidel		Text [ en-US ] = "~CR & LF" ;
101cdf0e10cSrcweir	};
102cdf0e10cSrcweir	RadioButton RB_CR
103cdf0e10cSrcweir	{
104*dca10f3bSmseidel		HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CR" ;
105*dca10f3bSmseidel		Pos = MAP_APPFONT ( 121, 64 ) ;
106*dca10f3bSmseidel		Size = MAP_APPFONT ( 20, 10 ) ;
107*dca10f3bSmseidel//		TabStop = TRUE ;
108*dca10f3bSmseidel		Text [ en-US ] = "C~R" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	RadioButton RB_LF
111cdf0e10cSrcweir	{
112*dca10f3bSmseidel		HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_LF" ;
113*dca10f3bSmseidel		Pos = MAP_APPFONT ( 155, 64 ) ;
114*dca10f3bSmseidel		Size = MAP_APPFONT ( 20, 10 ) ;
115*dca10f3bSmseidel//		TabStop = TRUE ;
116*dca10f3bSmseidel		Text [ en-US ] = "~LF" ;
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir
119cdf0e10cSrcweir	OKButton PB_OK
120cdf0e10cSrcweir	{
121*dca10f3bSmseidel		Pos = MAP_APPFONT ( 183, 6 ) ;
122*dca10f3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
123cdf0e10cSrcweir		TabStop = TRUE ;
124cdf0e10cSrcweir		DefButton = TRUE ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	CancelButton PB_CANCEL
127cdf0e10cSrcweir	{
128*dca10f3bSmseidel		Pos = MAP_APPFONT ( 183, 23 ) ;
129*dca10f3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir	HelpButton PB_HELP
133cdf0e10cSrcweir	{
134*dca10f3bSmseidel		Pos = MAP_APPFONT ( 183, 43 ) ;
135*dca10f3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
136cdf0e10cSrcweir		TabStop = TRUE ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	String STR_SYS_CHARSET
139cdf0e10cSrcweir	{
140*dca10f3bSmseidel		Text [ en-US ] = "System" ;
141cdf0e10cSrcweir	};
142*dca10f3bSmseidel	Text [ en-US ] = "ASCII Filter Options" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweir
145*dca10f3bSmseidel// ********************************************************************** EOF
146