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

116 lines
2.8 KiB
Text
Executable file

object frmLoadMemory: TfrmLoadMemory
Left = 432
Height = 135
Top = 475
Width = 225
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Load Memory Region'
ClientHeight = 135
ClientWidth = 225
OnClose = FormClose
Position = poScreenCenter
LCLVersion = '1.6.4.0'
object Label1: TLabel
AnchorSideTop.Control = ListBox1
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 65
Width = 45
Caption = 'Address:'
ParentColor = False
end
object editAddress: TEdit
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Button3
Left = 0
Height = 23
Top = 80
Width = 175
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 2
TabOrder = 0
end
object ListBox1: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 65
Top = 0
Width = 225
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
OnClick = ListBox1Click
TabOrder = 1
end
object Button3: TButton
AnchorSideLeft.Control = editAddress
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = editAddress
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 177
Height = 25
Top = 79
Width = 46
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 2
Caption = 'Edit'
OnClick = Button3Click
TabOrder = 2
end
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = editAddress
AnchorSideTop.Side = asrBottom
Left = 34
Height = 25
Top = 109
Width = 157
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 157
TabOrder = 3
object Button1: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 0
Height = 25
Top = 0
Width = 75
AutoSize = True
Caption = 'OK'
Constraints.MinWidth = 75
Default = True
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
Left = 82
Height = 25
Top = 0
Width = 75
AutoSize = True
BorderSpacing.Left = 7
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
ModalResult = 2
TabOrder = 1
end
end
end