office-gobmx/dbaccess/source/ui/querydesign/querydlg.hrc
Jens-Heiner Rechtien 0eba4413c2 INTEGRATION: CWS dba24b (1.5.308); FILE MERGED
2007/08/22 11:41:59 oj 1.5.308.1: #i76374# handle cross join as natural join now in query design
2007-11-01 14:35:36 +00:00

69 lines
2 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: querydlg.hrc,v $
*
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2007-11-01 15:35:36 $
*
* 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_QUERYDLG_HRC
#define DBAUI_QUERYDLG_HRC
#ifndef DBACCESS_SOURCE_UI_INC_RELATIONCONTROL_HRC
#include "RelationControl.hrc"
#endif
#define FL_JOIN 1
#define FT_LISTBOXTITLE 2
#define LB_JOINTYPE 1
#define GB_FIELDS 1
#define CB_NATURAL 1
#define PB_OK 1
#define PB_CANCEL 2
#define PB_HELP 3
#define ML_HELPTEXT 4
#define WND_JOIN_CONTROL 1
#define WND_CONTROL 2
#define ID_INNER_JOIN 1
#define ID_LEFT_JOIN 2
#define ID_RIGHT_JOIN 3
#define ID_FULL_JOIN 4
#define ID_CROSS_JOIN 5
#endif // DBAUI_QUERYDLG_HRC