1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/SAMufasaGUI/updateform.lfm
Wizzup? e95d7f99cd Really fix 56.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@419 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-16 11:17:37 +00:00

62 lines
1.2 KiB
Plaintext

object SimbaUpdateForm: TSimbaUpdateForm
Left = 507
Height = 391
Top = 321
Width = 467
ActiveControl = UpdateButton
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Update Simba'
ClientHeight = 391
ClientWidth = 467
OnCreate = FormCreate
OnShow = CleanUpdateForm
LCLVersion = '0.9.29'
object DownloadProgress: TProgressBar
Left = 24
Height = 28
Top = 72
Width = 413
Anchors = [akTop, akLeft, akRight]
Smooth = True
TabOrder = 0
end
object UpdateButton: TButton
Left = 24
Height = 40
Top = 16
Width = 413
Anchors = [akTop, akLeft, akRight]
Caption = 'Update!'
OnClick = UpdateButtonClick
TabOrder = 1
end
object OkButton: TButton
Left = 362
Height = 25
Top = 344
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Ok'
OnClick = OkButtonClick
TabOrder = 2
end
object CancelButton: TButton
Left = 24
Height = 25
Top = 344
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Cancel'
OnClick = CancelButtonClick
TabOrder = 3
end
object UpdateLog: TMemo
Left = 24
Height = 207
Top = 120
Width = 413
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
end
end