summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 8f28e142b04a6fd7f7f1bbc583c90f3674ce7e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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