1 Star 0 Fork 0

JonK/cheat-engine

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
frmassemblyscanunit.lfm 3.00 KB
Copy Edit Raw Blame History
Dark Byte authored 2023-03-01 21:39 +08:00 . commit all changes from the last few days
object frmAssemblyScan: TfrmAssemblyScan
Left = 682
Height = 215
Top = 308
Width = 451
BorderIcons = [biSystemMenu]
Caption = 'Assembly scan'
ClientHeight = 215
ClientWidth = 451
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.2.2.0'
object Panel1: TPanel
Left = 0
Height = 215
Top = 0
Width = 363
Align = alClient
AutoSize = True
BevelOuter = bvNone
ClientHeight = 215
ClientWidth = 363
TabOrder = 0
object lblInputAssemblyCode: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 0
Height = 45
Top = 0
Width = 363
Anchors = [akTop, akLeft, akRight]
Caption = 'Input the assembly code to find. Wildcards supported:'#13#10'* matches zero or more chars, ? matches exactly one char'#13#10'^ matches the start and $ matches the end of line.'
ParentColor = False
end
object mAssemblerSearch: TMemo
AnchorSideLeft.Control = lblInputAssemblyCode
AnchorSideTop.Control = lblInputAssemblyCode
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 170
Top = 45
Width = 363
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 0
end
end
object Panel2: TPanel
Left = 363
Height = 215
Top = 0
Width = 88
Align = alRight
AutoSize = True
BevelOuter = bvNone
ClientHeight = 215
ClientWidth = 88
Constraints.MinHeight = 9
TabOrder = 1
object btnOk: TButton
AnchorSideLeft.Control = Panel2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = edtTo
AnchorSideTop.Side = asrBottom
Left = 7
Height = 25
Top = 81
Width = 75
AutoSize = True
BorderSpacing.Top = 5
BorderSpacing.Bottom = 20
Caption = 'Scan'
Constraints.MinWidth = 75
OnClick = btnOkClick
TabOrder = 0
end
object edtFrom: TEdit
Left = 4
Height = 23
Top = 15
Width = 80
Align = alTop
BorderSpacing.Left = 4
BorderSpacing.Right = 4
TabOrder = 1
end
object lblFrom: TLabel
Left = 4
Height = 15
Top = 0
Width = 84
Align = alTop
BorderSpacing.Left = 4
Caption = 'From'
ParentColor = False
end
object lblTo: TLabel
Left = 4
Height = 15
Top = 38
Width = 84
Align = alTop
BorderSpacing.Left = 4
Caption = 'To'
ParentColor = False
end
object edtTo: TEdit
Left = 4
Height = 23
Top = 53
Width = 80
Align = alTop
BorderSpacing.Left = 4
BorderSpacing.Right = 4
TabOrder = 2
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JonDO/cheat-engine.git
git@gitee.com:JonDO/cheat-engine.git
JonDO
cheat-engine
cheat-engine
master

Search