- Timestamp:
- 11/17/2019 07:39:49 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/frame/Properties.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/frame/Properties.java
r134 r147 31 31 CHPRadio ("CHP Radio",PropertyTypes.Optional, 32 32 loadImage(Images.getImage("CHPRadio.png")), new CHPRadioEvent()), 33 CMS ("CMS", PropertyTypes. Multiple,33 CMS ("CMS", PropertyTypes.Optional, 34 34 loadImage(Images.getImage("CMSEval.png")), new CMSEvaluationEvent()), 35 Audio ("Audio", PropertyTypes. Multiple,35 Audio ("Audio", PropertyTypes.Optional, 36 36 loadImage(Images.getImage("Audio.png")), new AudioEvent()), 37 CCTV ("CCTV", PropertyTypes. Multiple,37 CCTV ("CCTV", PropertyTypes.Optional, 38 38 loadImage(Images.getImage("CCTV.png")), new CCTVEvent()), 39 CADLog ("CAD Log", PropertyTypes. Multiple,39 CADLog ("CAD Log", PropertyTypes.Optional, 40 40 loadImage(Images.getImage("CAD.png")), new CADEvent()), 41 Paramics ("Paramics", PropertyTypes. Multiple,41 Paramics ("Paramics", PropertyTypes.Optional, 42 42 loadImage(Images.getImage("Paramics.png")), new ParamicsEvent()), 43 Tow ("Tow", PropertyTypes. Multiple,43 Tow ("Tow", PropertyTypes.Optional, 44 44 loadImage(Images.getImage("Tow.png")), new TowEvent()), 45 Unit ("Unit", PropertyTypes. Multiple,45 Unit ("Unit", PropertyTypes.Optional, 46 46 loadImage(Images.getImage("Unit.png")), new UnitEvent()), 47 Witness ("Witness", PropertyTypes. Multiple,47 Witness ("Witness", PropertyTypes.Optional, 48 48 loadImage(Images.getImage("Witness.png")), new WitnessEvent()); 49 49
Note: See TracChangeset
for help on using the changeset viewer.
