home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / nastroje / d5 / MFTP.ZIP / demo / ftpsearch / MAIN.DFM / MAIN.txt
Text File  |  1999-01-02  |  10KB  |  274 lines

  1. object frmMain: TfrmMain
  2.   Left = 194
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'FTP Search'
  6.   ClientHeight = 366
  7.   ClientWidth = 566
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PopupMenu = PopupMenu1
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 126
  23.     Height = 13
  24.     Caption = 'What'#39's you are looking for:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 56
  35.     Width = 64
  36.     Height = 13
  37.     Caption = 'Search Type:'
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 0
  41.     Top = 98
  42.     Width = 569
  43.     Height = 2
  44.   end
  45.   object Button1: TButton
  46.     Left = 480
  47.     Top = 16
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Search'
  51.     Enabled = False
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 480
  57.     Top = 56
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = '&Close'
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65.   object ListView1: TListView
  66.     Left = 0
  67.     Top = 103
  68.     Width = 566
  69.     Height = 244
  70.     Align = alBottom
  71.     Columns = <
  72.       item
  73.         Caption = 'Name'
  74.         Width = 128
  75.       end
  76.       item
  77.         Alignment = taRightJustify
  78.         Caption = 'Size'
  79.         Width = 84
  80.       end
  81.       item
  82.         Caption = 'Modified'
  83.         Width = 108
  84.       end
  85.       item
  86.         Caption = 'Attributes'
  87.         Width = 80
  88.       end
  89.       item
  90.         Caption = 'URL'
  91.         Width = 128
  92.       end>
  93.     ReadOnly = True
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     SmallImages = ImageList1
  97.     TabOrder = 3
  98.     ViewStyle = vsReport
  99.     OnInfoTip = ListView1InfoTip
  100.   end
  101.   object StatusBar1: TStatusBar
  102.     Left = 0
  103.     Top = 347
  104.     Width = 566
  105.     Height = 19
  106.     Panels = <>
  107.     SimplePanel = False
  108.     SimpleText = 'Ready'
  109.   end
  110.   object Edit1: TEdit
  111.     Left = 8
  112.     Top = 24
  113.     Width = 457
  114.     Height = 21
  115.     TabOrder = 0
  116.     OnChange = Edit1Change
  117.   end
  118.   object ComboBox1: TComboBox
  119.     Left = 8
  120.     Top = 72
  121.     Width = 457
  122.     Height = 21
  123.     Style = csDropDownList
  124.     ItemHeight = 13
  125.     TabOrder = 5
  126.     Items.Strings = (
  127.       'Case insensitive substring search '
  128.       'Case sensitive substring search '
  129.       'Case insensitive glob search '
  130.       'Case sensitive glob search '
  131.       'Regular expression search '
  132.       'Exact search '
  133.       'Case insensitive substring match '
  134.       'Case sensitive substring match '
  135.       'Case insensitive glob match '
  136.       'Case sensitive glob match '
  137.       'Regular expression match')
  138.   end
  139.   object MFtpSearch1: TMFtpSearch
  140.     Cache = False
  141.     MaxHit = 50
  142.     MaxMatch = 50
  143.     MaxSize = 0
  144.     MinSize = 0
  145.     Proxy = False
  146.     SearchType = mstCIUS
  147.     Server.Strings = (
  148.       'ftpsearch.lycos.com:80'
  149.       'ftp.sunet.se:8000'
  150.       'archie.is.co.za:80'
  151.       'ftpsearch.city.ru:80'
  152.       'woland.afti.nsu.ru:8000'
  153.       'unicorn.netlab.is.tsukuba.ac.jp:80'
  154.       'ftp.riken.go.jp:8000')
  155.     OnSearchInfo = MFtpSearch1SearchInfo
  156.     Left = 8
  157.     Top = 152
  158.   end
  159.   object ImageList1: TImageList
  160.     Left = 8
  161.     Top = 184
  162.     Bitmap = {
  163.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  164.       0000000000003600000028000000400000001000000001001000000000000008
  165.       0000000000000000000000000000000000000000000000000000000000000000
  166.       0000000000000000000000000000000000000000000000000000000000000000
  167.       0000000000000000000000000000000000000000000000000000000000000000
  168.       0000000000000000000000000000000000000000000000000000000000000000
  169.       0000000000000000000000000000000000000000000000000000000000000000
  170.       0000000000000000000000000000000000000000000010421863186318631863
  171.       1863186318631863186318631863000000000000000010420000000000000000
  172.       0000000018631863186318631863000000000000000000000000000000000000
  173.       0000000000000000000000000000000000000000805210631063106310631063
  174.       1063106310631063106310631063106300000000000010420000000000000000
  175.       0000000000000000000000001863000000000000000010420000000000000000
  176.       0000000000000000000000001863000000000000000000000000000000000000
  177.       00000000000000000000000000000000000000008052FE7F1073907310739073
  178.       1073907310739073107310731073106300000000000010420000000000000000
  179.       0000000000000000000000001863000000000000000010420000000010420000
  180.       0000000000000000000000001863000000000000000000000000000000000000
  181.       00000000000000000000000000000000000000008052FE7F9073907390731073
  182.       9073107390731073907310731073106300000000000010420000000000000000
  183.       0000000000000000000000001863000000000000000010420000000000000000
  184.       0000000000000000000000001863000000000000000000000000000000000000
  185.       00000000000000000000000000000000000000008052FE7F9073907390739073
  186.       9073907310739073107390731073106300000000000010420000000000000000
  187.       0000000000000000000000001863000000000000000010420000000000000000
  188.       0000000000000000000000001863000000000000000000000000000000000000
  189.       00000000000000000000000000000000000000008052FE7F9073907390739073
  190.       9073107390731073907310739073106300000000000010420000000000000000
  191.       0000000000000000000000001863000000000000000010421042104210421042
  192.       1042000000000000000000001863000000000000000000000000000000000000
  193.       00000000000000000000000000000000000000008052FE7F9073907390739073
  194.       9073907390739073107390731073106300000000000010420000000000000000
  195.       0000000000000000000000001863000000000000000010420000000000000000
  196.       0000000000000000000000001863000000000000000000000000000000000000
  197.       00000000000000000000000000000000000000008052FE7F9073907390739073
  198.       9073907390731073907310739073106300000000000010420000000000000000
  199.       0000000000000000000000001863000000000000000010420000000000000000
  200.       0000000000000000000000001863000000000000000000000000000000000000
  201.       00000000000000000000000000000000000000008052FE7F9073907390739073
  202.       9073907390739073907390731073106300000000000010420000000000000000
  203.       0000000000000000000000001863000000000000000010420000000000000000
  204.       0000000000000000000000001863000000000000000000000000000000000000
  205.       00000000000000000000000000000000000000008052FE7FFE7FFE7FFE7FFE7F
  206.       FE7FFE7FFE7FFE7FFE7FFE7F9073106300000000000010420000000000000000
  207.       0000000000000000000000001863000000000000000010420000000000000000
  208.       0000000000000000000000001863000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000805210631063106310631063
  210.       1063106380528052805280528052805200000000000010420000000000000000
  211.       0000000000000000000000001863000000000000000010420000000000000000
  212.       0000000000000000000000001863000000000000000000000000000000000000
  213.       000000000000000000000000000000000000000000008052FE7FFE7FFE7F9073
  214.       9073805200000000000000000000000000000000000010420000000000000000
  215.       0000000000000000000000001863000000000000000010420000000000000000
  216.       0000000000000000000000001863000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000008052805280528052
  218.       8052000000000000000000000000000000000000000010420000000000000000
  219.       0000000000000000000000000000000000000000000010420000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000010420000
  223.       1042000010420000104200000000000000000000000000000000000010420000
  224.       1042000010420000104200000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       000000000000000000000000000000000000424D3E000000000000003E000000
  230.       2800000040000000100000000100010000000000800000000000000000000000
  231.       000000000000000000000000FFFFFF00FFFFE003C0030000C000C001DF010000
  232.       8000DFF9D77900008000DFF9D17900008000D819D91900008000DFF9DF790000
  233.       8000D819C01900008000DFF9DFF900008000D819D81900008000DFF9DFF90000
  234.       8000D899D89900008001DFF9DFF90000C03FDFF9DFF90000E07FD555D5550000
  235.       FFFFEAABEAAB0000FFFFF557F557000000000000000000000000000000000000
  236.       000000000000}
  237.   end
  238.   object PopupMenu1: TPopupMenu
  239.     AutoHotkeys = maManual
  240.     Left = 8
  241.     Top = 216
  242.     object ftpsearchlycoscom801: TMenuItem
  243.       Caption = 'ftpsearch.lycos.com:80'
  244.       Checked = True
  245.       OnClick = menuClick
  246.     end
  247.     object ftpsunetse80001: TMenuItem
  248.       Caption = 'ftp.sunet.se:8000'
  249.       Checked = True
  250.       OnClick = menuClick
  251.     end
  252.     object archieiscoza801: TMenuItem
  253.       Caption = 'archie.is.co.za:80'
  254.       OnClick = menuClick
  255.     end
  256.     object ftpsearchcityru801: TMenuItem
  257.       Caption = 'ftpsearch.city.ru:80'
  258.       OnClick = menuClick
  259.     end
  260.     object wolandaftinsuru80001: TMenuItem
  261.       Caption = 'woland.afti.nsu.ru:8000'
  262.       OnClick = menuClick
  263.     end
  264.     object unicornnetlabistsukubaacjp801: TMenuItem
  265.       Caption = 'unicorn.netlab.is.tsukuba.ac.jp:80'
  266.       OnClick = menuClick
  267.     end
  268.     object ftprikengojp80001: TMenuItem
  269.       Caption = 'ftp.riken.go.jp:8000'
  270.       OnClick = menuClick
  271.     end
  272.   end
  273. end
  274.