home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 127
- Top = 92
- AutoScroll = False
- ActiveControl = DBImage1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'FISH FACTS'
- ClientHeight = 297
- ClientWidth = 500
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 6
- Top = 8
- Width = 259
- Height = 217
- Hint = 'Scroll grid below to see other fish'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object DBLabel1: TDBText
- Left = 4
- Top = 183
- Width = 249
- Height = 24
- DataField = 'Common_Name'
- DataSource = DataSource1
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object DBImage1: TDBImage
- Left = 5
- Top = 8
- Width = 248
- Height = 168
- Hint = 'Scroll grid below to see other fish'
- DataField = 'Graphic'
- DataSource = DataSource1
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 275
- Top = 8
- Width = 223
- Height = 22
- TabOrder = 1
- object Label1: TLabel
- Left = 7
- Top = 4
- Width = 56
- Height = 13
- Caption = 'About the'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object DBLabel2: TDBText
- Left = 67
- Top = 4
- Width = 99
- Height = 13
- DataField = 'Common_Name'
- DataSource = DataSource1
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Panel3: TPanel
- Left = 276
- Top = 32
- Width = 223
- Height = 193
- BevelOuter = bvLowered
- TabOrder = 2
- object DBMemo1: TDBMemo
- Left = 3
- Top = 2
- Width = 217
- Height = 183
- BorderStyle = bsNone
- Color = clSilver
- Ctl3D = False
- DataField = 'Notes'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Panel4: TPanel
- Left = 0
- Top = 225
- Width = 500
- Height = 72
- Align = alBottom
- BevelInner = bvRaised
- BorderStyle = bsSingle
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- object DBGrid1: TDBGrid
- Left = 12
- Top = 8
- Width = 386
- Height = 53
- Hint = 'Scroll up/down to see other fish!'
- DataSource = DataSource1
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object BitBtn1: TBitBtn
- Left = 424
- Top = 20
- Width = 57
- Height = 29
- Hint = 'Close Fish Facts'
- Caption = 'E&xit'
- TabOrder = 1
- Kind = bkClose
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 19
- Top = 193
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- ReadOnly = True
- TableName = 'BIOLIFE'
- Left = 221
- Top = 193
- object Table1Category: TStringField
- DisplayWidth = 15
- FieldName = 'Category'
- Size = 15
- end
- object Table1SpeciesName: TStringField
- DisplayWidth = 20
- FieldName = 'Species Name'
- Size = 40
- end
- object Table1Lengthcm: TFloatField
- DisplayWidth = 11
- FieldName = 'Length (cm)'
- end
- object Table1Length_In: TFloatField
- DisplayWidth = 10
- FieldName = 'Length_In'
- DisplayFormat = '0.00'
- end
- object Table1Common_Name: TStringField
- DisplayWidth = 30
- FieldName = 'Common_Name'
- Visible = False
- Size = 30
- end
- object Table1Notes: TMemoField
- FieldName = 'Notes'
- Size = 50
- end
- object Table1Graphic: TBlobField
- FieldName = 'Graphic'
- ReadOnly = True
- Visible = False
- end
- end
- end
-