Ignore:
Timestamp:
Nov 26, 2020, 1:18:19 PM (3 years ago)
Author:
chronos
Message:
  • Added: Support for full screen mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r62 r63  
    88  ClientWidth = 1276
    99  DesignTimePPI = 144
     10  OnActivate = FormActivate
     11  OnClose = FormClose
    1012  OnCreate = FormCreate
    1113  OnDestroy = FormDestroy
    1214  OnKeyPress = FormKeyPress
     15  OnKeyUp = FormKeyUp
    1316  OnShow = FormShow
    1417  LCLVersion = '2.0.10.0'
    15   WindowState = wsMaximized
    1618  object PaintBox1: TPaintBox
    1719    Left = 0
     
    5759    Top = 460
    5860  end
     61  object PersistentForm1: TPersistentForm
     62    MinVisiblePart = 50
     63    EntireVisible = False
     64    Left = 488
     65    Top = 536
     66  end
    5967end
Note: See TracChangeset for help on using the changeset viewer.