1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
24 #define MASKCOLOR MaskColor = \
25 Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
27 #define PUSHBUTTON_TEXT_SAVE \
28 Text [ en-US ] = "~Save..." ; \
30 #define PUSHBUTTON_TEXT_RESET \
31 Text [ en-US ] = "R~eset" ; \
33 #define PUSHBUTTON_TEXT_LOAD \
34 Text [ en-US ] = "~Load..." ; \
36 #define PUSHBUTTON_TEXT_REMOVE \
37 Text [ en-US ] = "~Delete" ; \
39 #define PUSHBUTTON_TEXT_CHANGE \
40 Text [ en-US ] = "~Modify" ; \
42 #define PUSHBUTTON_TEXT_NEW \
43 Text [ en-US ] = "~New" ; \
45 #define FIXEDTEXT_TEXT_GROUP \
46 Text [ en-US ] = "~Category" ; \
48 #define FIXEDTEXT_TEXT_FUNCTION \
49 Text [ en-US ] = "Function" ; \
51 #define GROUPBOX_TEXT_FUNCTIONS \
52 Text [ en-US ] = "Functions" ; \
54 // TP_CONFIG_ACCEL -------------------------------------------------------
55 TabPage RID_SVXPAGE_KEYBOARD
57 HelpId = HID_CONFIG_ACCEL ;
59 Size = MAP_APPFONT ( 273 , 258 ) ;
62 HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_OFFICE";
63 Pos = MAP_APPFONT ( 192 , 6 ) ;
64 Size = MAP_APPFONT ( 75 , 10 ) ;
65 Text = "%PRODUCTNAME" ;
69 HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_MODULE";
70 Pos = MAP_APPFONT ( 192 , 19 ) ;
71 Size = MAP_APPFONT ( 75 , 10 ) ;
74 PushButton BTN_ACC_CHANGE
76 HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_CHANGE";
77 Pos = MAP_APPFONT ( 192 , 35 ) ;
78 Size = MAP_APPFONT ( 75 , 14 ) ;
80 PUSHBUTTON_TEXT_CHANGE
82 PushButton BTN_ACC_REMOVE
84 HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_REMOVE";
85 Pos = MAP_APPFONT ( 192 , 52 ) ;
86 Size = MAP_APPFONT ( 75 , 14 ) ;
89 PUSHBUTTON_TEXT_REMOVE
91 FixedLine GRP_ACC_KEYBOARD
93 Pos = MAP_APPFONT ( 6 , 3 ) ;
94 Size = MAP_APPFONT ( 180 , 8 ) ;
96 Text [ en-US ] = "Shortcut keys";
98 Control BOX_ACC_ENTRIES
101 Pos = MAP_APPFONT ( 12 , 14 ) ;
102 Size = MAP_APPFONT ( 174 , 120 ) ;
105 HelpId = HID_ACCELCONFIG_LISTBOX ;
107 FixedLine GRP_ACC_FUNCTIONS
109 Pos = MAP_APPFONT ( 6 , 140 ) ;
110 Size = MAP_APPFONT ( 258 , 8 ) ;
112 GROUPBOX_TEXT_FUNCTIONS
114 FixedText TXT_ACC_GROUP
116 Pos = MAP_APPFONT ( 12 , 151 ) ;
117 Size = MAP_APPFONT ( 78 , 8 ) ;
122 Control BOX_ACC_GROUP
125 Pos = MAP_APPFONT ( 12 , 161 ) ;
126 Size = MAP_APPFONT ( 78 , 91 ) ;
128 HelpId = HID_CONFIGGROUP_ACC_LISTBOX ;
130 FixedText TXT_ACC_FUNCTION
132 Pos = MAP_APPFONT ( 93 , 151 ) ;
133 Size = MAP_APPFONT ( 88 , 8 ) ;
135 FIXEDTEXT_TEXT_FUNCTION
137 Control BOX_ACC_FUNCTION
140 Pos = MAP_APPFONT ( 93 , 161 ) ;
141 Size = MAP_APPFONT ( 88 , 91 ) ;
143 HelpId = HID_CONFIGFUNCTION_ACC_LISTBOX ;
145 FixedText TXT_ACC_KEY
147 Pos = MAP_APPFONT ( 184 , 151 ) ;
148 Size = MAP_APPFONT ( 80 , 8 ) ;
149 Text [ en-US ] = "~Keys" ;
155 Pos = MAP_APPFONT ( 184 , 161 ) ;
156 Size = MAP_APPFONT ( 80 , 91 ) ;
161 HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_LOAD";
162 Pos = MAP_APPFONT ( 192 , 86 ) ;
163 Size = MAP_APPFONT ( 75 , 14 ) ;
170 HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_SAVE";
171 Pos = MAP_APPFONT ( 192 , 103 ) ;
172 Size = MAP_APPFONT ( 75 , 14 ) ;
179 HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_RESET";
180 Pos = MAP_APPFONT ( 192 , 120 ) ;
181 Size = MAP_APPFONT ( 75 , 14 ) ;
184 PUSHBUTTON_TEXT_RESET
186 String STR_LOADACCELCONFIG
188 Text [ en-US ] = "Load Keyboard Configuration" ;
190 String STR_SAVEACCELCONFIG
192 Text [ en-US ] = "Save Keyboard Configuration" ;
194 String STR_FILTERNAME_CFG
196 Text [ en-US ] = "Configuration (*.cfg)" ;
200 Resource RID_SVXPAGE_CONFIGGROUPBOX
202 String STR_BASICMACROS
204 Text [ en-US ] = "BASIC Macros" ;
206 String STR_HUMAN_APPNAME
208 TEXT = "%PRODUCTNAME" ;
210 String STR_GROUP_STYLES
212 Text [ en-US ] = "Styles" ;
230 // ********************************************************************** EOF
232 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */