object frmDocRep: TfrmDocRep Left = 3 Top = 94 Width = 636 Height = 363 HorzScrollBar.Range = 1200 VertScrollBar.Range = 2000 BorderIcons = [biSystemMenu, biMaximize] AutoScroll = False Caption = 'Documents Report' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Icon.Data = {} Scaled = False PixelsPerInch = 96 TextHeight = 14 object QRDBTextSize: TQRDBText Left = 120 Top = 39 Width = 53 Height = 17 AlignToBand = False DataField = 'Size' end object QRDBTextAdded: TQRDBText Left = 4 Top = 39 Width = 64 Height = 17 AlignToBand = False DataField = 'Added' end object QRDBTextModiDate: TQRDBText Left = 200 Top = 39 Width = 64 Height = 17 AlignToBand = False DataField = 'ModiDate' end object PageHeader: TQRBand Left = 0 Top = 0 Width = 1200 Height = 47 Align = alTop BandType = rbPageHeader Color = clWhite Font.Color = clNavy Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ForceNewPage = False Frame.Width = 0 Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False ParentFont = False Ruler = qrrInchesHV object QRSysData: TQRSysData Left = 324 Top = 12 Width = 103 Height = 19 AlignToBand = False Data = qrsReportTitle end object QRSysData2: TQRSysData Left = 600 Top = 4 Width = 143 Height = 17 Alignment = taRightJustify AlignToBand = False Data = qrsDateTime Font.Color = clNavy Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object QRSysData3: TQRSysData Left = 659 Top = 24 Width = 84 Height = 17 Alignment = taRightJustify AlignToBand = False Data = qrsPageNumber Font.Color = clNavy Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Text = 'Page #' end end object QRBand: TQRBand Left = 0 Top = 47 Width = 1200 Height = 26 Align = alTop BandType = rbColumnHeader Color = clWhite ForceNewPage = False Frame.Width = 2 Frame.DrawTop = False Frame.DrawBottom = True Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRLabelFName: TQRLabel Left = 4 Top = 1 Width = 45 Height = 17 Caption = 'FName' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object QRLabelLName: TQRLabel Left = 119 Top = 1 Width = 45 Height = 17 Caption = 'LName' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object QRLabelName: TQRLabel Left = 238 Top = 1 Width = 65 Height = 16 Caption = 'Doc Name' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object QRLabelFile: TQRLabel Left = 396 Top = 0 Width = 24 Height = 17 Caption = 'File' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object QRLabelSize: TQRLabel Left = 696 Top = -1 Width = 28 Height = 17 Caption = 'Size' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object QRLabelModiDate: TQRLabel Left = 616 Top = -1 Width = 60 Height = 17 Caption = 'ModiDate' AlignToBand = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object QRBand2: TQRBand Left = 0 Top = 73 Width = 1200 Height = 20 Align = alTop BandType = rbDetail Color = clWhite ForceNewPage = False Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Ruler = qrrNone object QRDBTextFName: TQRDBText Left = 4 Top = 1 Width = 113 Height = 17 AlignToBand = False DataSource = frmDataModule.dsCon DataField = 'FName' end object QRDBTextLName: TQRDBText Left = 119 Top = 1 Width = 118 Height = 17 AlignToBand = False DataSource = frmDataModule.dsCon DataField = 'LName' end object QRDBTextName: TQRDBText Left = 238 Top = 1 Width = 147 Height = 17 AlignToBand = False DataSource = frmDataModule.DSDoc DataField = 'Name' end object QRDBTextFile: TQRDBText Left = 392 Top = 0 Width = 217 Height = 17 AlignToBand = False DataSource = frmDataModule.DSDoc DataField = 'File' end object QRDBText1: TQRDBText Left = 696 Top = -1 Width = 65 Height = 17 AlignToBand = False DataSource = frmDataModule.DSDoc DataField = 'Size' end object QRDBText3: TQRDBText Left = 612 Top = -1 Width = 81 Height = 17 AlignToBand = False DataSource = frmDataModule.DSDoc DataField = 'ModiDate' end end object QRPTDocument: TQuickReport DataSource = frmDataModule.DSDoc ColumnMarginInches = 0 ColumnMarginMM = 0 Columns = 1 DisplayPrintDialog = False LeftMarginInches = 0 LeftMarginMM = 0 Orientation = poPortrait PageFrame.DrawTop = False PageFrame.DrawBottom = False PageFrame.DrawLeft = False PageFrame.DrawRight = False PaperLength = 0 PaperSize = qrpDefault PaperWidth = 0 ReportTitle = 'Document List' RestartData = True SQLCompatible = False TitleBeforeHeader = False Left = 40 Top = 134 end end