home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 202
- Top = 102
- Width = 401
- Height = 110
- ActiveControl = bOpenCD
- Caption = 'Calling C DLLs from Delphi'
- Color = 16711808
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object bOpenCD: TButton
- Left = 32
- Top = 24
- Width = 89
- Height = 33
- Caption = 'Open CD'
- TabOrder = 0
- OnClick = bOpenCDClick
- end
- object bCloseCD: TButton
- Left = 272
- Top = 24
- Width = 89
- Height = 33
- Caption = 'Close CD'
- Enabled = False
- TabOrder = 1
- OnClick = bCloseCDClick
- end
- object bPlayCD: TButton
- Left = 152
- Top = 24
- Width = 89
- Height = 33
- Caption = 'Play CD'
- Enabled = False
- TabOrder = 2
- OnClick = bPlayCDClick
- end
- end
-