def __init__(self, *args, **kwds):
# begin wxGlade: Dialogo_ejecutando.__init__
kwds["style"] = wx.DEFAULT_DIALOG_STYLE
wx.Dialog.__init__(self, *args, **kwds)
self.titulo = wx.StaticText(self, wx.ID_ANY, "Accediendo al sistema: ", style=wx.ALIGN_CENTER)
self.elementos = wx.StaticText(self, wx.ID_ANY, "000000", style=wx.ALIGN_CENTER)
self.__set_properties()
self.__do_layout()
# end wxGlade
评论列表
文章目录