1 Star 0 Fork 0

phy0292/cheat-engine

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frmdbvmwatchconfigunit.lfm 6.71 KB
一键复制 编辑 原始数据 按行查看 历史
Dark Byte 提交于 2020-06-14 17:35 +08:00 . Add section support
object frmDBVMWatchConfig: TfrmDBVMWatchConfig
Left = 960
Height = 267
Top = 341
Width = 311
AutoSize = True
BorderStyle = bsSingle
BorderWidth = 5
Caption = 'DBVM Watch Config'
ClientHeight = 267
ClientWidth = 311
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '2.0.6.0'
object gbAccessType: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 5
Height = 64
Top = 5
Width = 241
AutoSize = True
BorderSpacing.InnerBorder = 3
Caption = 'Access Type'
ChildSizing.LeftRightSpacing = 5
ChildSizing.HorizontalSpacing = 3
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 44
ClientWidth = 237
TabOrder = 0
object rbWriteAccess: TRadioButton
Left = 5
Height = 19
Top = 0
Width = 100
Caption = 'Write Access '
Checked = True
TabOrder = 0
TabStop = True
end
object rbReadAccess: TRadioButton
Left = 108
Height = 19
Top = 0
Width = 118
Caption = 'Read/Write Access'
TabOrder = 1
end
object rbExecuteAccess: TRadioButton
Left = 5
Height = 19
Top = 19
Width = 100
Caption = 'Execute Access'
TabOrder = 2
end
end
object lblVirtualAddress: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbAccessType
AnchorSideTop.Side = asrBottom
Left = 5
Height = 15
Top = 70
Width = 85
BorderSpacing.Top = 1
Caption = 'Virtual Address: '
ParentColor = False
end
object cbLockPage: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Panel3
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Hint = 'This prevents the given page to get swapped out and later replaced by another physical address. (Make sure you unlock before the game quits)'
Top = 109
Width = 74
BorderSpacing.Top = 1
Caption = 'Lock page'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object cbMultipleRIP: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbSaveStack
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Top = 169
Width = 291
BorderSpacing.Top = 1
Caption = 'Same instruction multiple times (different registers)'
TabOrder = 2
end
object cbWholePage: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbMultipleRIP
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Top = 189
Width = 235
BorderSpacing.Top = 1
Caption = 'Log whole page instead of address range'
TabOrder = 3
end
object cbSaveFPU: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbLockPage
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Top = 129
Width = 90
BorderSpacing.Top = 1
Caption = 'Log FPU data'
TabOrder = 4
end
object cbSaveStack: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbSaveFPU
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Hint = 'Saves a stacksnapshot of 4KB for each logged entry'
Top = 149
Width = 70
BorderSpacing.Top = 1
Caption = 'Log stack'
TabOrder = 5
end
object Panel1: TPanel
AnchorSideTop.Control = cbWholePage
AnchorSideTop.Side = asrBottom
Left = 5
Height = 23
Top = 209
Width = 167
AutoSize = True
BorderSpacing.Top = 1
BevelOuter = bvNone
ChildSizing.ControlsPerLine = 2
ClientHeight = 23
ClientWidth = 167
TabOrder = 6
object Label3: TLabel
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 4
Width = 123
Caption = 'Max buffersize (entries)'
ParentColor = False
ParentFont = False
end
object edtMaxEntries: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrCenter
Left = 127
Height = 23
Top = 0
Width = 40
BorderSpacing.Left = 4
TabOrder = 0
Text = '32'
end
end
object Panel2: TPanel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
Left = 73
Height = 25
Top = 240
Width = 165
AutoSize = True
BorderSpacing.Top = 8
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 165
TabOrder = 7
object btnOK: TButton
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
Left = 0
Height = 25
Top = 0
Width = 85
AutoSize = True
Caption = 'Start watch'
Constraints.MinWidth = 75
Default = True
Enabled = False
OnClick = btnOKClick
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = btnOK
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel2
Left = 90
Height = 25
Top = 0
Width = 75
AutoSize = True
BorderSpacing.Left = 5
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
ModalResult = 2
TabOrder = 1
end
end
object Panel3: TPanel
AnchorSideLeft.Control = lblVirtualAddress
AnchorSideTop.Control = lblVirtualAddress
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbAccessType
AnchorSideRight.Side = asrBottom
Left = 5
Height = 23
Top = 85
Width = 241
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 23
ClientWidth = 241
TabOrder = 8
object lblPhysicalAddress: TLabel
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = edtPhysicalAddress
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 4
Width = 91
BorderSpacing.Top = 1
Caption = 'Physical Address:'
ParentColor = False
OnClick = lblPhysicalAddressClick
end
object edtPhysicalAddress: TEdit
AnchorSideLeft.Control = lblPhysicalAddress
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel3
AnchorSideRight.Control = Panel3
AnchorSideRight.Side = asrBottom
Left = 91
Height = 23
Top = 0
Width = 150
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
TextHint = 'Physical Address'
Visible = False
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phy0292/cheat-engine.git
git@gitee.com:phy0292/cheat-engine.git
phy0292
cheat-engine
cheat-engine
master

搜索帮助