Ignore:
Timestamp:
May 9, 2015, 12:00:33 AM (9 years ago)
Author:
chronos
Message:
  • Added: Action to switch to full screen mode.
  • Added: Video driver registration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r6 r7  
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
     12  OnKeyDown = FormKeyDown
    1213  OnShow = FormShow
    13   LCLVersion = '1.3'
     14  LCLVersion = '1.5'
    1415  object PaintBox1: TPaintBox
    1516    Left = 0
     
    1920    Align = alClient
    2021    OnClick = PaintBox1Click
     22    OnResize = PaintBox1Resize
    2123  end
    2224  object MainMenu1: TMainMenu
Note: See TracChangeset for help on using the changeset viewer.