object PBTermNoteForm: TPBTermNoteForm Left = 293 Top = 211 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Compose Note' ClientHeight = 263 ClientWidth = 428 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide PixelsPerInch = 96 TextHeight = 16 object SendButton: TButton Left = 104 Top = 233 Width = 75 Height = 25 Caption = 'Send' Default = True TabOrder = 1 OnClick = SendButtonClick end object ClearButton: TButton Left = 184 Top = 233 Width = 75 Height = 25 Caption = 'Clear' TabOrder = 2 OnClick = ClearButtonClick end object HelpButton: TButton Left = 264 Top = 233 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object NotePanel: TPanel Left = 4 Top = 4 Width = 421 Height = 225 TabOrder = 0 object ToLabel: TLabel Left = 8 Top = 12 Width = 85 Height = 16 Caption = 'To' end object SubjectLabel: TLabel Left = 8 Top = 40 Width = 85 Height = 16 Caption = 'Subject' end object TextLabel: TLabel Left = 8 Top = 64 Width = 85 Height = 16 Caption = 'Note Text' end object ToBox: THistoryComboBox Left = 100 Top = 8 Width = 313 Height = 24 ItemHeight = 16 TabOrder = 0 Key = 'DavidRM\PBTerm\NoteTo' end object SubjectEdit: TEdit Left = 100 Top = 36 Width = 313 Height = 24 TabOrder = 1 end object NoteMemo: TMemo Left = 8 Top = 80 Width = 405 Height = 137 ScrollBars = ssVertical TabOrder = 2 end end object CancelButton: TButton Left = 344 Top = 232 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 4 OnClick = CancelButtonClick end end