| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)
- #define AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Login2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Login2 dialog
- class Login2 : public CDialog
- {
- CStringArray m_userarray;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- int m_mode;
- CString m_rights;
- CString m_discount;
- CString m_discount2;
- CString m_name;
- Login2(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(Login2)
- enum { IDD = IDD_DLGLogin2 };
- CComboBox m_comboaccount;
- CString m_psw;
- CString m_account;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Login2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Login2)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_Login2_H__AE734E84_B4E4_4B7B_8442_08311E3D563D__INCLUDED_)
|