Ignore:
Timestamp:
Jun 9, 2011, 12:34:21 PM (13 years ago)
Author:
george
Message:
  • Added: Build in SQL structure and initial values initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r10 r11  
    177177      OnExecute = ASettingsExecute
    178178    end
     179    object AInitSystemValues: TAction
     180      Caption = 'Init system values'
     181      OnExecute = AInitSystemValuesExecute
     182    end
    179183  end
    180184  object PopupMenuItem: TPopupMenu
     
    322326      end
    323327    end
     328    object MenuItem18: TMenuItem
     329      Caption = 'Admin'
     330      object MenuItem19: TMenuItem
     331        Action = AInitSystemValues
     332      end
     333    end
    324334    object MenuItem12: TMenuItem
    325335      Caption = 'Help'
Note: See TracChangeset for help on using the changeset viewer.