object ImportSourceDlg: TImportSourceDlg Left = 219 Top = 202 ActiveControl = RadioGroup1 BorderStyle = bsDialog Caption = 'Import Source' ClientHeight = 118 ClientWidth = 270 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object OKBtn: TBitBtn Left = 184 Top = 12 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 184 Top = 45 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object RadioGroup1: TRadioGroup Left = 8 Top = 8 Width = 161 Height = 97 Caption = 'Import From:' ItemIndex = 0 Items.Strings = ( 'Text File' 'DBF File') TabOrder = 2 end end