home *** CD-ROM | disk | FTP | other *** search
- object FormFinger: TFormFinger
- Left = 374
- Top = 250
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Finger Query'
- ClientHeight = 287
- ClientWidth = 497
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 41
- Height = 17
- AutoSize = False
- Caption = 'Query:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Result:'
- end
- object Button1: TButton
- Left = 336
- Top = 22
- Width = 75
- Height = 25
- Caption = 'Send Query'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object EditQuery: TEdit
- Left = 8
- Top = 24
- Width = 321
- Height = 21
- HelpContext = 60
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 8
- Top = 72
- Width = 481
- Height = 177
- HelpContext = 61
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 4
- end
- object Button2: TButton
- Left = 416
- Top = 22
- Width = 75
- Height = 25
- Caption = 'Abort'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 171
- Top = 256
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 251
- Top = 256
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 5
- OnClick = Button4Click
- end
- object Finger1: TFingerCli
- OnSessionConnected = Finger1SessionConnected
- OnDataAvailable = Finger1DataAvailable
- OnQueryDone = Finger1QueryDone
- Left = 248
- end
- end
-