home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 25 / CD_ASCQ_25_1095.iso / win / fr / evain / vagavag / sources / vagavage.dfm / vagavage.txt
Text File  |  1995-05-06  |  1KB  |  62 lines

  1. object Form1: TForm1
  2.   Left = 290
  3.   Top = 214
  4.   Width = 382
  5.   Height = 314
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Liste: TListBox
  14.     Left = 16
  15.     Top = 8
  16.     Width = 169
  17.     Height = 265
  18.     ItemHeight = 16
  19.     TabOrder = 0
  20.   end
  21.   object PlayBouton: TButton
  22.     Left = 200
  23.     Top = 8
  24.     Width = 153
  25.     Height = 41
  26.     Caption = 'Play'
  27.     TabOrder = 1
  28.   end
  29.   object AutoBouton: TButton
  30.     Left = 200
  31.     Top = 64
  32.     Width = 153
  33.     Height = 41
  34.     Caption = 'Auto Play'
  35.     TabOrder = 2
  36.   end
  37.   object CDBouton: TButton
  38.     Left = 200
  39.     Top = 120
  40.     Width = 153
  41.     Height = 41
  42.     Caption = 'Change R∩┐╜pertoire'
  43.     TabOrder = 3
  44.   end
  45.   object QuitBouton: TButton
  46.     Left = 200
  47.     Top = 232
  48.     Width = 153
  49.     Height = 41
  50.     Caption = 'Quitter'
  51.     TabOrder = 4
  52.   end
  53.   object AboutBouton: TButton
  54.     Left = 200
  55.     Top = 176
  56.     Width = 153
  57.     Height = 41
  58.     Caption = 'A Propos ....'
  59.     TabOrder = 5
  60.   end
  61. end
  62.