home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 200
- Top = 108
- Width = 243
- Height = 297
- BorderIcons = [biSystemMenu]
- Caption = 'Form2'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 3
- Height = 13
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 32
- Width = 201
- Height = 145
- ItemHeight = 16
- TabOrder = 0
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 192
- Width = 201
- Height = 19
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnChange = DriveComboBox1Change
- end
- object Button2: TButton
- Left = 136
- Top = 232
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 24
- Top = 232
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
-