chenluhua1980
2025-12-10 cb4de5ef9411ce1912c6f7d6cd85506c6f619f3c
SourceCode/Bond/BondEq/View/LoginDlg.h
@@ -17,16 +17,16 @@
   enum { IDD = IDD_DIALOG_LOGIN };
#endif
private:
   CStatic m_staticImage;
   CEdit m_editUsername;
   CEdit m_editPassword;
   CButton m_checkRememberPassword;
protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持
   virtual BOOL OnInitDialog();
   afx_msg void OnBnClickedLogin();
   afx_msg void OnBnClickedChangePassword();
   DECLARE_MESSAGE_MAP()
private:
   CEdit m_editUsername;
   CEdit m_editPassword;
   CComboBox m_comboRole;
   CButton m_checkRememberPassword;
};