fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / cui / source / customize / acccfg.src
blob81abe9d41f14447c65572e33de8cb8e458c7046f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "helpid.hrc"
21 #include "cuires.hrc"
22 #include "acccfg.hrc"
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 ;
58     Hide = TRUE ;
59     Size = MAP_APPFONT ( 273 , 258 ) ;
60     RadioButton RB_OFFICE
61     {
62         HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_OFFICE";
63         Pos = MAP_APPFONT ( 192 , 6 ) ;
64         Size = MAP_APPFONT ( 75 , 10 ) ;
65         Text = "%PRODUCTNAME" ;
66     };
67     RadioButton RB_MODULE
68     {
69         HelpID = "cui:RadioButton:RID_SVXPAGE_KEYBOARD:RB_MODULE";
70         Pos = MAP_APPFONT ( 192 , 19 ) ;
71         Size = MAP_APPFONT ( 75 , 10 ) ;
72         Text = "$(MODULE)" ;
73     };
74     PushButton BTN_ACC_CHANGE
75     {
76         HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_CHANGE";
77         Pos = MAP_APPFONT ( 192 , 35 ) ;
78         Size = MAP_APPFONT ( 75 , 14 ) ;
79         TabStop = TRUE ;
80         PUSHBUTTON_TEXT_CHANGE
81     };
82     PushButton BTN_ACC_REMOVE
83     {
84         HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_ACC_REMOVE";
85         Pos = MAP_APPFONT ( 192 , 52 ) ;
86         Size = MAP_APPFONT ( 75 , 14 ) ;
87         TabStop = TRUE ;
88         Group = TRUE ;
89         PUSHBUTTON_TEXT_REMOVE
90     };
91     FixedLine GRP_ACC_KEYBOARD
92     {
93         Pos = MAP_APPFONT ( 6 , 3 ) ;
94         Size = MAP_APPFONT ( 180 , 8 ) ;
95         Group = TRUE ;
96         Text [ en-US ] = "Shortcut keys";
97     };
98     Control BOX_ACC_ENTRIES
99     {
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 12 , 14 ) ;
102         Size = MAP_APPFONT ( 174 , 120 ) ;
103         TabStop = TRUE ;
104         Group = TRUE ;
105         HelpId = HID_ACCELCONFIG_LISTBOX ;
106     };
107     FixedLine GRP_ACC_FUNCTIONS
108     {
109         Pos = MAP_APPFONT ( 6 , 140 ) ;
110         Size = MAP_APPFONT ( 258 , 8 ) ;
111         Group = TRUE ;
112         GROUPBOX_TEXT_FUNCTIONS
113     };
114     FixedText TXT_ACC_GROUP
115     {
116         Pos = MAP_APPFONT ( 12 , 151 ) ;
117         Size = MAP_APPFONT ( 78 , 8 ) ;
118         Group = TRUE ;
119         Left = TRUE ;
120         FIXEDTEXT_TEXT_GROUP
121     };
122     Control BOX_ACC_GROUP
123     {
124         Border = TRUE ;
125         Pos = MAP_APPFONT ( 12 , 161 ) ;
126         Size = MAP_APPFONT ( 78 , 91 ) ;
127         TabStop = TRUE ;
128         HelpId = HID_CONFIGGROUP_ACC_LISTBOX ;
129     };
130     FixedText TXT_ACC_FUNCTION
131     {
132         Pos = MAP_APPFONT ( 93 , 151 ) ;
133         Size = MAP_APPFONT ( 88 , 8 ) ;
134         Left = TRUE ;
135         FIXEDTEXT_TEXT_FUNCTION
136     };
137     Control BOX_ACC_FUNCTION
138     {
139         Border = TRUE ;
140         Pos = MAP_APPFONT ( 93 , 161 ) ;
141         Size = MAP_APPFONT ( 88 , 91 ) ;
142         TabStop = TRUE ;
143         HelpId = HID_CONFIGFUNCTION_ACC_LISTBOX ;
144     };
145     FixedText TXT_ACC_KEY
146     {
147         Pos = MAP_APPFONT ( 184 , 151 ) ;
148         Size = MAP_APPFONT ( 80 , 8 ) ;
149         Text [ en-US ] = "~Keys" ;
150         Left = TRUE ;
151     };
152     Control BOX_ACC_KEY
153     {
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 184 , 161 ) ;
156         Size = MAP_APPFONT ( 80 , 91 ) ;
157         TabStop = TRUE ;
158     };
159     PushButton BTN_LOAD
160     {
161         HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_LOAD";
162         Pos = MAP_APPFONT ( 192 , 86 ) ;
163         Size = MAP_APPFONT ( 75 , 14 ) ;
164         TabStop = TRUE ;
165         Group = TRUE ;
166         PUSHBUTTON_TEXT_LOAD
167     };
168     PushButton BTN_SAVE
169     {
170         HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_SAVE";
171         Pos = MAP_APPFONT ( 192 , 103 ) ;
172         Size = MAP_APPFONT ( 75 , 14 ) ;
173         TabStop = TRUE ;
174         Group = TRUE ;
175         PUSHBUTTON_TEXT_SAVE
176     };
177     PushButton BTN_RESET
178     {
179         HelpID = "cui:PushButton:RID_SVXPAGE_KEYBOARD:BTN_RESET";
180         Pos = MAP_APPFONT ( 192 , 120 ) ;
181         Size = MAP_APPFONT ( 75 , 14 ) ;
182         TabStop = TRUE ;
183         Group = TRUE ;
184         PUSHBUTTON_TEXT_RESET
185     };
186     String STR_LOADACCELCONFIG
187     {
188         Text [ en-US ] = "Load Keyboard Configuration" ;
189     };
190     String STR_SAVEACCELCONFIG
191     {
192         Text [ en-US ] = "Save Keyboard Configuration" ;
193     };
194     String STR_FILTERNAME_CFG
195     {
196         Text [ en-US ] = "Configuration (*.cfg)" ;
197     };
200 Resource RID_SVXPAGE_CONFIGGROUPBOX
202     String STR_BASICMACROS
203     {
204         Text [ en-US ] = "BASIC Macros" ;
205     };
206     String STR_HUMAN_APPNAME
207     {
208         TEXT = "%PRODUCTNAME" ;
209     };
210     String STR_GROUP_STYLES
211     {
212         Text [ en-US ] = "Styles" ;
213     };
214     Image BMP_COLLAPSED
215     {
216         ImageBitmap = Bitmap
217         {
218             File = "plus.bmp" ;
219         };
220     };
221     Image BMP_EXPANDED
222     {
223         ImageBitmap = Bitmap
224         {
225             File = "minus.bmp" ;
226         };
227     };
230  // ********************************************************************** EOF
232 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */