inherited frmDefineImpFile: TfrmDefineImpFile Left = 184 Caption = 'Define Import File' ClientHeight = 268 ClientWidth = 361 OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 inherited Bevel1: TBevel Left = 30 Top = 26 Height = 165 Visible = False end object RadioGroup1: TRadioGroup [1] Left = 6 Top = 12 Width = 349 Height = 209 Caption = 'Choose Default Email Application' ItemIndex = 0 Items.Strings = ( 'Netscape (Messenger, Netscape Mail)' 'Eudora (Light and Pro)' 'Microsoft (Internet Mail, Outlook)') TabOrder = 3 OnClick = RadioGroup1Click end inherited OKBtn: TButton Left = 110 Top = 234 Width = 63 Visible = False OnClick = OKBtnClick end inherited CancelBtn: TButton Left = 188 Top = 234 Visible = False end object HelpBtn: TButton Left = 272 Top = 234 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 Visible = False OnClick = HelpBtnClick end object edtNetscape: TwwDBComboDlg Left = 32 Top = 68 Width = 313 Height = 21 OnCustomDlg = edtNetscapeCustomDlg ShowButton = True Style = csDropDown MaxLength = 0 TabOrder = 4 end object edtEudora: TwwDBComboDlg Left = 32 Top = 130 Width = 313 Height = 21 OnCustomDlg = edtNetscapeCustomDlg ShowButton = True Style = csDropDown MaxLength = 0 TabOrder = 5 end object edtExplorer: TwwDBComboDlg Left = 32 Top = 192 Width = 313 Height = 21 OnCustomDlg = edtNetscapeCustomDlg ShowButton = True Style = csDropDown MaxLength = 0 TabOrder = 6 end object BitBtn1: TBitBtn Left = 104 Top = 234 Width = 75 Height = 25 TabOrder = 7 OnClick = OKBtnClick Kind = bkOK end object BitBtn2: TBitBtn Left = 188 Top = 234 Width = 75 Height = 25 TabOrder = 8 Kind = bkCancel end object BitBtn3: TBitBtn Left = 272 Top = 234 Width = 75 Height = 25 TabOrder = 9 OnClick = HelpBtnClick Kind = bkHelp end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Left = 14 Top = 232 end end