home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / DEMO01.DFM / DEMO01.txt
Encoding:
Text File  |  1997-01-18  |  8.9 KB  |  390 lines

  1. object FBDemo01: TFBDemo01
  2.   Left = 328
  3.   Top = 204
  4.   Width = 617
  5.   Height = 495
  6.   ActiveControl = Panel1
  7.   Caption = 'FBDemo01'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 992
  20.     Height = 50
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBNavigator: TDBNavigator
  24.       Left = 10
  25.       Top = 10
  26.       Width = 281
  27.       Height = 31
  28.       DataSource = DataSource1
  29.       Ctl3D = False
  30.       ParentCtl3D = False
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object CBReport1: TCBReport
  35.     Left = 0
  36.     Top = 80
  37.     Width = 992
  38.     Height = 1403
  39.     Font.Color = clWindowText
  40.     Font.Height = 16
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     Color = 15794175
  44.     ParentFont = False
  45.     About = 'Version 5.32'
  46.     AboutRegistered = 'TOM SNIDER'
  47.     Bands.Master = Master
  48.     Bands.Title = Title
  49.     Bands.PageHeader = PageHeader
  50.     Bands.PageFooter = PageFooter
  51.     Viewer.BkColor = 11234567
  52.     Viewer.Heading = 'BandIt Viewer'
  53.     Viewer.ShowCancelDialog = True
  54.     Viewer.MinimizeRunForm = False
  55.     Viewer.ZoomPercentage = 100.000000000000000000
  56.     Page.FrameStyle = frThin
  57.     Page.MarginLeft = 0.400000000000000000
  58.     Page.MarginTop = 0.400000000000000000
  59.     Page.MarginRight = 0.400000000000000000
  60.     Page.PaperSize = A4
  61.     OutputTo = poViewer
  62.     Orientation = Default
  63.     Units = poInches
  64.     Copies = 1
  65.     LineSpacing = 2.500000000000000000
  66.     RewindBeforePrint = True
  67.     object PageHeader: TCBBand
  68.       Left = 49
  69.       Top = 49
  70.       Width = 894
  71.       Height = 88
  72.       Align = alTop
  73.       Color = clWhite
  74.       Frame.Color = clBlack
  75.       Frame.Left = frNone
  76.       Frame.Right = frNone
  77.       Frame.Top = frDoubleThickThin
  78.       Frame.Bottom = frSingleThin
  79.       ForceNewPage = False
  80.       BandType = cbPageHeader
  81.       object CB_Label2: TCB_Label
  82.         Left = 364
  83.         Top = 8
  84.         Width = 166
  85.         Height = 32
  86.         Caption = 'Page Header'
  87.         Font.Color = clBlue
  88.         Font.Height = -27
  89.         Font.Name = 'Arial'
  90.         Font.Style = [fsBold]
  91.         ParentFont = False
  92.         Transparent = True
  93.         About = 'Version 5.32'
  94.         Style = stRaised
  95.         ShadowOffset = 5
  96.       end
  97.     end
  98.     object Title: TCBBand
  99.       Left = 49
  100.       Top = 137
  101.       Width = 894
  102.       Height = 41
  103.       Align = alTop
  104.       Color = clWhite
  105.       Frame.Color = clBlack
  106.       Frame.Left = frSingleThin
  107.       Frame.Right = frSingleThin
  108.       Frame.Top = frSingleThin
  109.       Frame.Bottom = frSingleThin
  110.       ForceNewPage = False
  111.       BandType = cbTitle
  112.       object CB_Label1: TCB_Label
  113.         Left = 334
  114.         Top = 8
  115.         Width = 226
  116.         Height = 32
  117.         Caption = 'Fish Demo - Title'
  118.         Font.Color = clRed
  119.         Font.Height = -27
  120.         Font.Name = 'Arial'
  121.         Font.Style = [fsBold]
  122.         ParentFont = False
  123.         Transparent = True
  124.         About = 'Version 5.32'
  125.         Style = stRaised
  126.         ShadowOffset = 5
  127.       end
  128.     end
  129.     object Master: TCBBand
  130.       Left = 49
  131.       Top = 178
  132.       Width = 894
  133.       Height = 582
  134.       Align = alTop
  135.       Color = clWhite
  136.       Frame.Color = clBlack
  137.       Frame.Left = frSingleThin
  138.       Frame.Right = frSingleThin
  139.       Frame.Top = frSingleThin
  140.       Frame.Bottom = frSingleThin
  141.       ForceNewPage = False
  142.       BandType = cbMaster
  143.       DataSource = DataSource1
  144.       object Label9: TLabel
  145.         Left = 14
  146.         Top = 42
  147.         Width = 110
  148.         Height = 16
  149.         Alignment = taRightJustify
  150.         AutoSize = False
  151.         Caption = 'Species No'
  152.       end
  153.       object Label10: TLabel
  154.         Left = 14
  155.         Top = 68
  156.         Width = 110
  157.         Height = 16
  158.         Alignment = taRightJustify
  159.         AutoSize = False
  160.         Caption = 'Category'
  161.       end
  162.       object Label11: TLabel
  163.         Left = 14
  164.         Top = 94
  165.         Width = 110
  166.         Height = 16
  167.         Alignment = taRightJustify
  168.         AutoSize = False
  169.         Caption = 'Common_Name'
  170.       end
  171.       object Label12: TLabel
  172.         Left = 14
  173.         Top = 120
  174.         Width = 110
  175.         Height = 16
  176.         Alignment = taRightJustify
  177.         AutoSize = False
  178.         Caption = 'Species Name'
  179.       end
  180.       object Label13: TLabel
  181.         Left = 14
  182.         Top = 146
  183.         Width = 110
  184.         Height = 16
  185.         Alignment = taRightJustify
  186.         AutoSize = False
  187.         Caption = 'Length (cm)'
  188.       end
  189.       object Label15: TLabel
  190.         Left = 14
  191.         Top = 194
  192.         Width = 110
  193.         Height = 16
  194.         Alignment = taRightJustify
  195.         AutoSize = False
  196.         Caption = 'Notes'
  197.       end
  198.       object Label16: TLabel
  199.         Left = 14
  200.         Top = 413
  201.         Width = 110
  202.         Height = 16
  203.         Alignment = taRightJustify
  204.         AutoSize = False
  205.         Caption = 'Graphic'
  206.       end
  207.       object DBEdit1: TDBEdit
  208.         Left = 130
  209.         Top = 38
  210.         Width = 91
  211.         Height = 24
  212.         DataField = 'Species No'
  213.         DataSource = DataSource1
  214.         MaxLength = 0
  215.         TabOrder = 0
  216.       end
  217.       object DBEdit2: TDBEdit
  218.         Left = 130
  219.         Top = 64
  220.         Width = 126
  221.         Height = 24
  222.         DataField = 'Category'
  223.         DataSource = DataSource1
  224.         MaxLength = 15
  225.         TabOrder = 1
  226.       end
  227.       object DBEdit3: TDBEdit
  228.         Left = 130
  229.         Top = 90
  230.         Width = 231
  231.         Height = 24
  232.         DataField = 'Common_Name'
  233.         DataSource = DataSource1
  234.         MaxLength = 30
  235.         TabOrder = 2
  236.       end
  237.       object DBEdit4: TDBEdit
  238.         Left = 130
  239.         Top = 116
  240.         Width = 301
  241.         Height = 24
  242.         DataField = 'Species Name'
  243.         DataSource = DataSource1
  244.         MaxLength = 40
  245.         TabOrder = 3
  246.       end
  247.       object DBEdit5: TDBEdit
  248.         Left = 130
  249.         Top = 142
  250.         Width = 91
  251.         Height = 24
  252.         DataField = 'Length (cm)'
  253.         DataSource = DataSource1
  254.         MaxLength = 0
  255.         TabOrder = 4
  256.       end
  257.       object DBMemo1: TDBMemo
  258.         Left = 130
  259.         Top = 194
  260.         Width = 567
  261.         Height = 215
  262.         DataField = 'Notes'
  263.         DataSource = DataSource1
  264.         TabOrder = 5
  265.       end
  266.       object DBImage1: TDBImage
  267.         Left = 130
  268.         Top = 413
  269.         Width = 359
  270.         Height = 156
  271.         DataField = 'Graphic'
  272.         DataSource = DataSource1
  273.         TabOrder = 6
  274.       end
  275.     end
  276.     object PageFooter: TCBBand
  277.       Left = 49
  278.       Top = 760
  279.       Width = 894
  280.       Height = 48
  281.       Align = alTop
  282.       Color = clWhite
  283.       Frame.Color = clBlack
  284.       Frame.Left = frSingleThin
  285.       Frame.Right = frSingleThin
  286.       Frame.Top = frSingleThin
  287.       Frame.Bottom = frSingleThin
  288.       ForceNewPage = False
  289.       BandType = cbPageFooter
  290.       object CB_Label3: TCB_Label
  291.         Left = 367
  292.         Top = 8
  293.         Width = 159
  294.         Height = 32
  295.         Caption = 'Page Footer'
  296.         Font.Color = clRed
  297.         Font.Height = -27
  298.         Font.Name = 'Arial'
  299.         Font.Style = [fsBold]
  300.         ParentFont = False
  301.         Transparent = True
  302.         About = 'Version 5.32'
  303.         Style = stRaised
  304.         ShadowOffset = 5
  305.       end
  306.       object Label1: TLabel
  307.         Left = 815
  308.         Top = 16
  309.         Width = 34
  310.         Height = 16
  311.         Caption = 'Page '
  312.       end
  313.       object CBSystem1: TCBSystem
  314.         Left = 8
  315.         Top = 16
  316.         Width = 100
  317.         Height = 16
  318.         ParentFont = False
  319.         BorderStyle = bsNone
  320.         Font.Color = clWindowText
  321.         Font.Height = -13
  322.         Font.Name = 'Arial'
  323.         Font.Style = []
  324.         Color = clWhite
  325.         Data = cbDate
  326.         DisplayFormat = '#,##0.00'
  327.         Text = '0.00'
  328.         Alignment = taLeftJustify
  329.       end
  330.       object CBSystem2: TCBSystem
  331.         Left = 847
  332.         Top = 14
  333.         Width = 36
  334.         Height = 16
  335.         ParentFont = False
  336.         BorderStyle = bsNone
  337.         Font.Color = clWindowText
  338.         Font.Height = -13
  339.         Font.Name = 'Arial'
  340.         Font.Style = []
  341.         Color = clWhite
  342.         Data = cbPageNumber
  343.         DisplayFormat = '0'
  344.         Text = '1'
  345.         Alignment = taRightJustify
  346.       end
  347.     end
  348.   end
  349.   object DataSource1: TDataSource
  350.     DataSet = Table1
  351.     Left = 311
  352.     Top = 5
  353.   end
  354.   object Table1: TTable
  355.     Active = True
  356.     DatabaseName = 'DBDEMOS'
  357.     TableName = 'BIOLIFE.DB'
  358.     Left = 335
  359.     Top = 5
  360.     object Table1SpeciesNo: TFloatField
  361.       FieldName = 'Species No'
  362.     end
  363.     object Table1Category: TStringField
  364.       FieldName = 'Category'
  365.       Size = 15
  366.     end
  367.     object Table1Common_Name: TStringField
  368.       FieldName = 'Common_Name'
  369.       Size = 30
  370.     end
  371.     object Table1SpeciesName: TStringField
  372.       FieldName = 'Species Name'
  373.       Size = 40
  374.     end
  375.     object Table1Lengthcm: TFloatField
  376.       FieldName = 'Length (cm)'
  377.     end
  378.     object Table1Length_In: TFloatField
  379.       FieldName = 'Length_In'
  380.     end
  381.     object Table1Notes: TMemoField
  382.       FieldName = 'Notes'
  383.       Size = 50
  384.     end
  385.     object Table1Graphic: TGraphicField
  386.       FieldName = 'Graphic'
  387.     end
  388.   end
  389. end
  390.