home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Inprise
/
TRIAL
/
JBUILDER
/
JRUNTIME.Z
/
jbuilder.exe
/
0
/
RCDATA
/
TCONFIRM
/
TCONFIRM.txt
< prev
Wrap
Text File
|
1998-05-08
|
1KB
|
65 lines
object Confirm: TConfirm
Left = 205
Top = 195
BorderStyle = bsDialog
Caption = 'Confirm'
ClientHeight = 110
ClientWidth = 394
ParentFont = True
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 72
Top = 16
Width = 305
Height = 41
AutoSize = False
WordWrap = True
end
object Image1: TImage
Left = 16
Top = 16
Width = 42
Height = 42
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object Yes: TButton
Left = 8
Top = 72
Width = 89
Height = 25
Caption = 'Yes'
Default = True
TabOrder = 0
OnClick = YesClick
end
object No: TButton
Left = 104
Top = 72
Width = 89
Height = 25
Caption = 'No'
TabOrder = 1
OnClick = NoClick
end
object Cancel: TButton
Left = 200
Top = 72
Width = 89
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = CancelClick
end
object All: TButton
Left = 296
Top = 72
Width = 89
Height = 25
Caption = 'All'
TabOrder = 3
OnClick = AllClick
end
end