-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutprogram.lfm
More file actions
42 lines (42 loc) · 841 Bytes
/
aboutprogram.lfm
File metadata and controls
42 lines (42 loc) · 841 Bytes
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
object aboutProgramForm: TaboutProgramForm
Left = 278
Height = 196
Top = 319
Width = 323
Caption = 'О программе'
ClientHeight = 0
ClientWidth = 0
LCLVersion = '1.6.0.4'
object AuthorLabel: TLabel
Left = 48
Height = 30
Top = 64
Width = 220
Caption = 'Могилёвкин Алексей'
Font.Height = -21
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object YearLabel: TLabel
Left = 200
Height = 21
Top = 104
Width = 36
Caption = '2016'
Font.Height = -16
Font.Style = [fsUnderline]
ParentColor = False
ParentFont = False
end
object GroupLabel: TLabel
Left = 64
Height = 21
Top = 104
Width = 53
Caption = 'Б8103а'
Font.Height = -16
ParentColor = False
ParentFont = False
end
end