home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / modemdr / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TINTERACTIVE / TINTERACTIVE.txt < prev   
Encoding:
Text File  |  1999-04-03  |  1.0 KB  |  53 lines

  1. object InterActive: TInterActive
  2.   Left = 121
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'Interactive Terminal'
  6.   ClientHeight = 374
  7.   ClientWidth = 627
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = SetupWindow
  16.   OnClose = Cleanup
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CommEdit: TMemo
  20.     Left = 8
  21.     Top = 24
  22.     Width = 610
  23.     Height = 289
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'Courier New'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ReadOnly = True
  31.     ScrollBars = ssVertical
  32.     TabOrder = 0
  33.     OnKeyPress = GetKeyPress
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 224
  37.     Top = 328
  38.     Width = 75
  39.     Height = 33
  40.     TabOrder = 1
  41.     Kind = bkOK
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 312
  45.     Top = 328
  46.     Width = 75
  47.     Height = 33
  48.     TabOrder = 2
  49.     OnClick = ShowHelp
  50.     Kind = bkHelp
  51.   end
  52. end
  53.