mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
290 lines
7.2 KiB
Text
290 lines
7.2 KiB
Text
object frmStructures: TfrmStructures
|
|
Left = 851
|
|
Top = 169
|
|
Width = 614
|
|
Height = 392
|
|
Caption = 'Memory dissect'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -14
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 120
|
|
TextHeight = 16
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 596
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
BorderStyle = bsSingle
|
|
TabOrder = 0
|
|
object edtAddress: TEdit
|
|
Left = 5
|
|
Top = 5
|
|
Width = 95
|
|
Height = 24
|
|
PopupMenu = PopupMenu2
|
|
TabOrder = 0
|
|
Text = '00000000'
|
|
OnChange = edtAddressChange
|
|
end
|
|
end
|
|
object ScrollBox1: TScrollBox
|
|
Left = 0
|
|
Top = 41
|
|
Width = 596
|
|
Height = 281
|
|
HorzScrollBar.Tracking = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
object tvStructureView: TTreeView
|
|
Left = 0
|
|
Top = 21
|
|
Width = 592
|
|
Height = 256
|
|
Align = alClient
|
|
BorderStyle = bsNone
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -15
|
|
Font.Name = 'Courier'
|
|
Font.Style = []
|
|
HideSelection = False
|
|
Indent = 19
|
|
ParentFont = False
|
|
PopupMenu = PopupMenu1
|
|
ReadOnly = True
|
|
RowSelect = True
|
|
TabOrder = 0
|
|
OnAdvancedCustomDrawItem = tvStructureViewAdvancedCustomDrawItem
|
|
OnCollapsing = tvStructureViewCollapsing
|
|
OnDblClick = tvStructureViewDblClick
|
|
OnExpanding = tvStructureViewExpanding
|
|
OnMouseDown = tvStructureViewMouseDown
|
|
end
|
|
object HeaderControl1: THeaderControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 592
|
|
Height = 21
|
|
HotTrack = True
|
|
Sections = <
|
|
item
|
|
ImageIndex = -1
|
|
MinWidth = 50
|
|
Text = 'Offset-description'
|
|
Width = 250
|
|
end
|
|
item
|
|
ImageIndex = -1
|
|
MinWidth = 20
|
|
Text = 'Address: Value'
|
|
Width = 200
|
|
end>
|
|
Style = hsFlat
|
|
OnSectionResize = HeaderControl1SectionResize
|
|
end
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 256
|
|
object File1: TMenuItem
|
|
Caption = 'File'
|
|
object Newwindow1: TMenuItem
|
|
Caption = 'New window'
|
|
OnClick = Newwindow1Click
|
|
end
|
|
object N8: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Open1: TMenuItem
|
|
Caption = 'Import'
|
|
ShortCut = 16457
|
|
OnClick = Open1Click
|
|
end
|
|
object Save1: TMenuItem
|
|
Caption = 'Export'
|
|
ShortCut = 16453
|
|
OnClick = Save1Click
|
|
end
|
|
object N7: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object SaveValues1: TMenuItem
|
|
Caption = 'Save Values'
|
|
ShortCut = 16467
|
|
OnClick = SaveValues1Click
|
|
end
|
|
object N9: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Addextraaddress1: TMenuItem
|
|
Caption = 'Add extra address'
|
|
ShortCut = 16449
|
|
OnClick = Addextraaddress1Click
|
|
end
|
|
end
|
|
object Structures1: TMenuItem
|
|
Caption = 'Structures'
|
|
object Definenewstructure1: TMenuItem
|
|
Caption = 'Define new structure'
|
|
ShortCut = 16462
|
|
OnClick = Definenewstructure1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
end
|
|
object Commands1: TMenuItem
|
|
Caption = 'Commands'
|
|
Enabled = False
|
|
object Renamestructure1: TMenuItem
|
|
Caption = 'Rename structure'
|
|
OnClick = Renamestructure1Click
|
|
end
|
|
object Deletecurrentstructure1: TMenuItem
|
|
Caption = 'Delete structure'
|
|
OnClick = Deletecurrentstructure1Click
|
|
end
|
|
object Autoguessoffsets1: TMenuItem
|
|
Caption = 'Automatically guess offset types'
|
|
OnClick = Autoguessoffsets1Click
|
|
end
|
|
end
|
|
end
|
|
object PopupMenu1: TPopupMenu
|
|
OnPopup = PopupMenu1Popup
|
|
Left = 240
|
|
Top = 208
|
|
object ChangeElement1: TMenuItem
|
|
Caption = 'Change element'
|
|
Default = True
|
|
ShortCut = 16397
|
|
OnClick = ChangeElement1Click
|
|
end
|
|
object Addelement1: TMenuItem
|
|
Caption = 'Insert element'
|
|
ShortCut = 45
|
|
OnClick = Addelement1Click
|
|
end
|
|
object Deleteelement1: TMenuItem
|
|
Caption = 'Delete element'
|
|
ShortCut = 46
|
|
OnClick = Deleteelement1Click
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Addtoaddresslist1: TMenuItem
|
|
Caption = 'Add to address list'
|
|
ShortCut = 65
|
|
OnClick = Addtoaddresslist1Click
|
|
end
|
|
object Memorybrowsepointer1: TMenuItem
|
|
Caption = 'Memory browse pointer'
|
|
ShortCut = 70
|
|
Visible = False
|
|
OnClick = Memorybrowsepointer1Click
|
|
end
|
|
object Memorybrowsethisaddress1: TMenuItem
|
|
Caption = 'Memory browse this address'
|
|
ShortCut = 32
|
|
OnClick = Memorybrowsethisaddress1Click
|
|
end
|
|
object N3: TMenuItem
|
|
Caption = '-'
|
|
Visible = False
|
|
end
|
|
object Recalculateaddress1: TMenuItem
|
|
Caption = 'Recalculate address'
|
|
Visible = False
|
|
OnClick = Recalculateaddress1Click
|
|
end
|
|
object Updatethisandfollowingoffsets1: TMenuItem
|
|
Caption = 'Update this and following offsets'
|
|
ShortCut = 16469
|
|
OnClick = Updatethisandfollowingoffsets1Click
|
|
end
|
|
end
|
|
object updatetimer: TTimer
|
|
Interval = 500
|
|
OnTimer = updatetimerTimer
|
|
Left = 8
|
|
Top = 112
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
DefaultExt = 'CSX'
|
|
Filter =
|
|
'Cheat Engine structure files (*.CES;*.CSX)|*.CES;*.CSX;*.XML|All' +
|
|
' Files (*.*)|*.*'
|
|
Left = 8
|
|
Top = 144
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
DefaultExt = 'CSX'
|
|
Filter = 'Cheat Engine structure files (*.CSX)|*.CSX|All Files (*.*)|*.*'
|
|
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
|
|
Left = 40
|
|
Top = 144
|
|
end
|
|
object PopupMenu2: TPopupMenu
|
|
OnPopup = PopupMenu2Popup
|
|
Left = 128
|
|
Top = 8
|
|
object Undo1: TMenuItem
|
|
Caption = '&Undo'
|
|
ShortCut = 16474
|
|
OnClick = Undo1Click
|
|
end
|
|
object N5: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Cut1: TMenuItem
|
|
Caption = 'Cu&t'
|
|
ShortCut = 16472
|
|
OnClick = Cut1Click
|
|
end
|
|
object Copy1: TMenuItem
|
|
Caption = '&Copy'
|
|
ShortCut = 16451
|
|
OnClick = Copy1Click
|
|
end
|
|
object Paste1: TMenuItem
|
|
Caption = '&Paste'
|
|
ShortCut = 16470
|
|
OnClick = Paste1Click
|
|
end
|
|
object N4: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object SelectAll1: TMenuItem
|
|
Caption = 'Select &All'
|
|
OnClick = SelectAll1Click
|
|
end
|
|
object N6: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Remove1: TMenuItem
|
|
Caption = 'Remove'
|
|
OnClick = Remove1Click
|
|
end
|
|
object Setgroup1: TMenuItem
|
|
Caption = 'Set group'
|
|
OnClick = Setgroup1Click
|
|
end
|
|
end
|
|
object saveValues: TSaveDialog
|
|
DefaultExt = '.txt'
|
|
Filter = 'Text Files (*.txt)|*.txt'
|
|
Left = 136
|
|
Top = 144
|
|
end
|
|
end
|