Changeset 148 in tmcsimulator-scriptbuilder for trunk/src/event
- Timestamp:
- 11/18/2019 03:44:47 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
r147 r148 13 13 public enum Properties 14 14 { 15 ATMS ("ATMS", PropertyTypes. Optional,15 ATMS ("ATMS", PropertyTypes.Multiple, 16 16 loadImage(Images.getImage("ATMSEval.png")), new ATMSEvaluationEvent()), 17 ActivityLog ("Activity Log", PropertyTypes. Optional,17 ActivityLog ("Activity Log", PropertyTypes.Multiple, 18 18 loadImage(Images.getImage("ActivityLogEval.png")), new ActivityLogEvaluationEvent()), 19 CAD ("CAD", PropertyTypes. Optional,19 CAD ("CAD", PropertyTypes.Multiple, 20 20 loadImage(Images.getImage("CADEval.png")), new CADEvaluationEvent()), 21 Facilitator ("Faciliatator", PropertyTypes. Optional,21 Facilitator ("Faciliatator", PropertyTypes.Multiple, 22 22 loadImage(Images.getImage("FacilitatorEval.png")), new FacilitatorEvaluationEvent()), 23 Radio ("Radio", PropertyTypes. Optional,23 Radio ("Radio", PropertyTypes.Multiple, 24 24 loadImage(Images.getImage("RadioEval.png")), new RadioEvaluationEvent()), 25 MaintenanceRadio ("Maintenance Radio", PropertyTypes. Optional,25 MaintenanceRadio ("Maintenance Radio", PropertyTypes.Multiple, 26 26 loadImage(Images.getImage("MaintenanceRadio.png")), new MaintenanceRadioEvent()), 27 TMTRadio ("TMT Radio", PropertyTypes. Optional,27 TMTRadio ("TMT Radio", PropertyTypes.Multiple, 28 28 loadImage(Images.getImage("TMTRadio.png")), new TMTRadioEvent()), 29 Telephone ("Telephone", PropertyTypes. Optional,29 Telephone ("Telephone", PropertyTypes.Multiple, 30 30 loadImage(Images.getImage("Telephone.png")), new TelephoneEvent()), 31 CHPRadio ("CHP Radio",PropertyTypes. Optional,31 CHPRadio ("CHP Radio",PropertyTypes.Multiple, 32 32 loadImage(Images.getImage("CHPRadio.png")), new CHPRadioEvent()), 33 CMS ("CMS", PropertyTypes. Optional,33 CMS ("CMS", PropertyTypes.Multiple, 34 34 loadImage(Images.getImage("CMSEval.png")), new CMSEvaluationEvent()), 35 Audio ("Audio", PropertyTypes. Optional,35 Audio ("Audio", PropertyTypes.Multiple, 36 36 loadImage(Images.getImage("Audio.png")), new AudioEvent()), 37 CCTV ("CCTV", PropertyTypes. Optional,37 CCTV ("CCTV", PropertyTypes.Multiple, 38 38 loadImage(Images.getImage("CCTV.png")), new CCTVEvent()), 39 CADLog ("CAD Log", PropertyTypes. Optional,39 CADLog ("CAD Log", PropertyTypes.Multiple, 40 40 loadImage(Images.getImage("CAD.png")), new CADEvent()), 41 Paramics ("Paramics", PropertyTypes. Optional,41 Paramics ("Paramics", PropertyTypes.Multiple, 42 42 loadImage(Images.getImage("Paramics.png")), new ParamicsEvent()), 43 Tow ("Tow", PropertyTypes. Optional,43 Tow ("Tow", PropertyTypes.Multiple, 44 44 loadImage(Images.getImage("Tow.png")), new TowEvent()), 45 Unit ("Unit", PropertyTypes. Optional,45 Unit ("Unit", PropertyTypes.Multiple, 46 46 loadImage(Images.getImage("Unit.png")), new UnitEvent()), 47 Witness ("Witness", PropertyTypes. Optional,47 Witness ("Witness", PropertyTypes.Multiple, 48 48 loadImage(Images.getImage("Witness.png")), new WitnessEvent()); 49 49
Note: See TracChangeset
for help on using the changeset viewer.
