Update ooo320-m1
[ooovba.git] / svx / source / dialog / rubydialog.src
blob93f9e147fe5a757117936bd3535f8d9782c7ee0d
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: rubydialog.src,v $
10  * $Revision: 1.43 $
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  ************************************************************************/
31 #include <rubydialog.hrc>
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
35 ModelessDialog RID_SVXDLG_RUBY
37     OutputSize = TRUE ;
38     Hide = TRUE ;
39     SVLook = TRUE ;
40     HelpId = HID_RUBY_DIALOG;
41     Pos = MAP_APPFONT ( 0 , 0 ) ;
42     Size = MAP_APPFONT ( 227 , 195 ) ;
43     Text [ en-US ] = "Asian Phonetic Guide" ;
44     Moveable = TRUE ;
45     Closeable = TRUE ;
46     CheckBox CB_AUTO_DETECT
47     {
48         Pos = MAP_APPFONT ( 6, 6 ) ;
49         Size = MAP_APPFONT ( 186 , 12 ) ;
50         Text [ en-US ] = "Automatic detection";
51     };
52     FixedText FT_LEFT
53     {
54         Pos = MAP_APPFONT ( 6 , 17 ) ;
55         Size = MAP_APPFONT ( 80 , 8 ) ;
56         Text [ en-US ] = "Base text";
57     };
58     FixedText FT_RIGHT
59     {
60         Pos = MAP_APPFONT ( 109 , 17 ) ;
61         Size = MAP_APPFONT ( 80 , 8 ) ;
62         Text [ en-US ] = "Ruby text";
63     };
64     Edit ED_LEFT_1
65     {
66         Pos = MAP_APPFONT ( 6 , 30 ) ;
67         Size = MAP_APPFONT ( 102 , 12 ) ;
68         Hide = False;
69         Border = TRUE;
70     };
71     Edit ED_RIGHT_1
72     {
73         Pos = MAP_APPFONT ( 109 , 30 ) ;
74         Size = MAP_APPFONT ( 102 , 12 ) ;
75         Border = TRUE;
76     };
77     Edit ED_LEFT_2
78     {
79         Pos = MAP_APPFONT ( 6 ,  42) ;
80         Size = MAP_APPFONT ( 102 , 12 ) ;
81         Border = TRUE;
82     };
83     Edit ED_RIGHT_2
84     {
85         Pos = MAP_APPFONT ( 109 , 42 ) ;
86         Size = MAP_APPFONT ( 102 , 12 ) ;
87         Border = TRUE;
88     };
89     Edit ED_LEFT_3
90     {
91         Pos = MAP_APPFONT ( 6 , 54 ) ;
92         Size = MAP_APPFONT ( 102 , 12 ) ;
93         Border = TRUE;
94     };
95     Edit ED_RIGHT_3
96     {
97         Pos = MAP_APPFONT ( 109 , 54 ) ;
98         Size = MAP_APPFONT ( 102 , 12 ) ;
99         Border = TRUE;
100     };
101     Edit ED_LEFT_4
102     {
103         Pos = MAP_APPFONT ( 6 , 66 ) ;
104         Size = MAP_APPFONT ( 102 , 12 ) ;
105         Border = TRUE;
106     };
107     Edit ED_RIGHT_4
108     {
109         Pos = MAP_APPFONT ( 109 , 66 ) ;
110         Size = MAP_APPFONT ( 102 , 12 ) ;
111         Border = TRUE;
112     };
113     ScrollBar SB_SCROLL
114     {
115         Pos = MAP_APPFONT ( 213 , 30 ) ;
116         Size = MAP_APPFONT ( 8 , 48 ) ;
117         VScroll = TRUE ;
118         Drag = TRUE ;
119     };
120     FixedText FT_ADJUST
121     {
122         Pos = MAP_APPFONT ( 6 , 82 ) ;
123         Size = MAP_APPFONT ( 35 , 8 ) ;
124         Text [ en-US ] = "Alignment";
125     };
126     ListBox LB_ADJUST
127     {
128         Pos = MAP_APPFONT ( 6 , 93) ;
129         Size = MAP_APPFONT ( 35 , 60 ) ;
130         DropDown = TRUE;
131         Border = TRUE;
132     StringList [ en-US ] =
133     {
134             "Left" ;
135             "Center" ;
136             "Right" ;
137             "0 1 0" ;
138             "1 2 1" ;
139     };
140     };
141     FixedText FT_POSITION
142     {
143         Pos = MAP_APPFONT ( 43 , 82 ) ;
144         Size = MAP_APPFONT ( 35 , 8 ) ;
145         Text [ en-US ] = "Position";
146     };
147     ListBox LB_POSITION
148     {
149         Pos = MAP_APPFONT ( 43 , 93) ;
150         Size = MAP_APPFONT ( 35 , 60 ) ;
151         DropDown = TRUE;
152         Border = TRUE;
153     StringList [ en-US ] =
154     {
155         "Top" ;
156         "Bottom" ;
157     };
158     };
159     FixedText FT_CHAR_STYLE
160     {
161         Pos = MAP_APPFONT ( 80 , 82 ) ;
162         Size = MAP_APPFONT ( 141 , 8 ) ;
163         Text [ en-US ] = "Character Style for ruby text";
164     };
165     ListBox LB_CHAR_STYLE
166     {
167         Pos = MAP_APPFONT ( 80 , 93) ;
168         Size = MAP_APPFONT ( 89 , 60 ) ;
169         DropDown = TRUE;
170         Border = TRUE;
171         Sort = TRUE;
172     };
173     PushButton PB_STYLIST
174     {
175         Pos = MAP_APPFONT ( 171 , 92 ) ;
176         Size = MAP_APPFONT ( 50 , 14 ) ;
177         Text [ en-US ] = "Styles";
178     };
179     FixedText FT_PREVIEW
180     {
181         Pos = MAP_APPFONT ( 6, 110 ) ;
182         Size = MAP_APPFONT ( 195 , 8 ) ;
183         Text [ en-US ] = "Preview:";
184     };
185     Window WIN_PREVIEW
186     {
187         Pos = MAP_APPFONT ( 6 , 121 ) ;
188         Size = MAP_APPFONT ( 215 , 50 ) ;
189         Border = TRUE ;
190     };
191     OKButton PB_APPLY
192     {
193         DefButton = TRUE;
194         Pos = MAP_APPFONT ( 65 , 175 ) ;
195         Size = MAP_APPFONT ( 50 , 14 ) ;
196         Text [ en-US ] = "~Apply";
197     };
198     PushButton PB_CLOSE
199     {
200         Pos = MAP_APPFONT (  118, 175 ) ;
201         Size = MAP_APPFONT ( 50 , 14 ) ;
202         Text [ en-US ] = "~Close";
203     };
204     HelpButton PB_HELP
205     {
206         Pos = MAP_APPFONT ( 171 , 175 ) ;
207         Size = MAP_APPFONT ( 50 , 14 ) ;
208     };