home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMFINGER / TFORMFINGER.txt
Encoding:
Text File  |  2001-07-11  |  2.0 KB  |  107 lines

  1. object FormFinger: TFormFinger
  2.   Left = 374
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Finger Query'
  7.   ClientHeight = 287
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 41
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'Query:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 56
  31.     Width = 65
  32.     Height = 17
  33.     AutoSize = False
  34.     Caption = 'Result:'
  35.   end
  36.   object Button1: TButton
  37.     Left = 336
  38.     Top = 22
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Send Query'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object EditQuery: TEdit
  47.     Left = 8
  48.     Top = 24
  49.     Width = 321
  50.     Height = 21
  51.     HelpContext = 60
  52.     TabOrder = 0
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 8
  56.     Top = 72
  57.     Width = 481
  58.     Height = 177
  59.     HelpContext = 61
  60.     Color = clBlack
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWhite
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     ReadOnly = True
  68.     ScrollBars = ssBoth
  69.     TabOrder = 4
  70.   end
  71.   object Button2: TButton
  72.     Left = 416
  73.     Top = 22
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Abort'
  77.     Enabled = False
  78.     TabOrder = 2
  79.     OnClick = Button2Click
  80.   end
  81.   object Button3: TButton
  82.     Left = 171
  83.     Top = 256
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = '&Close'
  88.     TabOrder = 3
  89.     OnClick = Button3Click
  90.   end
  91.   object Button4: TButton
  92.     Left = 251
  93.     Top = 256
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&Help'
  97.     TabOrder = 5
  98.     OnClick = Button4Click
  99.   end
  100.   object Finger1: TFingerCli
  101.     OnSessionConnected = Finger1SessionConnected
  102.     OnDataAvailable = Finger1DataAvailable
  103.     OnQueryDone = Finger1QueryDone
  104.     Left = 248
  105.   end
  106. end
  107.