|
|
|
@ -89,8 +89,8 @@ class LoginPanel(wx.Panel):
|
|
|
|
|
vbox.Add(pwdText, 0, wx.ALIGN_CENTER | 100, 5)
|
|
|
|
|
login_button = wx.Button(self, label='Login')
|
|
|
|
|
login_button.Bind(wx.EVT_BUTTON, self.on_login)
|
|
|
|
|
help_button = wx.Button(self, label='Help')
|
|
|
|
|
help_button.Bind(wx.EVT_BUTTON, self.on_help)
|
|
|
|
|
#help_button = wx.Button(self, label='Help')
|
|
|
|
|
#help_button.Bind(wx.EVT_BUTTON, self.on_help)
|
|
|
|
|
# signup_button = wx.Button(self, label='Sign Up')
|
|
|
|
|
hbox.Add(login_button, 0, wx.ALL | 200, 20)
|
|
|
|
|
# hbox.Add(signup_button, 0, wx.ALL | 200, 20)
|
|
|
|
|