Index: trunk/src/event/editor/frame/Properties.java
===================================================================
--- trunk/src/event/editor/frame/Properties.java	(revision 147)
+++ trunk/src/event/editor/frame/Properties.java	(revision 148)
@@ -13,37 +13,37 @@
 public enum Properties
 {
-    ATMS                ("ATMS", PropertyTypes.Optional,
+    ATMS                ("ATMS", PropertyTypes.Multiple,
         loadImage(Images.getImage("ATMSEval.png")), new ATMSEvaluationEvent()),
-    ActivityLog         ("Activity Log", PropertyTypes.Optional,
+    ActivityLog         ("Activity Log", PropertyTypes.Multiple,
         loadImage(Images.getImage("ActivityLogEval.png")), new ActivityLogEvaluationEvent()),
-    CAD                 ("CAD", PropertyTypes.Optional,
+    CAD                 ("CAD", PropertyTypes.Multiple,
         loadImage(Images.getImage("CADEval.png")), new CADEvaluationEvent()),
-    Facilitator         ("Faciliatator", PropertyTypes.Optional,
+    Facilitator         ("Faciliatator", PropertyTypes.Multiple,
         loadImage(Images.getImage("FacilitatorEval.png")), new FacilitatorEvaluationEvent()),
-    Radio               ("Radio", PropertyTypes.Optional,
+    Radio               ("Radio", PropertyTypes.Multiple,
         loadImage(Images.getImage("RadioEval.png")), new RadioEvaluationEvent()),
-    MaintenanceRadio    ("Maintenance Radio", PropertyTypes.Optional,
+    MaintenanceRadio    ("Maintenance Radio", PropertyTypes.Multiple,
         loadImage(Images.getImage("MaintenanceRadio.png")), new MaintenanceRadioEvent()),
-    TMTRadio            ("TMT Radio", PropertyTypes.Optional,
+    TMTRadio            ("TMT Radio", PropertyTypes.Multiple,
         loadImage(Images.getImage("TMTRadio.png")), new TMTRadioEvent()),
-    Telephone           ("Telephone", PropertyTypes.Optional,
+    Telephone           ("Telephone", PropertyTypes.Multiple,
         loadImage(Images.getImage("Telephone.png")), new TelephoneEvent()),
-    CHPRadio            ("CHP Radio",PropertyTypes.Optional,
+    CHPRadio            ("CHP Radio",PropertyTypes.Multiple,
         loadImage(Images.getImage("CHPRadio.png")), new CHPRadioEvent()),
-    CMS                 ("CMS", PropertyTypes.Optional,
+    CMS                 ("CMS", PropertyTypes.Multiple,
         loadImage(Images.getImage("CMSEval.png")), new CMSEvaluationEvent()),
-    Audio               ("Audio", PropertyTypes.Optional,
+    Audio               ("Audio", PropertyTypes.Multiple,
         loadImage(Images.getImage("Audio.png")), new AudioEvent()),
-    CCTV                ("CCTV", PropertyTypes.Optional,
+    CCTV                ("CCTV", PropertyTypes.Multiple,
         loadImage(Images.getImage("CCTV.png")), new CCTVEvent()),
-    CADLog              ("CAD Log", PropertyTypes.Optional,
+    CADLog              ("CAD Log", PropertyTypes.Multiple,
         loadImage(Images.getImage("CAD.png")), new CADEvent()),
-    Paramics            ("Paramics", PropertyTypes.Optional,
+    Paramics            ("Paramics", PropertyTypes.Multiple,
         loadImage(Images.getImage("Paramics.png")), new ParamicsEvent()),
-    Tow                 ("Tow", PropertyTypes.Optional,
+    Tow                 ("Tow", PropertyTypes.Multiple,
         loadImage(Images.getImage("Tow.png")), new TowEvent()),
-    Unit                ("Unit", PropertyTypes.Optional,
+    Unit                ("Unit", PropertyTypes.Multiple,
         loadImage(Images.getImage("Unit.png")), new UnitEvent()),
-    Witness             ("Witness", PropertyTypes.Optional,
+    Witness             ("Witness", PropertyTypes.Multiple,
         loadImage(Images.getImage("Witness.png")), new WitnessEvent());
 
