object TopoSortForm: TTopoSortForm Left = 27 Top = 114 BorderStyle = bsSingle Caption = 'Topological Sorting' ClientHeight = 154 ClientWidth = 298 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object memInputs: TMemo Left = 0 Top = 2 Width = 105 Height = 151 Lines.Strings = ( 'A < B' 'B < D' 'D < G' 'B < G' 'C < D' 'E < F') TabOrder = 0 end object memOutputs: TMemo Left = 192 Top = 2 Width = 105 Height = 151 TabOrder = 1 end object cmdSolve: TButton Left = 111 Top = 66 Width = 75 Height = 25 Caption = 'Solve' Default = True TabOrder = 2 OnClick = cmdSolveClick end end