object AddPackageUnitBaseForm: TAddPackageUnitBaseForm Left = 154 Top = 410 AutoScroll = False Caption = 'AddPackageUnitBaseForm' ClientHeight = 203 ClientWidth = 447 ParentFont = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 187 Shape = bsFrame end object OKButton: TButton Left = 366 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 366 Top = 40 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 366 Top = 72 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 end end