editors/ResourceEditor.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    30 from controls import CustomGrid, CustomTable, DurationCellEditor
    30 from controls import CustomGrid, CustomTable, DurationCellEditor
    31 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    31 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
    32 from EditorPanel import EditorPanel
    32 from EditorPanel import EditorPanel
    33 from util.BitmapLibrary import GetBitmap
    33 from util.BitmapLibrary import GetBitmap
    34 from util.TranslationCatalogs import NoTranslate
    34 from util.TranslationCatalogs import NoTranslate
    35 from plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS, DefaultType
    35 from plcopen.structures import TestIdentifier, IEC_KEYWORDS
    36 
    36 
    37 
    37 
    38 # -------------------------------------------------------------------------------
    38 # -------------------------------------------------------------------------------
    39 #                          Configuration Editor class
    39 #                          Configuration Editor class
    40 # -------------------------------------------------------------------------------
    40 # -------------------------------------------------------------------------------