Ignore:
Timestamp:
Oct 26, 2023, 11:59:00 PM (7 months ago)
Author:
chronos
Message:
  • Fixed: Resolved unit names conflict with Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormMain.lfm

    r46 r48  
    3636        Action = AMemory
    3737      end
     38      object Separator1: TMenuItem
     39        Caption = '-'
     40      end
     41      object MenuItem9: TMenuItem
     42        Action = AFullscreen
     43      end
    3844    end
    3945    object MenuItem2: TMenuItem
     
    5359      Caption = 'Source editor'
    5460      OnExecute = ASourceEditorExecute
     61      ShortCut = 123
    5562    end
    5663    object ADebugger: TAction
     
    6471      Caption = 'Exit'
    6572      OnExecute = AExitExecute
     73      ShortCut = 32883
    6674    end
    6775    object AMemory: TAction
     
    6977      OnExecute = AMemoryExecute
    7078    end
     79    object AFullscreen: TAction
     80      Caption = 'Fullscreen'
     81      OnExecute = AFullscreenExecute
     82      ShortCut = 122
     83    end
     84  end
     85  object PersistentForm1: TPersistentForm
     86    MinVisiblePart = 50
     87    EntireVisible = False
     88    Left = 640
     89    Top = 79
    7190  end
    7291end
Note: See TracChangeset for help on using the changeset viewer.