mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
67 lines
1.4 KiB
Text
Executable file
67 lines
1.4 KiB
Text
Executable file
object frmSortPointerlist: TfrmSortPointerlist
|
|
Left = 677
|
|
Height = 85
|
|
Top = 225
|
|
Width = 320
|
|
AutoSize = True
|
|
BorderStyle = bsSingle
|
|
Caption = 'Sorting'
|
|
ClientHeight = 85
|
|
ClientWidth = 320
|
|
Constraints.MinWidth = 320
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.0.0.4'
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 320
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
Caption = 'Sorting the pointerlist. Please wait....'
|
|
ParentColor = False
|
|
end
|
|
object Button1: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = ProgressBar1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 129
|
|
Height = 25
|
|
Top = 53
|
|
Width = 62
|
|
AutoSize = True
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Bottom = 5
|
|
Caption = 'Cancel'
|
|
Default = True
|
|
ModalResult = 2
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object lblTimeLeft: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 15
|
|
Width = 320
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
Caption = 'Estimated time left:'
|
|
ParentColor = False
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 0
|
|
Height = 20
|
|
Top = 30
|
|
Width = 320
|
|
Align = alTop
|
|
TabOrder = 1
|
|
end
|
|
object Timer1: TTimer
|
|
OnTimer = Timer1Timer
|
|
left = 8
|
|
top = 32
|
|
end
|
|
end
|