object frmReportDlg: TfrmReportDlg Left = 129 Top = 129 BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsDialog Caption = 'Reports' ClientHeight = 172 ClientWidth = 406 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 52 Top = 112 Width = 302 Height = 13 Caption = 'For a subset of the list, apply a filter before generating the r' + 'eport ' end object grpReport: TRadioGroup Left = 15 Top = 10 Width = 377 Height = 91 Caption = 'Select Report' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Web Related Contact Information (name, company, e-mail, URL, sit' + 'e title)' 'Full Contact Information') ParentFont = False TabOrder = 0 end object BitBtn1: TBitBtn Left = 124 Top = 136 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 206 Top = 136 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end end