mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 03:45:06 -05:00
1f1cdda543
Changed the exported mouse functions to use Integers & consts, rather than the current Enum (because PascalScript is worthless when it comes to Enums). git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@229 3f818213-9676-44b0-a9b4-5e4c4e03d09d
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
object AboutForm: TAboutForm
|
|
Left = 622
|
|
Height = 300
|
|
Top = 271
|
|
Width = 400
|
|
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
|