optmemory.src (55f1b03e) optmemory.src (db2d270d)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
23
20 *************************************************************/
21
22
23
24 // include ---------------------------------------------------------------
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 ;

--- 23 unchanged lines hidden (view full) ---

56 Repeat = TRUE ;
57 Spin = TRUE ;
58 Minimum = 1 ;
59 First = 1 ;
60 Maximum = 1000 ;
61 Value = 100 ;
62 Last = 100 ;
63 SpinSize = 1 ;
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 ;

--- 23 unchanged lines hidden (view full) ---

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;
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 ) ;
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;
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" ;

--- 5 unchanged lines hidden (view full) ---

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 ) ;
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" ;

--- 5 unchanged lines hidden (view full) ---

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;
108 Minimum = 10 ;
109 Maximum = 2560 ;
110 SpinSize = 1 ;
111 Spin = TRUE ;
112 Repeat = TRUE ;
111 Spin = TRUE ;
112 Repeat = TRUE ;
113 DecimalDigits = 1;
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

--- 56 unchanged lines hidden (view full) ---

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 ) ;
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

--- 56 unchanged lines hidden (view full) ---

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;
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" ;

--- 5 unchanged lines hidden (view full) ---

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};
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" ;

--- 5 unchanged lines hidden (view full) ---

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// ********************************************************************** EOF