-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuAbout.lfm
More file actions
executable file
·147 lines (147 loc) · 4.58 KB
/
Copy pathuAbout.lfm
File metadata and controls
executable file
·147 lines (147 loc) · 4.58 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
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
138
139
140
141
142
143
144
145
146
147
object AboutBox: TAboutBox
Left = 578
Height = 312
Top = 381
Width = 288
BorderStyle = bsDialog
Caption = 'About SimuS'
ClientHeight = 312
ClientWidth = 288
Color = clCream
Constraints.MaxHeight = 312
Constraints.MaxWidth = 288
Constraints.MinHeight = 312
Constraints.MinWidth = 288
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poMainFormCenter
LCLVersion = '1.8.0.6'
object Panel1: TPanel
Left = 8
Height = 265
Top = 8
Width = 273
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 265
ClientWidth = 273
Color = clSkyBlue
ParentColor = False
TabOrder = 0
object ProductName: TLabel
Left = 4
Height = 58
Top = 48
Width = 268
Alignment = taCenter
Anchors = [akTop]
AutoSize = False
Caption = 'Simus - Didactic Simulator for computer architecture teaching.'
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
WordWrap = True
end
object Version: TLabel
Left = 0
Height = 13
Top = 216
Width = 272
Alignment = taCenter
Anchors = [akTop]
AutoSize = False
Caption = 'Version 1.1 - February/2018'
ParentColor = False
OnClick = VersionClick
end
object Copyright: TLabel
Left = -1
Height = 13
Top = 240
Width = 273
Alignment = taCenter
Anchors = [akTop]
AutoSize = False
Caption = 'Copyright (C) 2016/2018'
ParentColor = False
end
object Comments: TLabel
Left = 56
Height = 48
Top = 120
Width = 162
Alignment = taCenter
AutoSize = False
Caption = 'Gabriel Pereira da Silva José Antonio Borges Alonso M. do Amparo Neto'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 32
Height = 32
Top = 176
Width = 211
Alignment = taCenter
Anchors = [akTop]
AutoSize = False
Caption = 'This simulator is compatible with Neander-X processor.'
ParentColor = False
WordWrap = True
end
object Image1: TImage
Left = -1
Height = 33
Top = 7
Width = 273
Anchors = []
Center = True
Picture.Data = {
055449636F6EFE0200000000010001002020100001000400E802000016000000
2800000020000000400000000100040000000000000000000000000000000000
1000000000000000010101007E221000BD33180043120900DB3B1B00270B0500
9E2B1400601A0C0017060300CE381A00F0411F0091271300AD301600360F0700
701E0E0050160B00000000000000000000000000000000000000000000000000
00000000000000000000837E11EEF350000000000000000008E9AAAAAAAAAAAA
9B780000000000000CAAAAAAAAAAAAAAAAAA2F000000000004AAAAAAAAAAAAAA
AAAAAAC8000000000CAAAAAAAAAAAAAAAAAAAAA98000000005AAAAAAAAAAAAAA
AAAAAAAA20000000006A9EF33F3FF7EBC9AAAAAAA300000000012B8000000000
00519AAAAB000000000000000000000000000E4AA40000000000000000000000
0000005AA400000000000000000000000000001AAC0000000000000000000000
00008BAAAD000000000000000000000000D14AAAF000000000000000000008F1
C4AAAA9D000000000000000000872AAAAAAA4E000000000000000000814AAAAA
AA270000000000000000000D4AAAAAACE50000000000000000000002AAA9BF00
000000000000000000000002AAC0000000000000000000000000000CAAB00000
000000000000000000000001AAAF0000000000D70000000000000003AAAAB800
0000000B2D000000000000004AAAAA678000000074278000000000007AAAAAAA
A26EFD58852A4E00000000000CAAAAAAAAAAAAAAAAAAAA7000000000006AAAAA
AAAAAAAAAAAAAA200000000000032AAAAAAAAAAAAAAAAA400000000000000DB4
AAAAAAAAAAAAAA400000000000000000DE694AAAAAAA9B500000000000000000
0000085555580000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000
}
end
end
object OKButton: TButton
Left = 104
Height = 25
Top = 280
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = OKButtonClick
TabOrder = 1
end
end