2008/01/14 15:50:45 iha 1.6.22.2: #1163# nicer look for insert title dialog 2007/11/20 17:17:45 iha 1.6.22.1: #1163# title for secondary axes
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: dlg_InsertTitle.src,v $
|
|
*
|
|
* $Revision: 1.7 $
|
|
*
|
|
* last change: $Author: rt $ $Date: 2008-02-18 15:44:01 $
|
|
*
|
|
* 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
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "dlg_InsertTitle.hrc"
|
|
#include "res_Titlesx.hrc"
|
|
#include "SchSlotIds.hxx"
|
|
#include "CommonResources.hrc"
|
|
|
|
ModalDialog DLG_TITLE
|
|
{
|
|
HelpID = SID_INSERT_TITLE ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 220 , 156 ) ;
|
|
Moveable = TRUE ;
|
|
BUTTONS_OK_CANCEL_HELP_STACKED(164)
|
|
TITLES(6,6,152,6,10)
|
|
};
|