LAPTOP-SNT8I5JK\Boounion
2025-06-09 3404823d074a08b8c0824b505db16168f7e66201
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;
};