Ignore:
Timestamp:
Apr 12, 2019, 1:34:47 AM (6 years ago)
Author:
chronos
Message:
  • Added: Drawing to video memory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu4/UFormMain.lfm

    r173 r175  
    8787  object Memo1: TMemo
    8888    Left = 1181
    89     Height = 743
     89    Height = 344
    9090    Top = 192
    9191    Width = 518
     
    104104    ParentFont = False
    105105  end
     106  object PaintBox1: TPaintBox
     107    Left = 1181
     108    Height = 374
     109    Top = 552
     110    Width = 518
     111    OnPaint = PaintBox1Paint
     112    OnResize = PaintBox1Resize
     113  end
    106114  object Timer1: TTimer
    107115    Interval = 100
     
    110118    top = 173
    111119  end
     120  object TimerDraw: TTimer
     121    OnTimer = TimerDrawTimer
     122    left = 104
     123    top = 304
     124  end
    112125end
Note: See TracChangeset for help on using the changeset viewer.