Ignore:
Timestamp:
Jun 30, 2023, 3:20:46 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore
      •  

        old new  
        11lib
        22heaptrclog.trc
         3OS
        34OS.exe
        45OS.lps
  • branches/topdown/Apps/UAppTextEditor.lfm

    r28 r36  
    11object FormTextEditor: TFormTextEditor
    22  Left = 545
    3   Height = 300
     3  Height = 360
    44  Top = 378
    5   Width = 400
     5  Width = 480
    66  Caption = 'Text editor'
    7   ClientHeight = 300
    8   ClientWidth = 400
    9   DesignTimePPI = 120
     7  ClientHeight = 360
     8  ClientWidth = 480
     9  DesignTimePPI = 144
    1010  FormStyle = fsStayOnTop
    11   LCLVersion = '2.0.2.0'
     11  LCLVersion = '2.2.6.0'
    1212  object Memo1: TMemo
    1313    Left = 0
    14     Height = 300
     14    Height = 360
    1515    Top = 0
    16     Width = 400
     16    Width = 480
    1717    Align = alClient
    1818    ScrollBars = ssAutoBoth
Note: See TracChangeset for help on using the changeset viewer.