home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / caterm.zip / CATETERM.DFM / CATETERM.txt
Text File  |  1995-07-20  |  1KB  |  52 lines

  1. object CateMain: TCateMain
  2.   Left = 541
  3.   Top = 121
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'CateMain'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 20
  13.   object Memo1: TMemo
  14.     Left = 0
  15.     Top = 0
  16.     Width = 427
  17.     Height = 265
  18.     Align = alClient
  19.     Color = 15269887
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     OnEnter = Memo1Enter
  27.     OnKeyPress = Memo1KeyPress
  28.   end
  29.   object CateComm: TCate
  30.     Port = Com4
  31.     BaudRate = ___1200
  32.     Events = [RingTEMask]
  33.     OnBreak = CateCommBreak
  34.     OnCts = CateCommCts
  35.     OnCtss = CateCommCtss
  36.     OnDsr = CateCommDsr
  37.     OnErr = CateCommErr
  38.     OnPErr = CateCommPErr
  39.     OnRing = CateCommRing
  40.     OnRlsd = CateCommRlsd
  41.     OnRlsds = CateCommRlsds
  42.     OnRxChar = CateCommRxChar
  43.     OnRxFlag = CateCommRxFlag
  44.     OnTxEmpty = CateCommTxEmpty
  45.     OnRingTE = CateCommRingTE
  46.     OnReceive = CateCommReceive
  47.     OnTransmit = CateCommTransmit
  48.     Left = 12
  49.     Top = 6
  50.   end
  51. end
  52.