Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormTargetCode.lfm

    r91 r103  
    11object FormTargetCode: TFormTargetCode
    22  Left = 682
    3   Height = 240
     3  Height = 288
    44  Top = 485
    5   Width = 320
     5  Width = 384
    66  Caption = 'Target code'
    7   ClientHeight = 240
    8   ClientWidth = 320
    9   DesignTimePPI = 120
    10   LCLVersion = '1.8.2.0'
     7  ClientHeight = 288
     8  ClientWidth = 384
     9  DesignTimePPI = 144
     10  LCLVersion = '2.0.0.4'
    1111  object MemoTarget: TMemo
    1212    Left = 0
    13     Height = 240
     13    Height = 288
    1414    Top = 0
    15     Width = 320
     15    Width = 384
    1616    Align = alClient
    1717    Font.Name = 'Courier New'
     
    2424  object PopupMenuTarget: TPopupMenu
    2525    Images = Core.ImageListMain
    26     left = 84
    27     top = 100
     26    left = 101
     27    top = 120
    2828    object MenuItem20: TMenuItem
    2929      Action = AFormatCode
     
    3535  object ActionList1: TActionList
    3636    Images = Core.ImageListMain
    37     left = 199
    38     top = 39
     37    left = 239
     38    top = 47
    3939    object AFormatCode: TAction
    4040      Caption = 'Format code'
Note: See TracChangeset for help on using the changeset viewer.