unit OptionItems;

{******************************************************************************}
{                                                                              }
{                            PLASTIC 2002 PROJECT                              }
{                                                                              }
{               Copyright(c) 1998-2002 Plastic Software, Inc.                  }
{                                                                              }
{******************************************************************************}

// @FILE:
//   OptionItems.pas
//
// @AUTHORS:
//   Minkyu Lee, Hyesoo Kim, Jungil Kim
//
// @DESCRIPTION:
//   Define option-hierarchy-related automation object classes.
//
// @REVISION HISTORY:
//   Ver  Author        Date        Summary
//   ---  ------------  ----------  --------------------------------------------
//   1.0  All           2002-07-23  First, written
//
//  No part of this work covered by the copyright hereon may be reproduced,   //
//  stored in retrieval systems, in any form or by any means, electronic,     //
//  mechanical, photocopying, recording or otherwise, without the prior       //
//  permission of Plastic Software, Inc.                                      //

interface

implementation

end.
