You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwoLaserHead-PushJig/LaiPuLaser/DlgCreatAccount.h

30 lines
670 B
C

#pragma once
// CDlgCreatAccount <20>Ի<EFBFBD><D4BB><EFBFBD>
class CDlgCreatAccount : public CDialogEx
{
DECLARE_DYNAMIC(CDlgCreatAccount)
public:
CDlgCreatAccount(CWnd* pParent = NULL); // <20><>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><ECBAAF>
virtual ~CDlgCreatAccount();
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
enum { IDD = IDD_CREAT_ACCOUNT2 };
private:
CString m_Name;
CString m_PassWord1;
CString m_PassWord2;
CComboBox m_AuthorityComb;
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
virtual BOOL OnInitDialog();
DECLARE_MESSAGE_MAP()
private:
void IniAuthorityComb();
public:
afx_msg void OnBnClickedOk();
};