object frmBaseDialog: TfrmBaseDialog Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 215 ClientWidth = 341 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object pnlButtons: TPanel Left = 0 Top = 184 Width = 341 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 0 DesignSize = ( 341 31) object btnOK: TButton Left = 179 Top = 0 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'OK' Default = True TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 260 Top = 0 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end