home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 25 / CD_ASCQ_25_1095.iso / win / fr / evain / vagavag / sources / annule.dfm / annule.txt
Text File  |  1995-08-15  |  1KB  |  66 lines

  1. object AnnuleBox: TAnnuleBox
  2.   Left = 482
  3.   Top = 331
  4.   BorderStyle = bsDialog
  5.   Caption = 'Playing in progress...'
  6.   ClientHeight = 111
  7.   ClientWidth = 293
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object StopBtn: TButton
  16.     Left = 213
  17.     Top = 57
  18.     Width = 71
  19.     Height = 48
  20.     Cancel = True
  21.     Caption = 'Stop'
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object SuivBtn: TButton
  26.     Left = 111
  27.     Top = 57
  28.     Width = 90
  29.     Height = 48
  30.     Caption = 'Suivant'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object PrecBtn: TButton
  35.     Left = 9
  36.     Top = 57
  37.     Width = 92
  38.     Height = 48
  39.     Caption = 'Pr∩┐╜c∩┐╜dent'
  40.     Enabled = False
  41.     ModalResult = 3
  42.     TabOrder = 2
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 9
  46.     Top = 9
  47.     Width = 274
  48.     Height = 40
  49.     BevelOuter = bvLowered
  50.     TabOrder = 3
  51.     object Label1: TLabel
  52.       Left = 10
  53.       Top = 11
  54.       Width = 69
  55.       Height = 20
  56.       Caption = 'Je joue:'
  57.     end
  58.     object NomFichier: TLabel
  59.       Left = 73
  60.       Top = 11
  61.       Width = 6
  62.       Height = 20
  63.     end
  64.   end
  65. end
  66.