object CharForm: TCharForm Left = 0 Top = 0 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsToolWindow Caption = 'CharForm' ClientHeight = 410 ClientWidth = 484 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object memo: TMemo Left = 0 Top = 24 Width = 241 Height = 49 Lines.Strings = ( 'Struct1Pointers-Addy:' 'Life-Addy:' 'x') TabOrder = 0 end object timer_actualize: TTimer OnTimer = timer_actualizeTimer end object timer_freeze: TTimer Interval = 250 OnTimer = timer_freezeTimer Top = 32 end object Timer1: TTimer Interval = 250 OnTimer = timer_freezeTimer Top = 32 end end