home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 190
- Top = 98
- AutoScroll = False
- ActiveControl = DBImage1
- BorderStyle = bsSingle
- Caption = 'DELPHI'
- ClientHeight = 257
- ClientWidth = 457
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 457
- Height = 41
- Hint = 'As adapted from dBASE for Windows'
- Align = alTop
- Caption = 'Animals of the World'
- Font.Color = clNavy
- Font.Height = -24
- Font.Name = 'MS Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 0
- Top = 41
- Width = 457
- Height = 177
- Align = alTop
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object Label1: TLabel
- Left = 30
- Top = 14
- Width = 42
- Height = 16
- Caption = 'Name'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 41
- Top = 44
- Width = 31
- Height = 16
- Caption = 'Size'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 23
- Top = 76
- Width = 49
- Height = 16
- Caption = 'Weight'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 12
- Top = 108
- Width = 60
- Height = 16
- Caption = 'Found in'
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object DBImage1: TDBImage
- Left = 269
- Top = 7
- Width = 179
- Height = 162
- DataField = 'BMP'
- DataSource = DataSource1
- TabOrder = 0
- end
- object DBEdit1: TDBEdit
- Left = 76
- Top = 11
- Width = 169
- Height = 25
- DataField = 'NAME'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 10
- ParentFont = False
- TabOrder = 1
- end
- object DBEdit2: TDBEdit
- Left = 76
- Top = 41
- Width = 121
- Height = 25
- DataField = 'SIZE'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 0
- ParentFont = False
- TabOrder = 2
- end
- object DBEdit3: TDBEdit
- Left = 76
- Top = 72
- Width = 121
- Height = 25
- DataField = 'WEIGHT'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 0
- ParentFont = False
- TabOrder = 3
- end
- object DBEdit4: TDBEdit
- Left = 76
- Top = 103
- Width = 169
- Height = 25
- DataField = 'AREA'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 20
- ParentFont = False
- TabOrder = 4
- end
- object Panel3: TPanel
- Left = 7
- Top = 139
- Width = 247
- Height = 32
- Hint = 'Navigator'
- BevelInner = bvRaised
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- object DBNavigator1: TDBNavigator
- Left = 13
- Top = 6
- Width = 216
- Height = 20
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
- TabOrder = 0
- end
- end
- end
- object Panel4: TPanel
- Left = 0
- Top = 218
- Width = 463
- Height = 41
- Align = alTop
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- object BitBtn1: TBitBtn
- Left = 337
- Top = 6
- Width = 60
- Height = 29
- Caption = 'E&xit'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Kind = bkClose
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 213
- Top = 114
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'ANIMALS'
- TableType = ttDBase
- Left = 214
- Top = 80
- object Table1NAME: TStringField
- FieldName = 'NAME'
- Size = 10
- end
- object Table1AREA: TStringField
- FieldName = 'AREA'
- end
- object Table1BMP: TBlobField
- FieldName = 'BMP'
- Size = 1
- end
- object Table1SIZE: TSmallintField
- FieldName = 'SIZE'
- MaxValue = 32767
- MinValue = -32768
- end
- object Table1WEIGHT: TSmallintField
- FieldName = 'WEIGHT'
- MaxValue = 32767
- MinValue = -32768
- end
- end
- end
-