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
Wrap
Text File
|
1995-08-15
|
1KB
|
66 lines
object AnnuleBox: TAnnuleBox
Left = 482
Top = 331
BorderStyle = bsDialog
Caption = 'Playing in progress...'
ClientHeight = 111
ClientWidth = 293
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 16
object StopBtn: TButton
Left = 213
Top = 57
Width = 71
Height = 48
Cancel = True
Caption = 'Stop'
ModalResult = 1
TabOrder = 0
end
object SuivBtn: TButton
Left = 111
Top = 57
Width = 90
Height = 48
Caption = 'Suivant'
ModalResult = 2
TabOrder = 1
end
object PrecBtn: TButton
Left = 9
Top = 57
Width = 92
Height = 48
Caption = 'Pr�c�dent'
Enabled = False
ModalResult = 3
TabOrder = 2
end
object Panel1: TPanel
Left = 9
Top = 9
Width = 274
Height = 40
BevelOuter = bvLowered
TabOrder = 3
object Label1: TLabel
Left = 10
Top = 11
Width = 69
Height = 20
Caption = 'Je joue:'
end
object NomFichier: TLabel
Left = 73
Top = 11
Width = 6
Height = 20
end
end
end