2009-12-31 17:37:09 -05:00
|
|
|
object SimbaUpdateForm: TSimbaUpdateForm
|
2010-01-02 20:36:54 -05:00
|
|
|
Left = 507
|
2009-12-31 17:37:09 -05:00
|
|
|
Height = 391
|
2010-01-02 20:36:54 -05:00
|
|
|
Top = 321
|
2009-12-31 17:37:09 -05:00
|
|
|
Width = 467
|
2010-01-01 10:32:23 -05:00
|
|
|
ActiveControl = UpdateButton
|
2009-12-31 17:37:09 -05:00
|
|
|
Caption = 'SimbaUpdateForm'
|
|
|
|
ClientHeight = 391
|
|
|
|
ClientWidth = 467
|
2010-01-02 20:36:54 -05:00
|
|
|
OnShow = CleanUpdateForm
|
2009-12-31 17:37:09 -05:00
|
|
|
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
|
2010-01-02 20:36:54 -05:00
|
|
|
Height = 40
|
|
|
|
Top = 16
|
2009-12-31 17:37:09 -05:00
|
|
|
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
|
2010-01-02 20:36:54 -05:00
|
|
|
Height = 183
|
|
|
|
Top = 144
|
2009-12-31 17:37:09 -05:00
|
|
|
Width = 413
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
end
|