PLCOpenEditor.py
changeset 518 343fa6867322
parent 514 ee435a8546b9
child 534 d506a353b3d3
equal deleted inserted replaced
517:026ef159e8a2 518:343fa6867322
   611         self.Bind(wx.EVT_TREE_BEGIN_DRAG, self.OnLibraryTreeBeginDrag,
   611         self.Bind(wx.EVT_TREE_BEGIN_DRAG, self.OnLibraryTreeBeginDrag,
   612               id=ID_PLCOPENEDITORLIBRARYTREE)
   612               id=ID_PLCOPENEDITORLIBRARYTREE)
   613         
   613         
   614         self.LibraryComment = wx.TextCtrl(id=ID_PLCOPENEDITORLIBRARYCOMMENT,
   614         self.LibraryComment = wx.TextCtrl(id=ID_PLCOPENEDITORLIBRARYCOMMENT,
   615                   name='LibraryComment', parent=self.LibraryPanel, 
   615                   name='LibraryComment', parent=self.LibraryPanel, 
   616                   pos=wx.Point(0, 0), size=wx.Size(0, 60), 
   616                   pos=wx.Point(0, 0), size=wx.Size(0, 160), 
   617                   style=wx.TE_READONLY|wx.TE_MULTILINE)
   617                   style=wx.TE_READONLY|wx.TE_MULTILINE)
   618         
   618         
   619         self._init_sizers()
   619         self._init_sizers()
   620         
   620         
   621         if self.EnableDebug:
   621         if self.EnableDebug: