/************************************************************************* * * $RCSfile: fmslots.sdi,v $ * * $Revision: 1.4 $ * * last change: $Author: os $ $Date: 2001-09-28 12:44:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ interface Form : Object [ uuid = "F38D29A3-9EDA-11d1-AAF5-00A0248A7FBC" ] { SID_FM_CONFIG // ole : no, status : ? [ ExecMethod = Execute ; StateMethod = GetState ; Export = FALSE ; ] SID_FM_PUSHBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RADIOBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CHECKBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FIXEDTEXT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_GROUPBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_LISTBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_COMBOBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_URLBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_EDIT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_DBGRID [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_IMAGEBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_IMAGECONTROL [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FILECONTROL [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_DATEFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_TIMEFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_NUMERICFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CURRENCYFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_PATTERNFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FORMATTEDFIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CTL_PROPERTIES [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_PROPERTIES [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_TAB_DIALOG [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_ADD_FIELD [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_DESIGN_MODE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_OPEN_READONLY [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_USE_WIZARDS [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_AUTOCONTROLFOCUS [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_SHOW_FMEXPLORER [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_SHOW_PROPERTY_BROWSER [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_FIRST [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_NEXT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_PREV [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_LAST [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_NEW [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_DELETE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_ABSOLUTE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_TEXT [ ] SID_FM_RECORD_FROM_TEXT [ ] SID_FM_RECORD_TOTAL [ StateMethod = GetState ; ] SID_FM_RECORD_SAVE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_RECORD_UNDO [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FORM_FILTERED [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_REMOVE_FILTER_SORT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_SORTUP [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_SORTDOWN [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_ORDERCRIT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FILTER_START [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_AUTOFILTER [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_REFRESH [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_SEARCH [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FILTER_NAVIGATOR [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FILTER_EXIT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_FILTER_EXECUTE [ ExecMethod = Execute ; StateMethod = GetState ; ] /*SID_FM_FILTER_REMOVE [ ExecMethod = Execute ; StateMethod = GetState ; ]*/ //-------------------------------------------------------------------------- SID_FM_FMEXPLORER_CONTROL [ StateMethod = GetState ; ] //-------------------------------------------------------------------------- SID_FM_FIELDS_CONTROL [ StateMethod = GetState ; ] //-------------------------------------------------------------------------- SID_FM_PROPERTY_CONTROL [ StateMethod = GetState ; ] //-------------------------------------------------------------------------- SID_FM_FILTER_NAVIGATOR_CONTROL [ StateMethod = GetState ; ] //-------------------------------------------------------------------------- SID_FM_SHOW_PROPERTIES [ StateMethod = GetState ; ExecMethod = Execute ; ] SID_FM_VIEW_AS_GRID [ StateMethod = GetState ; ExecMethod = Execute ; ] } shell FmFormShell { import Form [Automation]; SID_FM_CONFIG // ole : no, status : ? [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_LEAVE_CREATE [ ExecMethod = Execute ; ] SID_FM_CHANGECONTROLTYPE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_EDIT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_BUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_FIXEDTEXT [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_LISTBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_CHECKBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_RADIOBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_GROUPBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_COMBOBOX [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_GRID [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_IMAGEBUTTON [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_FILECONTROL [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_DATE [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_TIME [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_NUMERIC [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_CURRENCY [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_PATTERN [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_IMAGECONTROL [ ExecMethod = Execute ; StateMethod = GetState ; ] SID_FM_CONVERTTO_FORMATTED [ ExecMethod = Execute ; StateMethod = GetState ; ] }