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
| 20 *************************************************************/ 21
|
22 23
| |
24#include "globals.hrc" 25#include "utlui.hrc" 26#include "helpid.h" 27#include "gloslst.hrc" 28 29ModalDialog DLG_GLOSSARY_DECIDE_DLG 30{ 31 HelpID = HID_DLG_GLOSS_DECIDE ; 32 OutputSize = TRUE ; 33 SVLook = TRUE ;
| 22#include "globals.hrc" 23#include "utlui.hrc" 24#include "helpid.h" 25#include "gloslst.hrc" 26 27ModalDialog DLG_GLOSSARY_DECIDE_DLG 28{ 29 HelpID = HID_DLG_GLOSS_DECIDE ; 30 OutputSize = TRUE ; 31 SVLook = TRUE ;
|
34 Size = MAP_APPFONT ( 161 , 67 ) ;
| 32 Size = MAP_APPFONT ( 161, 67 ) ;
|
35 Text [ en-US ] = "Select AutoText:" ; 36 Moveable = TRUE ;
| 33 Text [ en-US ] = "Select AutoText:" ; 34 Moveable = TRUE ;
|
37 FixedLine FL_GLOSS
| 35 FixedLine FL_GLOSS
|
38 {
| 36 {
|
39 Pos = MAP_APPFONT ( 6 , 3 ) ; 40 Size = MAP_APPFONT ( 93 , 8 ) ;
| 37 Pos = MAP_APPFONT ( 6, 3 ) ; 38 Size = MAP_APPFONT ( 93, 8 ) ;
|
41 Text [ en-US ] = "AutoText - Group" ; 42 }; 43 OKButton PB_OK 44 {
| 39 Text [ en-US ] = "AutoText - Group" ; 40 }; 41 OKButton PB_OK 42 {
|
45 Pos = MAP_APPFONT ( 105 , 6 ) ; 46 Size = MAP_APPFONT ( 50 , 14 ) ;
| 43 Pos = MAP_APPFONT ( 105, 6 ) ; 44 Size = MAP_APPFONT ( 50, 14 ) ;
|
47 TabStop = TRUE ; 48 Group = TRUE ; 49 DefButton = TRUE ; 50 }; 51 CancelButton PB_CANCEL 52 {
| 45 TabStop = TRUE ; 46 Group = TRUE ; 47 DefButton = TRUE ; 48 }; 49 CancelButton PB_CANCEL 50 {
|
53 Pos = MAP_APPFONT ( 105 , 23 ) ; 54 Size = MAP_APPFONT ( 50 , 14 ) ;
| 51 Pos = MAP_APPFONT ( 105, 23 ) ; 52 Size = MAP_APPFONT ( 50, 14 ) ;
|
55 TabStop = TRUE ; 56 Group = TRUE ; 57 }; 58 HelpButton PB_HELP 59 {
| 53 TabStop = TRUE ; 54 Group = TRUE ; 55 }; 56 HelpButton PB_HELP 57 {
|
60 Pos = MAP_APPFONT ( 105 , 43 ) ; 61 Size = MAP_APPFONT ( 50 , 14 ) ;
| 58 Pos = MAP_APPFONT ( 105, 43 ) ; 59 Size = MAP_APPFONT ( 50, 14 ) ;
|
62 TabStop = TRUE ; 63 Group = TRUE ; 64 }; 65 ListBox LB_LIST 66 {
| 60 TabStop = TRUE ; 61 Group = TRUE ; 62 }; 63 ListBox LB_LIST 64 {
|
67 HelpID = "sw:ListBox:DLG_GLOSSARY_DECIDE_DLG:LB_LIST"; 68 Pos = MAP_APPFONT ( 12 , 15 ) ; 69 Size = MAP_APPFONT ( 81 , 40 ) ;
| 65 HelpID = "sw:ListBox:DLG_GLOSSARY_DECIDE_DLG:LB_LIST" ; 66 Pos = MAP_APPFONT ( 12, 15 ) ; 67 Size = MAP_APPFONT ( 81, 40 ) ;
|
70 TabStop = TRUE ; 71 Border = TRUE ; 72 }; 73}; 74
| 68 TabStop = TRUE ; 69 Border = TRUE ; 70 }; 71}; 72
|
75 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
| 73// ********************************************************************** EOF
|
| |