home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
CAJSCRPT.ZIP
/
ifps3
/
demo
/
ifps3test2.dfm
/
ifps3test2.txt
Wrap
Text File
|
2002-01-06
|
916b
|
50 lines
object dwin: Tdwin
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Disassemble Window'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 536
Height = 307
Align = alClient
Lines.Strings = (
'Memo1')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 307
Width = 536
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 0
end
end
end