Ignore:
Timestamp:
Jun 5, 2023, 7:40:45 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Update Common and VCard package. Remove U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSource.lfm

    r115 r148  
    11object FormSource: TFormSource
    22  Left = 754
    3   Height = 713
     3  Height = 684
    44  Top = 496
    5   Width = 951
     5  Width = 913
    66  Caption = 'Source'
    7   ClientHeight = 713
    8   ClientWidth = 951
    9   DesignTimePPI = 150
     7  ClientHeight = 684
     8  ClientWidth = 913
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.2.0.4'
     14  LCLVersion = '2.2.6.0'
    1515  inline SynEditSource: TSynEdit
    1616    Left = 8
    17     Height = 649
     17    Height = 620
    1818    Top = 8
    19     Width = 935
     19    Width = 897
    2020    Align = alCustom
    2121    BorderSpacing.Around = 8
    2222    Anchors = [akTop, akLeft, akRight, akBottom]
    2323    Color = clBtnFace
    24     Font.Height = 13
     24    Font.Height = 12
    2525    Font.Name = 'DejaVu Sans Mono'
    2626    Font.Pitch = fpFixed
     
    3030    PopupMenu = PopupMenu1
    3131    TabOrder = 0
    32     Gutter.Width = 80
     32    Gutter.Width = 75
    3333    Gutter.MouseActions = <>
    3434    RightGutter.Width = 0
     
    479479    inline SynLeftGutterPartList1: TSynGutterPartList
    480480      object SynGutterMarks1: TSynGutterMarks
    481         Width = 38
     481        Width = 36
    482482        MouseActions = <>
    483483      end
    484484      object SynGutterLineNumber1: TSynGutterLineNumber
    485         Width = 17
     485        Width = 15
    486486        MouseActions = <>
    487487        MarkupInfo.Background = clBtnFace
     
    505505      end
    506506      object SynGutterCodeFolding1: TSynGutterCodeFolding
    507         Width = 16
     507        Width = 15
    508508        MouseActions = <>
    509509        MarkupInfo.Background = clNone
     
    515515  end
    516516  object ButtonOk: TButton
    517     Left = 824
    518     Height = 39
    519     Top = 664
    520     Width = 117
     517    Left = 791
     518    Height = 37
     519    Top = 637
     520    Width = 112
    521521    Anchors = [akRight, akBottom]
    522522    Caption = 'Save'
     
    525525  end
    526526  object ButtonCancel: TButton
    527     Left = 688
    528     Height = 39
    529     Top = 664
    530     Width = 117
     527    Left = 661
     528    Height = 37
     529    Top = 637
     530    Width = 112
    531531    Anchors = [akRight, akBottom]
    532532    Caption = 'Cancel'
     
    536536  object ActionList1: TActionList
    537537    Images = Core.ImageList1
    538     Left = 361
    539     Top = 152
     538    Left = 347
     539    Top = 146
    540540    object APaste: TAction
    541541      Caption = 'Paste'
     
    563563  end
    564564  object PopupMenu1: TPopupMenu
    565     Left = 388
    566     Top = 411
     565    Left = 372
     566    Top = 395
    567567    object MenuItem1: TMenuItem
    568568      Action = ACut
Note: See TracChangeset for help on using the changeset viewer.