Ignore:
Timestamp:
Jan 24, 2025, 11:42:58 PM (8 days ago)
Author:
chronos
Message:
  • Modified: Fixed Import sources modification.
  • Modified: Catogires don't have direct object references to import sources and acronym meanings.
  • Modified: Updated acronyms example file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormImportSources.lfm

    r227 r230  
    88  ClientWidth = 974
    99  DesignTimePPI = 144
     10  OnActivate = FormActivate
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
     
    4344      Action = AProcess
    4445    end
     46    object ToolButton5: TToolButton
     47      Left = 141
     48      Top = 2
     49      Action = APreview
     50    end
    4551  end
    4652  object ListView1: TListView
     
    7379      item
    7480        Caption = 'Date'
    75         Width = 145
     81        Width = 120
     82      end   
     83      item
     84        Caption = 'Format'
     85        Width = 150
    7686      end>
    7787    MultiSelect = True
     
    101111  end
    102112  object ActionList1: TActionList
     113    Images = Core.ImageListSmall
    103114    Left = 490
    104115    Top = 269
     
    134145      OnExecute = ADisableExecute
    135146    end
     147    object APreview: TAction
     148      Caption = 'Preview'
     149      ImageIndex = 13
     150      OnExecute = APreviewExecute
     151    end
    136152  end
    137153  object PopupMenuImportSource: TPopupMenu
     154    Images = Core.ImageListSmall
    138155    Left = 176
    139156    Top = 264
     
    149166    object MenuItem4: TMenuItem
    150167      Action = AProcess
     168    end
     169    object MenuItem8: TMenuItem
     170      Action = APreview
    151171    end
    152172    object MenuItem7: TMenuItem
Note: See TracChangeset for help on using the changeset viewer.