1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/SAMufasaGUI/about.lfm
2009-11-17 11:08:09 +00:00

23 lines
397 B
Plaintext

object AboutForm: TAboutForm
Left = 622
Height = 300
Top = 271
Width = 400
ActiveControl = Memo1
Caption = 'AboutForm'
ClientHeight = 300
ClientWidth = 400
LCLVersion = '0.9.29'
object Memo1: TMemo
Left = 0
Height = 300
Top = 0
Width = 400
Align = alClient
Lines.Strings = (
'Mufasa is, and always will be, sick.'
)
TabOrder = 0
end
end