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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 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. 19 * 20 *************************************************************/ 21 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 ; 32 Size = MAP_APPFONT ( 161, 67 ) ; 33 Text [ en-US ] = "Select AutoText:" ; 34 Moveable = TRUE ; 35 FixedLine FL_GLOSS 36 { 37 Pos = MAP_APPFONT ( 6, 3 ) ; 38 Size = MAP_APPFONT ( 93, 8 ) ; 39 Text [ en-US ] = "AutoText - Group" ; 40 }; 41 OKButton PB_OK 42 { 43 Pos = MAP_APPFONT ( 105, 6 ) ; 44 Size = MAP_APPFONT ( 50, 14 ) ; 45 TabStop = TRUE ; 46 Group = TRUE ; 47 DefButton = TRUE ; 48 }; 49 CancelButton PB_CANCEL 50 { 51 Pos = MAP_APPFONT ( 105, 23 ) ; 52 Size = MAP_APPFONT ( 50, 14 ) ; 53 TabStop = TRUE ; 54 Group = TRUE ; 55 }; 56 HelpButton PB_HELP 57 { 58 Pos = MAP_APPFONT ( 105, 43 ) ; 59 Size = MAP_APPFONT ( 50, 14 ) ; 60 TabStop = TRUE ; 61 Group = TRUE ; 62 }; 63 ListBox LB_LIST 64 { 65 HelpID = "sw:ListBox:DLG_GLOSSARY_DECIDE_DLG:LB_LIST" ; 66 Pos = MAP_APPFONT ( 12, 15 ) ; 67 Size = MAP_APPFONT ( 81, 40 ) ; 68 TabStop = TRUE ; 69 Border = TRUE ; 70 }; 71}; 72 73// ********************************************************************** EOF 74