home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kolacek / WPing.exe / 0 / RCDATA / TFMSTAT / TFMSTAT.txt
Text File  |  2002-01-13  |  2KB  |  92 lines

  1. object fmStat: TfmStat
  2.   Left = 709
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'Statistics'
  6.   ClientHeight = 250
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poMainFormCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object OKBtn: TButton
  15.     Left = 119
  16.     Top = 220
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'OK'
  20.     Default = True
  21.     ModalResult = 1
  22.     TabOrder = 0
  23.   end
  24.   object pgStat: TPageControl
  25.     Left = 0
  26.     Top = 8
  27.     Width = 313
  28.     Height = 209
  29.     ActivePage = tsStat
  30.     Style = tsButtons
  31.     TabOrder = 1
  32.     object tsStat: TTabSheet
  33.       Caption = 'Statistics'
  34.       object lvStat: TListView
  35.         Left = 0
  36.         Top = 0
  37.         Width = 305
  38.         Height = 178
  39.         Align = alClient
  40.         Columns = <
  41.           item
  42.             Caption = 'Description'
  43.             Width = 100
  44.           end
  45.           item
  46.             Caption = 'Value'
  47.           end>
  48.         ColumnClick = False
  49.         GridLines = True
  50.         Items.Data = {
  51.           6F0100000A00000000000000FFFFFFFFFFFFFFFF01000000000000000553656E
  52.           643A0000000000FFFFFFFFFFFFFFFF010000000000000008526563656976653A
  53.           0000000000FFFFFFFFFFFFFFFF0100000000000000064572726F723A00000000
  54.           00FFFFFFFFFFFFFFFF01000000000000000854696D656F75743A0000000000FF
  55.           FFFFFFFFFFFFFF01000000000000000C556E726563686561626C653A00000000
  56.           00FFFFFFFFFFFFFFFF01000000000000000B54544C206578636565643A000000
  57.           0000FFFFFFFFFFFFFFFF01000000000000000F496E7465726E616C206572726F
  58.           723A0000000000FFFFFFFFFFFFFFFF0100000000000000124D696E696D616C20
  59.           74696D6520286D73293A0000000000FFFFFFFFFFFFFFFF010000000000000012
  60.           4D6178696D616C2074696D6520286D73293A0000000000FFFFFFFFFFFFFFFF01
  61.           0000000000000012417661726167652074696D6520286D73293A00FFFFFFFFFF
  62.           FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  63.         TabOrder = 0
  64.         ViewStyle = vsReport
  65.       end
  66.     end
  67.     object tsEvents: TTabSheet
  68.       Caption = 'Events'
  69.       ImageIndex = 1
  70.       object lvEvents: TListView
  71.         Left = 0
  72.         Top = 0
  73.         Width = 305
  74.         Height = 178
  75.         Align = alClient
  76.         Columns = <
  77.           item
  78.             Caption = 'Time'
  79.             Width = 120
  80.           end
  81.           item
  82.             Caption = 'Event'
  83.             Width = 180
  84.           end>
  85.         ColumnClick = False
  86.         TabOrder = 0
  87.         ViewStyle = vsReport
  88.       end
  89.     end
  90.   end
  91. end
  92.