home *** CD-ROM | disk | FTP | other *** search
- object InterActive: TInterActive
- Left = 121
- Top = 130
- BorderStyle = bsDialog
- Caption = 'Interactive Terminal'
- ClientHeight = 374
- ClientWidth = 627
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = SetupWindow
- OnClose = Cleanup
- PixelsPerInch = 96
- TextHeight = 13
- object CommEdit: TMemo
- Left = 8
- Top = 24
- Width = 610
- Height = 289
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyPress = GetKeyPress
- end
- object BitBtn1: TBitBtn
- Left = 224
- Top = 328
- Width = 75
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 312
- Top = 328
- Width = 75
- Height = 33
- TabOrder = 2
- OnClick = ShowHelp
- Kind = bkHelp
- end
- end
-