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/ByteArray.lpr

    r57 r58  
    99  {$ENDIF}
    1010  Interfaces, SysUtils,// this includes the LCL widgetset
    11   Forms, FormMain, FormConsole, FormDevice, FormScreen, FormDisassembler,
     11  Forms, FormConsole, FormDevice, FormScreen, FormDisassembler,
    1212  FormAssembler, Cpu, BigInt, Channel, Common.Memory, FrameBuffer, Device,
    1313  Storage, DeviceMapper, Machine, Disassembler, Instructions, Parser, Message,
     
    3434  Application.Initialize;
    3535  Application.CreateForm(TCore, Core.Core);
    36   Application.CreateForm(TFormMain, FormMain.FormMain);
    3736  Application.Run;
    3837end.
Note: See TracChangeset for help on using the changeset viewer.