object VerInfoForm: TVerInfoForm Left = 52 Top = 193 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'BDE �ް�ޮݏ��' ClientHeight = 327 ClientWidth = 420 ParentFont = True HelpFile = 'dbexplr3.hlp' Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object BtnOK: TButton Left = 240 Top = 296 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object StringGrid1: TStringGrid Left = 8 Top = 8 Width = 409 Height = 281 DefaultColWidth = 84 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing] TabOrder = 1 ColWidths = ( 84 84 51 64 87) end object BtnHelp: TButton Left = 318 Top = 296 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 OnClick = BtnHelpClick end end