1*8660f102SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8660f102SAndrew Rist * distributed with this work for additional information 6*8660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance 9*8660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10*8660f102SAndrew Rist * 11*8660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8660f102SAndrew Rist * 13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8660f102SAndrew Rist * software distributed under the License is distributed on an 15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8660f102SAndrew Rist * KIND, either express or implied. See the License for the 17*8660f102SAndrew Rist * specific language governing permissions and limitations 18*8660f102SAndrew Rist * under the License. 19*8660f102SAndrew Rist * 20*8660f102SAndrew Rist *************************************************************/ 21*8660f102SAndrew Rist 22*8660f102SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "glosbib.hrc" 25cdf0e10cSrcweir#include "misc.hrc" 26cdf0e10cSrcweir#include "helpid.h" 27cdf0e10cSrcweirModalDialog DLG_BIB_BASE 28cdf0e10cSrcweir{ 29cdf0e10cSrcweir HelpID = HID_BIB_BASE ; 30cdf0e10cSrcweir OutputSize = TRUE ; 31cdf0e10cSrcweir SVLook = TRUE ; 32cdf0e10cSrcweir Size = MAP_APPFONT ( 349 , 121 ) ; 33cdf0e10cSrcweir Moveable = TRUE ; 34cdf0e10cSrcweir Text [ en-US ] = "Edit Categories" ; 35cdf0e10cSrcweir PushButton PB_NEW 36cdf0e10cSrcweir { 37cdf0e10cSrcweir HelpID = "sw:PushButton:DLG_BIB_BASE:PB_NEW"; 38cdf0e10cSrcweir Disable = TRUE ; 39cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 66 ) ; 40cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 41cdf0e10cSrcweir Text [ en-US ] = "~New" ; 42cdf0e10cSrcweir TabStop = TRUE ; 43cdf0e10cSrcweir }; 44cdf0e10cSrcweir PushButton PB_DELETE 45cdf0e10cSrcweir { 46cdf0e10cSrcweir HelpID = "sw:PushButton:DLG_BIB_BASE:PB_DELETE"; 47cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 83 ) ; 48cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 49cdf0e10cSrcweir /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */ 50cdf0e10cSrcweir Text [ en-US ] = "~Delete" ; 51cdf0e10cSrcweir TabStop = TRUE ; 52cdf0e10cSrcweir Disable = TRUE ; 53cdf0e10cSrcweir }; 54cdf0e10cSrcweir PushButton PB_RENAME 55cdf0e10cSrcweir { 56cdf0e10cSrcweir HelpID = "sw:PushButton:DLG_BIB_BASE:PB_RENAME"; 57cdf0e10cSrcweir Disable = TRUE ; 58cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 100 ) ; 59cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 60cdf0e10cSrcweir Text [ en-US ] = "~Rename" ; 61cdf0e10cSrcweir TabStop = TRUE ; 62cdf0e10cSrcweir }; 63cdf0e10cSrcweir FixedText FT_BIB 64cdf0e10cSrcweir { 65cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 3 ) ; 66cdf0e10cSrcweir Size = MAP_APPFONT ( 100 , 8 ) ; 67cdf0e10cSrcweir Text [ en-US ] = "Category" ; 68cdf0e10cSrcweir }; 69cdf0e10cSrcweir OKButton BT_OK 70cdf0e10cSrcweir { 71cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 6 ) ; 72cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 73cdf0e10cSrcweir TabStop = TRUE ; 74cdf0e10cSrcweir DefButton = TRUE ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir CancelButton BT_CANCEL 77cdf0e10cSrcweir { 78cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 23 ) ; 79cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 80cdf0e10cSrcweir TabStop = TRUE ; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir HelpButton BT_HELP 83cdf0e10cSrcweir { 84cdf0e10cSrcweir Pos = MAP_APPFONT ( 293 , 43 ) ; 85cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 86cdf0e10cSrcweir TabStop = TRUE ; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir Edit ED_NAME 89cdf0e10cSrcweir { 90cdf0e10cSrcweir HelpID = "sw:Edit:DLG_BIB_BASE:ED_NAME"; 91cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 14 ) ; 92cdf0e10cSrcweir Size = MAP_APPFONT ( 159 , 12 ) ; 93cdf0e10cSrcweir TabStop = TRUE ; 94cdf0e10cSrcweir Border = TRUE ; 95cdf0e10cSrcweir MaxTextLength = 256 ; 96cdf0e10cSrcweir }; 97cdf0e10cSrcweir FixedText FT_PATH 98cdf0e10cSrcweir { 99cdf0e10cSrcweir Pos = MAP_APPFONT ( 174 , 3 ) ; 100cdf0e10cSrcweir Size = MAP_APPFONT ( 60 , 8 ) ; 101cdf0e10cSrcweir Text [ en-US ] = "Path"; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir ListBox LB_PATH 104cdf0e10cSrcweir { 105cdf0e10cSrcweir HelpID = "sw:ListBox:DLG_BIB_BASE:LB_PATH"; 106cdf0e10cSrcweir Pos = MAP_APPFONT ( 174 , 14 ) ; 107cdf0e10cSrcweir Size = MAP_APPFONT ( 107 , 50 ) ; 108cdf0e10cSrcweir DropDown = TRUE ; 109cdf0e10cSrcweir Border = TRUE ; 110cdf0e10cSrcweir TabStop = TRUE ; 111cdf0e10cSrcweir DDExtraWidth = TRUE ; 112cdf0e10cSrcweir }; 113cdf0e10cSrcweir FixedText FT_SELECT 114cdf0e10cSrcweir { 115cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 30 ) ; 116cdf0e10cSrcweir Size = MAP_APPFONT ( 100 , 8 ) ; 117cdf0e10cSrcweir Text [ en-US ] = "Selection list"; 118cdf0e10cSrcweir }; 119cdf0e10cSrcweir Control TLB_GROUPS 120cdf0e10cSrcweir { 121cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 41 ) ; 122cdf0e10cSrcweir Size = MAP_APPFONT ( 269 , 73 ) ; 123cdf0e10cSrcweir TabStop = TRUE ; 124cdf0e10cSrcweir Border = TRUE ; 125cdf0e10cSrcweir }; 126cdf0e10cSrcweir /* ComboBox CO_NAME 127cdf0e10cSrcweir { 128cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 14 ) ; 129cdf0e10cSrcweir Size = MAP_APPFONT ( 89 , 76 ) ; 130cdf0e10cSrcweir TabStop = TRUE ; 131cdf0e10cSrcweir#ifdef WIN 132cdf0e10cSrcweir MaxTextLength = 8 ; 133cdf0e10cSrcweir#else 134cdf0e10cSrcweir MaxTextLength = 32 ; 135cdf0e10cSrcweir#endif 136cdf0e10cSrcweir Sort = TRUE ; 137cdf0e10cSrcweir };*/ 138cdf0e10cSrcweir}; 139cdf0e10cSrcweir/* 140cdf0e10cSrcweirString STR_GLOSSARY_BIB_DLG 141cdf0e10cSrcweir{ 142cdf0e10cSrcweir Text [ en-US ] = "Edit Categories" ; 143cdf0e10cSrcweir};*/ 144cdf0e10cSrcweir 145cdf0e10cSrcweir 146cdf0e10cSrcweir 147cdf0e10cSrcweir 148cdf0e10cSrcweir 149cdf0e10cSrcweir 150cdf0e10cSrcweir 151cdf0e10cSrcweir 152cdf0e10cSrcweir 153cdf0e10cSrcweir 154cdf0e10cSrcweir 155cdf0e10cSrcweir 156cdf0e10cSrcweir 157cdf0e10cSrcweir 158cdf0e10cSrcweir 159cdf0e10cSrcweir 160cdf0e10cSrcweir 161cdf0e10cSrcweir 162cdf0e10cSrcweir 163cdf0e10cSrcweir 164cdf0e10cSrcweir 165cdf0e10cSrcweir 166cdf0e10cSrcweir 167cdf0e10cSrcweir 168cdf0e10cSrcweir 169cdf0e10cSrcweir 170cdf0e10cSrcweir 171cdf0e10cSrcweir 172cdf0e10cSrcweir 173cdf0e10cSrcweir 174cdf0e10cSrcweir 175cdf0e10cSrcweir 176cdf0e10cSrcweir 177cdf0e10cSrcweir 178cdf0e10cSrcweir 179cdf0e10cSrcweir 180