summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm108
1 files changed, 108 insertions, 0 deletions
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