IDEFrame.py
changeset 819 4424918efe8b
parent 814 5743cbdff669
child 838 06db7d4edbe6
equal deleted inserted replaced
818:1d1bdf6e75bf 819:4424918efe8b
    14 from editors.GraphicViewer import GraphicViewer
    14 from editors.GraphicViewer import GraphicViewer
    15 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    15 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    16 from editors.DataTypeEditor import DataTypeEditor
    16 from editors.DataTypeEditor import DataTypeEditor
    17 from PLCControler import *
    17 from PLCControler import *
    18 from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, DebugVariablePanel, SearchResultPanel
    18 from controls import CustomTree, LibraryPanel, PouInstanceVariablesPanel, DebugVariablePanel, SearchResultPanel
    19 from dialogs import ProjectDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog
    19 from dialogs import ProjectDialog, PouDialog, PouTransitionDialog, PouActionDialog, FindInPouDialog, SearchInProjectDialog
    20 from util.BitmapLibrary import GetBitmap
    20 from util.BitmapLibrary import GetBitmap
    21 
    21 
    22 # Define PLCOpenEditor controls id
    22 # Define PLCOpenEditor controls id
    23 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK, 
    23 [ID_PLCOPENEDITOR, ID_PLCOPENEDITORLEFTNOTEBOOK, 
    24  ID_PLCOPENEDITORBOTTOMNOTEBOOK, ID_PLCOPENEDITORRIGHTNOTEBOOK, 
    24  ID_PLCOPENEDITORBOTTOMNOTEBOOK, ID_PLCOPENEDITORRIGHTNOTEBOOK,