home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 332
- Top = 188
- Width = 393
- Height = 315
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 224
- Top = 32
- Width = 145
- Height = 57
- end
- object Label1: TLabel
- Left = 4
- Top = 8
- Width = 378
- Height = 20
- Caption = 'Database Test Application for Agni'#39's Eye Spy'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object DBText1: TDBText
- Left = 296
- Top = 40
- Width = 65
- Height = 17
- DataField = 'NAME'
- DataSource = DataSource1
- end
- object DBText2: TDBText
- Left = 296
- Top = 64
- Width = 65
- Height = 17
- DataField = 'SIZE'
- DataSource = DataSource1
- end
- object Label2: TLabel
- Left = 232
- Top = 40
- Width = 39
- Height = 16
- Caption = 'NAME'
- end
- object Label3: TLabel
- Left = 232
- Top = 64
- Width = 29
- Height = 16
- Caption = 'SIZE'
- end
- object DBGrid1: TDBGrid
- Left = 6
- Top = 96
- Width = 371
- Height = 161
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object MainMenu1: TMainMenu
- Left = 23
- Top = 43
- object CreateEyeSpy1: TMenuItem
- Caption = 'Create Eye Spy'
- OnClick = CreateEyeSpy1Click
- end
- object FreeEyeSpy1: TMenuItem
- Caption = 'Free Eye Spy'
- OnClick = FreeEyeSpy1Click
- end
- end
- object Table1: TTable
- Active = True
- AfterScroll = Table1AfterScroll
- DatabaseName = 'DBDEMOS'
- TableName = 'ANIMALS.DBF'
- Left = 88
- Top = 43
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 160
- Top = 43
- end
- end
-