LAPTOP-SNT8I5JK\Boounion
2025-06-12 4897210a25e7c98ddacb1fa4ecee3e8bdd1ae98e
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;
};