home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 103
- Width = 435
- Height = 300
- Caption = 'Custom Login Prompt'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 49
- Width = 427
- Height = 220
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 49
- Align = alTop
- TabOrder = 1
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 233
- Height = 33
- Caption = 'Open table'
- TabOrder = 0
- OnClick = Button1Click
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 8
- Width = 89
- Height = 33
- Caption = 'E&xit'
- TabOrder = 1
- Kind = bkClose
- end
- end
- object Database1: TDatabase
- AliasName = 'IBLOCAL'
- DatabaseName = 'Loc_IBLOCAL'
- OnLogin = Database1Login
- Left = 8
- Top = 8
- end
- object Table1: TTable
- DatabaseName = 'Loc_IBLOCAL'
- TableName = 'CUSTOMER'
- Left = 48
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 88
- Top = 8
- end
- end
-