Architecture Edit screens

From OpenPetra Wiki
Jump to navigation Jump to search

general rules

  • if a .cs file is longer than 1000 lines, it really should be split up or auto generated
  • put functionality into user controls (derived from System.Windows.Forms.UserControl, implementing interface IPetraEditUserControl)

todo

  • tab sets generated
  • generated action for collapsing panels/group boxes, with menu items etc