home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d3456
/
ICQ.ZIP
/
ICQ
/
Example
/
PktDump.dfm
< prev
next >
Wrap
Text File
|
2002-08-16
|
2KB
|
75 lines
object PktDumpForm: TPktDumpForm
Left = 164
Top = 243
Width = 677
Height = 474
Caption = 'PktDumpForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 0
Top = 0
Width = 669
Height = 209
Anchors = [akLeft, akTop, akRight]
Columns = <
item
Caption = '#'
Width = 21
end
item
Caption = 'Channel'
Width = 80
end
item
Caption = 'Length'
Width = 80
end
item
Caption = 'Seq'
Width = 80
end
item
Caption = 'SNAC'
Width = 235
end
item
Caption = 'CMD'
Width = 150
end>
ReadOnly = True
RowSelect = True
SmallImages = MainForm.IconList
TabOrder = 0
ViewStyle = vsReport
OnClick = ListView1Click
OnSelectItem = ListView1SelectItem
end
object Memo1: TMemo
Left = 0
Top = 216
Width = 669
Height = 231
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end