object frmQR3Demo: TfrmQR3Demo Left = 182 Top = 108 Width = 603 Height = 340 Caption = 'Quick Report 3 Standard Demo for Delphi 5' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 56 Top = 4 Width = 174 Height = 34 Caption = 'QuickReport' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -29 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object VersionLbl: TLabel Left = 236 Top = 18 Width = 70 Height = 16 Caption = 'Version 3.0' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 56 Top = 36 Width = 333 Height = 16 Caption = 'Copyright 1995 - 1999 QuSoft AS http://www.qusoft.com' Transparent = True end object Label4: TLabel Left = 8 Top = 272 Width = 77 Height = 16 Alignment = taRightJustify Caption = 'Preview type' end object Label5: TLabel Left = 56 Top = 50 Width = 192 Height = 16 Caption = 'Demo version 3.1.0 July 13, 1999' Transparent = True end object Image2: TImage Left = 6 Top = 6 Width = 47 Height = 47 Picture.Data = {} Transparent = True end object GroupBox1: TGroupBox Left = 7 Top = 64 Width = 586 Height = 193 Caption = 'Select a Report' TabOrder = 0 object rbCreateList: TRadioButton Left = 4 Top = 32 Width = 179 Height = 17 Caption = 'QRCreatelist() example' TabOrder = 2 OnClick = rbCreateListClick end object rbMasterDetail: TRadioButton Left = 4 Top = 66 Width = 179 Height = 17 Caption = 'Master/Detail example' TabOrder = 4 OnClick = rbMasterDetailClick end object Description: TMemo Left = 207 Top = 16 Width = 370 Height = 153 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object rbExprMemo: TRadioButton Left = 4 Top = 101 Width = 179 Height = 17 Caption = 'ExprMemo example' TabOrder = 6 OnClick = rbExprMemoClick end object rbImage: TRadioButton Left = 4 Top = 83 Width = 179 Height = 17 Caption = 'List report with bitmaps' TabOrder = 5 OnClick = rbImageClick end object rbBasicMD: TRadioButton Left = 4 Top = 49 Width = 197 Height = 17 Caption = 'Basic Master/Detail example' TabOrder = 3 OnClick = rbBasicMDClick end object rbComposite: TRadioButton Left = 4 Top = 135 Width = 179 Height = 17 Caption = 'Composite Report' TabOrder = 8 OnClick = rbCompositeClick end object rbNeedData: TRadioButton Left = 4 Top = 152 Width = 179 Height = 17 Caption = 'OnNeedData example' TabOrder = 9 OnClick = rbNeedDataClick end object rbFormLetter: TRadioButton Left = 4 Top = 118 Width = 179 Height = 17 Caption = 'Form Letter example' TabOrder = 7 OnClick = rbFormLetterClick end object rbAbout: TRadioButton Left = 4 Top = 15 Width = 179 Height = 17 Caption = 'QR3DEMO History' TabOrder = 1 OnClick = rbAboutClick end object rbGrouping: TRadioButton Left = 4 Top = 169 Width = 179 Height = 17 Caption = 'Grouping and subtotaling' TabOrder = 10 OnClick = rbGroupingClick end end object btnPreview: TButton Left = 360 Top = 268 Width = 59 Height = 25 Caption = 'Preview' TabOrder = 1 OnClick = btnPreviewClick end object btnPrint: TButton Left = 424 Top = 268 Width = 57 Height = 25 Caption = 'Print' TabOrder = 2 OnClick = btnPreviewClick end object cbPreview: TComboBox Left = 89 Top = 268 Width = 265 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 3 Items.Strings = ( 'Standard modeless preview (non-threaded)' 'Modal (runs in a thread)' 'Modeless (runs in a thread)') end object btnFilters: TButton Left = 392 Top = 5 Width = 113 Height = 25 Caption = 'About the filters..' TabOrder = 4 OnClick = btnFiltersClick end object btnExport: TButton Left = 488 Top = 268 Width = 75 Height = 25 Caption = 'CSV Export' TabOrder = 5 OnClick = btnExportClick end object QRTextFilter1: TQRTextFilter Left = 344 Top = 83 end object QRCSVFilter1: TQRCSVFilter Separator = ',' Left = 376 Top = 83 end object QRHTMLFilter1: TQRHTMLFilter Left = 408 Top = 83 end object QRCompositeReport1: TQRCompositeReport OnAddReports = QRCompositeReport1AddReports Options = [FirstPageHeader, LastPageFooter] PrinterSettings.Copies = 1 PrinterSettings.Duplex = False PrinterSettings.FirstPage = 0 PrinterSettings.LastPage = 0 PrinterSettings.OutputBin = Auto PrinterSettings.Orientation = poPortrait PrinterSettings.PaperSize = Letter ReportTitle = 'Composite Report' Left = 312 Top = 83 end object OpenDialog1: TOpenDialog DefaultExt = 'TXT' Filter = 'Text files (*.txt)|*.TXT' Left = 280 Top = 83 end object SaveDialog1: TSaveDialog DefaultExt = 'RTF' Filter = 'Richtext files (*.rtf)|*.rtf' Title = 'Export RTF' Left = 248 Top = 83 end end