LAPTOP-SNT8I5JK\Boounion
2025-08-07 b61e36d522da06650b393e6a8becfc12c892d285
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;
};