cheat-engine/Cheat Engine/DissectCodeunit.lfm

355 lines
8.8 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object frmDissectCode: TfrmDissectCode
Left = 803
2021-05-07 15:16:20 +02:00
Height = 439
Top = 245
2023-05-04 15:27:42 +02:00
Width = 345
2016-08-15 00:49:11 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
Caption = 'Dissect Code'
2021-05-07 15:16:20 +02:00
ClientHeight = 419
2023-05-04 15:27:42 +02:00
ClientWidth = 345
Menu = MainMenu1
2011-07-04 19:52:53 +00:00
OnClose = FormClose
OnCreate = FormCreate
2023-05-04 15:27:42 +02:00
OnDestroy = FormDestroy
2011-07-04 19:52:53 +00:00
OnShow = FormShow
Position = poScreenCenter
2023-05-04 15:27:42 +02:00
LCLVersion = '2.2.2.0'
2011-07-04 19:52:53 +00:00
object ProgressBar1: TProgressBar
Left = 0
Height = 21
2021-05-07 15:16:20 +02:00
Top = 398
2023-05-04 15:27:42 +02:00
Width = 345
2011-07-04 19:52:53 +00:00
Align = alBottom
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object Panel1: TPanel
Left = 0
2021-05-07 15:16:20 +02:00
Height = 398
2011-07-04 19:52:53 +00:00
Top = 0
2023-05-04 15:27:42 +02:00
Width = 211
2011-07-04 19:52:53 +00:00
Align = alClient
BevelOuter = bvNone
2021-05-07 15:16:20 +02:00
ClientHeight = 398
2023-05-04 15:27:42 +02:00
ClientWidth = 211
2011-07-04 19:52:53 +00:00
TabOrder = 0
object lbModuleList: TListBox
2021-05-07 15:16:20 +02:00
AnchorSideTop.Control = Panel2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 0
Height = 260
2016-08-15 00:49:11 +02:00
Top = 49
2023-05-04 15:27:42 +02:00
Width = 211
2021-05-07 15:16:20 +02:00
Anchors = [akTop, akLeft, akRight]
2011-07-04 19:52:53 +00:00
ItemHeight = 0
MultiSelect = True
TabOrder = 0
end
object Panel2: TPanel
2021-05-07 15:16:20 +02:00
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
2011-07-04 19:52:53 +00:00
Left = 0
2016-08-15 00:49:11 +02:00
Height = 49
2011-07-04 19:52:53 +00:00
Top = 0
2021-05-07 15:16:20 +02:00
Width = 199
2016-08-15 00:49:11 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
BevelOuter = bvNone
2016-08-15 00:49:11 +02:00
ClientHeight = 49
2021-05-07 15:16:20 +02:00
ClientWidth = 199
2011-07-04 19:52:53 +00:00
TabOrder = 1
object Label2: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
2011-07-04 19:52:53 +00:00
Left = 0
2016-08-15 00:49:11 +02:00
Height = 15
2011-07-04 19:52:53 +00:00
Top = 0
2016-08-15 00:49:11 +02:00
Width = 161
2011-07-04 19:52:53 +00:00
Caption = 'Select the module(s) to dissect'
ParentColor = False
end
object Label3: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 0
2016-08-15 00:49:11 +02:00
Height = 15
Top = 15
2021-05-07 15:16:20 +02:00
Width = 199
Caption = 'Hold CTRL to select multiple modules'
2011-07-04 19:52:53 +00:00
ParentColor = False
end
object cbIncludesystemModules: TCheckBox
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 0
2016-08-15 00:49:11 +02:00
Height = 19
Top = 30
Width = 148
2011-07-04 19:52:53 +00:00
Caption = 'Include system modules'
OnChange = cbIncludesystemModulesClick
TabOrder = 0
end
end
2021-05-07 15:16:20 +02:00
object Label8: TLabel
AnchorSideTop.Control = lbModuleList
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 311
Width = 101
BorderSpacing.Top = 2
Caption = 'Custom range start'
ParentColor = False
end
object edtCustomRangeStart: TEdit
AnchorSideTop.Control = Label8
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 326
2023-05-04 15:27:42 +02:00
Width = 211
2021-05-07 15:16:20 +02:00
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
end
object Label10: TLabel
AnchorSideTop.Control = edtCustomRangeStart
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 351
Width = 101
BorderSpacing.Top = 2
Caption = 'Custom range stop'
ParentColor = False
end
object edtCustomRangeStop: TEdit
AnchorSideTop.Control = Label10
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 366
2023-05-04 15:27:42 +02:00
Width = 211
2021-05-07 15:16:20 +02:00
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
end
2011-07-04 19:52:53 +00:00
end
object Panel3: TPanel
2023-05-04 15:27:42 +02:00
Left = 211
2021-05-07 15:16:20 +02:00
Height = 398
2011-07-04 19:52:53 +00:00
Top = 0
2016-08-15 00:49:11 +02:00
Width = 134
2011-07-04 19:52:53 +00:00
Align = alRight
2016-08-15 00:49:11 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
BevelOuter = bvNone
2021-05-07 15:16:20 +02:00
ClientHeight = 398
2016-08-15 00:49:11 +02:00
ClientWidth = 134
2011-07-04 19:52:53 +00:00
TabOrder = 2
object Label6: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Panel3
Left = 16
Height = 15
Top = 8
Width = 102
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'Estimated time left:'
ParentColor = False
end
object Label7: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Label6
AnchorSideTop.Side = asrBottom
Left = 46
Height = 15
Top = 23
Width = 42
2011-07-04 19:52:53 +00:00
Alignment = taCenter
Caption = '00:00:00'
ParentColor = False
end
object Label4: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel3
AnchorSideTop.Control = Label7
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 46
Width = 126
BorderSpacing.Left = 8
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'String references found:'
ParentColor = False
end
object lblStringRef: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 61
Width = 6
2011-07-04 19:52:53 +00:00
Caption = '0'
ParentColor = False
end
object Label5: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblStringRef
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 84
Width = 102
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'Conditional Jumps:'
ParentColor = False
end
object lblConditionalJumps: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 99
Width = 6
2011-07-04 19:52:53 +00:00
Caption = '0'
ParentColor = False
end
object Label9: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblConditionalJumps
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 122
Width = 115
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'Unconditional Jumps:'
ParentColor = False
end
object lblUnConditionalJumps: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label9
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 137
Width = 6
2011-07-04 19:52:53 +00:00
Caption = '0'
ParentColor = False
end
object Label11: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblUnConditionalJumps
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 160
Width = 28
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'Calls:'
ParentColor = False
end
object lblCalls: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label11
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 175
Width = 6
2011-07-04 19:52:53 +00:00
Caption = '0'
ParentColor = False
end
object Label1: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = lblCalls
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 198
Width = 91
2016-08-15 00:49:11 +02:00
BorderSpacing.Top = 8
2011-07-04 19:52:53 +00:00
Caption = 'Maximum offset:'
ParentColor = False
Visible = False
end
object lblMaxOffset: TLabel
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
2016-08-15 00:49:11 +02:00
Height = 15
Top = 213
Width = 6
2011-07-04 19:52:53 +00:00
Caption = '0'
ParentColor = False
Visible = False
end
object btnStart: TButton
2016-08-15 00:49:11 +02:00
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblMaxOffset
AnchorSideTop.Side = asrBottom
Left = 17
Height = 25
Top = 233
Width = 100
AutoSize = True
BorderSpacing.Top = 5
BorderSpacing.Bottom = 25
2011-07-04 19:52:53 +00:00
Caption = 'Start'
2016-08-15 00:49:11 +02:00
Constraints.MinWidth = 100
2011-07-04 19:52:53 +00:00
OnClick = btnStartClick
TabOrder = 0
end
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Top = 80
end
object MainMenu1: TMainMenu
Images = MainForm.mfImageList
Left = 213
Top = 283
object MenuItem1: TMenuItem
Caption = 'File'
object MenuItem2: TMenuItem
Caption = 'Open'
ImageIndex = 3
ShortCut = 16463
OnClick = MenuItem2Click
end
object MenuItem3: TMenuItem
Caption = 'Save'
ImageIndex = 5
ShortCut = 16467
OnClick = MenuItem3Click
end
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '.CDC'
Filter = 'Dissect Code Files (*.CDC)|*.CDC'
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 78
Top = 88
end
object SaveDialog1: TSaveDialog
Filter = 'Dissect Code Files (*.CDC)|*.CDC'
Left = 81
Top = 157
2011-07-04 19:52:53 +00:00
end
end