home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFTP_FREESTYLE / TFTP_FREESTYLE.txt
Encoding:
Text File  |  1998-04-23  |  21.6 KB  |  584 lines

  1. object FTP_Freestyle: TFTP_Freestyle
  2.   Left = 102
  3.   Top = 125
  4.   Width = 628
  5.   Height = 421
  6.   Caption = 'Live FTP Session'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 620
  23.     Height = 72
  24.     Align = alTop
  25.     BevelInner = bvLowered
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Bevel1: TBevel
  29.       Left = 143
  30.       Top = 11
  31.       Width = 139
  32.       Height = 54
  33.     end
  34.     object Label3: TLabel
  35.       Left = 150
  36.       Top = 4
  37.       Width = 123
  38.       Height = 13
  39.       Caption = 'Select Transfer Mode'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.     end
  47.     object ExplorerButton1: TExplorerButton
  48.       Left = 6
  49.       Top = 6
  50.       Width = 65
  51.       Height = 59
  52.       Caption = 'Connect To Web Server'
  53.       DropDownStyle = ddsIExplorer
  54.       Options = [boPopupMark, boShowBevel, boShowDownPattern, boWordWrap]
  55.       UnselectedFontColor = clBlack
  56.       CustomWidth = 65
  57.       CustomHeight = 59
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clAqua
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       OnClick = ExplorerButton1Click
  64.       ParentFont = False
  65.       IBitmap = {}
  66.     end
  67.     object ExplorerButton3: TExplorerButton
  68.       Left = 74
  69.       Top = 6
  70.       Width = 65
  71.       Height = 59
  72.       Caption = 'Return To Main Menu'
  73.       DropDownStyle = ddsIExplorer
  74.       Options = [boPopupMark, boShowBevel, boShowDownPattern, boWordWrap]
  75.       UnselectedFontColor = clBlack
  76.       CustomWidth = 65
  77.       CustomHeight = 59
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clAqua
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       OnClick = ExplorerButton3Click
  84.       ParentFont = False
  85.       IBitmap = {}
  86.     end
  87.     object lTrace: TListBox
  88.       Left = 288
  89.       Top = 1
  90.       Width = 331
  91.       Height = 70
  92.       Align = alRight
  93.       Color = clBtnFace
  94.       Font.Charset = ANSI_CHARSET
  95.       Font.Color = clBlue
  96.       Font.Height = -11
  97.       Font.Name = 'Arial'
  98.       Font.Style = []
  99.       ItemHeight = 14
  100.       ParentFont = False
  101.       TabOrder = 2
  102.     end
  103.     object RadioButton1: TRadioButton
  104.       Left = 146
  105.       Top = 23
  106.       Width = 131
  107.       Height = 17
  108.       Caption = 'Binary - (Graphics)'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clBlack
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.       TabOrder = 3
  116.       OnClick = RadioButton1Click
  117.     end
  118.     object RadioButton2: TRadioButton
  119.       Left = 146
  120.       Top = 39
  121.       Width = 133
  122.       Height = 17
  123.       Caption = 'ASCII - (Text/Data)'
  124.       Checked = True
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlack
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.       TabOrder = 4
  132.       TabStop = True
  133.       OnClick = RadioButton2Click
  134.     end
  135.   end
  136.   object Panel3: TPanel
  137.     Left = 0
  138.     Top = 72
  139.     Width = 209
  140.     Height = 321
  141.     Align = alLeft
  142.     BevelOuter = bvNone
  143.     Caption = 'Panel3'
  144.     TabOrder = 1
  145.     object Panel4: TPanel
  146.       Left = 0
  147.       Top = 89
  148.       Width = 209
  149.       Height = 232
  150.       Align = alClient
  151.       Caption = 'Panel4'
  152.       TabOrder = 0
  153.       object lFiles: TListBox
  154.         Left = 1
  155.         Top = 1
  156.         Width = 207
  157.         Height = 230
  158.         Align = alClient
  159.         DragMode = dmAutomatic
  160.         ItemHeight = 13
  161.         Sorted = True
  162.         TabOrder = 0
  163.         OnDblClick = lFilesDblClick
  164.         OnDragDrop = lFilesDragDrop
  165.         OnDragOver = lFilesDragOver
  166.       end
  167.     end
  168.     object Panel5: TPanel
  169.       Left = 0
  170.       Top = 0
  171.       Width = 209
  172.       Height = 89
  173.       Align = alTop
  174.       BevelOuter = bvNone
  175.       TabOrder = 1
  176.       object Label1: TLabel
  177.         Left = 0
  178.         Top = 51
  179.         Width = 209
  180.         Height = 13
  181.         Align = alTop
  182.         Alignment = taCenter
  183.         Caption = 'Web Server Files'
  184.         Font.Charset = DEFAULT_CHARSET
  185.         Font.Color = clBlue
  186.         Font.Height = -11
  187.         Font.Name = 'MS Sans Serif'
  188.         Font.Style = [fsBold]
  189.         ParentFont = False
  190.       end
  191.       object eRemotePath: TEdit
  192.         Left = 5
  193.         Top = 66
  194.         Width = 198
  195.         Height = 21
  196.         TabOrder = 0
  197.       end
  198.       object Panel12: TPanel
  199.         Left = 0
  200.         Top = 0
  201.         Width = 209
  202.         Height = 51
  203.         Align = alTop
  204.         BevelInner = bvRaised
  205.         BevelOuter = bvLowered
  206.         TabOrder = 1
  207.         object SpeedButton1: TSpeedButton
  208.           Left = 3
  209.           Top = 4
  210.           Width = 203
  211.           Height = 22
  212.           Hint = 'Go into subdirectory'
  213.           Caption = 'Open Selected Directory'
  214.           Font.Charset = DEFAULT_CHARSET
  215.           Font.Color = clBlack
  216.           Font.Height = -11
  217.           Font.Name = 'MS Sans Serif'
  218.           Font.Style = []
  219.           Glyph.Data = {
  220.             76010000424D7601000000000000760000002800000020000000100000000100
  221.             04000000000000010000120B0000120B00001000000000000000000000000000
  222.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  223.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  224.             55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  225.             B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  226.             B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  227.             0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  228.             55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  229.             55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  230.             55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  231.             5555575FFF755555555557000075555555555577775555555555}
  232.           NumGlyphs = 2
  233.           ParentFont = False
  234.           ParentShowHint = False
  235.           ShowHint = True
  236.           OnClick = lFilesDblClick
  237.         end
  238.         object SpeedButton2: TSpeedButton
  239.           Left = 3
  240.           Top = 26
  241.           Width = 203
  242.           Height = 22
  243.           Hint = 'Go back one Subdirectory level'
  244.           Caption = 'Go Up One Directory Level'
  245.           Font.Charset = DEFAULT_CHARSET
  246.           Font.Color = clBlack
  247.           Font.Height = -11
  248.           Font.Name = 'MS Sans Serif'
  249.           Font.Style = []
  250.           Glyph.Data = {
  251.             76010000424D7601000000000000760000002800000020000000100000000100
  252.             04000000000000010000120B0000120B00001000000000000000000000000000
  253.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  254.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  255.             5555555555555555555555555555555555555555555555555555555555555555
  256.             55555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFBFB
  257.             0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  258.             0555557F555555557F55550FBFBFBFBF0555557F555555557F55550BFBFBFBFB
  259.             0555557F555555557F55550FBFBFBFBF0555557FFFFFFFFF7555550000000000
  260.             555555777777777755555550FBFB0555555555575FFF75555555555700007555
  261.             5555555577775555555555555555555555555555555555555555555555555555
  262.             5555555555555555555555555555555555555555555555555555}
  263.           NumGlyphs = 2
  264.           ParentFont = False
  265.           ParentShowHint = False
  266.           ShowHint = True
  267.           OnClick = SpeedButton2Click
  268.         end
  269.       end
  270.     end
  271.   end
  272.   object Panel6: TPanel
  273.     Left = 209
  274.     Top = 72
  275.     Width = 32
  276.     Height = 321
  277.     Align = alLeft
  278.     BevelInner = bvRaised
  279.     BevelOuter = bvLowered
  280.     BevelWidth = 2
  281.     TabOrder = 2
  282.   end
  283.   object Panel7: TPanel
  284.     Left = 241
  285.     Top = 72
  286.     Width = 379
  287.     Height = 321
  288.     Align = alClient
  289.     BevelOuter = bvNone
  290.     TabOrder = 3
  291.     object Panel8: TPanel
  292.       Left = 0
  293.       Top = 0
  294.       Width = 379
  295.       Height = 90
  296.       Align = alTop
  297.       BevelOuter = bvNone
  298.       TabOrder = 0
  299.       object Label2: TLabel
  300.         Left = 8
  301.         Top = 62
  302.         Width = 199
  303.         Height = 13
  304.         Caption = 'Directories/Files On Your Local PC'
  305.         Font.Charset = DEFAULT_CHARSET
  306.         Font.Color = clBlue
  307.         Font.Height = -11
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = [fsBold]
  310.         ParentFont = False
  311.       end
  312.       object DriveComboBox1: TDriveComboBox
  313.         Left = 221
  314.         Top = 59
  315.         Width = 145
  316.         Height = 19
  317.         DirList = DirectoryListBox1
  318.         TabOrder = 0
  319.       end
  320.       object Panel2: TPanel
  321.         Left = 0
  322.         Top = 0
  323.         Width = 379
  324.         Height = 48
  325.         Align = alTop
  326.         BevelInner = bvLowered
  327.         TabOrder = 1
  328.         object Label4: TLabel
  329.           Left = 8
  330.           Top = 10
  331.           Width = 354
  332.           Height = 26
  333.           Alignment = taCenter
  334.           Caption = 
  335.             'Instructions : To copy files to or from your PC simply drag and ' +
  336.             'drop making sure that the correct transfer mode is selected.'
  337.           Font.Charset = DEFAULT_CHARSET
  338.           Font.Color = clBlue
  339.           Font.Height = -11
  340.           Font.Name = 'MS Sans Serif'
  341.           Font.Style = [fsBold]
  342.           ParentFont = False
  343.           WordWrap = True
  344.         end
  345.       end
  346.       object SubfolderList: TListBox
  347.         Left = 0
  348.         Top = 48
  349.         Width = 377
  350.         Height = 17
  351.         ItemHeight = 13
  352.         TabOrder = 2
  353.         Visible = False
  354.       end
  355.     end
  356.     object Panel9: TPanel
  357.       Left = 0
  358.       Top = 90
  359.       Width = 379
  360.       Height = 231
  361.       Align = alClient
  362.       BevelOuter = bvNone
  363.       Caption = 'Panel9'
  364.       TabOrder = 1
  365.       object Panel10: TPanel
  366.         Left = 0
  367.         Top = 0
  368.         Width = 185
  369.         Height = 231
  370.         Align = alLeft
  371.         BevelOuter = bvNone
  372.         Caption = 'Panel10'
  373.         TabOrder = 0
  374.         object DirectoryListBox1: TDirectoryListBox
  375.           Left = 0
  376.           Top = 0
  377.           Width = 185
  378.           Height = 231
  379.           Align = alClient
  380.           FileList = FileListBox1
  381.           ItemHeight = 16
  382.           TabOrder = 0
  383.         end
  384.       end
  385.       object Panel11: TPanel
  386.         Left = 185
  387.         Top = 0
  388.         Width = 194
  389.         Height = 231
  390.         Align = alClient
  391.         BevelOuter = bvNone
  392.         Caption = 'Panel11'
  393.         TabOrder = 1
  394.         object FileListBox1: TFileListBox
  395.           Left = 0
  396.           Top = 0
  397.           Width = 194
  398.           Height = 231
  399.           Align = alClient
  400.           DragMode = dmAutomatic
  401.           ExtendedSelect = False
  402.           ItemHeight = 16
  403.           ShowGlyphs = True
  404.           TabOrder = 0
  405.           OnDragDrop = FileListBox1DragDrop
  406.           OnDragOver = FileListBox1DragOver
  407.         end
  408.       end
  409.     end
  410.   end
  411.   object FTP: TipwFTP
  412.     OnError = FTPError
  413.     WinsockLoaded = False
  414.     TransferMode = tmASCII
  415.     OnFirePITrail = FTPFirePITrail
  416.     OnDirList = FTPDirList
  417.     OnTransfer = FTPTransfer
  418.     Left = 8
  419.     Top = 312
  420.     RegHnd = {
  421.       DFF1820CB4858ACA464759EE76F38A494DCE0F694DC99153756972756BDC694B
  422.       3AD44136CDC8D336A46A215741A48403D9858BB89F72775F58CF81C028EBA29B
  423.       DFF1820CB4858ACA733818756DDBBC08A2F44AF082463B0AF9F4CED6F010C709
  424.       9C0D1E37CF071E53E80F1E9BBDD35D45C1CBA226A0A2F6D4610E44582CD7F281}
  425.   end
  426.   object SmallImages: TImageList
  427.     Left = 377
  428.     Top = 61
  429.     Bitmap = {
  430.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  431.       0000000000003600000028000000400000002000000001001000000000000010
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       000000000000000000000000000000000000EF3DEF3DEF3DEF3DEF3DEF3DEF3D
  501.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       000000000000000000000000000000000000EF3DFF7FF75EE003F75EF75EF75E
  505.       F75EF75EF75EEF3DF75EF75EEF3DEF3D00000000EF3DEF3DEF3DEF3DEF3DEF3D
  506.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000EF3DEF3DEF3DEF3DEF3D
  507.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000
  508.       000000000000000000000000000000000000EF3DFF7FF75EF75EF75EF75EF75E
  509.       00000000000000000000F75EEF3DEF3D00000000EF3DFF7FE07FF75EE07FF75E
  510.       E07FF75EE07FF75EE07FF75EE07FEF3D000000000000EF3DFF7FE07FF75EE07F
  511.       F75EE07FF75EE07FF75EE07FEF3D000000000000000000000000000000000000
  512.       000000000000000000000000000000000000EF3DFF7FFF7FFF7FFF7FFF7FFF7F
  513.       FF7FFF7FFF7FFF7FFF7FFF7FEF3DEF3D00000000EF3DFF7FF75EE07FF75EE07F
  514.       F75EE07FF75EE07FF75EE07FF75EEF3D00000000EF3DFF7FE07FF75EE07FF75E
  515.       E07FF75EE07FF75EE07FF75E0000EF3D00000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       000000000000000000000000EF3DEF3D00000000EF3DFF7FE07FF75EE07FF75E
  518.       E07FF75EE07FF75EE07FF75EE07FEF3D00000000EF3DFF7FF75EE07FF75EE07F
  519.       F75EE07FF75EE07FF75EEF3D0000EF3D00000000000000000000000000000000
  520.       0000000000000000000000000000000000000000EF3DEF3DEF3DEF3DEF3DEF3D
  521.       EF3DEF3DEF3DEF3DEF3DEF3D0000EF3D00000000EF3DFF7FF75EE07FF75EE07F
  522.       F75EE07FF75EE07FF75EE07FF75EEF3D0000EF3DFF7FF75EE07FF75EE07FF75E
  523.       E07FF75EE07FF75EE07F0000EF3DEF3D00000000000000000000000000000000
  524.       0000000000000000000000000000000000000000EF3DFF7FF75EF75EF75EF75E
  525.       F75EF75EF75EF75EF75EEF3DEF3D000000000000EF3DFF7FE07FF75EE07FF75E
  526.       E07FF75EE07FF75EE07FF75EE07FEF3D0000EF3DFF7FFF7FFF7FFF7FFF7FFF7F
  527.       FF7FFF7FFF7FFF7FEF3D0000F75EEF3D00000000000000000000000000000000
  528.       0000000000000000000000000000000000000000EF3DFF7FF75E00000F000F00
  529.       0F000F000F000F00F75EEF3DEF3D000000000000EF3DFF7FF75EE07FF75EE07F
  530.       F75EE07FF75EE07FF75EE07FF75EEF3D0000EF3DEF3DEF3DEF3DEF3DEF3DEF3D
  531.       EF3DEF3DEF3DEF3DEF3DEF3DE07FEF3D00000000000000000000000000000000
  532.       0000000000000000000000000000000000000000EF3DFF7FF75E00001F001F00
  533.       1F001F001F000F00F75EEF3DEF3D000000000000EF3DFF7FE07FF75EE07FF75E
  534.       E07FF75EE07FF75EE07FF75EE07FEF3D00000000EF3DFF7FF75EE07FF75EE07F
  535.       F75EE07FF75EE07FF75EE07FF75EEF3D00000000000000000000000000000000
  536.       0000000000000000000000000000000000000000EF3DFF7FF75E00001F001F00
  537.       1F001F001F000F00F75EEF3DEF3D000000000000EF3DFF7FFF7FFF7FFF7FFF7F
  538.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FEF3D00000000EF3DFF7FE07FF75EE07FF75E
  539.       E07FF75EFF7FFF7FFF7FFF7FFF7FEF3D00000000000000000000000000000000
  540.       0000000000000000000000000000000000000000EF3DFF7FF75E00001F001F00
  541.       1F001F001F000F00F75EEF3DEF3D000000000000EF3DF75EE07FF75EE07FF75E
  542.       E07FF75EEF3DEF3DEF3DEF3DEF3DEF3D00000000EF3DFF7FF75EE07FF75EE07F
  543.       F75EFF7FEF3DEF3DEF3DEF3DEF3DEF3D00000000000000000000000000000000
  544.       0000000000000000000000000000000000000000EF3DFF7FF75E000000000000
  545.       0000000000000000F75EEF3DEF3D0000000000000000EF3DF75EE07FF75EE07F
  546.       F75EEF3D000000000000000000000000000000000000EF3DFF7FFF7FFF7FFF7F
  547.       FF7FEF3D00000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000EF3DFF7FFF7FFF7FFF7FFF7F
  549.       FF7FFF7FFF7FFF7FFF7FEF3DEF3D00000000000000000000EF3DEF3DEF3DEF3D
  550.       EF3D00000000000000000000000000000000000000000000EF3DEF3DEF3DEF3D
  551.       EF3D000000000000000000000000000000000000000000000000000000000000
  552.       00000000000000000000000000000000000000000000EF3DF75EF75EF75EF75E
  553.       F75EF75EF75EF75EF75EFF7FEF3D000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       000000000000000000000000000000000000000000000000EF3DEF3DEF3DEF3D
  557.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       000000000000000000000000000000000000424D3E000000000000003E000000
  561.       2800000040000000200000000100010000000000000100000000000000000000
  562.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       000000000000000000000000000000008003FFFFFFFF00000001C000E0000000
  567.       00008000C000000000008000C000000000008000800000008000800080000000
  568.       8001800000000000800180000000000080018000000000008001800080000000
  569.       800180008000000080018001800100008001C07FC07F00008001E0FFE0FF0000
  570.       C001FFFFFFFF0000E003FFFFFFFF000000000000000000000000000000000000
  571.       000000000000}
  572.   end
  573.   object NetDial1: TipwNetDial
  574.     OnStatus = NetDial1Status
  575.     Left = 297
  576.     Top = 72
  577.     RegHnd = {
  578.       57A29875FE37917BE2A20F9AECEFD97A3967078B7F536ADF8ECC9249E363E285
  579.       CCD2FB0D9B9C7CA30FF5929279ECFB17DDF08175BED478EE26B2CA4093D42FE3
  580.       57A29875FE37917BEAE2BB3C965C394A11DAD862D5B7C2B42EC9DD02A275E4D6
  581.       CD7B646A58C4A0560992AFCDFB56F76FCB6457EFC07486F988F134FAEA330D8E}
  582.   end
  583. end
  584.