home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- AutoScroll = False
- Caption = 'Form1'
- ClientHeight = 358
- ClientWidth = 539
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object Label1: TLabel
- Left = 16
- Top = 0
- Width = 106
- Height = 20
- Caption = 'DB Blob Field'
- end
- object Label2: TLabel
- Left = 344
- Top = 0
- Width = 115
- Height = 20
- Caption = 'Regular Memo'
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 161
- Width = 539
- Height = 197
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -16
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object DBMemo1: TDBMemo
- Left = 13
- Top = 24
- Width = 180
- Height = 129
- DataField = 'Notes'
- DataSource = DataSource1
- TabOrder = 1
- end
- object Save: TButton
- Left = 202
- Top = 46
- Width = 129
- Height = 41
- Caption = 'Save'
- TabOrder = 2
- OnClick = SaveClick
- end
- object ReadStream: TButton
- Left = 202
- Top = 104
- Width = 129
- Height = 41
- Caption = 'ReadStream'
- Enabled = False
- TabOrder = 3
- OnClick = ReadStreamClick
- end
- object Memo1: TMemo
- Left = 344
- Top = 24
- Width = 185
- Height = 129
- Lines.Strings = (
- 'Memo1')
- TabOrder = 4
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'BIOLIFE.DB'
- Left = 224
- Top = 8
- object Table1SpeciesNo: TFloatField
- FieldName = 'Species No'
- end
- object Table1Category: TStringField
- FieldName = 'Category'
- Size = 15
- end
- object Table1Common_Name: TStringField
- FieldName = 'Common_Name'
- Size = 30
- end
- object Table1SpeciesName: TStringField
- FieldName = 'Species Name'
- Size = 40
- end
- object Table1Lengthcm: TFloatField
- FieldName = 'Length (cm)'
- end
- object Table1Length_In: TFloatField
- FieldName = 'Length_In'
- end
- object Table1Notes: TMemoField
- FieldName = 'Notes'
- Size = 50
- end
- object Table1Graphic: TGraphicField
- FieldName = 'Graphic'
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 272
- Top = 8
- end
- end
-