-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABOUT.DFM
More file actions
106 lines (106 loc) · 2.08 KB
/
ABOUT.DFM
File metadata and controls
106 lines (106 loc) · 2.08 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
object AboutBox: TAboutBox
Left = 243
Top = 108
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 218
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 161
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 65
Height = 57
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 68
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Product Name'
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 35
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Version'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 80
Width = 44
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Copyright'
IsControl = True
end
object Comments: TLabel
Left = 8
Top = 104
Width = 49
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Comments'
WordWrap = True
IsControl = True
end
end
object OKButton: TButton
Left = 120
Top = 178
Width = 65
Height = 33
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
IsControl = True
end
end