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 24#include "selglos.hrc" 25#include "dochdl.hrc" 26#include "cmdid.h" 27#include "helpid.h" 28
| 20 *************************************************************/ 21 22 23 24#include "selglos.hrc" 25#include "dochdl.hrc" 26#include "cmdid.h" 27#include "helpid.h" 28
|
29 // #define DLG_SEL_GLOS 256
| 29// #define DLG_SEL_GLOS 256
|
30ModalDialog DLG_SEL_GLOS 31{ 32 HelpID = CMD_FN_EXPAND_GLOSSARY ; 33 OutputSize = TRUE ; 34 SVLook = TRUE ;
| 30ModalDialog DLG_SEL_GLOS 31{ 32 HelpID = CMD_FN_EXPAND_GLOSSARY ; 33 OutputSize = TRUE ; 34 SVLook = TRUE ;
|
35 Size = MAP_APPFONT ( 220 , 100 ) ; 36 /* ### ACHTUNG: Neuer Text in Resource? AutoText einf�gen : AutoText einf�gen */
| 35 Size = MAP_APPFONT ( 220, 100 ) ;
|
37 Text [ en-US ] = "Insert AutoText" ; 38 Moveable = TRUE ; 39 OKButton BT_OK 40 {
| 36 Text [ en-US ] = "Insert AutoText" ; 37 Moveable = TRUE ; 38 OKButton BT_OK 39 {
|
41 Pos = MAP_APPFONT ( 164 , 6 ) ; 42 Size = MAP_APPFONT ( 50 , 14 ) ;
| 40 Pos = MAP_APPFONT ( 164, 6 ) ; 41 Size = MAP_APPFONT ( 50, 14 ) ;
|
43 TabStop = TRUE ; 44 DefButton = TRUE ; 45 }; 46 CancelButton BT_CANCEL 47 {
| 42 TabStop = TRUE ; 43 DefButton = TRUE ; 44 }; 45 CancelButton BT_CANCEL 46 {
|
48 Pos = MAP_APPFONT ( 164 , 23 ) ; 49 Size = MAP_APPFONT ( 50 , 14 ) ;
| 47 Pos = MAP_APPFONT ( 164, 23 ) ; 48 Size = MAP_APPFONT ( 50, 14 ) ;
|
50 TabStop = TRUE ; 51 }; 52 HelpButton BT_HELP 53 {
| 49 TabStop = TRUE ; 50 }; 51 HelpButton BT_HELP 52 {
|
54 Pos = MAP_APPFONT ( 164 , 43 ) ; 55 Size = MAP_APPFONT ( 50 , 14 ) ;
| 53 Pos = MAP_APPFONT ( 164, 43 ) ; 54 Size = MAP_APPFONT ( 50, 14 ) ;
|
56 TabStop = TRUE ; 57 };
| 55 TabStop = TRUE ; 56 };
|
58 FixedLine FL_GLOS
| 57 FixedLine FL_GLOS
|
59 {
| 58 {
|
60 Pos = MAP_APPFONT ( 6 , 3 ) ; 61 Size = MAP_APPFONT ( 152 , 8 ) ; 62 /* ### ACHTUNG: Neuer Text in Resource? AutoTexte zum K�rzel : AutoTexte zum K�rzel */
| 59 Pos = MAP_APPFONT ( 6, 3 ) ; 60 Size = MAP_APPFONT ( 152, 8 ) ;
|
63 Text [ en-US ] = "AutoTexts for shortcut " ; 64 }; 65 ListBox LB_GLOS 66 {
| 61 Text [ en-US ] = "AutoTexts for shortcut " ; 62 }; 63 ListBox LB_GLOS 64 {
|
67 HelpID = "sw:ListBox:DLG_SEL_GLOS:LB_GLOS";
| 65 HelpID = "sw:ListBox:DLG_SEL_GLOS:LB_GLOS" ;
|
68 Border = TRUE ;
| 66 Border = TRUE ;
|
69 Pos = MAP_APPFONT ( 12 , 14 ) ; 70 Size = MAP_APPFONT ( 140 , 74 ) ;
| 67 Pos = MAP_APPFONT ( 12, 14 ) ; 68 Size = MAP_APPFONT ( 140, 74 ) ;
|
71 TabStop = TRUE ; 72 AutoHScroll = TRUE ; 73 }; 74}; 75
| 69 TabStop = TRUE ; 70 AutoHScroll = TRUE ; 71 }; 72}; 73
|
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
| 74// ********************************************************************** EOF
|
| |