blob: a4d5ae0bc4f2fb2d4d6a5652831b6db071eb6a2f (
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
|
object Form1: TForm1
Left = 441
Height = 483
Top = 228
Width = 606
Caption = 'Form1'
ClientHeight = 483
ClientWidth = 606
OnCreate = FormCreate
OnResize = FormResize
LCLVersion = '1.0.2.0'
object Button1: TButton
Left = 8
Height = 25
Top = 8
Width = 88
Caption = 'Lernsatz laden'
OnClick = Button1Click
TabOrder = 0
end
object Memo1: TMemo
Left = 8
Height = 376
Top = 96
Width = 376
Lines.Strings = (
'Memo1'
)
TabOrder = 1
end
object OpenDialog1: TOpenDialog
Options = [ofAllowMultiSelect, ofEnableSizing, ofViewDetail]
left = 8
top = 40
end
object SaveDialog1: TSaveDialog
left = 56
top = 40
end
end
|