editors/ResourceEditor.py
changeset 1834 cd42b426028b
parent 1782 5b6ad7a7fd9d
child 1847 6198190bc121
equal deleted inserted replaced
1833:2269739dd098 1834:cd42b426028b
    29 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    29 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
    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 plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS, DefaultType
    35 from plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS, DefaultType
    35 from util.TranslationCatalogs import NoTranslate
       
    36 
    36 
    37 
    37 
    38 # -------------------------------------------------------------------------------
    38 # -------------------------------------------------------------------------------
    39 #                          Configuration Editor class
    39 #                          Configuration Editor class
    40 # -------------------------------------------------------------------------------
    40 # -------------------------------------------------------------------------------