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 "selglos.hrc" 23#include "dochdl.hrc" 24#include "cmdid.h" 25#include "helpid.h" 26 27// #define DLG_SEL_GLOS 256 28ModalDialog DLG_SEL_GLOS 29{ 30 HelpID = CMD_FN_EXPAND_GLOSSARY ; 31 OutputSize = TRUE ; 32 SVLook = TRUE ; 33 Size = MAP_APPFONT ( 220, 100 ) ; 34 Text [ en-US ] = "Insert AutoText" ; 35 Moveable = TRUE ; 36 OKButton BT_OK 37 { 38 Pos = MAP_APPFONT ( 164, 6 ) ; 39 Size = MAP_APPFONT ( 50, 14 ) ; 40 TabStop = TRUE ; 41 DefButton = TRUE ; 42 }; 43 CancelButton BT_CANCEL 44 { 45 Pos = MAP_APPFONT ( 164, 23 ) ; 46 Size = MAP_APPFONT ( 50, 14 ) ; 47 TabStop = TRUE ; 48 }; 49 HelpButton BT_HELP 50 { 51 Pos = MAP_APPFONT ( 164, 43 ) ; 52 Size = MAP_APPFONT ( 50, 14 ) ; 53 TabStop = TRUE ; 54 }; 55 FixedLine FL_GLOS 56 { 57 Pos = MAP_APPFONT ( 6, 3 ) ; 58 Size = MAP_APPFONT ( 152, 8 ) ; 59 Text [ en-US ] = "AutoTexts for shortcut " ; 60 }; 61 ListBox LB_GLOS 62 { 63 HelpID = "sw:ListBox:DLG_SEL_GLOS:LB_GLOS" ; 64 Border = TRUE ; 65 Pos = MAP_APPFONT ( 12, 14 ) ; 66 Size = MAP_APPFONT ( 140, 74 ) ; 67 TabStop = TRUE ; 68 AutoHScroll = TRUE ; 69 }; 70}; 71 72// ********************************************************************** EOF 73