mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 03:45:06 -05:00
b8b8c5125c
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
21 lines
356 B
Plaintext
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
|