mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 03:45:06 -05:00
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
object SimbaUpdateForm: TSimbaUpdateForm
|
|
Left = 262
|
|
Height = 331
|
|
Top = 219
|
|
Width = 473
|
|
ActiveControl = UpdateButton
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
Caption = 'Update Simba'
|
|
ClientHeight = 331
|
|
ClientWidth = 473
|
|
OnCreate = FormCreate
|
|
OnShow = CleanUpdateForm
|
|
LCLVersion = '0.9.29'
|
|
object DownloadProgress: TProgressBar
|
|
Left = 8
|
|
Height = 29
|
|
Top = 268
|
|
Width = 454
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Smooth = True
|
|
TabOrder = 0
|
|
end
|
|
object UpdateButton: TButton
|
|
Left = 387
|
|
Height = 25
|
|
Top = 300
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Update!'
|
|
OnClick = UpdateButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object CloseButton: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 300
|
|
Width = 75
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Close'
|
|
OnClick = CloseButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object UpdateLog: TMemo
|
|
Left = 8
|
|
Height = 253
|
|
Top = 8
|
|
Width = 454
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
TabOrder = 3
|
|
end
|
|
object DownloadSpeed: TLabel
|
|
Left = 96
|
|
Height = 14
|
|
Top = 306
|
|
Width = 78
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'DownloadSpeed'
|
|
ParentColor = False
|
|
Visible = False
|
|
end
|
|
end
|