home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 25 / CD_ASCQ_25_1095.iso / win / fr / evain / vagavag / sources / test.dfm / test.txt
Text File  |  1995-05-06  |  585b  |  35 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  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 SpeedButton1: TSpeedButton
  14.     Left = 24
  15.     Top = 8
  16.     Width = 89
  17.     Height = 41
  18.     Caption = 'Vive moi'
  19.   end
  20.   object SpeedButton2: TSpeedButton
  21.     Left = 128
  22.     Top = 8
  23.     Width = 161
  24.     Height = 41
  25.   end
  26.   object Vivemoi: TButton
  27.     Left = 72
  28.     Top = 104
  29.     Width = 201
  30.     Height = 49
  31.     Caption = 'Vive moi'
  32.     TabOrder = 0
  33.   end
  34. end
  35.