Ignore:
Timestamp:
Nov 27, 2017, 5:10:04 PM (7 years ago)
Author:
chronos
Message:
  • Added: Action to produce compiler files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormMain.lfm

    r117 r118  
    3636      Height = 22
    3737      Top = 5
    38       Width = 24
     38      Width = 47
    3939      Align = alNone
    4040      AutoSize = True
     
    5454        Action = ARules
    5555      end
     56      object ToolButton2: TToolButton
     57        Left = 24
     58        Top = 0
     59        Action = ABuildCompiler
     60      end
    5661    end
    5762  end
    5863  object MainMenu1: TMainMenu
    5964    Images = Core.ImageList1
    60     left = 248
    61     top = 216
     65    left = 312
     66    top = 229
    6267    object MenuItem2: TMenuItem
    6368      Caption = 'File'
     
    7378      object MenuItem7: TMenuItem
    7479        Action = AExit
     80      end
     81    end
     82    object MenuItem8: TMenuItem
     83      Caption = 'Tools'
     84      object MenuItem9: TMenuItem
     85        Action = ABuildCompiler
    7586      end
    7687    end
     
    110121      OnExecute = ASaveAsExecute
    111122    end
     123    object ABuildCompiler: TAction
     124      Caption = 'Build compiler'
     125      ImageIndex = 9
     126      OnExecute = ABuildCompilerExecute
     127    end
    112128  end
    113129  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.