def __init__(self, *args, **kwds):
# begin wxGlade: ui_choice2Dialog.__init__
kwds["style"] = wx.DIALOG_NO_PARENT
wx.Dialog.__init__(self, *args, **kwds)
self.numListBox = wx.ListBox(self, -1, choices=[], style=wx.LB_MULTIPLE)
self.button_ok = wx.Button(self, wx.ID_OK, "")
self.denListBox = wx.ListBox(self, -1, choices=[], style=wx.LB_MULTIPLE)
self.button_cancel = wx.Button(self, wx.ID_CANCEL, "")
self.__set_properties()
self.__do_layout()
# end wxGlade
评论列表
文章目录