IDEFrame.py
changeset 1193 59c196884fec
parent 1188 63afb5833bd8
child 1198 8b4e6bd0aa92
equal deleted inserted replaced
1192:d8783c0c7d80 1193:59c196884fec
    20 from editors.Viewer import Viewer, ZOOM_FACTORS
    20 from editors.Viewer import Viewer, ZOOM_FACTORS
    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, DebugVariablePanel, SearchResultPanel
    25 from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, SearchResultPanel
       
    26 from controls.DebugVariablePanel.DebugVariablePanel import DebugVariablePanel
    26 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
    27 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
    27 from util.BitmapLibrary import GetBitmap
    28 from util.BitmapLibrary import GetBitmap
    28 
    29 
    29 # Define PLCOpenEditor controls id
    30 # Define PLCOpenEditor controls id
    30 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK, 
    31 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK,