IDEFrame.py
changeset 1198 8b4e6bd0aa92
parent 1193 59c196884fec
child 1202 3d8c87ab2b5d
equal deleted inserted replaced
1197:eb118ed5cbe0 1198:8b4e6bd0aa92
    21 from editors.GraphicViewer import GraphicViewer
    21 from editors.GraphicViewer import GraphicViewer
    22 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    22 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    23 from editors.DataTypeEditor import DataTypeEditor
    23 from editors.DataTypeEditor import DataTypeEditor
    24 from PLCControler import *
    24 from PLCControler import *
    25 from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, SearchResultPanel
    25 from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, SearchResultPanel
    26 from controls.DebugVariablePanel.DebugVariablePanel import DebugVariablePanel
    26 from controls.DebugVariablePanel import DebugVariablePanel
    27 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
    27 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
    28 from util.BitmapLibrary import GetBitmap
    28 from util.BitmapLibrary import GetBitmap
    29 
    29 
    30 # Define PLCOpenEditor controls id
    30 # Define PLCOpenEditor controls id
    31 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK, 
    31 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK,