-
Notifications
You must be signed in to change notification settings - Fork 0
/
UAbout.dfm
137 lines (137 loc) · 4.58 KB
/
UAbout.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
object AboutBox: TAboutBox
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 154
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object LabelLink: TLabel
Left = 12
Top = 124
Width = 177
Height = 13
Cursor = crHandPoint
Caption = 'https://ArdeshirV.github.io/Projectile/'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = LabelLinkClick
end
object PanelMain: TPanel
Left = 8
Top = 8
Width = 384
Height = 105
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProgramIcon: TImage
Left = 18
Top = 24
Width = 41
Height = 44
Picture.Data = {
055449636F6E0000010002001010100000000000280100002600000020201000
00000000E80200004E0100002800000010000000200000000100040000000000
8000000000000000000000001000000010000000000000000000800000800000
0080800080000000800080008080000080808000C0C0C0000000FF0000FF0000
00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000009000000000
0000000000000000000000000000000000000900000000000000000000000000
0000900000000000000000000000000000900000000000000000000000000000
9000000000FFF090000000000F111F0000000000F11111F000000000F11111F0
000000000F111F000000000000FFF00000000000FFFD0000FFFF0000FFFF0000
FFFB0000FFFF0000FFF70000FFFF0000FFDF0000FFFF0000FF7F0000C5FB0000
83FD00000000000001FD000083FB0000C7FF0000280000002000000040000000
0100040000000000000200000000000000000000100000001000000000000000
00008000008000000080800080000000800080008080000080808000C0C0C000
0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000
0000000000000000000090000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000900000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000090000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000090000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000900000000000000000000000000000000000000000000000000
0000000000090000000000000000000000000000000000000000000000000000
0000000009000000000000000000000000000000000000000000000000000000
000000090000000000000000000000000000000000000000000000000000FFF0
00009000000000000000000000FF111FF900000000000000000000000F111111
1F00000000000000000000000F1111111F0000000000000000000000F1111111
11F000000000000000000000F111111111F0000000000000000000000F111111
1F00000000000000000000000F1111111F000000000000000000000000FF111F
F000000000000000000000000000FFF0000000000000000000000000FFFFFFF7
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
FFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFBFFFFFFFFFFFFFFEFFF
FFFFFFFFFFFFBFFFFFFFFFFFFFFEFFFFFFFFFFFFF1F7FFFFC03FFFDF803FFFEF
803FFFF300000000001FFFF3803FFFEF803FFFDFC07FFFFFF1FFFFFF}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 65
Top = 11
Width = 145
Height = 40
Caption = 'Projectile'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 221
Top = 32
Width = 53
Height = 13
Caption = 'Version 1.0'
IsControl = True
end
object Copyright: TLabel
Left = 10
Top = 76
Width = 358
Height = 13
Caption =
'Copyright'#169' 2002-2003 ArdeshirV@protonmail.com, Licensed under GP' +
'Lv3+'
IsControl = True
end
object Comments: TLabel
Left = 72
Top = 55
Width = 186
Height = 13
Caption = 'Demonstrate Projectile Motion Equation'
WordWrap = True
IsControl = True
end
end
object OKButton: TButton
Left = 317
Top = 119
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end