home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Quickrpt / Qr3 / IMAGE.DFM / IMAGE.txt
Encoding:
Text File  |  1999-08-11  |  5.8 KB  |  237 lines

  1. object frmImageRpt: TfrmImageRpt
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'frmImageRpt'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object QuickRep1: TQuickRep
  18.     Left = 24
  19.     Top = 0
  20.     Width = 816
  21.     Height = 1056
  22.     Frame.Color = clBlack
  23.     Frame.DrawTop = False
  24.     Frame.DrawBottom = False
  25.     Frame.DrawLeft = False
  26.     Frame.DrawRight = False
  27.     DataSet = tbBio
  28.     Description.Strings = (
  29.       'List report with images')
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -13
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     Functions.Strings = (
  36.       'PAGENUMBER'
  37.       'COLUMNNUMBER'
  38.       'REPORTTITLE')
  39.     Functions.DATA = (
  40.       '0'
  41.       '0'
  42.       #39#39)
  43.     Options = [FirstPageHeader, LastPageFooter]
  44.     Page.Columns = 1
  45.     Page.Orientation = poPortrait
  46.     Page.PaperSize = Letter
  47.     Page.Values = (
  48.       127.000000000000000000
  49.       2794.000000000000000000
  50.       127.000000000000000000
  51.       2159.000000000000000000
  52.       127.000000000000000000
  53.       127.000000000000000000
  54.       0.000000000000000000)
  55.     PrinterSettings.Copies = 1
  56.     PrinterSettings.Duplex = False
  57.     PrinterSettings.FirstPage = 0
  58.     PrinterSettings.LastPage = 0
  59.     PrinterSettings.OutputBin = Auto
  60.     PrintIfEmpty = True
  61.     ReportTitle = 'Image Report'
  62.     SnapToGrid = True
  63.     Units = Inches
  64.     Zoom = 100
  65.     object DetailBand1: TQRBand
  66.       Left = 48
  67.       Top = 88
  68.       Width = 720
  69.       Height = 113
  70.       Frame.Color = clBlack
  71.       Frame.DrawTop = False
  72.       Frame.DrawBottom = False
  73.       Frame.DrawLeft = False
  74.       Frame.DrawRight = False
  75.       AlignToBottom = False
  76.       Color = clWhite
  77.       ForceNewColumn = False
  78.       ForceNewPage = False
  79.       Size.Values = (
  80.         298.979166666666700000
  81.         1905.000000000000000000)
  82.       BandType = rbDetail
  83.       object QRDBText1: TQRDBText
  84.         Left = 0
  85.         Top = 0
  86.         Width = 94
  87.         Height = 17
  88.         Frame.Color = clBlack
  89.         Frame.DrawTop = False
  90.         Frame.DrawBottom = False
  91.         Frame.DrawLeft = False
  92.         Frame.DrawRight = False
  93.         Size.Values = (
  94.           44.979166666666650000
  95.           0.000000000000000000
  96.           0.000000000000000000
  97.           248.708333333333400000)
  98.         Alignment = taLeftJustify
  99.         AlignToBand = False
  100.         AutoSize = True
  101.         AutoStretch = False
  102.         Color = clWhite
  103.         DataSet = tbBio
  104.         DataField = 'Common_Name'
  105.         Transparent = False
  106.         WordWrap = True
  107.         FontSize = 10
  108.       end
  109.       object QRDBImage1: TQRDBImage
  110.         Left = 216
  111.         Top = 0
  112.         Width = 105
  113.         Height = 105
  114.         Frame.Color = clBlack
  115.         Frame.DrawTop = False
  116.         Frame.DrawBottom = False
  117.         Frame.DrawLeft = False
  118.         Frame.DrawRight = False
  119.         Size.Values = (
  120.           277.812500000000000000
  121.           571.500000000000000000
  122.           0.000000000000000000
  123.           277.812500000000000000)
  124.         DataField = 'Graphic'
  125.         DataSet = tbBio
  126.         Stretch = True
  127.       end
  128.     end
  129.     object ColumnHeaderBand1: TQRBand
  130.       Left = 48
  131.       Top = 48
  132.       Width = 720
  133.       Height = 40
  134.       Frame.Color = clBlack
  135.       Frame.DrawTop = False
  136.       Frame.DrawBottom = True
  137.       Frame.DrawLeft = False
  138.       Frame.DrawRight = False
  139.       AlignToBottom = False
  140.       Color = clWhite
  141.       ForceNewColumn = False
  142.       ForceNewPage = False
  143.       Size.Values = (
  144.         105.833333333333300000
  145.         1905.000000000000000000)
  146.       BandType = rbColumnHeader
  147.       object QRLabel1: TQRLabel
  148.         Left = 0
  149.         Top = 16
  150.         Width = 91
  151.         Height = 17
  152.         Frame.Color = clBlack
  153.         Frame.DrawTop = False
  154.         Frame.DrawBottom = False
  155.         Frame.DrawLeft = False
  156.         Frame.DrawRight = False
  157.         Size.Values = (
  158.           44.979166666666650000
  159.           0.000000000000000000
  160.           42.333333333333340000
  161.           240.770833333333400000)
  162.         Alignment = taLeftJustify
  163.         AlignToBand = False
  164.         AutoSize = True
  165.         AutoStretch = False
  166.         Caption = 'Common Name'
  167.         Color = clWhite
  168.         Transparent = False
  169.         WordWrap = True
  170.         FontSize = 10
  171.       end
  172.       object QRLabel2: TQRLabel
  173.         Left = 216
  174.         Top = 16
  175.         Width = 36
  176.         Height = 17
  177.         Frame.Color = clBlack
  178.         Frame.DrawTop = False
  179.         Frame.DrawBottom = False
  180.         Frame.DrawLeft = False
  181.         Frame.DrawRight = False
  182.         Size.Values = (
  183.           44.979166666666650000
  184.           571.500000000000000000
  185.           42.333333333333340000
  186.           95.250000000000000000)
  187.         Alignment = taLeftJustify
  188.         AlignToBand = False
  189.         AutoSize = True
  190.         AutoStretch = False
  191.         Caption = 'Image'
  192.         Color = clWhite
  193.         Transparent = False
  194.         WordWrap = True
  195.         FontSize = 10
  196.       end
  197.     end
  198.   end
  199.   object tbBio: TTable
  200.     Active = True
  201.     DatabaseName = 'DBDEMOS'
  202.     TableName = 'BIOLIFE.DB'
  203.     Left = 8
  204.     Top = 16
  205.     object tbBioSpeciesNo: TFloatField
  206.       FieldName = 'Species No'
  207.     end
  208.     object tbBioCategory: TStringField
  209.       FieldName = 'Category'
  210.       Size = 15
  211.     end
  212.     object tbBioCommon_Name: TStringField
  213.       FieldName = 'Common_Name'
  214.       Size = 30
  215.     end
  216.     object tbBioSpeciesName: TStringField
  217.       FieldName = 'Species Name'
  218.       Size = 40
  219.     end
  220.     object tbBioLengthcm: TFloatField
  221.       FieldName = 'Length (cm)'
  222.     end
  223.     object tbBioLength_In: TFloatField
  224.       FieldName = 'Length_In'
  225.     end
  226.     object tbBioNotes: TMemoField
  227.       FieldName = 'Notes'
  228.       BlobType = ftMemo
  229.       Size = 50
  230.     end
  231.     object tbBioGraphic: TGraphicField
  232.       FieldName = 'Graphic'
  233.       BlobType = ftGraphic
  234.     end
  235.   end
  236. end
  237.