47768882ff
2006/06/19 09:26:20 fs 1.3.124.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available 2006/05/12 11:09:27 fs 1.3.124.1: #i51143# allow queries in this dialog, too
55 lines
1.7 KiB
Text
55 lines
1.7 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: adtabdlg.hrc,v $
|
|
*
|
|
* $Revision: 1.4 $
|
|
*
|
|
* last change: $Author: obo $ $Date: 2006-07-10 15:25:48 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 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
|
|
*
|
|
************************************************************************/
|
|
#ifndef DBAUI_ADTABDLG_HRC
|
|
#define DBAUI_ADTABDLG_HRC
|
|
|
|
#define LB_TABLE_OR_QUERY 1
|
|
#define LB_DATABASE 2
|
|
|
|
#define FT_DATABASE 1
|
|
|
|
#define PB_ADDTABLE 1
|
|
#define PB_CLOSE 2
|
|
#define PB_HELP 3
|
|
|
|
#define RB_CASE_TABLES 1
|
|
#define RB_CASE_QUERIES 2
|
|
|
|
#define STR_ADD_TABLES 1
|
|
#define STR_ADD_TABLE_OR_QUERY 2
|
|
|
|
#endif // DBAUI_ADTABDLG_HRC
|
|
|
|
|