merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / dialog / ascfldlg.src
blobad03b2e70be27b3adb82c6de63b3344d99b8c2e9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: ascfldlg.src,v $
10  * $Revision: 1.27 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "dialog.hrc"
31 #include "helpid.h"
32 #include "ascfldlg.hrc"
34 ModalDialog DLG_ASCII_FILTER
36     HelpID = HID_ASCII_FILTER ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 239 , 80 ) ;
40     Moveable = TRUE ;
41     FixedLine FL_1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 6 , 3 ) ;
45         Size = MAP_APPFONT ( 170 , 8 ) ;
46         Text [ en-US ] = "Properties";
47     };
48     FixedText FT_CHARSET
49     {
50         Pos = MAP_APPFONT ( 12 , 15 ) ;
51         Size = MAP_APPFONT ( 66 , 10 ) ;
52         Text [ en-US ] = "~Character set";
53     };
54     ListBox LB_CHARSET
55     {
56         Pos = MAP_APPFONT ( 80 , 14 ) ;
57         Size = MAP_APPFONT ( 90 , 61 ) ;
58         TabStop = TRUE ;
59         DropDown = TRUE ;
60         Sort = TRUE ;
61     };
62     FixedText FT_FONT
63     {
64         Pos = MAP_APPFONT ( 12 , 31 ) ;
65         Size = MAP_APPFONT ( 66 , 10 ) ;
66         Text [ en-US ] = "Default fonts";
67     };
68     ListBox LB_FONT
69     {
70         Pos = MAP_APPFONT ( 80 , 30 ) ;
71         Size = MAP_APPFONT ( 90 , 61 ) ;
72         TabStop = TRUE ;
73         DropDown = TRUE ;
74         Sort = TRUE ;
75     };
76     FixedText FT_LANGUAGE
77     {
78         Pos = MAP_APPFONT ( 12 , 47 ) ;
79         Size = MAP_APPFONT ( 66 , 10 ) ;
80         Text [ en-US ] = "Lan~guage";
81     };
82     ListBox LB_LANGUAGE
83     {
84         Pos = MAP_APPFONT ( 80 , 46 ) ;
85         Size = MAP_APPFONT ( 90 , 61 ) ;
86         TabStop = TRUE ;
87         DropDown = TRUE ;
88         Sort = TRUE ;
89     };
90     FixedText FT_CRLF
91     {
92         Pos = MAP_APPFONT ( 12 , 64 ) ;
93         Size = MAP_APPFONT ( 66 , 8 ) ;
94         Text [ en-US ] = "~Paragraph break";
95     };
96     RadioButton RB_CRLF
97     {
98         Pos = MAP_APPFONT ( 80 , 64 ) ;
99         Size = MAP_APPFONT ( 40 , 10 ) ;
100         TabStop = TRUE ;
101         Check = TRUE;
102         Text [ en-US ] = "~CR & LF";
103     };
104     RadioButton RB_CR
105     {
106         Pos = MAP_APPFONT ( 121 , 64 ) ;
107         Size = MAP_APPFONT ( 20 , 10 ) ;
108 //        TabStop = TRUE ;
109         Text [ en-US ] = "C~R";
110     };
111     RadioButton RB_LF
112     {
113         Pos = MAP_APPFONT ( 155 , 64 ) ;
114         Size = MAP_APPFONT ( 20 , 10 ) ;
115 //        TabStop = TRUE ;
116         Text [ en-US ] = "~LF";
117     };
119     OKButton PB_OK
120     {
121         Pos = MAP_APPFONT ( 183 , 6 ) ;
122         Size = MAP_APPFONT ( 50 , 14 ) ;
123         TabStop = TRUE ;
124         DefButton = TRUE ;
125     };
126     CancelButton PB_CANCEL
127     {
128         Pos = MAP_APPFONT ( 183 , 23 ) ;
129         Size = MAP_APPFONT ( 50 , 14 ) ;
130         TabStop = TRUE ;
131     };
132     HelpButton PB_HELP
133     {
134         Pos = MAP_APPFONT ( 183 , 43 ) ;
135         Size = MAP_APPFONT ( 50 , 14 ) ;
136         TabStop = TRUE ;
137     };
138     String STR_SYS_CHARSET
139     {
140         Text [ en-US ] = "System";
141     };
142     Text [ en-US ] = "ASCII Filter Options";