Ignore:
Timestamp:
Nov 23, 2023, 10:42:57 PM (6 months ago)
Author:
chronos
Message:
  • Added: Settings form.
  • Added: Configurable theme and interface language.
  • Modified: Improved user interface.
  • Added: Allow to select what should be visible as main start up form.
File:
1 edited

Legend:

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

    r50 r57  
    11object FormMain: TFormMain
    2   Left = 535
     2  Left = 534
    33  Height = 993
    4   Top = 247
     4  Top = 223
    55  Width = 1491
    66  Caption = 'ByteArray'
     
    4343    object MenuItem2: TMenuItem
    4444      Caption = 'Tools'
     45      object MenuItem10: TMenuItem
     46        Action = ASettings
     47      end
     48      object Separator2: TMenuItem
     49        Caption = '-'
     50      end
    4551      object MenuItem3: TMenuItem
    4652        Action = ASourceEditor
     
    5359      end
    5460    end
     61    object MenuItem11: TMenuItem
     62      Caption = 'Help'
     63      object MenuItem12: TMenuItem
     64        Action = AAbout
     65      end
     66    end
    5567  end
    5668  object ActionList1: TActionList
    5769    Left = 448
    58     Top = 80
     70    Top = 79
    5971    object ASourceEditor: TAction
    6072      Caption = 'Source editor'
     
    99111      OnExecute = AConsoleExecute
    100112    end
    101   end
    102   object PersistentForm1: TPersistentForm
    103     MinVisiblePart = 50
    104     EntireVisible = False
    105     Left = 640
    106     Top = 79
     113    object ASettings: TAction
     114      Caption = 'Settings'
     115      OnExecute = ASettingsExecute
     116    end
     117    object AAbout: TAction
     118      Caption = 'About'
     119      OnExecute = AAboutExecute
     120    end
    107121  end
    108122end
Note: See TracChangeset for help on using the changeset viewer.