Ignore:
Timestamp:
Nov 29, 2017, 12:31:26 PM (7 years ago)
Author:
chronos
Message:
  • Added: New rules flag directing if source node should be generated for them.
  • Added: New and Save menu actions.
File:
1 edited

Legend:

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

    r118 r119  
    11object FormMain: TFormMain
    2   Left = 382
     2  Left = 376
    33  Height = 678
    4   Top = 195
     4  Top = 202
    55  Width = 1050
    66  Caption = 'Language generator'
     
    1717    Width = 1050
    1818    Align = alClient
     19    ScrollBars = ssAutoBoth
    1920    TabOrder = 0
    2021  end
     
    6768    object MenuItem2: TMenuItem
    6869      Caption = 'File'
     70      object MenuItem11: TMenuItem
     71        Action = ANew
     72      end
    6973      object MenuItem4: TMenuItem
    7074        Action = AOpen
     75      end
     76      object MenuItem10: TMenuItem
     77        Action = ASave
    7178      end
    7279      object MenuItem5: TMenuItem
     
    126133      OnExecute = ABuildCompilerExecute
    127134    end
     135    object ASave: TAction
     136      Caption = 'Save'
     137      ImageIndex = 5
     138      OnExecute = ASaveExecute
     139    end
     140    object ANew: TAction
     141      Caption = 'New'
     142      ImageIndex = 10
     143      OnExecute = ANewExecute
     144    end
    128145  end
    129146  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.