home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / cdmusicc / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  857 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 102
  4.   Width = 401
  5.   Height = 110
  6.   ActiveControl = bOpenCD
  7.   Caption = 'Calling C DLLs from Delphi'
  8.   Color = 16711808
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object bOpenCD: TButton
  16.     Left = 32
  17.     Top = 24
  18.     Width = 89
  19.     Height = 33
  20.     Caption = 'Open CD'
  21.     TabOrder = 0
  22.     OnClick = bOpenCDClick
  23.   end
  24.   object bCloseCD: TButton
  25.     Left = 272
  26.     Top = 24
  27.     Width = 89
  28.     Height = 33
  29.     Caption = 'Close CD'
  30.     Enabled = False
  31.     TabOrder = 1
  32.     OnClick = bCloseCDClick
  33.   end
  34.   object bPlayCD: TButton
  35.     Left = 152
  36.     Top = 24
  37.     Width = 89
  38.     Height = 33
  39.     Caption = 'Play CD'
  40.     Enabled = False
  41.     TabOrder = 2
  42.     OnClick = bPlayCDClick
  43.   end
  44. end
  45.