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