xref: /aoo4110/main/cui/source/options/optmemory.src (revision b1cdbd2c)
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 <cuires.hrc>
27#include "optmemory.hrc"
28#include "helpid.hrc"
29
30TabPage OFA_TP_MEMORY
31{
32	HelpID = HID_OFA_TP_MEMORY ;
33	SVLook = TRUE ;
34	Size = MAP_APPFONT ( 260 , 185 ) ;
35	Hide = TRUE ;
36    FixedLine GB_UNDO
37	{
38        Pos = MAP_APPFONT( COL0, ROW0 );
39        Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
40		Text [ en-US ] = "Undo" ;
41	};
42	FixedText FT_UNDO
43	{
44		Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROW1 ) );
45		Size = MAP_APPFONT( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
46		Text [ en-US ] = "Number of steps";
47	};
48	NumericField ED_UNDO
49	{
50	    HelpID = "cui:NumericField:OFA_TP_MEMORY:ED_UNDO";
51		Border = TRUE ;
52		Pos = MAP_APPFONT( COL3, ROW1 );
53		Size = MAP_APPFONT( WIDTH2, RSC_CD_TEXTBOX_HEIGHT );
54		TabStop = TRUE ;
55		Left = TRUE ;
56		Repeat = TRUE ;
57		Spin = TRUE ;
58		Minimum = 1 ;
59		First = 1 ;
60		Maximum = 1000 ;
61		Value = 100 ;
62		Last = 100 ;
63		SpinSize = 1 ;
64        MaxTextLength = 4;
65	};
66    FixedLine GB_GRAPHICCACHE
67	{
68		Pos = MAP_APPFONT( COL0, ROW2 );
69		Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
70		Text [ en-US ] = "Graphics cache";
71	};
72    FixedText FT_GRAPHICCACHE
73	{
74		Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROW3 ) );
75		Size = MAP_APPFONT( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
76		Text [ en-US ] = "Use for %PRODUCTNAME";
77	};
78    NumericField NF_GRAPHICCACHE
79	{
80        HelpID = "cui:NumericField:OFA_TP_MEMORY:NF_GRAPHICCACHE";
81		Border = TRUE ;
82		Pos = MAP_APPFONT( COL3, ROW3 );
83		Size = MAP_APPFONT( WIDTH2, RSC_CD_TEXTBOX_HEIGHT );
84		Minimum = 1;
85		Maximum = 256;
86		SpinSize = 1;
87		Spin = TRUE ;
88		Repeat = TRUE ;
89	};
90    FixedText FT_GRAPHICCACHE_UNIT
91	{
92		Pos = MAP_APPFONT( COL5, OFFS_TEXTBOX_FIXEDTEXT( ROW3 ) );
93		Size = MAP_APPFONT( WIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
94		Text [ en-US ] = "MB";
95	};
96    FixedText FT_GRAPHICOBJECTCACHE
97	{
98		Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROW4 ) );
99		Size = MAP_APPFONT( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
100		Text [ en-US ] = "Memory per object" ;
101	};
102    NumericField NF_GRAPHICOBJECTCACHE
103	{
104        HelpID = "cui:NumericField:OFA_TP_MEMORY:NF_GRAPHICOBJECTCACHE";
105		Border = TRUE ;
106		Pos = MAP_APPFONT( COL3, ROW4 );
107		Size = MAP_APPFONT( WIDTH2, RSC_CD_TEXTBOX_HEIGHT );
108		Minimum = 10;
109		Maximum = 2560;
110		SpinSize = 1;
111		Spin = TRUE ;
112		Repeat = TRUE ;
113		DecimalDigits = 1;
114	};
115    FixedText FT_GRAPHICOBJECTCACHE_UNIT
116    {
117		Pos = MAP_APPFONT( COL5, OFFS_TEXTBOX_FIXEDTEXT( ROW4 ) );
118		Size = MAP_APPFONT( WIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
119		Text [ en-US ] = "MB";
120	};
121    FixedText FT_GRAPHICOBJECTTIME
122	{
123		Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROW5 ) );
124		Size = MAP_APPFONT( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
125		Text [ en-US ] = "Remove from memory after";
126	};
127    TimeField TF_GRAPHICOBJECTTIME
128	{
129        HelpID = "cui:TimeField:OFA_TP_MEMORY:TF_GRAPHICOBJECTTIME";
130		Border = TRUE ;
131		Pos = MAP_APPFONT( COL3, ROW5 );
132		Size = MAP_APPFONT( WIDTH2, RSC_CD_TEXTBOX_HEIGHT );
133		TabStop = TRUE ;
134		Repeat = TRUE ;
135		Spin = TRUE ;
136		Value = Time
137		{
138			Minute = 10;
139		};
140		Minimum = Time
141		{
142			Minute = 1;
143		};
144		Maximum = Time
145		{
146			Hour = 23 ;
147			Minute = 59 ;
148		};
149		First = Time
150		{
151			Minute = 10;
152		};
153		Last = Time
154		{
155			Hour = 23 ;
156			Minute = 59 ;
157		};
158		Format = TIMEF_NONE ;
159		Duration = TRUE ;
160		StrictFormat = TRUE ;
161	};
162    FixedText FT_GRAPHICOBJECTTIME_UNIT
163    {
164		Pos = MAP_APPFONT( COL5, OFFS_TEXTBOX_FIXEDTEXT( ROW5 ) );
165		Size = MAP_APPFONT( WIDTH3, RSC_CD_FIXEDTEXT_HEIGHT );
166		Text [ en-US ] = "hh:mm";
167	};
168    FixedLine GB_OLECACHE
169	{
170		Pos = MAP_APPFONT( COL0, ROW6 );
171		Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
172		Text [ en-US ] = "Cache for inserted objects";
173	};
174    FixedText FT_OLECACHE
175	{
176		Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROW7 ) );
177		Size = MAP_APPFONT( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT );
178		Text [ en-US ] = "Number of objects";
179	};
180    NumericField NF_OLECACHE
181	{
182        HelpID = "cui:NumericField:OFA_TP_MEMORY:NF_OLECACHE";
183		Border = TRUE ;
184		Pos = MAP_APPFONT( COL3, ROW7 );
185		Size = MAP_APPFONT( WIDTH2, RSC_CD_TEXTBOX_HEIGHT );
186		Minimum = 1;
187		Maximum = 1024;
188		Spin = TRUE ;
189		Repeat = TRUE ;
190	};
191    FixedLine FL_QUICKLAUNCH
192    {
193		Pos = MAP_APPFONT( COL0, ROW8 );
194		Size = MAP_APPFONT( WHOLE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
195		Text [ en-US ] = "%PRODUCTNAME Quickstarter";
196	};
197    CheckBox CB_QUICKLAUNCH
198    {
199        HelpID = "cui:CheckBox:OFA_TP_MEMORY:CB_QUICKLAUNCH";
200        Pos = MAP_APPFONT( COL1, ROW9 );
201        Size = MAP_APPFONT( WHOLE_WIDTH - COL1, RSC_CD_CHECKBOX_HEIGHT );
202		Text [ en-US ] = "Load %PRODUCTNAME during system start-up";
203	};
204    String STR_QUICKLAUNCH_UNX
205    {
206	Text[ en-US ] = "Enable systray Quickstarter";
207    };
208};
209
210