xref: /trunk/main/cui/source/options/optgenrl.src (revision 707fc0d4)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// include ------------------------------------------------------------------
25
26#include <sfx2/sfx.hrc>
27
28#include "helpid.hrc"
29#include <cuires.hrc>
30#include "optgenrl.hrc"
31
32// RID_SFXPAGE_GENERAL ------------------------------------------------------
33
34TabPage RID_SFXPAGE_GENERAL
35{
36	HelpId = HID_OPTIONS_GENERAL ;
37	OutputSize = TRUE ;
38	SVLook = TRUE ;
39	Hide = TRUE ;
40	Size = MAP_APPFONT ( 260 , 185 ) ;
41	Text [ en-US ] = "User Data" ;
42	FixedText FT_COMPANY
43	{
44		Pos = MAP_APPFONT ( LEFT , FLINE ( 0 ) ) ;
45        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
46		LeftLabel = TRUE ;
47		Text [ en-US ] = "~Company" ;
48	};
49	Edit ED_COMPANY
50	{
51	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COMPANY";
52		Border = TRUE ;
53		Pos = MAP_APPFONT ( MID , LINE ( 0 ) ) ;
54		Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
55	};
56	FixedText FT_NAME
57	{
58		Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
59        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
60		LeftLabel = TRUE ;
61		Text [ en-US ] = "First/Last ~name/Initials" ;
62	};
63	FixedText FT_NAME_RUSS
64	{
65		Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
66        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
67		LeftLabel = TRUE ;
68		Hide = TRUE;
69        Text [ en-US ] = "Last Name/First name/Father's name/Initials";
70	};
71	FixedText FT_NAME_EASTERN
72	{
73		Pos = MAP_APPFONT ( LEFT , FLINE ( 1 ) ) ;
74        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
75		LeftLabel = TRUE ;
76		Hide = TRUE;
77        Text [ en-US ] = "Last/First ~name/Initials" ;
78	};
79	Edit ED_FATHERNAME
80	{
81	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FATHERNAME";
82		Border = TRUE ;
83		Hide = TRUE;
84		Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
85		Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
86	};
87	Edit ED_FIRSTNAME
88	{
89	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FIRSTNAME";
90		Border = TRUE ;
91		Pos = MAP_APPFONT ( MID , LINE ( 1 ) ) ;
92		Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
93	};
94	Edit ED_NAME
95	{
96	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_NAME";
97		Border = TRUE ;
98		Pos = MAP_APPFONT ( MID+NAMELEN-8+HSPACE , LINE ( 1 ) ) ;
99		Size = MAP_APPFONT ( NAMELEN-8 , LINEH ) ;
100	};
101	Edit ED_SHORTNAME
102	{
103	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_SHORTNAME";
104		Border = TRUE ;
105		Pos = MAP_APPFONT ( MID+2* ( NAMELEN-8+HSPACE ) , LINE ( 1 ) ) ;
106		Size = MAP_APPFONT ( RIGHT- ( MID+2* ( NAMELEN-8+HSPACE ) ) , LINEH ) ;
107	};
108	FixedText FT_STREET
109	{
110		Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
111        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
112		LeftLabel = TRUE ;
113		Text [ en-US ] = "~Street" ;
114	};
115	FixedText FT_STREET_RUSS
116	{
117		Pos = MAP_APPFONT ( LEFT , FLINE ( 2 ) ) ;
118        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
119		LeftLabel = TRUE ;
120		Hide = TRUE;
121        Text [ en-US ] = "Street/Apartment number";
122	};
123	Edit ED_STREET
124	{
125	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_STREET";
126		Border = TRUE ;
127		Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
128		Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
129	};
130	Edit ED_APARTMENTNR
131	{
132	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_APARTMENTNR";
133		Border = TRUE ;
134		Hide = TRUE;
135		Pos = MAP_APPFONT ( MID , LINE ( 2 ) ) ;
136		Size = MAP_APPFONT ( RIGHT-MID , LINEH ) ;
137	};
138	FixedText FT_CITY
139	{
140		Pos = MAP_APPFONT ( LEFT , FLINE ( 3 ) ) ;
141        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
142		LeftLabel = TRUE ;
143		Text [ en-US ] = "Zip/City";
144	};
145	Edit ED_PLZ
146	{
147	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_PLZ";
148		Border = TRUE ;
149		Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
150		Size = MAP_APPFONT ( 24 , LINEH ) ;
151	};
152	Edit ED_CITY
153	{
154	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_CITY";
155		Border = TRUE ;
156		Pos = MAP_APPFONT ( MID + 24 + HSPACE , LINE ( 3 ) ) ;
157		Size = MAP_APPFONT ( RIGHT - ( MID + 24 + HSPACE ) , LINEH ) ;
158	};
159	Edit ED_US_CITY
160	{
161	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_CITY";
162		Border = TRUE ;
163		Pos = MAP_APPFONT ( MID , LINE ( 3 ) ) ;
164		Size = MAP_APPFONT ( 90 , LINEH ) ;
165	};
166	Edit ED_US_STATE
167	{
168	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_STATE";
169		Border = TRUE ;
170		Pos = MAP_APPFONT ( MID + 90 + HSPACE, LINE ( 3 ) ) ;
171		Size = MAP_APPFONT ( 30 , LINEH ) ;
172	};
173	Edit ED_US_ZIPCODE
174	{
175	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_US_ZIPCODE";
176		Border = TRUE ;
177		Pos = MAP_APPFONT ( MID + 90 + HSPACE + 30 + HSPACE, LINE ( 3 ) ) ;
178		Size = MAP_APPFONT ( RIGHT - ( MID + 90 + HSPACE + 30 + HSPACE ) , LINEH ) ;
179	};
180	FixedText FT_COUNTRY
181	{
182		Pos = MAP_APPFONT ( LEFT , FLINE ( 4 ) ) ;
183        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
184		LeftLabel = TRUE ;
185        Text [ en-US ] = "Country/Region";
186	};
187	Edit ED_COUNTRY
188	{
189	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_COUNTRY";
190		Border = TRUE ;
191		Pos = MAP_APPFONT ( MID , LINE ( 4 ) ) ;
192		Size = MAP_APPFONT ( RIGHT - MID , LINEH ) ;
193	};
194	FixedText FT_TITLEPOS
195	{
196		Pos = MAP_APPFONT ( LEFT , FLINE ( 5 ) ) ;
197        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
198		LeftLabel = TRUE ;
199		Text [ en-US ] = "~Title/Position" ;
200	};
201	Edit ED_TITLE
202	{
203	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TITLE";
204		Border = TRUE ;
205		Pos = MAP_APPFONT ( MID , LINE ( 5 ) ) ;
206		Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
207	};
208	Edit ED_POSITION
209	{
210	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_POSITION";
211		Border = TRUE ;
212		Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 5 ) ) ;
213		Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
214	};
215	FixedText FT_PHONE
216	{
217		Pos = MAP_APPFONT ( LEFT , FLINE ( 6 ) ) ;
218        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
219		Text [ en-US ] = "Tel. (Home/Work)" ;
220		LeftLabel = TRUE ;
221	};
222	Edit ED_TELPRIVAT
223	{
224	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELPRIVAT";
225		Border = TRUE ;
226		Pos = MAP_APPFONT ( MID , LINE ( 6 ) ) ;
227		Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
228	};
229	Edit ED_TELCOMPANY
230	{
231	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_TELCOMPANY";
232		Border = TRUE ;
233		Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 6 ) ) ;
234		Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
235	};
236	FixedText FT_FAXMAIL
237	{
238		Pos = MAP_APPFONT ( LEFT , FLINE ( 7 ) ) ;
239        Size = MAP_APPFONT ( MID-LEFT-2 , FLINEH ) ;
240		LeftLabel = TRUE ;
241		Text [ en-US ] = "Fa~x / E-mail" ;
242	};
243	Edit ED_FAX
244	{
245	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_FAX";
246		Border = TRUE ;
247		Pos = MAP_APPFONT ( MID , LINE ( 7 ) ) ;
248		Size = MAP_APPFONT ( NAMELEN-1 , LINEH ) ;
249	};
250	Edit ED_EMAIL
251	{
252	    HelpID = "cui:Edit:RID_SFXPAGE_GENERAL:ED_EMAIL";
253		Border = TRUE ;
254		Pos = MAP_APPFONT ( MID+NAMELEN-1+HSPACE , LINE ( 7 ) ) ;
255		Size = MAP_APPFONT ( RIGHT- ( MID+NAMELEN-1+HSPACE ) , LINEH ) ;
256	};
257    FixedLine GB_ADDRESS
258	{
259		Pos = MAP_APPFONT ( 6 , 3 ) ;
260        Size = MAP_APPFONT ( 248 , 8 ) ;
261		Text [ en-US ] = "Address " ;
262	};
263	CheckBox CB_USEDATA
264	{
265	    HelpID = "cui:CheckBox:RID_SFXPAGE_GENERAL:CB_USEDATA";
266		Pos = MAP_APPFONT ( 6 , 122 ) ;
267		Size = MAP_APPFONT ( 236 , 10 ) ;
268		Hide = TRUE;
269		Text [ en-US ] = "Use data for document properties";
270	};
271
272	 // extra Resourcen f"ur die amerikanische Postadresse
273	String STR_US_STATE
274	{
275		Text [ en-US ] = "City/State/Zip";
276	};
277	String STR_QUERY_REG
278	{
279		Text [ en-US ] = "Note that street, Zip code and city are used to generate the registration key. You will not be able to change the user data again until the registration has been carried out. Do you want to modify the user data now?";
280	};
281};
282
283// RID_SVXQB_CHANGEDATA ---------------------------------------------------
284
285QueryBox RID_SVXQB_CHANGEDATA
286{
287	BUTTONS = WB_YES_NO ;
288	DEFBUTTON = WB_DEF_NO ;
289	Message [ en-US ] = "The User Data have been changed.\nDo you really want to change your User Data?";
290};
291
292 // ********************************************************************** EOF
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329