home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 212
- Top = 94
- ActiveControl = Button1
- AutoScroll = False
- Caption = 'New ListBox Type'
- ClientHeight = 265
- ClientWidth = 427
- Color = clYellow
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 20
- object Button1: TButton
- Left = 66
- Top = 224
- Width = 129
- Height = 33
- Caption = 'Create LBox'
- TabOrder = 0
- OnClick = Button1Click
- end
- object GetCurrent: TButton
- Left = 233
- Top = 224
- Width = 129
- Height = 33
- Caption = 'Get Selection'
- Enabled = False
- TabOrder = 1
- OnClick = GetCurrentClick
- end
- object Database1: TDatabase
- Left = 8
- Top = 8
- end
- end
-