Ignore:
Timestamp:
Oct 25, 2023, 12:33:07 AM (7 months ago)
Author:
chronos
Message:
  • Added: Common package.
  • Modified: Improved BigInt class.
File:
1 edited

Legend:

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

    r46 r47  
    55  Width = 926
    66  Caption = 'Source editor'
    7   ClientHeight = 681
     7  ClientHeight = 647
    88  ClientWidth = 926
    99  DesignTimePPI = 144
     10  Menu = MainMenu1
    1011  OnCreate = FormCreate
    1112  OnDestroy = FormDestroy
     
    1415  object PanelCenter: TPanel
    1516    Left = 0
    16     Height = 513
     17    Height = 479
    1718    Top = 0
    1819    Width = 926
     
    2526    Left = 0
    2627    Height = 8
    27     Top = 513
     28    Top = 479
    2829    Width = 926
    2930    Align = alBottom
     
    3334    Left = 0
    3435    Height = 160
    35     Top = 521
     36    Top = 487
    3637    Width = 926
    3738    Align = alBottom
     
    3940    TabOrder = 2
    4041  end
     42  object MainMenu1: TMainMenu
     43    Left = 472
     44    Top = 144
     45    object MenuItem1: TMenuItem
     46      Caption = 'File'
     47      object MenuItem2: TMenuItem
     48        Action = ANew
     49      end
     50      object MenuItem3: TMenuItem
     51        Action = AOpen
     52      end
     53      object MenuItem4: TMenuItem
     54        Action = AOpenRecent
     55      end
     56      object MenuItem5: TMenuItem
     57        Action = ASave
     58      end
     59      object MenuItem6: TMenuItem
     60        Action = ASaveAs
     61      end
     62      object MenuItem7: TMenuItem
     63        Action = AClose
     64      end
     65      object Separator1: TMenuItem
     66        Caption = '-'
     67      end
     68      object MenuItem8: TMenuItem
     69        Action = AExit
     70      end
     71    end
     72  end
     73  object ActionList1: TActionList
     74    Left = 618
     75    Top = 147
     76    object AExit: TAction
     77      Caption = 'Exit'
     78      OnExecute = AExitExecute
     79    end
     80    object ANew: TAction
     81      Caption = 'New'
     82      OnExecute = ANewExecute
     83    end
     84    object AOpen: TAction
     85      Caption = 'Open'
     86      OnExecute = AOpenExecute
     87      ShortCut = 16463
     88    end
     89    object AOpenRecent: TAction
     90      Caption = 'Open recent'
     91    end
     92    object ASave: TAction
     93      Caption = 'Save'
     94      OnExecute = ASaveExecute
     95      ShortCut = 16467
     96    end
     97    object ASaveAs: TAction
     98      Caption = 'Save as...'
     99      OnExecute = ASaveAsExecute
     100    end
     101    object AClose: TAction
     102      Caption = 'Close'
     103      OnExecute = ACloseExecute
     104    end
     105  end
    41106end
Note: See TracChangeset for help on using the changeset viewer.