home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 February / february_2000.iso / security / Locker4Net / locker.ex0 / 0 / RCDATA / TFTPRECEIVEFORM / TFTPRECEIVEFORM.txt
Encoding:
Text File  |  1999-12-06  |  12.1 KB  |  578 lines

  1. object FtpReceiveForm: TFtpReceiveForm
  2.   Left = 320
  3.   Top = 304
  4.   Width = 640
  5.   Height = 428
  6.   Caption = 'FTP'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object DisplayMemo: TMemo
  17.     Left = 0
  18.     Top = 241
  19.     Width = 632
  20.     Height = 158
  21.     Hint = 'This area show the activity with the host'
  22.     Align = alClient
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'Courier New'
  26.     Font.Style = []
  27.     Lines.Strings = (
  28.       'DisplayMemo')
  29.     ParentFont = False
  30.     ParentShowHint = False
  31.     ScrollBars = ssBoth
  32.     ShowHint = True
  33.     TabOrder = 2
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 121
  38.     Width = 632
  39.     Height = 120
  40.     Align = alTop
  41.     TabOrder = 1
  42.     object InfoLabel: TLabel
  43.       Left = 512
  44.       Top = 6
  45.       Width = 60
  46.       Height = 16
  47.       Caption = 'InfoLabel'
  48.     end
  49.     object StateLabel: TLabel
  50.       Left = 512
  51.       Top = 25
  52.       Width = 69
  53.       Height = 16
  54.       Caption = 'StateLabel'
  55.     end
  56.     object OpenAsyncButton: TButton
  57.       Left = 8
  58.       Top = 6
  59.       Width = 81
  60.       Height = 17
  61.       Caption = 'Open'
  62.       TabOrder = 0
  63.       OnClick = OpenAsyncButtonClick
  64.     end
  65.     object QuitAsyncButton: TButton
  66.       Left = 8
  67.       Top = 24
  68.       Width = 81
  69.       Height = 17
  70.       Caption = 'Quit'
  71.       TabOrder = 1
  72.       OnClick = QuitAsyncButtonClick
  73.     end
  74.     object CwdAsyncButton: TButton
  75.       Left = 254
  76.       Top = 6
  77.       Width = 81
  78.       Height = 17
  79.       Caption = 'Cwd'
  80.       TabOrder = 2
  81.       OnClick = CwdAsyncButtonClick
  82.     end
  83.     object UserAsyncButton: TButton
  84.       Left = 90
  85.       Top = 6
  86.       Width = 81
  87.       Height = 17
  88.       Caption = 'User'
  89.       TabOrder = 3
  90.       OnClick = UserAsyncButtonClick
  91.     end
  92.     object PassAsyncButton: TButton
  93.       Left = 172
  94.       Top = 6
  95.       Width = 81
  96.       Height = 17
  97.       Caption = 'Pass'
  98.       TabOrder = 4
  99.       OnClick = PassAsyncButtonClick
  100.     end
  101.     object ConnectAsyncButton: TButton
  102.       Left = 90
  103.       Top = 24
  104.       Width = 81
  105.       Height = 17
  106.       Caption = 'Connect'
  107.       TabOrder = 5
  108.       OnClick = ConnectAsyncButtonClick
  109.     end
  110.     object GetAsyncButton: TButton
  111.       Left = 8
  112.       Top = 42
  113.       Width = 81
  114.       Height = 17
  115.       Caption = 'Get'
  116.       TabOrder = 6
  117.       OnClick = GetAsyncButtonClick
  118.     end
  119.     object ReceiveAsyncButton: TButton
  120.       Left = 8
  121.       Top = 60
  122.       Width = 81
  123.       Height = 17
  124.       Caption = 'Receive'
  125.       TabOrder = 7
  126.       OnClick = ReceiveAsyncButtonClick
  127.     end
  128.     object AbortAsyncButton: TButton
  129.       Left = 172
  130.       Top = 24
  131.       Width = 81
  132.       Height = 17
  133.       Caption = 'Abort'
  134.       TabOrder = 8
  135.       OnClick = AbortAsyncButtonClick
  136.     end
  137.     object DirAsyncButton: TButton
  138.       Left = 172
  139.       Top = 78
  140.       Width = 81
  141.       Height = 17
  142.       Caption = 'Dir'
  143.       TabOrder = 9
  144.       OnClick = DirAsyncButtonClick
  145.     end
  146.     object DirectoryAsyncButton: TButton
  147.       Left = 172
  148.       Top = 96
  149.       Width = 81
  150.       Height = 17
  151.       Caption = 'Directory'
  152.       TabOrder = 10
  153.       OnClick = DirectoryAsyncButtonClick
  154.     end
  155.     object LsAsyncButton: TButton
  156.       Left = 254
  157.       Top = 78
  158.       Width = 81
  159.       Height = 17
  160.       Caption = 'Ls'
  161.       TabOrder = 11
  162.       OnClick = LsAsyncButtonClick
  163.     end
  164.     object ListAsyncButton: TButton
  165.       Left = 254
  166.       Top = 96
  167.       Width = 81
  168.       Height = 17
  169.       Caption = 'List'
  170.       TabOrder = 12
  171.       OnClick = ListAsyncButtonClick
  172.     end
  173.     object SystAsyncButton: TButton
  174.       Left = 418
  175.       Top = 6
  176.       Width = 81
  177.       Height = 17
  178.       Caption = 'Syst'
  179.       TabOrder = 13
  180.       OnClick = SystAsyncButtonClick
  181.     end
  182.     object SystemAsyncButton: TButton
  183.       Left = 418
  184.       Top = 24
  185.       Width = 81
  186.       Height = 17
  187.       Caption = 'System'
  188.       TabOrder = 14
  189.       OnClick = SystemAsyncButtonClick
  190.     end
  191.     object FileSizeAsyncButton: TButton
  192.       Left = 336
  193.       Top = 60
  194.       Width = 81
  195.       Height = 17
  196.       Caption = 'FileSize'
  197.       TabOrder = 15
  198.       OnClick = FileSizeAsyncButtonClick
  199.     end
  200.     object SizeAsyncButton: TButton
  201.       Left = 338
  202.       Top = 42
  203.       Width = 81
  204.       Height = 17
  205.       Caption = 'Size'
  206.       TabOrder = 16
  207.       OnClick = SizeAsyncButtonClick
  208.     end
  209.     object MkdAsyncButton: TButton
  210.       Left = 418
  211.       Top = 42
  212.       Width = 81
  213.       Height = 17
  214.       Caption = 'Mkd'
  215.       TabOrder = 17
  216.       OnClick = MkdAsyncButtonClick
  217.     end
  218.     object MkdirAsyncButton: TButton
  219.       Left = 418
  220.       Top = 60
  221.       Width = 81
  222.       Height = 17
  223.       Caption = 'Mkdir'
  224.       TabOrder = 18
  225.       OnClick = MkdirAsyncButtonClick
  226.     end
  227.     object RmdAsyncButton: TButton
  228.       Left = 418
  229.       Top = 78
  230.       Width = 81
  231.       Height = 17
  232.       Caption = 'Rmd'
  233.       TabOrder = 19
  234.       OnClick = RmdAsyncButtonClick
  235.     end
  236.     object RmdirAsyncButton: TButton
  237.       Left = 418
  238.       Top = 96
  239.       Width = 81
  240.       Height = 17
  241.       Caption = 'Rmdir'
  242.       TabOrder = 20
  243.       OnClick = RmdirAsyncButtonClick
  244.     end
  245.     object RenAsyncButton: TButton
  246.       Left = 8
  247.       Top = 78
  248.       Width = 81
  249.       Height = 17
  250.       Caption = 'Ren'
  251.       TabOrder = 21
  252.       OnClick = RenAsyncButtonClick
  253.     end
  254.     object RenameAsyncButton: TButton
  255.       Left = 8
  256.       Top = 96
  257.       Width = 81
  258.       Height = 17
  259.       Caption = 'Rename'
  260.       TabOrder = 22
  261.       OnClick = RenameAsyncButtonClick
  262.     end
  263.     object DeleAsyncButton: TButton
  264.       Left = 90
  265.       Top = 78
  266.       Width = 81
  267.       Height = 17
  268.       Caption = 'Dele'
  269.       TabOrder = 23
  270.       OnClick = DeleAsyncButtonClick
  271.     end
  272.     object DeleteAsyncButton: TButton
  273.       Left = 90
  274.       Top = 96
  275.       Width = 81
  276.       Height = 17
  277.       Caption = 'Delete'
  278.       TabOrder = 24
  279.       OnClick = DeleteAsyncButtonClick
  280.     end
  281.     object PwdAsyncButton: TButton
  282.       Left = 254
  283.       Top = 24
  284.       Width = 81
  285.       Height = 17
  286.       Caption = 'Pwd'
  287.       TabOrder = 25
  288.       OnClick = PwdAsyncButtonClick
  289.     end
  290.     object QuoteAsyncButton: TButton
  291.       Left = 336
  292.       Top = 78
  293.       Width = 81
  294.       Height = 17
  295.       Caption = 'Quote'
  296.       TabOrder = 26
  297.       OnClick = QuoteAsyncButtonClick
  298.     end
  299.     object DoQuoteAsyncButton: TButton
  300.       Left = 336
  301.       Top = 96
  302.       Width = 81
  303.       Height = 17
  304.       Caption = 'DoQuote'
  305.       TabOrder = 27
  306.       OnClick = DoQuoteAsyncButtonClick
  307.     end
  308.     object PutAsyncButton: TButton
  309.       Left = 90
  310.       Top = 42
  311.       Width = 81
  312.       Height = 17
  313.       Caption = 'Put'
  314.       TabOrder = 28
  315.       OnClick = PutAsyncButtonClick
  316.     end
  317.     object TransmitAsyncButton: TButton
  318.       Left = 90
  319.       Top = 60
  320.       Width = 81
  321.       Height = 17
  322.       Caption = 'Transmit'
  323.       TabOrder = 29
  324.       OnClick = TransmitAsyncButtonClick
  325.     end
  326.     object TypeSetAsyncButton: TButton
  327.       Left = 336
  328.       Top = 6
  329.       Width = 81
  330.       Height = 17
  331.       Caption = 'TypeSet'
  332.       TabOrder = 30
  333.       OnClick = TypeSetAsyncButtonClick
  334.     end
  335.     object RestGetAsyncButton: TButton
  336.       Left = 172
  337.       Top = 42
  338.       Width = 81
  339.       Height = 17
  340.       Caption = 'RestGet'
  341.       TabOrder = 31
  342.       OnClick = RestGetAsyncButtonClick
  343.     end
  344.     object RestartGetAsyncButton: TButton
  345.       Left = 172
  346.       Top = 60
  347.       Width = 81
  348.       Height = 17
  349.       Caption = 'RestartGet'
  350.       TabOrder = 32
  351.       OnClick = RestartGetAsyncButtonClick
  352.     end
  353.     object CDupAsyncButton: TButton
  354.       Left = 336
  355.       Top = 24
  356.       Width = 81
  357.       Height = 17
  358.       Caption = 'CDup'
  359.       TabOrder = 33
  360.       OnClick = CDupAsyncButtonClick
  361.     end
  362.     object ClearButton: TButton
  363.       Left = 512
  364.       Top = 76
  365.       Width = 105
  366.       Height = 25
  367.       Caption = 'Clear Display'
  368.       TabOrder = 34
  369.       OnClick = ClearButtonClick
  370.     end
  371.     object AppendFileAsyncButton: TButton
  372.       Left = 254
  373.       Top = 60
  374.       Width = 81
  375.       Height = 17
  376.       Caption = 'AppendFile'
  377.       TabOrder = 35
  378.       OnClick = AppendFileAsyncButtonClick
  379.     end
  380.     object AppendAsyncButton: TButton
  381.       Left = 256
  382.       Top = 42
  383.       Width = 81
  384.       Height = 17
  385.       Caption = 'Append'
  386.       TabOrder = 36
  387.       OnClick = AppendAsyncButtonClick
  388.     end
  389.     object SendBtn: TButton
  390.       Left = 512
  391.       Top = 47
  392.       Width = 105
  393.       Height = 25
  394.       Caption = 'SendBtn'
  395.       TabOrder = 37
  396.       OnClick = SendBtnClick
  397.     end
  398.   end
  399.   object Panel2: TPanel
  400.     Left = 0
  401.     Top = 0
  402.     Width = 632
  403.     Height = 121
  404.     Align = alTop
  405.     TabOrder = 0
  406.     object Label1: TLabel
  407.       Left = 11
  408.       Top = 12
  409.       Width = 68
  410.       Height = 16
  411.       Caption = 'HostName'
  412.     end
  413.     object Label3: TLabel
  414.       Left = 21
  415.       Top = 67
  416.       Width = 58
  417.       Height = 16
  418.       Caption = 'Host File'
  419.     end
  420.     object Label4: TLabel
  421.       Left = 10
  422.       Top = 39
  423.       Width = 69
  424.       Height = 16
  425.       Caption = 'UserName'
  426.     end
  427.     object Label5: TLabel
  428.       Left = 224
  429.       Top = 39
  430.       Width = 68
  431.       Height = 16
  432.       Caption = 'PassWord'
  433.     end
  434.     object Label2: TLabel
  435.       Left = 16
  436.       Top = 95
  437.       Width = 63
  438.       Height = 16
  439.       Caption = 'Local File'
  440.     end
  441.     object Label6: TLabel
  442.       Left = 264
  443.       Top = 12
  444.       Width = 26
  445.       Height = 16
  446.       Caption = 'Port'
  447.     end
  448.     object HostNameEdit: TEdit
  449.       Left = 88
  450.       Top = 8
  451.       Width = 121
  452.       Height = 24
  453.       Hint = 'Host where the file is located'
  454.       ParentShowHint = False
  455.       ShowHint = True
  456.       TabOrder = 0
  457.       Text = 'HostNameEdit'
  458.     end
  459.     object HostFileEdit: TEdit
  460.       Left = 304
  461.       Top = 64
  462.       Width = 313
  463.       Height = 24
  464.       Hint = 'Enter the host file name or directory name for Mkdir and Rmdir'
  465.       ParentShowHint = False
  466.       ShowHint = True
  467.       TabOrder = 4
  468.       Text = 'HostFileEdit'
  469.     end
  470.     object UserNameEdit: TEdit
  471.       Left = 88
  472.       Top = 36
  473.       Width = 121
  474.       Height = 24
  475.       Hint = 'User name used to log on the host'
  476.       ParentShowHint = False
  477.       ShowHint = True
  478.       TabOrder = 1
  479.       Text = 'UserNameEdit'
  480.     end
  481.     object PassWordEdit: TEdit
  482.       Left = 304
  483.       Top = 36
  484.       Width = 169
  485.       Height = 24
  486.       Hint = 'Password used to validate user access'
  487.       ParentShowHint = False
  488.       ShowHint = True
  489.       TabOrder = 2
  490.       Text = 'PassWordEdit'
  491.     end
  492.     object cbDisplay: TCheckBox
  493.       Left = 480
  494.       Top = 12
  495.       Width = 121
  496.       Height = 17
  497.       Hint = 'Enable data display during file transfert'
  498.       Caption = 'Display Data'
  499.       ParentShowHint = False
  500.       ShowHint = True
  501.       TabOrder = 8
  502.     end
  503.     object LocalFileEdit: TEdit
  504.       Left = 88
  505.       Top = 91
  506.       Width = 529
  507.       Height = 24
  508.       Hint = 'Enter local file name and path or new file name for rename'
  509.       ParentShowHint = False
  510.       ShowHint = True
  511.       TabOrder = 5
  512.       Text = 'LocalFileEdit'
  513.     end
  514.     object cbBinary: TCheckBox
  515.       Left = 376
  516.       Top = 12
  517.       Width = 105
  518.       Height = 17
  519.       Hint = 'Select to use binary mode transfert'
  520.       Caption = 'Binary Mode'
  521.       ParentShowHint = False
  522.       ShowHint = True
  523.       State = cbChecked
  524.       TabOrder = 7
  525.     end
  526.     object HostDirEdit: TEdit
  527.       Left = 88
  528.       Top = 64
  529.       Width = 209
  530.       Height = 24
  531.       Hint = 'Enter the host directory where the file is located'
  532.       ParentShowHint = False
  533.       ShowHint = True
  534.       TabOrder = 3
  535.       Text = 'HostDirEdit'
  536.     end
  537.     object PortEdit: TEdit
  538.       Left = 304
  539.       Top = 8
  540.       Width = 57
  541.       Height = 24
  542.       TabOrder = 6
  543.       Text = 'PortEdit'
  544.     end
  545.     object SyncCheckBox: TCheckBox
  546.       Left = 480
  547.       Top = 40
  548.       Width = 121
  549.       Height = 17
  550.       Caption = 'Synchronous'
  551.       TabOrder = 9
  552.     end
  553.     object PassiveCheckBox: TCheckBox
  554.       Left = 480
  555.       Top = 26
  556.       Width = 129
  557.       Height = 17
  558.       Caption = 'Passive Mode'
  559.       TabOrder = 10
  560.     end
  561.   end
  562.   object FtpClient1: TFtpClient
  563.     Timeout = 15
  564.     MultiThreaded = False
  565.     Port = 'ftp'
  566.     DisplayFlag = False
  567.     Binary = True
  568.     ShareMode = ftpShareExclusive
  569.     OnProgress = FtpClient1Progress
  570.     OnSessionConnected = FtpClient1SessionConnected
  571.     OnSessionClosed = FtpClient1SessionClosed
  572.     OnRequestDone = FtpClient1RequestDone
  573.     OnStateChange = FtpClient1StateChange
  574.     Left = 24
  575.     Top = 288
  576.   end
  577. end
  578.