-
Notifications
You must be signed in to change notification settings - Fork 2
/
frmAbout.lfm
80 lines (80 loc) · 1.67 KB
/
frmAbout.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
object AboutForm: TAboutForm
Left = 401
Height = 208
Top = 344
Width = 319
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Πληροφορίες ανάπτυξης'
ClientHeight = 208
ClientWidth = 319
Color = clBtnFace
DesignTimePPI = 168
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '1.8.0.6'
object btnOk: TButton
Left = 122
Height = 25
Top = 176
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Panel1: TPanel
Left = 7
Height = 161
Top = 8
Width = 305
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 161
ClientWidth = 305
Font.CharSet = GREEK_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
object Label1: TLabel
Left = 65
Height = 19
Top = 21
Width = 170
Alignment = taCenter
Caption = 'Μορφοποίηση κώδικα'
ParentColor = False
end
object Label2: TLabel
Left = 66
Height = 19
Top = 53
Width = 168
Alignment = taCenter
Caption = 'Από το Νίκο Γεωργίου'
ParentColor = False
end
object Label3: TLabel
Left = 99
Height = 19
Top = 85
Width = 102
Alignment = taCenter
Caption = 'Έκδοση 1.2.0'
ParentColor = False
end
object Label4: TLabel
Left = 49
Height = 19
Top = 117
Width = 202
Caption = 'ngeor@softlab.ece.ntua.gr'
ParentColor = False
end
end
end