update dev300-m58
[ooovba.git] / sw / source / ui / fldui / fldvar.src
blob63e0add38f7ff58724ee1597a8920ff6d28a0de1
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: fldvar.src,v $
10  * $Revision: 1.28 $
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 "globals.hrc"
32 #include "fldtdlg.hrc"
33 #include "helpid.h"
34 #include "cmdid.h"
35 TabPage TP_FLD_VAR
37     HelpID = HID_FLD_VAR ;
38     SVLook = TRUE ;
39     Hide = TRUE ;
40     Size = MAP_APPFONT ( 260 , 185 ) ;
41     FixedText FT_VARTYPE
42     {
43         Pos = MAP_APPFONT ( 6 , 3 ) ;
44         Size = MAP_APPFONT ( 76 , 8 ) ;
45         Text [ en-US ] = "~Type" ;
46         Left = TRUE ;
47     };
48     ListBox LB_VARTYPE
49     {
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 6 , 14 ) ;
52         Size = MAP_APPFONT ( 76 , 135 ) ;
53         TabStop = TRUE ;
54         Sort = FALSE ;
55         AutoHScroll = TRUE ;
56     };
57     FixedText FT_VARSELECTION
58     {
59         Pos = MAP_APPFONT ( 88 , 3 ) ;
60         Size = MAP_APPFONT ( 76 , 8 ) ;
61         Left = TRUE ;
62         Text [ en-US ] = "S~election" ;
63     };
64     ListBox LB_VARSELECTION
65     {
66         Border = TRUE ;
67         Pos = MAP_APPFONT ( 88 , 14 ) ;
68         Size = MAP_APPFONT ( 76 , 135 ) ;
69         TabStop = TRUE ;
70         Sort = TRUE ;
71     };
72     FixedText FT_VARFORMAT
73     {
74         Pos = MAP_APPFONT ( 170 , 3 ) ;
75         Size = MAP_APPFONT ( 84 , 8 ) ;
76         Left = TRUE ;
77         Text [ en-US ] = "Format" ;
78     };
79     ListBox LB_VARFORMAT
80     {
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 170 , 14 ) ;
83         Size = MAP_APPFONT ( 84 , 123 ) ;
84         TabStop = TRUE ;
85         DropDown = FALSE ;
86     };
87     ListBox LB_VARNUMFORMAT
88     {
89         Border = TRUE ;
90         Pos = MAP_APPFONT ( 170 , 14 ) ;
91         Size = MAP_APPFONT ( 84 , 123 ) ;
92         TabStop = TRUE ;
93         DropDown = FALSE ;
94     };
95     CheckBox CB_VARINVISIBLE
96     {
97         Pos = MAP_APPFONT ( 170 , 141 ) ;
98         Size = MAP_APPFONT ( 84 , 10 ) ;
99         Text [ en-US ] = "Invisi~ble" ;
100         TabStop = TRUE ;
101     };
102     FixedText FT_VARCHAPTERHEADER
103     {
104         Pos = MAP_APPFONT ( 170 , 112 ) ;
105         Size = MAP_APPFONT ( 84 , 8 ) ;
106         Hide = TRUE ;
107         Text [ en-US ] = "Numbering by chapter" ;
108     };
109     FixedText FT_VARCHAPTERLEVEL
110     {
111         Pos = MAP_APPFONT ( 175 , 125 ) ;
112         Size = MAP_APPFONT ( 30 , 8 ) ;
113         Hide = TRUE ;
114         Text [ en-US ] = "~Level" ;
115     };
116     ListBox LB_VARCHAPTERLEVEL
117     {
118         Border = TRUE ;
119         Hide = TRUE ;
120         Pos = MAP_APPFONT ( 208 , 123 ) ;
121         Size = MAP_APPFONT ( 46 , 76 ) ;
122         TabStop = TRUE ;
123         DropDown = TRUE ;
124         StringList [ en-US ] =
125         {
126             < "None" ; > ;
127         };
128     };
129     FixedText FT_VARSEPARATOR
130     {
131         Pos = MAP_APPFONT ( 175 , 140 ) ;
132         Size = MAP_APPFONT ( 30 , 10 ) ;
133         Hide = TRUE ;
134         Text [ en-US ] = "~Separator" ;
135     };
136     Edit ED_VARSEPARATOR
137     {
138         Pos = MAP_APPFONT ( 208 , 138 ) ;
139         Size = MAP_APPFONT ( 46 , 12 ) ;
140         Border = TRUE ;
141         Hide = TRUE ;
142         MaxTextLength = 1 ;
143         TEXT = "." ;
144     };
145     FixedText FT_VARNAME
146     {
147         Pos = MAP_APPFONT ( 6 , 155 ) ;
148         Size = MAP_APPFONT ( 76 , 8 ) ;
149         Left = TRUE ;
150         Text [ en-US ] = "Na~me" ;
151     };
152     Edit ED_VARNAME
153     {
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 6 , 166 ) ;
156         Size = MAP_APPFONT ( 76 , 12 ) ;
157         TabStop = TRUE ;
158         Left = TRUE ;
159     };
160     FixedText FT_VARVALUE
161     {
162         Pos = MAP_APPFONT ( 88 , 155 ) ;
163         Size = MAP_APPFONT ( 76 , 8 ) ;
164         Text [ en-US ] = "~Value" ;
165         Left = TRUE ;
166     };
167     Edit ED_VARVALUE
168     {
169         Border = TRUE ;
170         Pos = MAP_APPFONT ( 88 , 166 ) ;
171         Size = MAP_APPFONT ( 76 , 12 ) ;
172         TabStop = TRUE ;
173         Left = TRUE ;
174     };
175     ToolBox TBX_VARNEWDEL
176     {
177         Pos = MAP_APPFONT ( 167 , 167 ) ;
178         SVLook = TRUE ;
179         Border = FALSE ;
180         ItemList =
181         {
182             ToolBoxItem
183             {
184                 Identifier = BT_VARAPPLY ;
185                 HelpID = HID_FLDVAR_APPLY ;
186                 ItemImage = Image
187                 {
188                     ImageBitmap = Bitmap{ File = "sc20558.bmp" ;};
189                     MaskColor = IMAGE_MASK_COLOR ;
190                 };
191                 Text [ en-US ] = "Apply" ;
192             };
193             ToolBoxItem
194             {
195                 Identifier = BT_VARDELETE ;
196                 HelpID = HID_FLDVAR_DELETE ;
197                 ItemImage = Image
198                 {
199                     ImageBitmap = Bitmap{ File = "sc20557.bmp" ;};
200                     MaskColor = IMAGE_MASK_COLOR ;
201                 };
202                 Text [ en-US ] = "Delete" ;
203             };
204         };
205     };
206     Text [ en-US ] = "Variables" ;