xref: /aoo42x/main/cui/source/customize/acccfg.src (revision b4b8d4b6)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23eca95fa9SMatthias Seidel// include ---------------------------------------------------------------
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include "cuires.hrc"
26cdf0e10cSrcweir#include "acccfg.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define PUSHBUTTON_TEXT_SAVE \
29eca95fa9SMatthias Seidel	Text [ en-US ] = "~Save..." ; \
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define PUSHBUTTON_TEXT_RESET \
32eca95fa9SMatthias Seidel	Text [ en-US ] = "R~eset" ; \
33cdf0e10cSrcweir
34cdf0e10cSrcweir#define PUSHBUTTON_TEXT_LOAD \
35eca95fa9SMatthias Seidel	Text [ en-US ] = "~Load..." ; \
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define PUSHBUTTON_TEXT_REMOVE \
38eca95fa9SMatthias Seidel	Text [ en-US ] = "~Delete" ; \
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define PUSHBUTTON_TEXT_CHANGE \
41eca95fa9SMatthias Seidel	Text [ en-US ] = "~Modify" ; \
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define PUSHBUTTON_TEXT_NEW \
44eca95fa9SMatthias Seidel	Text [ en-US ] = "~New" ; \
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define FIXEDTEXT_TEXT_GROUP \
47eca95fa9SMatthias Seidel	Text [ en-US ] = "~Category" ; \
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define FIXEDTEXT_TEXT_FUNCTION \
50eca95fa9SMatthias Seidel	Text [ en-US ] = "Function" ; \
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define GROUPBOX_TEXT_FUNCTIONS \
53eca95fa9SMatthias Seidel	Text [ en-US ] = "Functions" ; \
54cdf0e10cSrcweir
55eca95fa9SMatthias Seidel// TP_CONFIG_ACCEL -------------------------------------------------------
56cdf0e10cSrcweirTabPage RID_SVXPAGE_KEYBOARD
57cdf0e10cSrcweir{
58cdf0e10cSrcweir	HelpId = HID_CONFIG_ACCEL ;
59cdf0e10cSrcweir	Hide = TRUE ;
60eca95fa9SMatthias Seidel	Size = MAP_APPFONT ( 273, 258 ) ;
61cdf0e10cSrcweir	RadioButton RB_OFFICE
62cdf0e10cSrcweir	{
63*b4b8d4b6SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_OFFICE" ;
64eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 6 ) ;
65eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 10 ) ;
66eca95fa9SMatthias Seidel		Text = "%PRODUCTNAME" ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	RadioButton RB_MODULE
69cdf0e10cSrcweir	{
70*b4b8d4b6SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_MODULE" ;
71eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 19 ) ;
72eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 10 ) ;
73eca95fa9SMatthias Seidel		Text = "$(MODULE)" ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir	PushButton BTN_ACC_CHANGE
76cdf0e10cSrcweir	{
77*b4b8d4b6SMatthias Seidel		HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_CHANGE" ;
78eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 35 ) ;
79eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 14 ) ;
80cdf0e10cSrcweir		TabStop = TRUE ;
81cdf0e10cSrcweir		PUSHBUTTON_TEXT_CHANGE
82eca95fa9SMatthias Seidel	};
83cdf0e10cSrcweir	PushButton BTN_ACC_REMOVE
84cdf0e10cSrcweir	{
85*b4b8d4b6SMatthias Seidel		HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_REMOVE" ;
86eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 52 ) ;
87eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 14 ) ;
88cdf0e10cSrcweir		TabStop = TRUE ;
89cdf0e10cSrcweir		Group = TRUE ;
90cdf0e10cSrcweir		PUSHBUTTON_TEXT_REMOVE
91eca95fa9SMatthias Seidel	};
92eca95fa9SMatthias Seidel	FixedLine GRP_ACC_KEYBOARD
93cdf0e10cSrcweir	{
94eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
95eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 180, 8 ) ;
96cdf0e10cSrcweir		Group = TRUE ;
97*b4b8d4b6SMatthias Seidel		Text [ en-US ] = "Shortcut keys" ;
98cdf0e10cSrcweir	};
99eca95fa9SMatthias Seidel	Control BOX_ACC_ENTRIES
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir		Border = TRUE ;
102eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 12, 14 ) ;
103eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 174, 120 ) ;
104cdf0e10cSrcweir		TabStop = TRUE ;
105cdf0e10cSrcweir		Group = TRUE ;
106cdf0e10cSrcweir		HelpId = HID_ACCELCONFIG_LISTBOX ;
107cdf0e10cSrcweir	};
108eca95fa9SMatthias Seidel	FixedLine GRP_ACC_FUNCTIONS
109cdf0e10cSrcweir	{
110eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 6, 140 ) ;
111eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 258, 8 ) ;
112cdf0e10cSrcweir		Group = TRUE ;
113cdf0e10cSrcweir		GROUPBOX_TEXT_FUNCTIONS
114eca95fa9SMatthias Seidel	};
115eca95fa9SMatthias Seidel	FixedText TXT_ACC_GROUP
116cdf0e10cSrcweir	{
117eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 12, 151 ) ;
118eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 78, 8 ) ;
119cdf0e10cSrcweir		Group = TRUE ;
120cdf0e10cSrcweir		Left = TRUE ;
121cdf0e10cSrcweir		FIXEDTEXT_TEXT_GROUP
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	Control BOX_ACC_GROUP
124cdf0e10cSrcweir	{
125cdf0e10cSrcweir		Border = TRUE ;
126eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 12, 161 ) ;
127eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 78, 91 ) ;
128cdf0e10cSrcweir		TabStop = TRUE ;
129cdf0e10cSrcweir		HelpId = HID_CONFIGGROUP_ACC_LISTBOX ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir	FixedText TXT_ACC_FUNCTION
132cdf0e10cSrcweir	{
133eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 93, 151 ) ;
134eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 88, 8 ) ;
135cdf0e10cSrcweir		Left = TRUE ;
136cdf0e10cSrcweir		FIXEDTEXT_TEXT_FUNCTION
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	Control BOX_ACC_FUNCTION
139cdf0e10cSrcweir	{
140cdf0e10cSrcweir		Border = TRUE ;
141eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 93, 161 ) ;
142eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 88, 91 ) ;
143cdf0e10cSrcweir		TabStop = TRUE ;
144cdf0e10cSrcweir		HelpId = HID_CONFIGFUNCTION_ACC_LISTBOX ;
145cdf0e10cSrcweir	};
146cdf0e10cSrcweir	FixedText TXT_ACC_KEY
147cdf0e10cSrcweir	{
148eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 184, 151 ) ;
149eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 80, 8 ) ;
150cdf0e10cSrcweir		Text [ en-US ] = "~Keys" ;
151cdf0e10cSrcweir		Left = TRUE ;
152cdf0e10cSrcweir	};
153eca95fa9SMatthias Seidel	Control BOX_ACC_KEY
154cdf0e10cSrcweir	{
155cdf0e10cSrcweir		Border = TRUE ;
156eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 184, 161 ) ;
157eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 80, 91 ) ;
158cdf0e10cSrcweir		TabStop = TRUE ;
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir	PushButton BTN_LOAD
161cdf0e10cSrcweir	{
162*b4b8d4b6SMatthias Seidel		HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_LOAD" ;
163eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 86 ) ;
164eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 14 ) ;
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir		Group = TRUE ;
167cdf0e10cSrcweir		PUSHBUTTON_TEXT_LOAD
168eca95fa9SMatthias Seidel	};
169cdf0e10cSrcweir	PushButton BTN_SAVE
170cdf0e10cSrcweir	{
171*b4b8d4b6SMatthias Seidel		HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_SAVE" ;
172eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 103 ) ;
173eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 14 ) ;
174cdf0e10cSrcweir		TabStop = TRUE ;
175cdf0e10cSrcweir		Group = TRUE ;
176cdf0e10cSrcweir		PUSHBUTTON_TEXT_SAVE
177eca95fa9SMatthias Seidel	};
178eca95fa9SMatthias Seidel	PushButton BTN_RESET
179cdf0e10cSrcweir	{
180*b4b8d4b6SMatthias Seidel		HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_RESET" ;
181eca95fa9SMatthias Seidel		Pos = MAP_APPFONT ( 192, 120 ) ;
182eca95fa9SMatthias Seidel		Size = MAP_APPFONT ( 75, 14 ) ;
183cdf0e10cSrcweir		TabStop = TRUE ;
184cdf0e10cSrcweir		Group = TRUE ;
185cdf0e10cSrcweir		PUSHBUTTON_TEXT_RESET
186eca95fa9SMatthias Seidel	};
187cdf0e10cSrcweir	String STR_LOADACCELCONFIG
188cdf0e10cSrcweir	{
189cdf0e10cSrcweir		Text [ en-US ] = "Load Keyboard Configuration" ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir	String STR_SAVEACCELCONFIG
192cdf0e10cSrcweir	{
193cdf0e10cSrcweir		Text [ en-US ] = "Save Keyboard Configuration" ;
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir	String STR_FILTERNAME_CFG
196cdf0e10cSrcweir	{
19742057499SAriel Constenla-Haile		Text [ en-US ] = "Configuration (*.cfg)" ;
198cdf0e10cSrcweir	};
199cdf0e10cSrcweir};
200cdf0e10cSrcweir
201cdf0e10cSrcweirResource RID_SVXPAGE_CONFIGGROUPBOX
202cdf0e10cSrcweir{
203eca95fa9SMatthias Seidel	String STR_MYMACROS
204cdf0e10cSrcweir	{
205*b4b8d4b6SMatthias Seidel		Text [ en-US ] = "My Macros" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	String STR_PRODMACROS
208cdf0e10cSrcweir	{
209*b4b8d4b6SMatthias Seidel		Text [ en-US ] = "%PRODUCTNAME Macros" ;
210cdf0e10cSrcweir	};
211cdf0e10cSrcweir	String STR_BASICMACROS
212cdf0e10cSrcweir	{
213cdf0e10cSrcweir		Text [ en-US ] = "BASIC Macros" ;
214cdf0e10cSrcweir	};
215cdf0e10cSrcweir	String STR_DLG_MACROS
216cdf0e10cSrcweir	{
217eca95fa9SMatthias Seidel		Text [ en-US ] = "%PRODUCTNAME Macros" ;
218cdf0e10cSrcweir	};
219cdf0e10cSrcweir	String STR_HUMAN_APPNAME
220cdf0e10cSrcweir	{
221eca95fa9SMatthias Seidel		Text = "%PRODUCTNAME" ;
222cdf0e10cSrcweir	};
223cdf0e10cSrcweir	String STR_GROUP_STYLES
224cdf0e10cSrcweir	{
225cdf0e10cSrcweir		Text [ en-US ] = "Styles" ;
226cdf0e10cSrcweir	};
227cdf0e10cSrcweir	Image IMG_HARDDISK
228cdf0e10cSrcweir	{
229eca95fa9SMatthias Seidel		ImageBitmap = Bitmap { File = "harddisk_16.png" ; };
230cdf0e10cSrcweir	};
231cdf0e10cSrcweir	Image IMG_HARDDISK_HC
232cdf0e10cSrcweir	{
233eca95fa9SMatthias Seidel		ImageBitmap = Bitmap { File = "harddisk_16_h.png" ; };
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir	Image IMG_LIB
236cdf0e10cSrcweir	{
237*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "im30820.png" ; };
238cdf0e10cSrcweir	};
239cdf0e10cSrcweir	Image IMG_LIB_HC
240cdf0e10cSrcweir	{
241*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "imh30820.png" ; };
242cdf0e10cSrcweir	};
243cdf0e10cSrcweir	Image IMG_MACRO
244cdf0e10cSrcweir	{
245*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "im30821.png" ; };
246cdf0e10cSrcweir	};
247cdf0e10cSrcweir	Image IMG_MACRO_HC
248cdf0e10cSrcweir	{
249*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "imh30821.png" ; };
250cdf0e10cSrcweir	};
251cdf0e10cSrcweir	Image IMG_DOC
252cdf0e10cSrcweir	{
253*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "im30826.png" ; };
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir	Image IMG_DOC_HC
256cdf0e10cSrcweir	{
257*b4b8d4b6SMatthias Seidel		ImageBitmap = Bitmap { File = "imh30826.png" ; };
258cdf0e10cSrcweir	};
259cdf0e10cSrcweir	Image BMP_COLLAPSED
260cdf0e10cSrcweir	{
261cdf0e10cSrcweir		ImageBitmap = Bitmap
262cdf0e10cSrcweir		{
263eca95fa9SMatthias Seidel			File = "plus.png" ;
264cdf0e10cSrcweir		};
265cdf0e10cSrcweir	};
266cdf0e10cSrcweir	Image BMP_EXPANDED
267cdf0e10cSrcweir	{
268cdf0e10cSrcweir		ImageBitmap = Bitmap
269cdf0e10cSrcweir		{
270eca95fa9SMatthias Seidel			File = "minus.png" ;
271cdf0e10cSrcweir		};
272cdf0e10cSrcweir	};
273cdf0e10cSrcweir	Image BMP_EXPANDED_HC
274cdf0e10cSrcweir	{
275cdf0e10cSrcweir		ImageBitmap = Bitmap
276cdf0e10cSrcweir		{
277eca95fa9SMatthias Seidel			File = "minus_h.png" ;
278cdf0e10cSrcweir		};
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir	Image BMP_COLLAPSED_HC
281cdf0e10cSrcweir	{
282cdf0e10cSrcweir		ImageBitmap = Bitmap
283cdf0e10cSrcweir		{
284eca95fa9SMatthias Seidel			File = "plus_h.png" ;
285cdf0e10cSrcweir		};
286cdf0e10cSrcweir	};
287cdf0e10cSrcweir};
288cdf0e10cSrcweir
289eca95fa9SMatthias Seidel// ********************************************************************** EOF
290