Ignore:
Timestamp:
Dec 10, 2016, 9:34:28 PM (7 years ago)
Author:
chronos
Message:
  • Added: About form which show version information and link to project homepage.
Location:
trunk/Forms
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r31 r33  
    1313  OnDestroy = FormDestroy
    1414  OnShow = FormShow
    15   LCLVersion = '1.7'
     15  LCLVersion = '1.6.0.4'
    1616  object ToolBar1: TToolBar
    1717    Left = 0
     
    478478      OnExecute = AOperationAddExecute
    479479    end
     480    object AShowAbout: TAction
     481      Caption = 'About'
     482      OnExecute = AShowAboutExecute
     483    end
    480484  end
    481485  object OpenDialog1: TOpenDialog
     
    545549      end
    546550    end
     551    object MenuItem20: TMenuItem
     552      Caption = 'Help'
     553      object MenuItem21: TMenuItem
     554        Action = AShowAbout
     555      end
     556    end
    547557  end
    548558  object LastOpenedList1: TLastOpenedList
Note: See TracChangeset for help on using the changeset viewer.