dialogs/LDElementDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1853 47a3f39bead0
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    29     CONTACT_RISING, CONTACT_FALLING, COIL_NORMAL, COIL_REVERSE, COIL_SET, \
    29     CONTACT_RISING, CONTACT_FALLING, COIL_NORMAL, COIL_REVERSE, COIL_SET, \
    30     COIL_RESET, COIL_RISING, COIL_FALLING
    30     COIL_RESET, COIL_RISING, COIL_FALLING
    31 from graphics.LD_Objects import LD_Contact, LD_Coil
    31 from graphics.LD_Objects import LD_Contact, LD_Coil
    32 from BlockPreviewDialog import BlockPreviewDialog
    32 from BlockPreviewDialog import BlockPreviewDialog
    33 
    33 
    34 #-------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------
    35 #                       Set Ladder Element Parmeters Dialog
    35 #                       Set Ladder Element Parmeters Dialog
    36 #-------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    37 
    37 
    38 
    38 
    39 class LDElementDialog(BlockPreviewDialog):
    39 class LDElementDialog(BlockPreviewDialog):
    40     """
    40     """
    41     Class that implements a dialog for defining parameters of a LD contact or coil
    41     Class that implements a dialog for defining parameters of a LD contact or coil