Ignore:
Timestamp:
Jan 17, 2025, 9:39:06 PM (4 days ago)
Author:
chronos
Message:
  • Added: Key shortcuts form.
  • Added: Action to switch to fullscreen mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r219 r220  
    11object FormMain: TFormMain
    22  Left = 417
    3   Height = 713
     3  Height = 679
    44  Top = 453
    55  Width = 1106
    66  Caption = 'Acronym Decoder'
    7   ClientHeight = 713
     7  ClientHeight = 679
    88  ClientWidth = 1106
    99  DesignTimePPI = 144
     
    1212  OnCloseQuery = FormCloseQuery
    1313  OnCreate = FormCreate
     14  OnDestroy = FormDestroy
    1415  OnHide = FormHide
    1516  OnResize = FormResize
     
    1819  object PanelMain: TPanel
    1920    Left = 0
    20     Height = 604
     21    Height = 570
    2122    Top = 81
    2223    Width = 1106
    2324    Align = alClient
    2425    BevelOuter = bvNone
    25     ClientHeight = 604
     26    ClientHeight = 570
    2627    ClientWidth = 1106
    2728    ParentFont = False
     
    3738    object ListViewAcronyms: TListView
    3839      Left = 5
    39       Height = 548
     40      Height = 514
    4041      Top = 50
    4142      Width = 1095
     
    157158        Width = 120
    158159      end>
    159     Images = Core.ImageList1
     160    Images = Core.ImageListSmall
    160161    ParentFont = False
    161162    object ToolBarFile: TToolBar
     
    173174      EdgeInner = esNone
    174175      EdgeOuter = esNone
    175       Images = Core.ImageList1
     176      Images = Core.ImageListSmall
    176177      ParentFont = False
    177178      ParentShowHint = False
     
    216217      EdgeInner = esNone
    217218      EdgeOuter = esNone
    218       Images = Core.ImageList1
     219      Images = Core.ImageListSmall
    219220      ParentFont = False
    220221      ParentShowHint = False
     
    257258      EdgeInner = esNone
    258259      EdgeOuter = esNone
    259       Images = Core.ImageList1
     260      Images = Core.ImageListSmall
    260261      ParentFont = False
    261262      ParentShowHint = False
     
    288289      EdgeInner = esNone
    289290      EdgeOuter = esNone
    290       Images = Core.ImageList1
     291      Images = Core.ImageListSmall
    291292      ParentFont = False
    292293      ParentShowHint = False
     
    317318    Left = 0
    318319    Height = 28
    319     Top = 685
     320    Top = 651
    320321    Width = 1106
    321322    Panels = <   
     
    330331  end
    331332  object ActionList1: TActionList
    332     Images = Core.ImageList1
     333    Images = Core.ImageListSmall
    333334    Left = 708
    334335    Top = 288
    335336    object AExit: TAction
     337      Category = 'File'
    336338      Caption = 'Exit'
    337339      ImageIndex = 2
     
    347349    end
    348350    object AImport: TAction
     351      Category = 'Tools'
    349352      Caption = 'Import'
    350353      OnExecute = AImportExecute
    351354    end
    352355    object AFileOpen: TAction
     356      Category = 'File'
    353357      Caption = 'Open'
    354358      ImageIndex = 8
     
    357361    end
    358362    object AFileNew: TAction
     363      Category = 'File'
    359364      Caption = 'New'
    360365      ImageIndex = 16
     
    363368    end
    364369    object AFileSave: TAction
     370      Category = 'File'
    365371      Caption = 'Save'
    366372      ImageIndex = 10
     
    369375    end
    370376    object AFileClose: TAction
     377      Category = 'File'
    371378      Caption = 'Close'
    372379      ImageIndex = 12
     
    374381    end
    375382    object AFileSaveAs: TAction
     383      Category = 'File'
    376384      Caption = 'Save as...'
    377385      ImageIndex = 10
     
    380388    end
    381389    object ASettings: TAction
     390      Category = 'Tools'
    382391      Caption = 'Settings'
    383392      ImageIndex = 6
     
    386395    end
    387396    object AShowCategories: TAction
     397      Category = 'View'
    388398      Caption = 'Categories'
    389399      ImageIndex = 11
     
    392402    end
    393403    object AShowAcronyms: TAction
     404      Category = 'View'
    394405      Caption = 'Acronyms'
    395406      ImageIndex = 15
     
    398409    end
    399410    object AShowImportSources: TAction
     411      Category = 'View'
    400412      Caption = 'Import sources'
    401413      ImageIndex = 13
     
    404416    end
    405417    object AShowAbout: TAction
     418      Category = 'Help'
    406419      Caption = 'About'
    407420      ImageIndex = 7
     
    409422    end
    410423    object AShowImportFormats: TAction
     424      Category = 'View'
    411425      Caption = 'Import formats'
    412426      ImageIndex = 14
     
    415429    end
    416430    object AProcessImports: TAction
     431      Category = 'Tools'
    417432      Caption = 'Process imports'
    418433      ImageIndex = 5
     
    421436    end
    422437    object AExport: TAction
     438      Category = 'Tools'
    423439      Caption = 'Export'
    424440      OnExecute = AExportExecute
     
    452468    end
    453469    object ADocumentCheck: TAction
     470      Category = 'Tools'
    454471      Caption = 'Document check'
    455472      ImageIndex = 20
    456473      OnExecute = ADocumentCheckExecute
    457474    end
     475    object AShowKeyShortCuts: TAction
     476      Category = 'Help'
     477      Caption = 'Key shortcuts'
     478      ImageIndex = 21
     479      OnExecute = AShowKeyShortcutsExecute
     480    end
     481    object AFullScreen: TAction
     482      Category = 'View'
     483      Caption = 'Full screen'
     484      ImageIndex = 22
     485      OnExecute = AFullScreenExecute
     486      ShortCut = 122
     487    end
    458488  end
    459489  object MainMenu1: TMainMenu
    460     Images = Core.ImageList1
     490    Images = Core.ImageListSmall
    461491    Left = 712
    462492    Top = 204
     
    505535        Caption = '-'
    506536      end
     537      object MenuItem29: TMenuItem
     538        Action = AFullScreen
     539      end
    507540      object MenuItemToolbar: TMenuItem
    508541        Caption = 'Toolbar'
     
    541574    object MenuItem5: TMenuItem
    542575      Caption = 'Help'
     576      object MenuItem28: TMenuItem
     577        Action = AShowKeyShortCuts
     578      end
    543579      object MenuItem6: TMenuItem
    544580        Action = AShowAbout
     
    574610  end
    575611  object PopupMenuOpenRecent: TPopupMenu
    576     Images = Core.ImageList1
     612    Images = Core.ImageListSmall
    577613    Left = 120
    578614    Top = 420
Note: See TracChangeset for help on using the changeset viewer.