dialogs/PouNameDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1768 691083b5682a
child 1799 9fd7bbf6ec45
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 #-------------------------------------------------------------------------------
    27 # -------------------------------------------------------------------------------
    28 #                                POU Name Dialog
    28 #                                POU Name Dialog
    29 #-------------------------------------------------------------------------------
    29 # -------------------------------------------------------------------------------
    30 
    30 
    31 
    31 
    32 class PouNameDialog(wx.TextEntryDialog):
    32 class PouNameDialog(wx.TextEntryDialog):
    33 
    33 
    34     def __init__(self, parent, message, caption="Please enter text", defaultValue="",
    34     def __init__(self, parent, message, caption="Please enter text", defaultValue="",