object Projects: TProjects Left = 38 Top = 410 Width = 597 Height = 100 Caption = 'Output' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OpenProjectDialog: TOpenDialog FileEditStyle = fsEdit Filter = 'Projects *.JDP|*.JDP|Source file *.JAVA|*.JAVA|All files *.*|*.*' Left = 44 Top = 8 end object SaveProjectDialog: TSaveDialog FileEditStyle = fsEdit Left = 8 Top = 8 end object readOutputTimer: TTimer Interval = 500 OnTimer = readOutputTimerTimer Left = 84 Top = 8 end object PopupMenu1: TPopupMenu Left = 120 Top = 8 object Scrolltotop1: TMenuItem Caption = 'Scroll to top' ShortCut = 0 OnClick = Scrolltotop1Click end object Scrolltobottom1: TMenuItem Caption = 'Scroll to bottom' ShortCut = 0 OnClick = Scrolltobottom1Click end object Clear1: TMenuItem Caption = 'Clear' ShortCut = 0 OnClick = Clear1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Close1: TMenuItem Caption = 'Close' ShortCut = 0 OnClick = Close1Click end end end