object ReportDlg: TReportDlg Left = 224 Top = 152 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Differences Report' ClientHeight = 156 ClientWidth = 212 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CancelBtn: TBitBtn Left = 120 Top = 120 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 end object PrinterBtn: TBitBtn Tag = 1 Left = 16 Top = 16 Width = 177 Height = 25 Caption = 'Send to &Printer...' TabOrder = 0 OnClick = BtnClick end object FileBtn: TBitBtn Tag = 2 Left = 16 Top = 48 Width = 177 Height = 25 Caption = 'Save As &File...' TabOrder = 1 OnClick = BtnClick end object ClipboardBtn: TBitBtn Tag = 3 Left = 16 Top = 80 Width = 177 Height = 25 Caption = '&Copy to Clipboard' TabOrder = 2 OnClick = BtnClick end end