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

21 lines
356 B
Plaintext
Raw Normal View History

object AboutForm: TAboutForm
Left = 622
Height = 300
Top = 271
Width = 400
ActiveControl = AboutMemo
Caption = 'AboutForm'
ClientHeight = 300
ClientWidth = 400
OnCreate = FormCreate
LCLVersion = '0.9.29'
object AboutMemo: TMemo
Left = 0
Height = 300
Top = 0
Width = 400
Align = alClient
TabOrder = 0
end
end