From 011fcb5c589090a68df026128afc93b20364d510 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Jan 2016 19:46:49 +0100 Subject: Initial commit --- unit1.lfm | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 unit1.lfm (limited to 'unit1.lfm') diff --git a/unit1.lfm b/unit1.lfm new file mode 100644 index 0000000..8f28e14 --- /dev/null +++ b/unit1.lfm @@ -0,0 +1,108 @@ +object Form1: TForm1 + Left = 222 + Height = 544 + Top = 140 + Width = 1018 + Caption = 'Form1' + ClientHeight = 544 + ClientWidth = 1018 + OnClick = FormClick + OnCreate = FormCreate + OnDestroy = FormDestroy + OnResize = FormResize + LCLVersion = '1.2.2.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 = 13 + Top = 0 + Width = 77 + 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 = 13 + Top = 0 + Width = 72 + 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 = 13 + Top = 0 + Width = 61 + 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 + TabOrder = 4 + end + object ListBox2: TListBox + Left = 534 + Height = 544 + Top = 0 + Width = 484 + ItemHeight = 0 + TabOrder = 5 + end +end -- cgit v1.2.3-54-g00ecf