10e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 40e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 50e2af6afSAndrew Rist * distributed with this work for additional information 60e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 90e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 140e2af6afSAndrew Rist * software distributed under the License is distributed on an 150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 160e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 170e2af6afSAndrew Rist * specific language governing permissions and limitations 180e2af6afSAndrew Rist * under the License. 19cdf0e10cSrcweir * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23*b4b8d4b6SMatthias Seidel// include --------------------------------------------------------------- 24cdf0e10cSrcweir#include "helpid.hrc" 25cdf0e10cSrcweir#include "eventdlg.hrc" 26cdf0e10cSrcweir 27cdf0e10cSrcweir// TP_CONFIG_EVENT ------------------------------------------------------- 28cdf0e10cSrcweirTabPage RID_SVXPAGE_EVENTS 29cdf0e10cSrcweir{ 30cdf0e10cSrcweir HelpId = HID_SVX_CONFIG_EVENT ; 31cdf0e10cSrcweir OutputSize = TRUE ; 32cdf0e10cSrcweir Hide = TRUE ; 33cdf0e10cSrcweir Size = MAP_APPFONT ( 272, 258 ) ; 34cdf0e10cSrcweir String STR_EVENT 35cdf0e10cSrcweir { 36cdf0e10cSrcweir Text [ en-US ] = "Event" ; 37cdf0e10cSrcweir }; 38cdf0e10cSrcweir String STR_ASSMACRO 39cdf0e10cSrcweir { 40cdf0e10cSrcweir Text [ en-US ] = "Assigned Action" ; 41cdf0e10cSrcweir }; 42cdf0e10cSrcweir Control LB_EVENT 43cdf0e10cSrcweir { 44cdf0e10cSrcweir Border = TRUE ; 45cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 6 ) ; 46cdf0e10cSrcweir Size = MAP_APPFONT ( 205, 229 ) ; 47cdf0e10cSrcweir TabStop = TRUE ; 48cdf0e10cSrcweir HelpID = HID_SVX_MACRO_LB_EVENT ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir FixedText TXT_SAVEIN 51cdf0e10cSrcweir { 52cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 240 ) ; 53cdf0e10cSrcweir Size = MAP_APPFONT ( 55, 8 ) ; 54cdf0e10cSrcweir Group = TRUE ; 55cdf0e10cSrcweir Text [ en-US ] = "Save In" ; 56cdf0e10cSrcweir }; 57cdf0e10cSrcweir ListBox LB_SAVEIN 58cdf0e10cSrcweir { 59cdf0e10cSrcweir HelpID = "cui:ListBox:RID_SVXPAGE_EVENTS:LB_SAVEIN" ; 60cdf0e10cSrcweir Border = TRUE ; 61cdf0e10cSrcweir Pos = MAP_APPFONT ( 54, 238 ) ; 62cdf0e10cSrcweir Size = MAP_APPFONT ( 132, 53 ) ; 63cdf0e10cSrcweir DropDown = TRUE ; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir FixedText FT_ASSIGN 66cdf0e10cSrcweir { 67cdf0e10cSrcweir Pos = MAP_APPFONT ( 217, ROW0 ) ; 68cdf0e10cSrcweir Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; 69cdf0e10cSrcweir Text [ en-US ] = "Assign:" ; 70cdf0e10cSrcweir }; 71cdf0e10cSrcweir PushButton PB_ASSIGN 72cdf0e10cSrcweir { 73cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_ASSIGN" ; 74cdf0e10cSrcweir Pos = MAP_APPFONT ( 217, ROW0A ) ; 75cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 76cdf0e10cSrcweir Disable = TRUE ; 77cdf0e10cSrcweir Text [ en-US ] = "M~acro..." ; 78cdf0e10cSrcweir }; 79cdf0e10cSrcweir PushButton PB_DELETE 80cdf0e10cSrcweir { 81cdf0e10cSrcweir HelpID = "cui:PushButton:RID_SVXPAGE_EVENTS:PB_DELETE" ; 82cdf0e10cSrcweir Pos = MAP_APPFONT ( 217, ROW0A+RSC_CD_PUSHBUTTON_HEIGHT+12 ) ; 83cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 84cdf0e10cSrcweir Disable = TRUE ; 85cdf0e10cSrcweir Text [ en-US ] = "~Remove" ; 86cdf0e10cSrcweir }; 87cdf0e10cSrcweir Image IMG_MACRO 88cdf0e10cSrcweir { 89cdf0e10cSrcweir ImageBitmap = Bitmap { File = "id018.png" ; }; 90cdf0e10cSrcweir }; 91cdf0e10cSrcweir Image IMG_COMPONENT 92cdf0e10cSrcweir { 93cdf0e10cSrcweir ImageBitmap = Bitmap { File = "component_16.png" ; }; 94cdf0e10cSrcweir }; 95cdf0e10cSrcweir Image IMG_MACRO_H 96cdf0e10cSrcweir { 97cdf0e10cSrcweir ImageBitmap = Bitmap { File = "idh018.png" ; }; 98cdf0e10cSrcweir }; 99cdf0e10cSrcweir Image IMG_COMPONENT_H 100cdf0e10cSrcweir { 101cdf0e10cSrcweir ImageBitmap = Bitmap { File = "component_16_h.png" ; }; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir}; 104*b4b8d4b6SMatthias Seidel 105*b4b8d4b6SMatthias Seidel// ********************************************************************** EOF 106