Ignore:
Timestamp:
May 6, 2019, 10:32:47 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Resolved compiler warnings and notes.
  • Modified: Update packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.lfm

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