home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 340
- Top = 186
- Width = 1088
- Height = 750
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LB1: TListBox
- Left = 512
- Top = 64
- Width = 121
- Height = 585
- ItemHeight = 13
- TabOrder = 0
- end
- object Button1: TButton
- Left = 320
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 1
- OnClick = Button1Click
- end
- object CB1: TComboBox
- Left = 64
- Top = 208
- Width = 201
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Text = 'CB1'
- end
- end
-