cheat-engine/Cheat Engine/Changeoffsetunit.lfm
2019-12-19 17:49:30 +01:00

89 lines
2.1 KiB
Text
Executable file

object ChangeOffset: TChangeOffset
Left = 958
Height = 102
Top = 378
Width = 238
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Recalculate addres'
ClientHeight = 102
ClientWidth = 238
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.6.4.0'
object TabControl1: TTabControl
Left = 0
Height = 102
Top = 0
Width = 238
TabStop = False
OnChange = TabControl1Change
OnChanging = TabControl1Changing
TabIndex = 0
Tabs.Strings = (
'Change by offset'
'Change to address'
)
Align = alClient
TabOrder = 0
object cbHexadecimal: TCheckBox
AnchorSideLeft.Control = Edit1
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
Left = 5
Height = 19
Top = 51
Width = 88
Caption = 'Hexadecimal'
OnClick = cbHexadecimalClick
TabOrder = 0
end
object Edit1: TEdit
AnchorSideLeft.Control = TabControl1
AnchorSideTop.Control = TabControl1
AnchorSideRight.Control = TabControl1
AnchorSideRight.Side = asrBottom
Left = 5
Height = 23
Top = 28
Width = 228
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 3
BorderSpacing.Top = 5
BorderSpacing.Right = 3
TabOrder = 1
end
object Change: TButton
AnchorSideLeft.Control = TabControl1
AnchorSideTop.Control = cbHexadecimal
AnchorSideTop.Side = asrBottom
Left = 5
Height = 25
Top = 70
Width = 67
AutoSize = True
BorderSpacing.Left = 3
Caption = 'Change'
Default = True
ModalResult = 1
OnClick = ChangeClick
TabOrder = 3
end
object Cancel: TButton
AnchorSideLeft.Control = Change
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Change
Left = 75
Height = 25
Top = 70
Width = 62
AutoSize = True
BorderSpacing.Left = 3
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end
end