-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.fmx
212 lines (212 loc) · 4.16 KB
/
About.fmx
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
object AboutBox: TAboutBox
Left = 367
Top = 190
BorderIcons = [biSystemMenu]
Caption = 'About'
ClientHeight = 296
ClientWidth = 409
Position = poScreenCenter
OnShow = FormShow
object Panel2: TPanel
Left = 0
Top = 0
Width = 409
Height = 296
Align = alClient
TabOrder = 0
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
object Bevel1: TPanel
Position.X = 1.000000000000000000
Position.Y = 248.000000000000000000
Width = 407
Height = 47
Align = alBottom
end
object Image1: TImage
Position.X = 1.000000000000000000
Position.Y = 1.000000000000000000
Width = 407
Height = 50
Align = alTop
end
object Panel1: TPanel
Position.X = 0.000000000000000000
Position.Y = 51.000000000000000000
Width = 409
Height = 196
TabOrder = 1
object lblVersion: TLabel
Left = 19
Top = 10
Width = 69
Height = 13
Text = 'Version: 2.1.6'
Font.Style = [fsBold]
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object lblAutorName: TLabel
Left = 19
Top = 137
Width = 106
Height = 15
AutoSize = False
Text = #169' indomit, 2007-2009'
Font.Style = []
WordWrap = True
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object LinkSite: TLabel
Left = 100
Top = 98
Width = 146
Height = 13
Cursor = crHandPoint
Text = 'https://github.com/Faq/Truice'
Font.Style = [fsUnderline]
OnClick = LinkSiteClick
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object lbdbversion: TLabel
Left = 19
Top = 43
Width = 54
Height = 13
Text = 'lbdbversion'
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object JvPoweredByJVCL1: TJvPoweredByJVCL
Left = 191
Top = 6
URL = 'http://jvcl.delphi-jedi.org/'
end
object lbprojectwebsite: TLabel
Left = 19
Top = 98
Width = 75
Height = 13
Text = 'Project website:'
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label2: TLabel
Left = 19
Top = 158
Width = 106
Height = 15
AutoSize = False
Text = #169' Ishigure, 2010'
Font.Style = []
WordWrap = True
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label1: TLabel
Left = 19
Top = 179
Width = 92
Height = 15
AutoSize = False
Text = #169' Faq, 2012-2013'
Font.Style = []
WordWrap = True
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label3: TLabel
Left = 142
Top = 137
Width = 117
Height = 15
AutoSize = False
Text = #169' chaosua, 2013-2014'
Font.Style = []
WordWrap = True
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label6: TLabel
Left = 142
Top = 158
Width = 117
Height = 15
AutoSize = False
Text = #169' Faq, 2017-'
Font.Style = []
WordWrap = True
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label4: TLabel
Left = 19
Top = 60
Width = 108
Height = 13
Text = 'WoTLK 3.3.5a support'
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
object Label5: TLabel
Left = 19
Top = 79
Width = 226
Height = 13
Text = 'Support the project with patch/fixes/bugreports!'
Position.X = 0.000000000000000000
Position.Y = 0.000000000000000000
WordWrap = False
AutoSize = True
end
end
object OKButton: TButton
Position.X = 324.000000000000000000
Position.Y = 261.000000000000000000
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Text = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end
object ActionList1: TActionList
Left = 310
Top = 14
object BrowseURL1: TBrowseURL
Category = 'Internet'
Caption = '&Browse URL'
Hint = 'Browse URL'
end
object BrowseURL2: TBrowseURL
Category = 'Internet'
Caption = '&Browse URL'
Hint = 'Browse URL'
end
end
end