Ignore:
Timestamp:
Jun 2, 2023, 11:18:38 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed explicit mode directive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.lfm

    r143 r144  
    11object FormSourceCode: TFormSourceCode
    22  Left = 459
    3   Height = 614
     3  Height = 589
    44  Top = 278
    5   Width = 700
     5  Width = 672
    66  Caption = 'Source code'
    7   ClientHeight = 614
    8   ClientWidth = 700
    9   DesignTimePPI = 150
     7  ClientHeight = 589
     8  ClientWidth = 672
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
    12   LCLVersion = '2.2.0.4'
     12  LCLVersion = '2.2.6.0'
    1313  inline SynEditSource: TSynEdit
    1414    Left = 0
    15     Height = 614
     15    Height = 589
    1616    Top = 0
    17     Width = 700
     17    Width = 672
    1818    Align = alClient
    19     Font.Height = -17
     19    Font.Height = -16
    2020    Font.Name = 'Courier New'
    2121    Font.Pitch = fpFixed
     
    2929    OnKeyUp = MemoSourceKeyUp
    3030    OnMouseDown = MemoSourceMouseDown
    31     Gutter.Width = 83
     31    Gutter.Width = 80
    3232    Gutter.MouseActions = <>
    3333    RightGutter.Width = 0
     
    479479    inline SynLeftGutterPartList1: TSynGutterPartList
    480480      object SynGutterMarks1: TSynGutterMarks
    481         Width = 38
     481        Width = 36
    482482        MouseActions = <>
    483483      end
     
    506506      object SynGutterCodeFolding1: TSynGutterCodeFolding
    507507        AutoSize = False
    508         Width = 15
     508        Width = 14
    509509        MouseActions = <>
    510510        MarkupInfo.Background = clNone
     
    517517  object PopupMenuSource: TPopupMenu
    518518    Images = Core.ImageListMain
    519     Left = 160
    520     Top = 160
     519    Left = 154
     520    Top = 154
    521521    object MenuItem23: TMenuItem
    522522      Action = FormMain.ABreakpointToggle
     
    597597  object ActionList1: TActionList
    598598    Images = Core.ImageListMain
    599     Left = 158
    600     Top = 70
     599    Left = 152
     600    Top = 67
    601601    object AGenerateNumber: TAction
    602602      Caption = 'Generate number'
     
    656656    DefaultFilter = 'Soubory Java (*.java)|*.java'
    657657    Enabled = False
    658     Left = 506
    659     Top = 329
     658    Left = 486
     659    Top = 316
    660660  end
    661661end
Note: See TracChangeset for help on using the changeset viewer.