-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.lfm
93 lines (93 loc) · 1.85 KB
/
about.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
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
object FormAbout: TFormAbout
Left = 705
Height = 346
Top = 337
Width = 321
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 346
ClientWidth = 321
FormStyle = fsStayOnTop
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.0.4.0'
object Button1: TButton
Left = 127
Height = 25
Top = 312
Width = 75
Caption = '&OK'
OnClick = Button1Click
TabOrder = 0
end
object Label1: TLabel
Left = 73
Height = 65
Top = 8
Width = 183
Alignment = taCenter
Caption = 'XC=Edit'
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -48
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object LabelVersion: TLabel
Left = 190
Height = 15
Top = 64
Width = 66
Alignment = taRightJustify
Caption = 'LabelVersion'
ParentColor = False
end
object Label2: TLabel
Left = 72
Height = 15
Top = 288
Width = 184
Caption = 'Copyright © 2019 Oliver Hermanni'
ParentColor = False
end
object Label3: TLabel
Left = 92
Height = 15
Top = 96
Width = 145
Caption = 'Written by Oliver Hermanni'
ParentColor = False
end
object Label4: TLabel
Left = 16
Height = 15
Top = 120
Width = 209
Caption = 'Many thanks to Csaba Fekete, author of'
ParentColor = False
end
object Label5: TLabel
Left = 232
Height = 15
Top = 120
Width = 55
Caption = 'XC=BASIC'
Font.Color = clHighlight
Font.Style = [fsUnderline]
ParentColor = False
ParentFont = False
OnClick = Label5Click
end
object Label6: TLabel
Left = 16
Height = 15
Top = 136
Width = 253
Caption = 'Without him this program wouldn''t be possible!'
ParentColor = False
end
end