Ignore:
Timestamp:
Apr 22, 2020, 12:02:17 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Implemented generic access to fields in source tree.
  • Added: Generator to XML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/interpreter2/UFormMain.lfm

    r207 r208  
    1414  OnShow = FormShow
    1515  LCLVersion = '2.0.2.0'
    16   object MemoOutput: TMemo
    17     Left = 712
    18     Height = 672
    19     Top = 64
    20     Width = 671
    21     Font.Name = 'Liberation Mono'
    22     ParentFont = False
    23     ScrollBars = ssAutoBoth
    24     TabOrder = 0
    25   end
    26   object Label2: TLabel
    27     Left = 714
    28     Height = 26
    29     Top = 34
    30     Width = 66
    31     Caption = 'Output:'
    32     ParentColor = False
    33   end
    3416  object PanelMessages: TPanel
    3517    Left = 0
     
    3921    Align = alBottom
    4022    BevelOuter = bvNone
    41     TabOrder = 1
     23    TabOrder = 0
    4224  end
    4325  object PanelSource: TPanel
     
    4729    Width = 704
    4830    Align = alCustom
     31    BevelOuter = bvNone
     32    TabOrder = 1
     33  end
     34  object PanelOutput: TPanel
     35    Left = 751
     36    Height = 843
     37    Top = 16
     38    Width = 655
    4939    BevelOuter = bvNone
    5040    TabOrder = 2
     
    6959      object MenuItem3: TMenuItem
    7060        Action = AGenerateCSharp
     61      end
     62      object MenuItem7: TMenuItem
     63        Action = AGenerateXml
    7164      end
    7265    end
     
    112105      OnExecute = AOptimizeExecute
    113106    end
     107    object AGenerateXml: TAction
     108      Caption = 'Generate XML'
     109      OnExecute = AGenerateXmlExecute
     110    end
    114111  end
    115112end
Note: See TracChangeset for help on using the changeset viewer.