-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm.About.dfm
52 lines (51 loc) · 1.23 KB
/
Form.About.dfm
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
object FormAbout: TFormAbout
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'FormAbout'
ClientHeight = 442
ClientWidth = 628
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
Visible = True
TextHeight = 15
object ButtonClose: TButton
Left = 0
Top = 417
Width = 628
Height = 25
Align = alBottom
Caption = 'Close'
TabOrder = 0
OnClick = ButtonCloseClick
ExplicitTop = 416
ExplicitWidth = 624
end
object MemoAbout: TMemo
Left = 0
Top = 0
Width = 628
Height = 417
Align = alClient
Lines.Strings = (
'Mein Name ist Justin, 25 Jahre jung.'
''
'Ich habe eine Ausbildung zum Softwareentwickler absolviert.'
'Derzeit bin ich mittellos und programmiere in meiner Freizeit se' +
'hr gerne.'
''
'Bei Fragen oder Feedback stehe ich unter folgenden '
'Kontaktm'#246'glichkeiten zur Verf'#252'gung.'
''
'Kontakt:'
' E-Mail: [email protected]')
TabOrder = 1
ExplicitWidth = 624
ExplicitHeight = 416
end
end