object Form1: TForm1 Left = 1806 Height = 544 Top = 161 Width = 1018 Caption = 'Form1' ClientHeight = 544 ClientWidth = 1018 OnClick = FormClick OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize LCLVersion = '1.4.4.0' object Memo1: TMemo Left = 0 Height = 528 Top = 16 Width = 150 Lines.Strings = ( '5x 3,3n' '5x 4,7n' '4x 6,8n' '2x 10n' '2x 22n' '1x 33n' '3x 150n' '3x 220n' '1x 1ยต' ) TabOrder = 0 end object Label1: TLabel Left = 0 Height = 20 Top = 0 Width = 101 Caption = 'Kondensatoren:' ParentColor = False end object Memo2: TMemo Left = 152 Height = 528 Top = 16 Width = 150 Lines.Strings = ( '1x 1k' '1x 2k' '6x 5k' '6x 10k' '9x 20k' '3x 50k' ) TabOrder = 1 end object Label2: TLabel Left = 152 Height = 20 Top = 0 Width = 96 Caption = 'Potentiometer:' ParentColor = False end object Memo3: TMemo Left = 304 Height = 528 Top = 16 Width = 150 Lines.Strings = ( '80 hp' '3500 thp' ) TabOrder = 2 end object Label3: TLabel Left = 303 Height = 20 Top = 0 Width = 80 Caption = 'Frequenzen:' ParentColor = False end object Button1: TButton Left = 456 Height = 25 Top = 0 Width = 75 Caption = 'Brute Force!' OnClick = Button1Click TabOrder = 3 end object ListBox1: TListBox Left = 456 Height = 516 Top = 28 Width = 76 ItemHeight = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick ScrollWidth = 74 TabOrder = 4 TopIndex = -1 end object ListBox2: TListBox Left = 534 Height = 544 Top = 0 Width = 484 ItemHeight = 0 ScrollWidth = 482 TabOrder = 5 TopIndex = -1 end end