object Form1: TForm1
  Left = 210
  Top = 119
  ActiveControl = Memo1
  Caption = 'Simple Terminal'
  PixelsPerInch = 96
  ClientHeight = 112
  ClientWidth = 213
  object Memo1: TMemo
    Width = 213
    Height = 112
    TabOrder = 0
    AutoSize = False
    Text = #13#10
    OnKeyPress = Memo1KeyPress
    Align = alClient
    Lines.Strings = (
      '')
    WordWrap = True
  end
  object Comm1: TComm
    Port = tptOne
    RxFullCount = 1
    OnReceive = Comm1Receive
    Left = 8
    Top = 4
  end
end
