home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: CD-ROM 43 / epc53.zip / epc53 / CHECKIP / CHECKIP.EXE / 0 / RCDATA / TPINGTSTFORM / TPINGTSTFORM.txt < prev   
Text File  |  2000-03-21  |  20KB  |  713 lines

  1. object PingTstForm: TPingTstForm
  2.   Left = 256
  3.   Top = 96
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Check IP'
  7.   ClientHeight = 455
  8.   ClientWidth = 502
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel6: TPanel
  20.     Left = 0
  21.     Top = 169
  22.     Width = 502
  23.     Height = 286
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Ctl3D = True
  27.     ParentCtl3D = False
  28.     TabOrder = 2
  29.     object GroupBox3: TGroupBox
  30.       Left = 0
  31.       Top = 1
  32.       Width = 620
  33.       Height = 132
  34.       Caption = 'GroupBox3'
  35.       Ctl3D = True
  36.       ParentCtl3D = False
  37.       TabOrder = 0
  38.       object Image1: TImage
  39.         Left = 171
  40.         Top = 107
  41.         Width = 20
  42.         Height = 20
  43.         Picture.Data = {<image000.bmp>}
  44.         Stretch = True
  45.         Transparent = True
  46.       end
  47.       object Image2: TImage
  48.         Left = 309
  49.         Top = 107
  50.         Width = 20
  51.         Height = 20
  52.         Picture.Data = {<image001.bmp>}
  53.         Stretch = True
  54.         Transparent = True
  55.       end
  56.       object Label3: TLabel
  57.         Left = 198
  58.         Top = 111
  59.         Width = 62
  60.         Height = 13
  61.         Caption = 'Computer On'
  62.       end
  63.       object Label13: TLabel
  64.         Left = 339
  65.         Top = 111
  66.         Width = 65
  67.         Height = 13
  68.         Caption = 'Computer  Off'
  69.       end
  70.       object CheckBox1: TCheckBox
  71.         Left = 14
  72.         Top = 109
  73.         Width = 143
  74.         Height = 17
  75.         Caption = 'Show only correct replies'
  76.         State = cbChecked
  77.         TabOrder = 1
  78.       end
  79.       object Memo1: TMemo
  80.         Left = 9
  81.         Top = 15
  82.         Width = 478
  83.         Height = 88
  84.         Lines.Strings = (
  85.           'Memo1')
  86.         TabOrder = 0
  87.       end
  88.     end
  89.     object Panel8: TPanel
  90.       Left = 1
  91.       Top = 136
  92.       Width = 498
  93.       Height = 147
  94.       Caption = 'Panel8'
  95.       TabOrder = 1
  96.       object ListView1: TListView
  97.         Left = 8
  98.         Top = 9
  99.         Width = 479
  100.         Height = 126
  101.         Columns = <>
  102.         ReadOnly = True
  103.         Font.Charset = DEFAULT_CHARSET
  104.         Font.Color = clBlack
  105.         Font.Height = -13
  106.         Font.Name = 'MS Sans Serif'
  107.         Font.Style = []
  108.         IconOptions.AutoArrange = True
  109.         IconOptions.WrapText = False
  110.         ParentFont = False
  111.         TabOrder = 0
  112.         TabStop = False
  113.         ViewStyle = vsSmallIcon
  114.         SmallImages = ImageList1
  115.         StateImages = ImageList1
  116.       end
  117.     end
  118.   end
  119.   object GroupBox1: TGroupBox
  120.     Left = 0
  121.     Top = 5
  122.     Width = 502
  123.     Height = 164
  124.     Align = alTop
  125.     Caption = ' Test IP Address - Setting  '
  126.     Ctl3D = True
  127.     ParentCtl3D = False
  128.     TabOrder = 0
  129.     object Gauge1: TGauge
  130.       Left = 266
  131.       Top = 15
  132.       Width = 27
  133.       Height = 142
  134.       Color = clBtnFace
  135.       Kind = gkVerticalBar
  136.       ForeColor = clRed
  137.       BackColor = clBtnFace
  138.       MaxValue = 254
  139.       ParentColor = False
  140.       Progress = 0
  141.     end
  142.     object Panel2: TPanel
  143.       Left = 5
  144.       Top = 15
  145.       Width = 254
  146.       Height = 39
  147.       BevelInner = bvLowered
  148.       TabOrder = 0
  149.       object Edit1: TEdit
  150.         Left = 13
  151.         Top = 7
  152.         Width = 37
  153.         Height = 24
  154.         Hint = 'IP address - number between 1 - 254'
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clBlack
  157.         Font.Height = -13
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.         ParentShowHint = False
  162.         ShowHint = True
  163.         TabOrder = 0
  164.         Text = '123'
  165.         OnChange = Edit1Change
  166.         OnEnter = Edit1Enter
  167.       end
  168.       object UpDown1: TUpDown
  169.         Left = 50
  170.         Top = 7
  171.         Width = 15
  172.         Height = 24
  173.         Associate = Edit1
  174.         Min = 1
  175.         Max = 254
  176.         Position = 123
  177.         TabOrder = 1
  178.         Wrap = False
  179.       end
  180.       object Edit2: TEdit
  181.         Left = 73
  182.         Top = 7
  183.         Width = 37
  184.         Height = 24
  185.         Hint = 'IP address - number between 1 - 254'
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clWindowText
  188.         Font.Height = -13
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = []
  191.         ParentFont = False
  192.         ParentShowHint = False
  193.         ShowHint = True
  194.         TabOrder = 2
  195.         Text = '1'
  196.         OnChange = Edit1Change
  197.         OnEnter = Edit1Enter
  198.       end
  199.       object UpDown2: TUpDown
  200.         Left = 110
  201.         Top = 7
  202.         Width = 15
  203.         Height = 24
  204.         Associate = Edit2
  205.         Min = 1
  206.         Max = 254
  207.         Position = 1
  208.         TabOrder = 3
  209.         Wrap = False
  210.       end
  211.       object Edit3: TEdit
  212.         Left = 134
  213.         Top = 7
  214.         Width = 37
  215.         Height = 24
  216.         Hint = 'IP address - number between 1 - 254'
  217.         Font.Charset = DEFAULT_CHARSET
  218.         Font.Color = clWindowText
  219.         Font.Height = -13
  220.         Font.Name = 'MS Sans Serif'
  221.         Font.Style = []
  222.         ParentFont = False
  223.         ParentShowHint = False
  224.         ShowHint = True
  225.         TabOrder = 4
  226.         Text = '1'
  227.         OnChange = Edit1Change
  228.         OnEnter = Edit1Enter
  229.       end
  230.       object UpDown3: TUpDown
  231.         Left = 171
  232.         Top = 7
  233.         Width = 15
  234.         Height = 24
  235.         Associate = Edit3
  236.         Min = 1
  237.         Max = 254
  238.         Position = 1
  239.         TabOrder = 5
  240.         Wrap = False
  241.       end
  242.       object Edit4: TEdit
  243.         Left = 194
  244.         Top = 7
  245.         Width = 37
  246.         Height = 24
  247.         Hint = 'IP address - number between 1 - 254'
  248.         Font.Charset = DEFAULT_CHARSET
  249.         Font.Color = clWindowText
  250.         Font.Height = -13
  251.         Font.Name = 'MS Sans Serif'
  252.         Font.Style = []
  253.         ParentFont = False
  254.         ParentShowHint = False
  255.         ShowHint = True
  256.         TabOrder = 6
  257.         Text = '1'
  258.         OnChange = Edit1Change
  259.         OnEnter = Edit1Enter
  260.       end
  261.       object UpDown4: TUpDown
  262.         Left = 231
  263.         Top = 7
  264.         Width = 15
  265.         Height = 24
  266.         Associate = Edit4
  267.         Min = 1
  268.         Max = 254
  269.         Position = 1
  270.         TabOrder = 7
  271.         Wrap = False
  272.       end
  273.     end
  274.     object Panel4: TPanel
  275.       Left = 5
  276.       Top = 52
  277.       Width = 254
  278.       Height = 105
  279.       BevelInner = bvLowered
  280.       TabOrder = 1
  281.       object Label1: TLabel
  282.         Left = 4
  283.         Top = 7
  284.         Width = 38
  285.         Height = 13
  286.         Caption = 'Timeout'
  287.       end
  288.       object Label2: TLabel
  289.         Left = 136
  290.         Top = 7
  291.         Width = 35
  292.         Height = 13
  293.         Caption = 'Repeat'
  294.       end
  295.       object Label4: TLabel
  296.         Left = 4
  297.         Top = 18
  298.         Width = 25
  299.         Height = 13
  300.         Caption = '[ ms ]'
  301.       end
  302.       object Label7: TLabel
  303.         Left = 4
  304.         Top = 73
  305.         Width = 45
  306.         Height = 13
  307.         Caption = 'IP Range'
  308.       end
  309.       object Label8: TLabel
  310.         Left = 4
  311.         Top = 84
  312.         Width = 45
  313.         Height = 13
  314.         Caption = '[low byte]'
  315.       end
  316.       object Label5: TLabel
  317.         Left = 136
  318.         Top = 40
  319.         Width = 35
  320.         Height = 13
  321.         Caption = 'Repeat'
  322.       end
  323.       object Label6: TLabel
  324.         Left = 136
  325.         Top = 51
  326.         Width = 31
  327.         Height = 13
  328.         Caption = '[ min. ]'
  329.       end
  330.       object Label10: TLabel
  331.         Left = 136
  332.         Top = 19
  333.         Width = 36
  334.         Height = 13
  335.         Caption = 'on error'
  336.       end
  337.       object Label11: TLabel
  338.         Left = 4
  339.         Top = 40
  340.         Width = 49
  341.         Height = 13
  342.         Caption = 'Send data'
  343.       end
  344.       object Label12: TLabel
  345.         Left = 4
  346.         Top = 51
  347.         Width = 31
  348.         Height = 13
  349.         Caption = '[bytes]'
  350.       end
  351.       object Label9: TLabel
  352.         Left = 136
  353.         Top = 76
  354.         Width = 9
  355.         Height = 13
  356.         Caption = 'to'
  357.       end
  358.       object Edit5: TEdit
  359.         Left = 59
  360.         Top = 9
  361.         Width = 50
  362.         Height = 21
  363.         TabOrder = 0
  364.         Text = '5'
  365.         OnChange = Edit1Change
  366.         OnEnter = Edit1Enter
  367.       end
  368.       object UpDown5: TUpDown
  369.         Left = 109
  370.         Top = 9
  371.         Width = 15
  372.         Height = 21
  373.         Associate = Edit5
  374.         Min = 5
  375.         Max = 5000
  376.         Increment = 10
  377.         Position = 5
  378.         TabOrder = 1
  379.         Thousands = False
  380.         Wrap = False
  381.       end
  382.       object Edit6: TEdit
  383.         Left = 180
  384.         Top = 9
  385.         Width = 50
  386.         Height = 21
  387.         TabOrder = 2
  388.         Text = '1'
  389.         OnChange = Edit1Change
  390.         OnEnter = Edit1Enter
  391.       end
  392.       object UpDown6: TUpDown
  393.         Left = 230
  394.         Top = 9
  395.         Width = 15
  396.         Height = 21
  397.         Associate = Edit6
  398.         Min = 1
  399.         Position = 1
  400.         TabOrder = 3
  401.         Wrap = False
  402.       end
  403.       object Edit8: TEdit
  404.         Left = 59
  405.         Top = 74
  406.         Width = 50
  407.         Height = 21
  408.         TabOrder = 8
  409.         Text = '1'
  410.         OnChange = Edit1Change
  411.         OnEnter = Edit1Enter
  412.       end
  413.       object Edit9: TEdit
  414.         Left = 180
  415.         Top = 75
  416.         Width = 50
  417.         Height = 21
  418.         TabOrder = 10
  419.         Text = '254'
  420.         OnChange = Edit1Change
  421.         OnEnter = Edit1Enter
  422.       end
  423.       object UpDown8: TUpDown
  424.         Left = 109
  425.         Top = 74
  426.         Width = 15
  427.         Height = 21
  428.         Associate = Edit8
  429.         Min = 1
  430.         Max = 254
  431.         Position = 1
  432.         TabOrder = 9
  433.         Wrap = False
  434.       end
  435.       object UpDown9: TUpDown
  436.         Left = 230
  437.         Top = 75
  438.         Width = 15
  439.         Height = 21
  440.         Associate = Edit9
  441.         Min = 1
  442.         Max = 254
  443.         Position = 254
  444.         TabOrder = 11
  445.         Wrap = False
  446.       end
  447.       object Edit7: TEdit
  448.         Left = 180
  449.         Top = 42
  450.         Width = 50
  451.         Height = 21
  452.         TabOrder = 6
  453.         Text = '5'
  454.         OnChange = Edit1Change
  455.         OnEnter = Edit1Enter
  456.       end
  457.       object UpDown7: TUpDown
  458.         Left = 230
  459.         Top = 42
  460.         Width = 15
  461.         Height = 21
  462.         Associate = Edit7
  463.         Min = 0
  464.         Max = 60
  465.         Position = 5
  466.         TabOrder = 7
  467.         Wrap = False
  468.       end
  469.       object Edit10: TEdit
  470.         Left = 59
  471.         Top = 42
  472.         Width = 50
  473.         Height = 21
  474.         TabOrder = 4
  475.         Text = '64'
  476.         OnChange = Edit1Change
  477.         OnEnter = Edit1Enter
  478.       end
  479.       object UpDown10: TUpDown
  480.         Left = 109
  481.         Top = 42
  482.         Width = 15
  483.         Height = 21
  484.         Associate = Edit10
  485.         Min = 10
  486.         Max = 4096
  487.         Increment = 10
  488.         Position = 64
  489.         TabOrder = 5
  490.         Thousands = False
  491.         Wrap = False
  492.       end
  493.     end
  494.     object Button2: TButton
  495.       Left = 301
  496.       Top = 89
  497.       Width = 90
  498.       Height = 30
  499.       Caption = '&Get local IP'
  500.       TabOrder = 6
  501.       OnClick = Button2Click
  502.     end
  503.     object PingButton: TButton
  504.       Left = 303
  505.       Top = 126
  506.       Width = 88
  507.       Height = 30
  508.       Caption = '&Ping'
  509.       TabOrder = 8
  510.       OnClick = PingButtonClick
  511.     end
  512.     object Button10: TButton
  513.       Left = 301
  514.       Top = 15
  515.       Width = 90
  516.       Height = 30
  517.       Caption = '&Exit'
  518.       TabOrder = 2
  519.       OnClick = Button10Click
  520.     end
  521.     object Button3: TButton
  522.       Left = 301
  523.       Top = 52
  524.       Width = 90
  525.       Height = 30
  526.       Caption = '&About'
  527.       TabOrder = 4
  528.       OnClick = Button3Click
  529.     end
  530.     object Button4: TButton
  531.       Left = 398
  532.       Top = 15
  533.       Width = 90
  534.       Height = 30
  535.       Caption = 'Clear List'
  536.       TabOrder = 3
  537.       OnClick = Button4Click
  538.     end
  539.     object Button5: TButton
  540.       Left = 398
  541.       Top = 52
  542.       Width = 90
  543.       Height = 30
  544.       Caption = 'Save List'
  545.       TabOrder = 5
  546.       OnClick = Button5Click
  547.     end
  548.     object Button1: TButton
  549.       Left = 398
  550.       Top = 89
  551.       Width = 90
  552.       Height = 30
  553.       Caption = 'Check &IP'
  554.       TabOrder = 7
  555.       OnClick = Button1Click
  556.     end
  557.     object Button7: TButton
  558.       Left = 398
  559.       Top = 126
  560.       Width = 90
  561.       Height = 30
  562.       Caption = 'Clear List'
  563.       TabOrder = 9
  564.       OnClick = Button7Click
  565.     end
  566.   end
  567.   object Panel1: TPanel
  568.     Left = 0
  569.     Top = 0
  570.     Width = 502
  571.     Height = 5
  572.     Align = alTop
  573.     BevelOuter = bvNone
  574.     TabOrder = 1
  575.   end
  576.   object Ping1: TPing
  577.     Address = 'abc'
  578.     Size = 64
  579.     Timeout = 1
  580.     TTL = 64
  581.     OnEchoRequest = Ping1EchoRequest
  582.     OnEchoReply = Ping1EchoReply
  583.     Left = 32
  584.     Top = 215
  585.   end
  586.   object ImageList1: TImageList
  587.     Left = 80
  588.     Top = 215
  589.     Bitmap = {
  590.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  591.       000000000000360000002800000040000000100000000100180000000000000C
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  599.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000084848400000000
  600.       0000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  601.       C6C6C6C6C6C60000008484840000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       000000000000000000000000000000000000000000C6C6C60000000000000000
  605.       00C6C6C6C6C6C60000FF8400FFC6C6C600FF0000FF0000000084848484848400
  606.       0000000000C6C6C6000000000000000000C6C6C6C6C6C6848484848484C6C6C6
  607.       8484848484840000008484848484840000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  611.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000084848484848484
  612.       8484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  613.       C6C6C6C6C6C60000008484848484848484840000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000084848484848484
  618.       8484000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000008484848484848484840000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000008484840000008484
  623.       84C6C6C6C6C6C6C6C6C684848400000000000084848484848484848484848484
  624.       8484000000000000848484000000848484C6C6C6C6C6C6C6C6C6848484000000
  625.       0000008484848484848484848484848484840000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000FF0000FF0000000084848484848400000000
  630.       00000000000000000000000000000000000000000000000000000000004284FF
  631.       4284FF0000008484848484840000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  635.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000084848400000000
  636.       0000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  637.       C6C6C6C6C6C60000008484840000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       000000000000000000000000000000000000000000C6C6C6FF0042FF0042FF00
  641.       42FF0042FF0042FF0042FF0042FF0042FF0042C6C6C600000084848484848400
  642.       0000000000C6C6C6424200424200424200424200424200424200424200424200
  643.       424200C6C6C60000008484848484840000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       000000000000000000000000000000000000000000C6C6C6FF0042FF8400FF84
  647.       00FF8400FF8400FF8400FF8400FF8400FF0042C6C6C600000084848484848484
  648.       8484000000C6C6C6424200848484848484848484848484848484848484848484
  649.       424200C6C6C60000008484848484848484840000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       000000000000000000000000000000000000000000C6C6C6FF0042FFFF84FF84
  653.       00FF8400FF8400FF8400FF8400FF8400FF0042C6C6C600000084848484848484
  654.       8484000000C6C6C6424200C6C6C6848484848484848484848484848484848484
  655.       424200C6C6C60000008484848484848484840000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       000000000000000000000000000000000000000000C6C6C6FF0042FFFF84FF84
  659.       00FF8400FF8400FF8400FF8400FF8400FF0042C6C6C600000084848484848484
  660.       8484000000C6C6C6424200C6C6C6C6C6C6848484848484848484848484848484
  661.       424200C6C6C60000008484848484848484840000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       000000000000000000000000000000000000000000C6C6C6FF0042FFFF84FFFF
  665.       0084FF00FF8400FF8484FF8400FF8400FF0042C6C6C600000084848484848484
  666.       8484000000C6C6C6424200C6C6C6C6C6C6C6C6C6848484848484848484848484
  667.       424200C6C6C60000008484848484848484840000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       000000000000000000000000000000000000000000C6C6C6FF0042FF0042FF00
  671.       42FF0042FF0042FF0042FF0042FF0042FF0042C6C6C600000084848484848400
  672.       0000000000C6C6C6424200424200424200424200424200424200424200424200
  673.       424200C6C6C60000008484848484840000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  677.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000084848400000000
  678.       0000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  679.       C6C6C6C6C6C60000008484840000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000084848400000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000008484840000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       000000000000000000000000000000000000424D3E000000000000003E000000
  689.       2800000040000000100000000100010000000000800000000000000000000000
  690.       000000000000000000000000FFFFFF00800F800F000000000003000300000000
  691.       000100010000000000000000000000000008000800000000C000C00000000000
  692.       8003800300000000000300030000000000010001000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000001000100000000
  694.       0003000300000000800780070000000000000000000000000000000000000000
  695.       000000000000}
  696.   end
  697.   object Timer1: TTimer
  698.     Interval = 50
  699.     OnTimer = Timer1Timer
  700.     Left = 220
  701.     Top = 212
  702.   end
  703.   object SaveDialog1: TSaveDialog
  704.     DefaultExt = '*.txt'
  705.     FileName = 'CheckIPStatus'
  706.     Filter = 'Text file|*.txt'
  707.     Options = [ofHideReadOnly, ofNoNetworkButton]
  708.     Title = 'Save showed CheckIP Status'
  709.     Left = 154
  710.     Top = 215
  711.   end
  712. end
  713.