object Form1: TForm1 Left = 192 Top = 107 Width = 309 Height = 551 Caption = 'Sortieralgorithmen testen' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 160 Top = 279 Width = 127 Height = 26 Caption = 'Zeitbedarf in ms f'#252'r die Sortierung von N Elemente ' WordWrap = True end object Label2: TLabel Left = 17 Top = 277 Width = 61 Height = 26 Caption = 'Anzahl der Elemente N:' WordWrap = True end object lboxUnsortiert: TListBox Left = 17 Top = 13 Width = 121 Height = 209 ItemHeight = 13 TabOrder = 0 end object lboxSortiert: TListBox Left = 160 Top = 13 Width = 121 Height = 209 ItemHeight = 13 TabOrder = 1 end object btnNeueZahlen: TButton Left = 17 Top = 237 Width = 121 Height = 25 Caption = 'neue Zahlen' TabOrder = 2 OnClick = btnNeueZahlenClick end object btnLoeschen: TButton Left = 160 Top = 237 Width = 121 Height = 25 Caption = 'loeschen' TabOrder = 3 OnClick = btnLoeschenClick end object btnBubbleSort: TButton Left = 17 Top = 317 Width = 121 Height = 25 Caption = 'BubbleSort' TabOrder = 4 OnClick = btnBubbleSortClick end object btnSelectionSort: TButton Left = 17 Top = 437 Width = 121 Height = 25 Caption = 'SelectionSort' TabOrder = 5 OnClick = btnSelectionSortClick end object btnInsertionSort: TButton Left = 17 Top = 397 Width = 121 Height = 25 Caption = 'InsertionSort' TabOrder = 6 OnClick = btnInsertionSortClick end object btnQuickSort: TButton Left = 17 Top = 477 Width = 121 Height = 25 Caption = 'QuickSort' TabOrder = 7 OnClick = btnInsertionSortClick end object btnBubbleSort_opt: TButton Left = 17 Top = 357 Width = 121 Height = 25 Caption = 'BubbleSort (optimiert)' TabOrder = 8 OnClick = btnBubbleSortClick end object edtN: TEdit Left = 81 Top = 285 Width = 57 Height = 21 TabOrder = 9 Text = 'edtN' end object edtBubbleSort: TEdit Left = 177 Top = 317 Width = 73 Height = 21 TabOrder = 10 Text = 'edtBubbleSort' end object edtBubbleSort_opt: TEdit Left = 177 Top = 357 Width = 73 Height = 21 TabOrder = 11 Text = 'edtBubbleSort_opt' end object edtInsertionSort: TEdit Left = 177 Top = 397 Width = 73 Height = 21 TabOrder = 12 Text = 'edtInsertionSort' end object edtSelectionSort: TEdit Left = 177 Top = 437 Width = 73 Height = 21 TabOrder = 13 Text = 'edtSelectionSort' end object edtQuickSort: TEdit Left = 177 Top = 477 Width = 73 Height = 21 TabOrder = 14 Text = 'edtQuickSort' end end