Ignore:
Timestamp:
Oct 22, 2010, 11:34:06 AM (14 years ago)
Author:
george
Message:
  • Modified: Parsing type restructured.
  • Added: Partial subrange typ parsing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Forms/UMainForm.lfm

    r66 r78  
    4545      Height = 21
    4646      Top = 2
    47       Width = 100
     47      Width = 135
    4848      ItemHeight = 13
    4949      ItemIndex = 1
     
    6060    end
    6161    object Button1: TButton
    62       Left = 101
     62      Left = 136
    6363      Height = 22
    6464      Top = 2
     
    6666      Action = ABuild
    6767      TabOrder = 1
     68    end
     69    object CheckBoxLogParsing: TCheckBox
     70      Left = 195
     71      Height = 17
     72      Top = 2
     73      Width = 105
     74      Caption = 'Log parsing to file'
     75      TabOrder = 2
    6876    end
    6977  end
     
    127135      Category = 'Project'
    128136      Caption = 'Close'
     137      OnExecute = AProjectCloseExecute
    129138    end
    130139    object ABuild: TAction
    131140      Category = 'Build'
    132141      Caption = 'Build'
    133       OnExecute = ButtonCompileClick
     142      OnExecute = ABuildExecute
    134143    end
    135144  end
Note: See TracChangeset for help on using the changeset viewer.