Ignore:
Timestamp:
Nov 23, 2023, 11:18:42 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Source editor with main menu can't be docked into another form with main menu. Source enditor and Screen have own main menu.
File:
1 edited

Legend:

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

    r50 r58  
    11object FormScreen: TFormScreen
    2   Left = 815
     2  Left = 814
    33  Height = 676
    4   Top = 406
     4  Top = 382
    55  Width = 931
    66  Caption = 'Screen'
    7   ClientHeight = 676
     7  ClientHeight = 642
    88  ClientWidth = 931
    99  DesignTimePPI = 144
     10  Menu = MainMenu1
     11  OnClose = FormClose
    1012  OnShow = FormShow
    1113  LCLVersion = '2.2.6.0'
    1214  object Image1: TImage
    1315    Left = 0
    14     Height = 676
     16    Height = 642
    1517    Top = 0
    1618    Width = 931
     
    2628    Top = 144
    2729  end
     30  object MainMenu1: TMainMenu
     31    Left = 371
     32    Top = 119
     33    object MenuItem4: TMenuItem
     34      Caption = 'File'
     35      object MenuItem6: TMenuItem
     36        Action = Core.AExit
     37      end
     38    end
     39    object MenuItem1: TMenuItem
     40      Caption = 'View'
     41      object MenuItemViewConsole: TMenuItem
     42        Action = Core.AConsole
     43      end
     44      object MenuItemViewStorage: TMenuItem
     45        Action = Core.AStorage
     46      end
     47      object MenuItem7: TMenuItem
     48        Action = Core.AMemory
     49      end
     50      object Separator1: TMenuItem
     51        Caption = '-'
     52      end
     53      object MenuItem9: TMenuItem
     54        Action = Core.AFullscreen
     55      end
     56    end
     57    object MenuItem2: TMenuItem
     58      Caption = 'Tools'
     59      object MenuItem10: TMenuItem
     60        Action = Core.ASettings
     61      end
     62      object Separator2: TMenuItem
     63        Caption = '-'
     64      end
     65      object MenuItem3: TMenuItem
     66        Action = Core.ASourceEditor
     67      end
     68      object MenuItem5: TMenuItem
     69        Action = Core.ADebugger
     70      end
     71      object MenuItem8: TMenuItem
     72        Action = Core.ADisassembler
     73      end
     74    end
     75    object MenuItem11: TMenuItem
     76      Caption = 'Help'
     77      object MenuItem12: TMenuItem
     78        Action = Core.AAbout
     79      end
     80    end
     81  end
    2882end
Note: See TracChangeset for help on using the changeset viewer.