Changeset 75 for trunk/IDE/Core.lfm


Ignore:
Timestamp:
Jun 4, 2024, 12:22:49 AM (4 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Core.lfm

    r74 r75  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 381
    6   HorizontalOffset = 652
    7   VerticalOffset = 519
    8   Width = 466
     5  Height = 572
     6  HorizontalOffset = 978
     7  VerticalOffset = 779
     8  Width = 699
     9  PPI = 144
    910  object LastOpenedFiles: TLastOpenedList
    1011    MaxCount = 10
    1112    OnChange = LastOpenedFilesChange
    12     left = 48
    13     top = 24
     13    Left = 72
     14    Top = 36
    1415  end
    15   object CoolTranslator1: TCoolTranslator
     16  object Translator1: TTranslator
    1617    POFilesFolder = 'Languages'
    17     left = 48
    18     top = 80
     18    Left = 72
     19    Top = 120
    1920  end
    2021  object DebugLog1: TDebugLog
     
    2223    FileName = 'DebugLog.txt'
    2324    MaxCount = 100
    24     left = 48
    25     top = 136
     25    Left = 72
     26    Top = 204
    2627  end
    2728  object ApplicationInfo: TApplicationInfo
     
    4041    RegistryKey = '\Software\Chronosoft\Transpascal'
    4142    RegistryRoot = rrKeyCurrentUser
    42     left = 48
    43     top = 200
     43    Left = 72
     44    Top = 300
    4445  end
    4546  object ModuleManager1: TModuleManager
    4647    Options = []
    47     left = 242
    48     top = 98
     48    Left = 363
     49    Top = 147
    4950  end
    5051end
Note: See TracChangeset for help on using the changeset viewer.