-
Notifications
You must be signed in to change notification settings - Fork 0
/
ugedtext.lfm
50 lines (50 loc) · 900 Bytes
/
ugedtext.lfm
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
object FText: TFText
Left = 773
Height = 523
Top = 515
Width = 587
Caption = 'Tekst'
ClientHeight = 523
ClientWidth = 587
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.0.4.0'
object Memo1: TMemo
Left = 16
Height = 448
Top = 64
Width = 560
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'Memo1'
)
TabOrder = 0
end
object Label1: TLabel
Left = 96
Height = 16
Top = 24
Width = 41
Caption = 'Label1'
ParentColor = False
end
object ExitButton: TButton
Left = 496
Height = 25
Top = 22
Width = 75
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Afslut'
OnClick = ExitButtonClick
TabOrder = 1
end
object Label2: TLabel
Left = 17
Height = 16
Top = 24
Width = 70
Caption = 'GedCom fil:'
ParentColor = False
end
end