object frmSaveMemoryRegion: TfrmSaveMemoryRegion Left = 846 Height = 280 Top = 349 Width = 274 AutoSize = True BorderIcons = [biSystemMenu] Caption = 'Save memoryregion' ClientHeight = 280 ClientWidth = 274 OnShow = FormShow Position = poScreenCenter LCLVersion = '1.6.0.4' object Panel1: TPanel Left = 0 Height = 234 Top = 0 Width = 274 Align = alClient BevelOuter = bvNone ClientHeight = 234 ClientWidth = 274 TabOrder = 0 object Label1: TLabel Left = 0 Height = 15 Top = 0 Width = 274 Align = alTop Caption = 'Add the region(s) of memory you want to save' ParentColor = False WordWrap = True end object lbRegions: TListBox Left = 0 Height = 219 Top = 15 Width = 172 Align = alClient ItemHeight = 0 OnDblClick = lbRegionsDblClick PopupMenu = PopupMenu1 TabOrder = 0 end object Panel4: TPanel Left = 172 Height = 219 Top = 15 Width = 102 Align = alRight AutoSize = True BevelOuter = bvNone ClientHeight = 219 ClientWidth = 102 TabOrder = 1 object Label2: TLabel AnchorSideLeft.Control = editFrom AnchorSideTop.Control = Panel4 Left = 6 Height = 15 Top = 2 Width = 28 BorderSpacing.Top = 2 Caption = 'From' ParentColor = False end object Label3: TLabel AnchorSideLeft.Control = editFrom AnchorSideTop.Control = editFrom AnchorSideTop.Side = asrBottom Left = 6 Height = 15 Top = 40 Width = 14 Caption = 'To' ParentColor = False end object editFrom: TEdit AnchorSideLeft.Control = Panel4 AnchorSideTop.Control = Label2 AnchorSideTop.Side = asrBottom Left = 6 Height = 23 Top = 17 Width = 90 BorderSpacing.Left = 6 BorderSpacing.Right = 6 TabOrder = 0 end object editTo: TEdit AnchorSideLeft.Control = Label3 AnchorSideTop.Control = Label3 AnchorSideTop.Side = asrBottom Left = 6 Height = 23 Top = 55 Width = 89 BorderSpacing.Right = 6 TabOrder = 1 end object Button3: TButton AnchorSideLeft.Control = editTo AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = editTo AnchorSideTop.Side = asrBottom Left = 13 Height = 25 Top = 80 Width = 75 AutoSize = True BorderSpacing.Top = 2 BorderSpacing.Bottom = 32 Caption = 'Add' Constraints.MinWidth = 75 OnClick = Button3Click TabOrder = 2 end end end object Panel2: TPanel Left = 0 Height = 46 Top = 234 Width = 274 Align = alBottom AutoSize = True BevelOuter = bvNone ClientHeight = 46 ClientWidth = 274 TabOrder = 1 object DontInclude: TCheckBox AnchorSideTop.Control = Panel3 AnchorSideTop.Side = asrBottom Left = 0 Height = 19 Top = 27 Width = 235 Caption = 'Don''t include Cheat Engine header in file' OnClick = DontIncludeClick TabOrder = 0 end object Panel3: TPanel AnchorSideLeft.Control = Panel2 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = Panel2 Left = 59 Height = 25 Top = 2 Width = 157 AutoSize = True BorderSpacing.Top = 2 BevelOuter = bvNone ClientHeight = 25 ClientWidth = 157 TabOrder = 1 object Button1: TButton AnchorSideLeft.Control = Panel3 AnchorSideTop.Control = Panel3 Left = 0 Height = 25 Top = 0 Width = 75 AutoSize = True Caption = 'Save' 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 object SaveDialog1: TSaveDialog DefaultExt = '.CEM' Filter = 'Cheat Engine Memory file(*.CEM)|*.CEM|All files(*.*)|*.*' FilterIndex = 0 Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] left = 72 top = 32 end object PopupMenu1: TPopupMenu left = 33 top = 127 object miClearList: TMenuItem Caption = 'Clear list' OnClick = miClearListClick end end end