dialogs/PouNameDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1744 69dfdb26f600
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    25 import wx
    25 import wx
    26 
    26 
    27 #-------------------------------------------------------------------------------
    27 #-------------------------------------------------------------------------------
    28 #                                POU Name Dialog
    28 #                                POU Name Dialog
    29 #-------------------------------------------------------------------------------
    29 #-------------------------------------------------------------------------------
       
    30 
    30 
    31 
    31 class PouNameDialog(wx.TextEntryDialog):
    32 class PouNameDialog(wx.TextEntryDialog):
    32 
    33 
    33     def __init__(self, parent, message, caption = "Please enter text", defaultValue = "",
    34     def __init__(self, parent, message, caption = "Please enter text", defaultValue = "",
    34                        style = wx.OK|wx.CANCEL|wx.CENTRE, pos = wx.DefaultPosition):
    35                        style = wx.OK|wx.CANCEL|wx.CENTRE, pos = wx.DefaultPosition):