Changeset 115 for trunk/UCore.lfm


Ignore:
Timestamp:
Feb 15, 2022, 3:46:22 PM (2 years ago)
Author:
chronos
Message:
  • Added: New tool action View source to show source code for loaded contacts. Source text can be edited and saved back. The editor shows line numbers and use color highlighting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r113 r115  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 529
    6   HorizontalOffset = 669
    7   VerticalOffset = 607
    8   Width = 726
    9   PPI = 144
     5  Height = 551
     6  HorizontalOffset = 697
     7  VerticalOffset = 632
     8  Width = 756
     9  PPI = 150
    1010  object ImageList1: TImageList
    11     Left = 115
    12     Top = 200
     11    Left = 120
     12    Top = 208
    1313    Bitmap = {
    1414      4C7A120000001000000010000000801200000000000078DADD9A095855D5DAC7
     
    165165  object ActionList1: TActionList
    166166    Images = ImageList1
    167     Left = 384
    168     Top = 200
     167    Left = 400
     168    Top = 208
    169169    object AExit: TAction
    170170      Caption = 'Exit'
     
    224224      ImageIndex = 8
    225225      OnExecute = ASettingsExecute
     226      ShortCut = 121
    226227    end
    227228    object AFileCombine: TAction
     
    238239      Caption = 'Generate contacts'
    239240      OnExecute = AGenerateExecute
     241      ShortCut = 116
    240242    end
    241243    object AFileSplit: TAction
     
    253255      Caption = 'Test'
    254256      OnExecute = ATestExecute
     257      ShortCut = 115
     258    end
     259    object AViewSource: TAction
     260      Caption = 'View source'
     261      OnExecute = AViewSourceExecute
     262      ShortCut = 114
    255263    end
    256264  end
     
    258266    MaxCount = 10
    259267    OnChange = LastOpenedList1Change
    260     Left = 384
    261     Top = 288
     268    Left = 400
     269    Top = 300
    262270  end
    263271  object OpenDialog1: TOpenDialog
    264272    Title = 'Open existing file'
    265     Left = 384
    266     Top = 365
     273    Left = 400
     274    Top = 380
    267275  end
    268276  object SaveDialog1: TSaveDialog
    269277    Title = 'Save file as'
    270     Left = 115
    271     Top = 365
     278    Left = 120
     279    Top = 380
    272280  end
    273281  object ApplicationInfo1: TApplicationInfo
     
    84828490      0000000000000000000000000000000000000000000000000000
    84838491    }
    8484     Left = 115
    8485     Top = 288
     8492    Left = 120
     8493    Top = 300
    84868494  end
    84878495  object PersistentForm1: TPersistentForm
    84888496    MinVisiblePart = 50
    84898497    EntireVisible = False
    8490     Left = 384
    8491     Top = 125
     8498    Left = 400
     8499    Top = 130
    84928500  end
    84938501  object Translator: TTranslator
    84948502    POFilesFolder = 'Languages'
    8495     Left = 115
    8496     Top = 48
     8503    Left = 120
     8504    Top = 50
    84978505  end
    84988506  object ScaleDPI1: TScaleDPI
    84998507    AutoDetect = False
    8500     Left = 384
    8501     Top = 48
     8508    Left = 400
     8509    Top = 50
    85028510  end
    85038511  object ThemeManager1: TThemeManager
    8504     Left = 115
    8505     Top = 125
     8512    Left = 120
     8513    Top = 130
    85068514  end
    85078515  object AboutDialog1: TAboutDialog
     
    85098517    ThemeManager = ThemeManager1
    85108518    ApplicationInfo = ApplicationInfo1
    8511     Left = 576
    8512     Top = 48
     8519    Left = 600
     8520    Top = 50
    85138521  end
    85148522  object SelectDirectoryDialog1: TSelectDirectoryDialog
    85158523    Title = 'Select directory'
    8516     Left = 578
    8517     Top = 376
     8524    Left = 602
     8525    Top = 392
    85188526  end
    85198527end
Note: See TracChangeset for help on using the changeset viewer.