Ignore:
Timestamp:
May 17, 2019, 12:02:45 AM (6 years ago)
Author:
chronos
Message:
  • Added: Interface language selection in Settings dialog.
Location:
branches/generator/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms

    • Property svn:ignore
      •  

        old new  
        1 *.lrj
        21*.lrt
  • branches/generator/Forms/UFormMain.lfm

    r190 r191  
    3232      Height = 33
    3333      Top = 5
    34       Width = 239
     34      Width = 237
    3535      Align = alNone
    3636      AutoSize = True
     
    4646      Transparent = True
    4747      object ToolButton2: TToolButton
    48         Left = 169
     48        Left = 167
    4949        Top = 0
    5050        Action = ABuildCompiler
     
    7979      end
    8080      object ToolButton7: TToolButton
    81         Left = 204
     81        Left = 202
    8282        Top = 0
    8383        Action = ALookupTables
     
    184184      end
    185185    end
     186    object MenuItem14: TMenuItem
     187      Caption = 'Tools'
     188      object MenuItem15: TMenuItem
     189        Action = ASettings
     190      end
     191    end
    186192  end
    187193  object ActionList1: TActionList
     
    232238    end
    233239    object AGrammerSettings: TAction
    234       Caption = 'Settings'
     240      Caption = 'Grammer settings'
    235241      ImageIndex = 3
    236242      OnExecute = AGrammerSettingsExecute
     
    250256      ImageIndex = 8
    251257      OnExecute = ALookupTablesExecute
     258    end
     259    object ASettings: TAction
     260      Caption = 'Settings'
     261      OnExecute = ASettingsExecute
    252262    end
    253263  end
Note: See TracChangeset for help on using the changeset viewer.