1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/SAMufasaGUI/about.lfm
Raymond b8b8c5125c Added backwards searching for the functionlist (arrow up)
Added a lil bar for functionlist (easier to drag) and close button
Made the updatetimer go to 30 mins, after first call
Made the versioncheck have a different thread (made it pretty thread safe, afaik)
Made about form show the version

Fixed lil bug with FunctionList(where it would get big borders after selecint an item).

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@367 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-03 19:27:09 +00:00

21 lines
356 B
Plaintext

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