Ignore:
Timestamp:
Oct 13, 2020, 8:05:14 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Build with Lazarus 2.0.10.
  • Modified: CoolTranslator package replaced by Translator in Common package.
  • Modified: About dialog moved to Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.lfm

    r109 r115  
    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
    1111  OnDestroy = FormDestroy
     
    1717    Width = 560
    1818    Align = alClient
    19     Font.Height = -13
     19    Font.Height = -16
    2020    Font.Name = 'Courier New'
    2121    Font.Pitch = fpFixed
     
    2929    OnKeyUp = MemoSourceKeyUp
    3030    OnMouseDown = MemoSourceMouseDown
    31     Gutter.Width = 67
     31    Gutter.Width = 80
    3232    Gutter.MouseActions = <>
    3333    RightGutter.Width = 0
     
    479479    inline SynLeftGutterPartList1: TSynGutterPartList
    480480      object SynGutterMarks1: TSynGutterMarks
    481         Width = 30
     481        Width = 36
    482482        MouseActions = <>
    483483      end
    484484      object SynGutterLineNumber1: TSynGutterLineNumber
    485         Width = 17
     485        Width = 21
    486486        MouseActions = <>
    487487        MarkupInfo.Background = clBtnFace
     
    493493      end
    494494      object SynGutterChanges1: TSynGutterChanges
    495         Width = 5
     495        Width = 6
    496496        MouseActions = <>
    497497        ModifiedColor = 59900
     
    506506      object SynGutterCodeFolding1: TSynGutterCodeFolding
    507507        AutoSize = False
    508         Width = 12
     508        Width = 14
    509509        MouseActions = <>
    510510        MarkupInfo.Background = clNone
     
    517517  object PopupMenuSource: TPopupMenu
    518518    Images = Core.ImageListMain
    519     left = 128
    520     top = 128
     519    left = 154
     520    top = 154
    521521    object MenuItem23: TMenuItem
    522522      Action = FormMain.ABreakpointToggle
     
    591591  object ActionList1: TActionList
    592592    Images = Core.ImageListMain
    593     left = 128
    594     top = 56
     593    left = 154
     594    top = 67
    595595    object AGenerateNumber: TAction
    596596      Caption = 'Generate number'
     
    645645    DefaultFilter = 'Soubory Java (*.java)|*.java'
    646646    Enabled = False
    647     left = 405
    648     top = 263
     647    left = 486
     648    top = 316
    649649  end
    650650end
Note: See TracChangeset for help on using the changeset viewer.