| 1 | object CharForm: TCharForm | 
 
 
 
 
 | 2 | Left = 0 | 
 
 
 
 
 | 3 | Top = 0 | 
 
 
 
 
 | 4 | HorzScrollBar.Visible = False | 
 
 
 
 
 | 5 | VertScrollBar.Visible = False | 
 
 
 
 
 | 6 | BorderStyle = bsToolWindow | 
 
 
 
 
 | 7 | Caption = 'CharForm' | 
 
 
 
 
 | 8 | ClientHeight = 410 | 
 
 
 
 
 | 9 | ClientWidth = 484 | 
 
 
 
 
 | 10 | Color = clBtnFace | 
 
 
 
 
 | 11 | DefaultMonitor = dmMainForm | 
 
 
 
 
 | 12 | Font.Charset = DEFAULT_CHARSET | 
 
 
 
 
 | 13 | Font.Color = clWindowText | 
 
 
 
 
 | 14 | Font.Height = -11 | 
 
 
 
 
 | 15 | Font.Name = 'Tahoma' | 
 
 
 
 
 | 16 | Font.Style = [] | 
 
 
 
 
 | 17 | OldCreateOrder = False | 
 
 
 
 
 | 18 | OnCloseQuery = FormCloseQuery | 
 
 
 
 
 | 19 | PixelsPerInch = 96 | 
 
 
 
 
 | 20 | TextHeight = 13 | 
 
 
 
 
 | 21 | object memo: TMemo | 
 
 
 
 
 | 22 | Left = 0 | 
 
 
 
 
 | 23 | Top = 24 | 
 
 
 
 
 | 24 | Width = 241 | 
 
 
 
 
 | 25 | Height = 49 | 
 
 
 
 
 | 26 | Lines.Strings = ( | 
 
 
 
 
 | 27 | 'Struct1Pointers-Addy:' | 
 
 
 
 
 | 28 | 'Life-Addy:' | 
 
 
 
 
 | 29 | 'x') | 
 
 
 
 
 | 30 | TabOrder = 0 | 
 
 
 
 
 | 31 | end | 
 
 
 
 
 | 32 | object timer_actualize: TTimer | 
 
 
 
 
 | 33 | OnTimer = timer_actualizeTimer | 
 
 
 
 
 | 34 | end | 
 
 
 
 
 | 35 | object timer_freeze: TTimer | 
 
 
 
 
 | 36 | Interval = 250 | 
 
 
 
 
 | 37 | OnTimer = timer_freezeTimer | 
 
 
 
 
 | 38 | Top = 32 | 
 
 
 
 
 | 39 | end | 
 
 
 
 
 | 40 | object Timer1: TTimer | 
 
 
 
 
 | 41 | Interval = 250 | 
 
 
 
 
 | 42 | OnTimer = timer_freezeTimer | 
 
 
 
 
 | 43 | Top = 32 | 
 
 
 
 
 | 44 | end | 
 
 
 
 
 | 45 | end |