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/UFormSourceCode.lfm

    r97 r103  
    11object FormSourceCode: TFormSourceCode
    22  Left = 459
    3   Height = 491
     3  Height = 589
    44  Top = 278
    5   Width = 560
     5  Width = 672
    66  Caption = 'Source code'
    7   ClientHeight = 491
    8   ClientWidth = 560
    9   DesignTimePPI = 120
     7  ClientHeight = 589
     8  ClientWidth = 672
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    11   LCLVersion = '1.8.2.0'
     11  LCLVersion = '2.0.0.4'
    1212  inline SynEdit1: TSynEdit
    1313    Left = 0
    14     Height = 491
     14    Height = 589
    1515    Top = 0
    16     Width = 560
     16    Width = 672
    1717    Align = alClient
    18     Font.Height = -13
     18    Font.Height = -16
    1919    Font.Name = 'Courier New'
    2020    Font.Pitch = fpFixed
     
    2828    OnKeyUp = MemoSourceKeyUp
    2929    OnMouseDown = MemoSourceMouseDown
    30     Gutter.Width = 59
     30    Gutter.Width = 80
    3131    Gutter.MouseActions = <>
    3232    RightGutter.Width = 0
     
    478478    inline SynLeftGutterPartList1: TSynGutterPartList
    479479      object SynGutterMarks1: TSynGutterMarks
    480         Width = 24
     480        Width = 36
    481481        MouseActions = <>
    482482      end
    483483      object SynGutterLineNumber1: TSynGutterLineNumber
    484         Width = 17
     484        Width = 21
    485485        MouseActions = <>
    486486        MarkupInfo.Background = clBtnFace
     
    492492      end
    493493      object SynGutterChanges1: TSynGutterChanges
    494         Width = 4
     494        Width = 6
    495495        MouseActions = <>
    496496        ModifiedColor = 59900
     
    498498      end
    499499      object SynGutterSeparator1: TSynGutterSeparator
    500         Width = 2
     500        Width = 3
    501501        MouseActions = <>
    502502        MarkupInfo.Background = clWhite
     
    505505      object SynGutterCodeFolding1: TSynGutterCodeFolding
    506506        AutoSize = False
    507         Width = 12
     507        Width = 14
    508508        MouseActions = <>
    509509        MarkupInfo.Background = clNone
     
    516516  object PopupMenuSource: TPopupMenu
    517517    Images = Core.ImageListMain
    518     left = 128
    519     top = 128
     518    left = 154
     519    top = 154
    520520    object MenuItem23: TMenuItem
    521521      Action = FormMain.ABreakpointToggle
     
    590590  object ActionList1: TActionList
    591591    Images = Core.ImageListMain
    592     left = 128
    593     top = 56
     592    left = 154
     593    top = 67
    594594    object AGenerateNumber: TAction
    595595      Caption = 'Generate number'
     
    644644    DefaultFilter = 'Soubory Java (*.java)|*.java'
    645645    Enabled = False
    646     left = 405
    647     top = 263
     646    left = 486
     647    top = 316
    648648  end
    649649end
Note: See TracChangeset for help on using the changeset viewer.