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 >
Text File  |  2002-08-16  |  2KB  |  75 lines

  1. object PktDumpForm: TPktDumpForm
  2.   Left = 164
  3.   Top = 243
  4.   Width = 677
  5.   Height = 474
  6.   Caption = 'PktDumpForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListView1: TListView
  20.     Left = 0
  21.     Top = 0
  22.     Width = 669
  23.     Height = 209
  24.     Anchors = [akLeft, akTop, akRight]
  25.     Columns = <
  26.       item
  27.         Caption = '#'
  28.         Width = 21
  29.       end
  30.       item
  31.         Caption = 'Channel'
  32.         Width = 80
  33.       end
  34.       item
  35.         Caption = 'Length'
  36.         Width = 80
  37.       end
  38.       item
  39.         Caption = 'Seq'
  40.         Width = 80
  41.       end
  42.       item
  43.         Caption = 'SNAC'
  44.         Width = 235
  45.       end
  46.       item
  47.         Caption = 'CMD'
  48.         Width = 150
  49.       end>
  50.     ReadOnly = True
  51.     RowSelect = True
  52.     SmallImages = MainForm.IconList
  53.     TabOrder = 0
  54.     ViewStyle = vsReport
  55.     OnClick = ListView1Click
  56.     OnSelectItem = ListView1SelectItem
  57.   end
  58.   object Memo1: TMemo
  59.     Left = 0
  60.     Top = 216
  61.     Width = 669
  62.     Height = 231
  63.     Anchors = [akLeft, akTop, akRight, akBottom]
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Courier'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     ReadOnly = True
  71.     ScrollBars = ssVertical
  72.     TabOrder = 1
  73.   end
  74. end
  75.