Changeset 10 for trunk/Back.lfm


Ignore:
Timestamp:
Jan 7, 2017, 2:33:20 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Created CevoComponents ackage for installable custom components.
  • Fixed: Compile time range check error.
  • Added: Heaptrace check and fixed some memory leaks.
  • Fixed: MaskD function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.lfm

    r9 r10  
    11object Background: TBackground
    2   Left = 199
    3   Top = 123
     2  Left = 581
     3  Height = 172
     4  Top = 638
     5  Width = 202
    46  BorderIcons = []
    57  BorderStyle = bsNone
    68  Caption = 'C-evo'
    7   ClientHeight = 172
    8   ClientWidth = 202
    99  Color = clBlack
    10   Font.Charset = DEFAULT_CHARSET
    1110  Font.Color = clWindowText
    1211  Font.Height = -13
    1312  Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    15   WindowState = wsMaximized
    1613  OnClose = FormClose
    1714  OnCreate = FormCreate
     15  OnDestroy = FormDestroy
    1816  OnPaint = FormPaint
    1917  OnShow = FormShow
    20   PixelsPerInch = 96
     18  LCLVersion = '1.6.2.0'
     19  WindowState = wsMaximized
    2120end
Note: See TracChangeset for help on using the changeset viewer.