cfg.src (c543ef55) cfg.src (b4b8d4b6)
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

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

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

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

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// include ---------------------------------------------------------------
23#include <cuires.hrc>
24#include "cfg.hrc"
25#include "helpid.hrc"
26
27TabDialog RID_SVXDLG_CUSTOMIZE
28{
29 OutputSize = TRUE ;
30 Text [ en-US ] = "Customize" ;

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

80
81#define TEXT_MOVE \
82 Text [ en-US ] = "Move..." ;\
83
84#define TEXT_DEFAULT_STYLE \
85 Text [ en-US ] = "Restore Default Settings" ;\
86
87#define TEXT_DEFAULT_COMMAND \
24#include <cuires.hrc>
25#include "cfg.hrc"
26#include "helpid.hrc"
27
28TabDialog RID_SVXDLG_CUSTOMIZE
29{
30 OutputSize = TRUE ;
31 Text [ en-US ] = "Customize" ;

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

81
82#define TEXT_MOVE \
83 Text [ en-US ] = "Move..." ;\
84
85#define TEXT_DEFAULT_STYLE \
86 Text [ en-US ] = "Restore Default Settings" ;\
87
88#define TEXT_DEFAULT_COMMAND \
88 Text [ en-US ] = "Restore Default Command" ;\
89 Text [ en-US ] = "Restore Default Command" ;\
89
90#define TEXT_TEXT_ONLY \
91 Text [ en-US ] = "Text only" ;\
92
93#define TEXT_TOOLBAR_NAME \
94 Text [ en-US ] = "Toolbar Name" ;\
95
96#define TEXT_SAVE_IN \
97 Text [ en-US ] = "Save In" ;\
98
99TabPage RID_SVXPAGE_MENUS
100{
101 Hide = TRUE ;
90
91#define TEXT_TEXT_ONLY \
92 Text [ en-US ] = "Text only" ;\
93
94#define TEXT_TOOLBAR_NAME \
95 Text [ en-US ] = "Toolbar Name" ;\
96
97#define TEXT_SAVE_IN \
98 Text [ en-US ] = "Save In" ;\
99
100TabPage RID_SVXPAGE_MENUS
101{
102 Hide = TRUE ;
102 Size = MAP_APPFONT ( 273 , 258 ) ;
103 Size = MAP_APPFONT ( 273, 258 ) ;
103 HelpId = HID_SVX_CONFIG_MENU ;
104 FixedLine GRP_MENUS
105 {
104 HelpId = HID_SVX_CONFIG_MENU ;
105 FixedLine GRP_MENUS
106 {
106 Pos = MAP_APPFONT ( 6 , 11 ) ;
107 Size = MAP_APPFONT ( 261 , 8 ) ;
107 Pos = MAP_APPFONT ( 6, 11 ) ;
108 Size = MAP_APPFONT ( 261, 8 ) ;
108 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ;
109 };
110 FixedText FT_MENUS
111 {
109 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Menus" ;
110 };
111 FixedText FT_MENUS
112 {
112 Pos = MAP_APPFONT ( 9 , 24 ) ;
113 Size = MAP_APPFONT ( 55 , 8 ) ;
113 Pos = MAP_APPFONT ( 9, 24 ) ;
114 Size = MAP_APPFONT ( 55, 8 ) ;
114 TEXT_MENU
115 };
116 ListBox LB_MENUS
117 {
115 TEXT_MENU
116 };
117 ListBox LB_MENUS
118 {
118 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_MENUS";
119 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_MENUS" ;
119 Border = TRUE ;
120 Border = TRUE ;
120 Pos = MAP_APPFONT ( 64 , 22 ) ;
121 Size = MAP_APPFONT ( 108 , 108 ) ;
121 Pos = MAP_APPFONT ( 64, 22 ) ;
122 Size = MAP_APPFONT ( 108, 108 ) ;
122 DropDown = TRUE ;
123 };
124 PushButton BTN_NEW
125 {
123 DropDown = TRUE ;
124 };
125 PushButton BTN_NEW
126 {
126 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_NEW";
127 Pos = MAP_APPFONT ( 192 , 22 ) ;
128 Size = MAP_APPFONT ( 75 , 14 ) ;
127 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_NEW" ;
128 Pos = MAP_APPFONT ( 192, 22 ) ;
129 Size = MAP_APPFONT ( 75, 14 ) ;
129 TabStop = TRUE ;
130 Text [ en-US ] = "New..." ;
131 };
132 MenuButton BTN_CHANGE
133 {
130 TabStop = TRUE ;
131 Text [ en-US ] = "New..." ;
132 };
133 MenuButton BTN_CHANGE
134 {
134 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE";
135 Pos = MAP_APPFONT ( 192 , 39 ) ;
136 Size = MAP_APPFONT ( 75 , 14 ) ;
135 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE" ;
136 Pos = MAP_APPFONT ( 192, 39 ) ;
137 Size = MAP_APPFONT ( 75, 14 ) ;
137 TabStop = TRUE ;
138 TEXT_MENU
139 };
140 FixedLine GRP_MENU_SEPARATOR
141 {
138 TabStop = TRUE ;
139 TEXT_MENU
140 };
141 FixedLine GRP_MENU_SEPARATOR
142 {
142 Pos = MAP_APPFONT ( 6 , 56 ) ;
143 Size = MAP_APPFONT ( 261 , 8 ) ;
143 Pos = MAP_APPFONT ( 6, 56 ) ;
144 Size = MAP_APPFONT ( 261, 8 ) ;
144 Text [ en-US ] = "Menu Content" ;
145 };
146 FixedText GRP_MENU_ENTRIES
147 {
145 Text [ en-US ] = "Menu Content" ;
146 };
147 FixedText GRP_MENU_ENTRIES
148 {
148 Pos = MAP_APPFONT ( 9 , 67 ) ;
149 Size = MAP_APPFONT ( 55 , 8 ) ;
149 Pos = MAP_APPFONT ( 9, 67 ) ;
150 Size = MAP_APPFONT ( 55, 8 ) ;
150 Group = TRUE ;
151 Text [ en-US ] = "Entries" ;
152 };
153 Control BOX_ENTRIES
154 {
155 Border = TRUE ;
151 Group = TRUE ;
152 Text [ en-US ] = "Entries" ;
153 };
154 Control BOX_ENTRIES
155 {
156 Border = TRUE ;
156 Pos = MAP_APPFONT ( 64 , 67 ) ;
157 Size = MAP_APPFONT ( 108 , 115 ) ;
157 Pos = MAP_APPFONT ( 64, 67 ) ;
158 Size = MAP_APPFONT ( 108, 115 ) ;
158 TabStop = TRUE ;
159 HelpId = HID_SVX_CONFIG_MENU_CONTENTS ;
160 };
161 PushButton BTN_ADD_COMMANDS
162 {
159 TabStop = TRUE ;
160 HelpId = HID_SVX_CONFIG_MENU_CONTENTS ;
161 };
162 PushButton BTN_ADD_COMMANDS
163 {
163 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_ADD_COMMANDS";
164 Pos = MAP_APPFONT ( 192 , 67 ) ;
165 Size = MAP_APPFONT ( 75 , 14 ) ;
164 HelpID = "cui:PushButton:RID_SVXPAGE_MENUS:BTN_ADD_COMMANDS" ;
165 Pos = MAP_APPFONT ( 192, 67 ) ;
166 Size = MAP_APPFONT ( 75, 14 ) ;
166 TabStop = TRUE ;
167 Text [ en-US ] = "Add..." ;
168 };
169 MenuButton BTN_CHANGE_ENTRY
170 {
167 TabStop = TRUE ;
168 Text [ en-US ] = "Add..." ;
169 };
170 MenuButton BTN_CHANGE_ENTRY
171 {
171 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE_ENTRY";
172 Pos = MAP_APPFONT ( 192 , 84 ) ;
173 Size = MAP_APPFONT ( 75 , 14 ) ;
172 HelpID = "cui:MenuButton:RID_SVXPAGE_MENUS:BTN_CHANGE_ENTRY" ;
173 Pos = MAP_APPFONT ( 192, 84 ) ;
174 Size = MAP_APPFONT ( 75, 14 ) ;
174 TabStop = TRUE ;
175 Text [ en-US ] = "Modify" ;
176 };
177 ImageButton BTN_UP
178 {
175 TabStop = TRUE ;
176 Text [ en-US ] = "Modify" ;
177 };
178 ImageButton BTN_UP
179 {
179 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_UP";
180 Pos = MAP_APPFONT ( 175 , 102 ) ;
181 Size = MAP_APPFONT ( 14 , 14 ) ;
180 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_UP" ;
181 Pos = MAP_APPFONT ( 175, 102 ) ;
182 Size = MAP_APPFONT ( 14, 14 ) ;
182 TabStop = TRUE ;
183 Symbol = IMAGEBUTTON_ARROW_UP ;
183 TabStop = TRUE ;
184 Symbol = IMAGEBUTTON_ARROW_UP ;
184 Disable = TRUE ;
185 Disable = TRUE ;
185 };
186 ImageButton BTN_DOWN
187 {
186 };
187 ImageButton BTN_DOWN
188 {
188 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_DOWN";
189 Pos = MAP_APPFONT ( 175 , 119 ) ;
190 Size = MAP_APPFONT ( 14 , 14 ) ;
189 HelpID = "cui:ImageButton:RID_SVXPAGE_MENUS:BTN_DOWN" ;
190 Pos = MAP_APPFONT ( 175, 119 ) ;
191 Size = MAP_APPFONT ( 14, 14 ) ;
191 TabStop = TRUE ;
192 Symbol = IMAGEBUTTON_ARROW_DOWN ;
192 TabStop = TRUE ;
193 Symbol = IMAGEBUTTON_ARROW_DOWN ;
193 Disable = TRUE ;
194 Disable = TRUE ;
194 };
195 FixedText TXT_SAVEIN
196 {
195 };
196 FixedText TXT_SAVEIN
197 {
197 Pos = MAP_APPFONT ( 9 , 190 ) ;
198 Size = MAP_APPFONT ( 55 , 8 ) ;
198 Pos = MAP_APPFONT ( 9, 190 ) ;
199 Size = MAP_APPFONT ( 55, 8 ) ;
199 Group = TRUE ;
200 TEXT_SAVE_IN
201 };
202 ListBox LB_SAVEIN
203 {
200 Group = TRUE ;
201 TEXT_SAVE_IN
202 };
203 ListBox LB_SAVEIN
204 {
204 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_SAVEIN";
205 HelpID = "cui:ListBox:RID_SVXPAGE_MENUS:LB_SAVEIN" ;
205 Border = TRUE ;
206 Border = TRUE ;
206 Pos = MAP_APPFONT ( 64 , 188 ) ;
207 Size = MAP_APPFONT ( 108 , 53 ) ;
207 Pos = MAP_APPFONT ( 64, 188 ) ;
208 Size = MAP_APPFONT ( 108, 53 ) ;
208 DropDown = TRUE ;
209 };
209 DropDown = TRUE ;
210 };
210 FixedText FT_DESCRIPTION
211 {
212 Pos = MAP_APPFONT ( 6 , 205 ) ;
213 Size = MAP_APPFONT ( 261 , 8 ) ;
214 Text [ en-US ] = "Description" ;
215 };
216 MultiLineEdit ED_DESCRIPTION
217 {
218 HelpID = "cui:MultiLineEdit:RID_SVXPAGE_MENUS:ED_DESCRIPTION";
219 Pos = MAP_APPFONT ( 6 , 216 ) ;
220 Size = MAP_APPFONT ( 261 , 36 ) ;
221 Border = TRUE;
222 VScroll = TRUE;
223 IgnoreTab = TRUE;
224 ReadOnly = TRUE;
225 };
211 FixedText FT_DESCRIPTION
212 {
213 Pos = MAP_APPFONT ( 6, 205 ) ;
214 Size = MAP_APPFONT ( 261, 8 ) ;
215 Text [ en-US ] = "Description" ;
216 };
217 MultiLineEdit ED_DESCRIPTION
218 {
219 HelpID = "cui:MultiLineEdit:RID_SVXPAGE_MENUS:ED_DESCRIPTION" ;
220 Pos = MAP_APPFONT ( 6, 216 ) ;
221 Size = MAP_APPFONT ( 261, 36 ) ;
222 Border = TRUE;
223 VScroll = TRUE;
224 IgnoreTab = TRUE;
225 ReadOnly = TRUE;
226 };
226};
227
228Menu MODIFY_MENU
229{
230 ItemList =
231 {
232 MenuItem
233 {

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

407 Text [ en-US ] = "Reset Icon" ;
408 };
409 };
410};
411
412/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
413String RID_SVXSTR_NEW_MENU
414{
227};
228
229Menu MODIFY_MENU
230{
231 ItemList =
232 {
233 MenuItem
234 {

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

408 Text [ en-US ] = "Reset Icon" ;
409 };
410 };
411};
412
413/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
414String RID_SVXSTR_NEW_MENU
415{
415 Text [ en-US ] = "New Menu %n";
416 Text [ en-US ] = "New Menu %n" ;
416};
417
418/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
419String RID_SVXSTR_NEW_TOOLBAR
420{
417};
418
419/* %n will be replaced at runtime by a number starting with 1 and increasing as necessary */
420String RID_SVXSTR_NEW_TOOLBAR
421{
421 Text [ en-US ] = "New Toolbar %n";
422 Text [ en-US ] = "New Toolbar %n" ;
422};
423
424String RID_SVXSTR_MOVE_MENU
425{
423};
424
425String RID_SVXSTR_MOVE_MENU
426{
426 Text [ en-US ] = "Move Menu";
427 Text [ en-US ] = "Move Menu" ;
427};
428
429String RID_SVXSTR_ADD_SUBMENU
430{
428};
429
430String RID_SVXSTR_ADD_SUBMENU
431{
431 Text [ en-US ] = "Add Submenu";
432 Text [ en-US ] = "Add Submenu" ;
432};
433
434String RID_SVXSTR_SUBMENU_NAME
435{
433};
434
435String RID_SVXSTR_SUBMENU_NAME
436{
436 Text [ en-US ] = "Submenu name";
437 Text [ en-US ] = "Submenu name" ;
437};
438
439String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
440{
438};
439
440String RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION
441{
441 Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog.";
442 Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog." ;
442};
443
444ModalDialog MD_MENU_ORGANISER
445{
446 OutputSize = TRUE ;
443};
444
445ModalDialog MD_MENU_ORGANISER
446{
447 OutputSize = TRUE ;
447 Size = MAP_APPFONT ( 172 , 154 ) ;
448 Size = MAP_APPFONT ( 172, 154 ) ;
448 Text [ en-US ] = "New Menu" ;
449 SvLook = TRUE ;
450 Moveable = TRUE ;
451 HelpId = HID_SVX_CONFIG_MENU_ORGANIZER;
452 FixedText TXT_MENU_NAME
453 {
449 Text [ en-US ] = "New Menu" ;
450 SvLook = TRUE ;
451 Moveable = TRUE ;
452 HelpId = HID_SVX_CONFIG_MENU_ORGANIZER;
453 FixedText TXT_MENU_NAME
454 {
454 Pos = MAP_APPFONT ( 6 , 8 ) ;
455 Size = MAP_APPFONT ( 93 , 8 ) ;
455 Pos = MAP_APPFONT ( 6, 8 ) ;
456 Size = MAP_APPFONT ( 93, 8 ) ;
456 Group = TRUE ;
457 Left = TRUE ;
458 Text [ en-US ] = "Menu name" ;
459 };
460 Edit EDIT_MENU_NAME
461 {
457 Group = TRUE ;
458 Left = TRUE ;
459 Text [ en-US ] = "Menu name" ;
460 };
461 Edit EDIT_MENU_NAME
462 {
462 HelpID = "cui:Edit:MD_MENU_ORGANISER:EDIT_MENU_NAME";
463 HelpID = "cui:Edit:MD_MENU_ORGANISER:EDIT_MENU_NAME" ;
463 Border = TRUE ;
464 Border = TRUE ;
464 Pos = MAP_APPFONT ( 6 , 19 ) ;
465 Size = MAP_APPFONT ( 93 , 12 ) ;
465 Pos = MAP_APPFONT ( 6, 19 ) ;
466 Size = MAP_APPFONT ( 93, 12 ) ;
466 TabStop = TRUE ;
467 };
468 FixedText TXT_MENU
469 {
467 TabStop = TRUE ;
468 };
469 FixedText TXT_MENU
470 {
470 Pos = MAP_APPFONT ( 6 , 37 ) ;
471 Size = MAP_APPFONT ( 93 , 8 ) ;
471 Pos = MAP_APPFONT ( 6, 37 ) ;
472 Size = MAP_APPFONT ( 93, 8 ) ;
472 Group = TRUE ;
473 Left = TRUE ;
474 Text [ en-US ] = "Menu position" ;
475 };
476 Control BOX_MAIN_MENUS
477 {
473 Group = TRUE ;
474 Left = TRUE ;
475 Text [ en-US ] = "Menu position" ;
476 };
477 Control BOX_MAIN_MENUS
478 {
478 HelpId = HID_SVX_CONFIG_MENU_LISTBOX ;
479 HelpId = HID_SVX_CONFIG_MENU_LISTBOX ;
479 Border = TRUE ;
480 Border = TRUE ;
480 Pos = MAP_APPFONT ( 6 , 48 ) ;
481 Size = MAP_APPFONT ( 93 , 100 ) ;
481 Pos = MAP_APPFONT ( 6, 48 ) ;
482 Size = MAP_APPFONT ( 93, 100 ) ;
482 TabStop = TRUE ;
483 };
484 ImageButton BTN_MENU_UP
485 {
483 TabStop = TRUE ;
484 };
485 ImageButton BTN_MENU_UP
486 {
486 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_UP";
487 Pos = MAP_APPFONT ( 102 , 80 ) ;
488 Size = MAP_APPFONT ( 14 , 14 ) ;
487 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_UP" ;
488 Pos = MAP_APPFONT ( 102, 80 ) ;
489 Size = MAP_APPFONT ( 14, 14 ) ;
489 TabStop = TRUE ;
490 Symbol = IMAGEBUTTON_ARROW_UP ;
491 };
492 ImageButton BTN_MENU_DOWN
493 {
490 TabStop = TRUE ;
491 Symbol = IMAGEBUTTON_ARROW_UP ;
492 };
493 ImageButton BTN_MENU_DOWN
494 {
494 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_DOWN";
495 Pos = MAP_APPFONT ( 102 , 97 ) ;
496 Size = MAP_APPFONT ( 14 , 14 ) ;
495 HelpID = "cui:ImageButton:MD_MENU_ORGANISER:BTN_MENU_DOWN" ;
496 Pos = MAP_APPFONT ( 102, 97 ) ;
497 Size = MAP_APPFONT ( 14, 14 ) ;
497 TabStop = TRUE ;
498 Symbol = IMAGEBUTTON_ARROW_DOWN ;
499 };
500 OKButton BTN_MENU_ADD
501 {
502 DefButton = TRUE;
498 TabStop = TRUE ;
499 Symbol = IMAGEBUTTON_ARROW_DOWN ;
500 };
501 OKButton BTN_MENU_ADD
502 {
503 DefButton = TRUE;
503 Pos = MAP_APPFONT ( 119 , 6 ) ;
504 Size = MAP_APPFONT ( 50 , 14 ) ;
504 Pos = MAP_APPFONT ( 119, 6 ) ;
505 Size = MAP_APPFONT ( 50, 14 ) ;
505 };
506 CancelButton BTN_MENU_CLOSE
507 {
506 };
507 CancelButton BTN_MENU_CLOSE
508 {
508 Pos = MAP_APPFONT ( 119 , 23 ) ;
509 Size = MAP_APPFONT ( 50 , 14 ) ;
509 Pos = MAP_APPFONT ( 119, 23 ) ;
510 Size = MAP_APPFONT ( 50, 14 ) ;
510 };
511 HelpButton BTN_MENU_HELP
512 {
511 };
512 HelpButton BTN_MENU_HELP
513 {
513 Pos = MAP_APPFONT ( 119 , 40 ) ;
514 Size = MAP_APPFONT ( 50 , 14 ) ;
514 Pos = MAP_APPFONT ( 119, 40 ) ;
515 Size = MAP_APPFONT ( 50, 14 ) ;
515 };
516};
517
518// MD_NEW_TOOLBAR -------------------------------------------------
519ModalDialog MD_NEW_TOOLBAR
520{
516 };
517};
518
519// MD_NEW_TOOLBAR -------------------------------------------------
520ModalDialog MD_NEW_TOOLBAR
521{
521 HelpID = "cui:ModalDialog:MD_NEW_TOOLBAR";
522 HelpID = "cui:ModalDialog:MD_NEW_TOOLBAR" ;
522 OutputSize = TRUE ;
523 SvLook = TRUE ;
523 OutputSize = TRUE ;
524 SvLook = TRUE ;
524 Size = MAP_APPFONT ( 165 , 63 ) ;
525 Size = MAP_APPFONT ( 165, 63 ) ;
525 Text [ en-US ] = "Name" ;
526 Moveable = TRUE ;
526 Text [ en-US ] = "Name" ;
527 Moveable = TRUE ;
527 FixedText FT_NAME
528 FixedText FT_NAME
528 {
529 {
529 Pos = MAP_APPFONT ( 6 , 6 ) ;
530 Size = MAP_APPFONT ( 98 , 8 ) ;
530 Pos = MAP_APPFONT ( 6, 6 ) ;
531 Size = MAP_APPFONT ( 98, 8 ) ;
531 TEXT_TOOLBAR_NAME
532 WordBreak = TRUE ;
533 };
534 Edit EDT_STRING
535 {
532 TEXT_TOOLBAR_NAME
533 WordBreak = TRUE ;
534 };
535 Edit EDT_STRING
536 {
536 HelpID = "cui:Edit:MD_NEW_TOOLBAR:EDT_STRING";
537 HelpID = "cui:Edit:MD_NEW_TOOLBAR:EDT_STRING" ;
537 Border = TRUE ;
538 Border = TRUE ;
538 Pos = MAP_APPFONT ( 6 , 17 ) ;
539 Size = MAP_APPFONT ( 97 , 12 ) ;
539 Pos = MAP_APPFONT ( 6, 17 ) ;
540 Size = MAP_APPFONT ( 97, 12 ) ;
540 TabStop = TRUE ;
541 };
542 FixedText TXT_SAVEIN
543 {
541 TabStop = TRUE ;
542 };
543 FixedText TXT_SAVEIN
544 {
544 Pos = MAP_APPFONT ( 6 , 35 ) ;
545 Size = MAP_APPFONT ( 98 , 8 ) ;
545 Pos = MAP_APPFONT ( 6, 35 ) ;
546 Size = MAP_APPFONT ( 98, 8 ) ;
546 Group = TRUE ;
547 TEXT_SAVE_IN
548 };
549 ListBox LB_SAVEIN
550 {
547 Group = TRUE ;
548 TEXT_SAVE_IN
549 };
550 ListBox LB_SAVEIN
551 {
551 HelpID = "cui:ListBox:MD_NEW_TOOLBAR:LB_SAVEIN";
552 HelpID = "cui:ListBox:MD_NEW_TOOLBAR:LB_SAVEIN" ;
552 Border = TRUE ;
553 Border = TRUE ;
553 Pos = MAP_APPFONT ( 6 , 43 ) ;
554 Size = MAP_APPFONT ( 97 , 53 ) ;
554 Pos = MAP_APPFONT ( 6, 43 ) ;
555 Size = MAP_APPFONT ( 97, 53 ) ;
555 DropDown = TRUE ;
556 };
557 OKButton BTN_OK
558 {
556 DropDown = TRUE ;
557 };
558 OKButton BTN_OK
559 {
559 Pos = MAP_APPFONT ( 109 , 6 ) ;
560 Size = MAP_APPFONT ( 50 , 14 ) ;
560 Pos = MAP_APPFONT ( 109, 6 ) ;
561 Size = MAP_APPFONT ( 50, 14 ) ;
561 TabStop = TRUE ;
562 DefButton = TRUE ;
563 };
564 CancelButton BTN_CANCEL
565 {
562 TabStop = TRUE ;
563 DefButton = TRUE ;
564 };
565 CancelButton BTN_CANCEL
566 {
566 Pos = MAP_APPFONT ( 109 , 23 ) ;
567 Size = MAP_APPFONT ( 50 , 14 ) ;
567 Pos = MAP_APPFONT ( 109, 23 ) ;
568 Size = MAP_APPFONT ( 50, 14 ) ;
568 TabStop = TRUE ;
569 };
570 HelpButton BTN_HELP
571 {
569 TabStop = TRUE ;
570 };
571 HelpButton BTN_HELP
572 {
572 Pos = MAP_APPFONT ( 109 , 43 ) ;
573 Size = MAP_APPFONT ( 50 , 14 ) ;
573 Pos = MAP_APPFONT ( 109, 43 ) ;
574 Size = MAP_APPFONT ( 50, 14 ) ;
574 TabStop = TRUE ;
575 };
576};
577
578#ifndef IMAGE_STDBTN_COLOR
579#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
580#endif
581
582ModalDialog MD_ICONSELECTOR
583{
584 OutputSize = TRUE ;
585 SVLook = TRUE ;
575 TabStop = TRUE ;
576 };
577};
578
579#ifndef IMAGE_STDBTN_COLOR
580#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
581#endif
582
583ModalDialog MD_ICONSELECTOR
584{
585 OutputSize = TRUE ;
586 SVLook = TRUE ;
586 Size = MAP_APPFONT ( 240 , 152 ) ;
587 Size = MAP_APPFONT ( 240, 152 ) ;
587 Text [ en-US ] = "Change Icon" ;
588 Moveable = TRUE ;
589 HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
590 FixedText FT_SYMBOLS
591 {
588 Text [ en-US ] = "Change Icon" ;
589 Moveable = TRUE ;
590 HelpId = HID_SVX_CONFIG_ICON_SELECTOR;
591 FixedText FT_SYMBOLS
592 {
592 Pos = MAP_APPFONT ( 6 , 3 ) ;
593 Size = MAP_APPFONT ( 172 , 8 ) ;
593 Pos = MAP_APPFONT ( 6, 3 ) ;
594 Size = MAP_APPFONT ( 172, 8 ) ;
594 Text [ en-US ] = "Icons" ;
595 };
596 ToolBox TB_SYMBOLS
597 {
595 Text [ en-US ] = "Icons" ;
596 };
597 ToolBox TB_SYMBOLS
598 {
598 Pos = MAP_APPFONT ( 12 , 14 ) ;
599 Size = MAP_APPFONT ( 160 , 80 ) ;
599 Pos = MAP_APPFONT ( 12, 14 ) ;
600 Size = MAP_APPFONT ( 160, 80 ) ;
600 Scroll = TRUE ;
601 LineSpacing = TRUE ;
602 Customize = FALSE ;
601 Scroll = TRUE ;
602 LineSpacing = TRUE ;
603 Customize = FALSE ;
603 };
604 };
604 OKButton BTN_OK
605 {
605 OKButton BTN_OK
606 {
606 Pos = MAP_APPFONT ( 60 , 130 ) ;
607 Size = MAP_APPFONT ( 50 , 14 ) ;
607 Pos = MAP_APPFONT ( 60, 130 ) ;
608 Size = MAP_APPFONT ( 50, 14 ) ;
608 TabStop = TRUE ;
609 DefButton = TRUE ;
610 };
611 CancelButton BTN_CANCEL
612 {
609 TabStop = TRUE ;
610 DefButton = TRUE ;
611 };
612 CancelButton BTN_CANCEL
613 {
613 Pos = MAP_APPFONT ( 120 , 130 ) ;
614 Size = MAP_APPFONT ( 50 , 14 ) ;
614 Pos = MAP_APPFONT ( 120, 130 ) ;
615 Size = MAP_APPFONT ( 50, 14 ) ;
615 TabStop = TRUE ;
616 };
617 HelpButton BTN_HELP
618 {
616 TabStop = TRUE ;
617 };
618 HelpButton BTN_HELP
619 {
619 Pos = MAP_APPFONT ( 180 , 130 ) ;
620 Size = MAP_APPFONT ( 50 , 14 ) ;
620 Pos = MAP_APPFONT ( 180, 130 ) ;
621 Size = MAP_APPFONT ( 50, 14 ) ;
621 TabStop = TRUE ;
622 };
623 PushButton BTN_IMPORT
624 {
622 TabStop = TRUE ;
623 };
624 PushButton BTN_IMPORT
625 {
625 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT";
626 Pos = MAP_APPFONT ( 184 , 7 ) ;
627 Size = MAP_APPFONT ( 50 , 14 ) ;
626 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_IMPORT" ;
627 Pos = MAP_APPFONT ( 184, 7 ) ;
628 Size = MAP_APPFONT ( 50, 14 ) ;
628 TabStop = TRUE ;
629 TabStop = TRUE ;
629 Text[ en-US ] = "Import...";
630 Text[ en-US ] = "Import..." ;
630 };
631 PushButton BTN_DELETE
632 {
631 };
632 PushButton BTN_DELETE
633 {
633 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE";
634 Pos = MAP_APPFONT ( 184 , 24 ) ;
635 Size = MAP_APPFONT ( 50 , 14 ) ;
634 HelpID = "cui:PushButton:MD_ICONSELECTOR:BTN_DELETE" ;
635 Pos = MAP_APPFONT ( 184, 24 ) ;
636 Size = MAP_APPFONT ( 50, 14 ) ;
636 TabStop = TRUE ;
637 TabStop = TRUE ;
637 Text[ en-US ] = "Delete...";
638 Text[ en-US ] = "Delete..." ;
638 };
639 FixedText FT_NOTE
640 {
639 };
640 FixedText FT_NOTE
641 {
641 Pos = MAP_APPFONT ( 12 , 95 ) ;
642 Size = MAP_APPFONT ( 200 , 24 ) ;
642 Pos = MAP_APPFONT ( 12, 95 ) ;
643 Size = MAP_APPFONT ( 200, 24 ) ;
643 Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
644 Left = TRUE ;
645 WordBreak = TRUE;
646 };
647 FixedLine FL_SEPARATOR
648 {
649 Pos = MAP_APPFONT ( 0, 120 );
650 Size = MAP_APPFONT ( 240, 8 );
651 };
652 Color IMAGE_BTN_COLOR
653 {
654 Red = 0xC000 ;
655 Green = 0xC000 ;
656 Blue = 0xC000 ;
657 };
658};
659//added for issue83555
660ModalDialog MD_ICONCHANGE
661{
644 Text [ en-US ] = "Note:\nThe size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically." ;
645 Left = TRUE ;
646 WordBreak = TRUE;
647 };
648 FixedLine FL_SEPARATOR
649 {
650 Pos = MAP_APPFONT ( 0, 120 );
651 Size = MAP_APPFONT ( 240, 8 );
652 };
653 Color IMAGE_BTN_COLOR
654 {
655 Red = 0xC000 ;
656 Green = 0xC000 ;
657 Blue = 0xC000 ;
658 };
659};
660//added for issue83555
661ModalDialog MD_ICONCHANGE
662{
662 HelpID = "cui:ModalDialog:MD_ICONCHANGE";
663 HelpID = "cui:ModalDialog:MD_ICONCHANGE" ;
663 OutputSize = TRUE ;
664 SVLook = TRUE ;
664 OutputSize = TRUE ;
665 SVLook = TRUE ;
665 Size = MAP_APPFONT ( 200 , 150 ) ;
666 Size = MAP_APPFONT ( 200, 150 ) ;
666 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
667 Moveable = TRUE ;
668 FixedImage FI_INFO
669 {
667 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
668 Moveable = TRUE ;
669 FixedImage FI_INFO
670 {
670 Pos = MAP_APPFONT ( 6 , 6 ) ;
671 Size = MAP_APPFONT ( 24 , 24 ) ;
671 Pos = MAP_APPFONT ( 6, 6 ) ;
672 Size = MAP_APPFONT ( 24, 24 ) ;
672 Fixed = Image
673 {
674
675 };
676 };
677 FixedText FTCHGE_DESCRIPTION
673 Fixed = Image
674 {
675
676 };
677 };
678 FixedText FTCHGE_DESCRIPTION
678 {
679 Pos = MAP_APPFONT ( 30 ,15 ) ;
680 Size = MAP_APPFONT ( 200 , 50 ) ;
681 Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
682 };
683
679 {
680 Pos = MAP_APPFONT ( 30 ,15 ) ;
681 Size = MAP_APPFONT ( 200, 50 ) ;
682 Text [ en-US ] = "The files listed below could not be imported.\nThe file format could not be interpreted." ;
683 };
684
684 MultiLineEdit EDT_ADDR
685 {
685 MultiLineEdit EDT_ADDR
686 {
686 HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR";
687 Pos = MAP_APPFONT ( 30 , 38) ;
688 Size = MAP_APPFONT ( 140 , 83 ) ;
689 Border = TRUE;
690 // VScroll = TRUE;
691 IgnoreTab = TRUE;
692 ReadOnly = TRUE;
687 HelpID = "cui:MultiLineEdit:MD_ICONCHANGE:EDT_ADDR" ;
688 Pos = MAP_APPFONT ( 30, 38) ;
689 Size = MAP_APPFONT ( 140, 83 ) ;
690 Border = TRUE;
691 // VScroll = TRUE;
692 IgnoreTab = TRUE;
693 ReadOnly = TRUE;
693 };
694 OKButton MD_BTN_OK
695 {
694 };
695 OKButton MD_BTN_OK
696 {
696 Pos = MAP_APPFONT ( 68 , 131 ) ;
697 Size = MAP_APPFONT ( 50 , 14 ) ;
697 Pos = MAP_APPFONT ( 68, 131 ) ;
698 Size = MAP_APPFONT ( 50, 14 ) ;
698 TabStop = TRUE ;
699 DefButton = TRUE ;
700 };
701
702};
703
704// Strings ---------------------------------------------------------------
705String RID_SVXSTR_IMPORT_ICON_ERROR
706{
707 Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
708};
709
710String RID_SVXSTR_DELETE_ICON_CONFIRM //added for issue73355
711{
712 Text [ en-US ] = "Are you sure to delete the image?" ;
713};
714
715String RID_SVXSTR_REPLACE_ICON_WARNING //added for issue73355
716{
699 TabStop = TRUE ;
700 DefButton = TRUE ;
701 };
702
703};
704
705// Strings ---------------------------------------------------------------
706String RID_SVXSTR_IMPORT_ICON_ERROR
707{
708 Text [ en-US ] = "The files listed below could not be imported. The file format could not be interpreted." ;
709};
710
711String RID_SVXSTR_DELETE_ICON_CONFIRM //added for issue73355
712{
713 Text [ en-US ] = "Are you sure to delete the image?" ;
714};
715
716String RID_SVXSTR_REPLACE_ICON_WARNING //added for issue73355
717{
717 Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?";
718 Text [ en-US ] = "The icon %ICONNAME is already contained in the image list.\nWould you like to replace the existing icon?" ;
718};
719
720String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
721{
719};
720
721String RID_SVXSTR_REPLACE_ICON_CONFIRM //added for issue73355
722{
722 Text [ en-US ] = "Confirm Icon Replacement";
723 Text [ en-US ] = "Confirm Icon Replacement" ;
723};
724
725String RID_SVXSTR_YESTOALL //added for issue73355
726{
724};
725
726String RID_SVXSTR_YESTOALL //added for issue73355
727{
727 Text [ en-US ] = "Yes to All";
728 Text [ en-US ] = "Yes to All" ;
728};
729
730String RID_SVXSTR_PRODUCTNAME_TOOLBARS
731{
732 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
733};
734
735String RID_SVXSTR_TOOLBAR

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

755String RID_SVXSTR_TOOLBAR_NAME
756{
757 TEXT_TOOLBAR_NAME
758};
759
760/* %MENUNAME will be replaced at runtime by the name of the selected menu. */
761QueryBox QBX_CONFIRM_DELETE_MENU
762{
729};
730
731String RID_SVXSTR_PRODUCTNAME_TOOLBARS
732{
733 Text [ en-US ] = "%PRODUCTNAME %MODULENAME Toolbars" ;
734};
735
736String RID_SVXSTR_TOOLBAR

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

756String RID_SVXSTR_TOOLBAR_NAME
757{
758 TEXT_TOOLBAR_NAME
759};
760
761/* %MENUNAME will be replaced at runtime by the name of the selected menu. */
762QueryBox QBX_CONFIRM_DELETE_MENU
763{
763 Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?";
764 Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?" ;
764 BUTTONS = WB_YES_NO ;
765 DEFBUTTON = WB_DEF_NO ;
766};
767
768QueryBox QBX_CONFIRM_DELETE_TOOLBAR
769{
765 BUTTONS = WB_YES_NO ;
766 DEFBUTTON = WB_DEF_NO ;
767};
768
769QueryBox QBX_CONFIRM_DELETE_TOOLBAR
770{
770 Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?";
771 Message [ en-US ] = "There are no more commands on the toolbar. Do you want to delete the toolbar?" ;
771 BUTTONS = WB_YES_NO ;
772 DEFBUTTON = WB_DEF_NO ;
773};
774
775/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
776 replaced at runtime by the name of the selected application or document.
777*/
778QueryBox QBX_CONFIRM_RESET
779{
772 BUTTONS = WB_YES_NO ;
773 DEFBUTTON = WB_DEF_NO ;
774};
775
776/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder and will be
777 replaced at runtime by the name of the selected application or document.
778*/
779QueryBox QBX_CONFIRM_RESET
780{
780 Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
781 Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ;
781 BUTTONS = WB_YES_NO ;
782 DEFBUTTON = WB_DEF_NO ;
783};
784
782 BUTTONS = WB_YES_NO ;
783 DEFBUTTON = WB_DEF_NO ;
784};
785
785/* Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
786/* Translators: Do not translate %SAVE IN SELECTION%. It is a placeholder
786 and will be replaced at runtime by the name of the selected application
787 or document.
788*/
789String RID_SVXSTR_CONFIRM_MENU_RESET
790{
787 and will be replaced at runtime by the name of the selected application
788 or document.
789*/
790String RID_SVXSTR_CONFIRM_MENU_RESET
791{
791 Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
792 Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ;
792};
793
794String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
795{
793};
794
795String RID_SVXSTR_CONFIRM_TOOLBAR_RESET
796{
796 Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?";
797 Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?" ;
797};
798
799QueryBox QBX_CONFIRM_RESTORE_DEFAULT
800{
798};
799
800QueryBox QBX_CONFIRM_RESTORE_DEFAULT
801{
801 Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?";
802 Message [ en-US ] = "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?" ;
802 BUTTONS = WB_YES_NO ;
803 DEFBUTTON = WB_DEF_NO ;
804};
805
806InfoBox IBX_MNUCFG_ALREADY_INCLUDED
807{
808 Message [ en-US ] = "Function is already included in this popup." ;
809};
810
811String RID_SVXSTR_LABEL_NEW_NAME
812{
803 BUTTONS = WB_YES_NO ;
804 DEFBUTTON = WB_DEF_NO ;
805};
806
807InfoBox IBX_MNUCFG_ALREADY_INCLUDED
808{
809 Message [ en-US ] = "Function is already included in this popup." ;
810};
811
812String RID_SVXSTR_LABEL_NEW_NAME
813{
813 Text [ en-US ] = "~New name";
814 Text [ en-US ] = "~New name" ;
814};
815
816String RID_SVXSTR_RENAME_MENU
817{
815};
816
817String RID_SVXSTR_RENAME_MENU
818{
818 Text [ en-US ] = "Rename Menu";
819 Text [ en-US ] = "Rename Menu" ;
819};
820
821String RID_SVXSTR_RENAME_TOOLBAR
822{
820};
821
822String RID_SVXSTR_RENAME_TOOLBAR
823{
823 Text [ en-US ] = "Rename Toolbar";
824 Text [ en-US ] = "Rename Toolbar" ;
824};
825String BUTTON_STR_UP
826{
825};
826String BUTTON_STR_UP
827{
827 Text [ en-US ] = "Up";
828 Text [ en-US ] = "Up" ;
828};
829String BUTTON_STR_DOWN
830{
829};
830String BUTTON_STR_DOWN
831{
831 Text [ en-US ] = "Down";
832 Text [ en-US ] = "Down" ;
832};
833
833};
834
835// ********************************************************************** EOF