XINJYHDLG.H
资源名称:gongzi.rar [点击查看]
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:
数据库编程
开发平台:
Visual C++
- #if !defined(AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_)
- #define AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Xinjyhdlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CXinjyhdlg dialog
- class CXinjyhdlg : public CDialog
- {
- // Construction
- public:
- CString strjb;
- CXinjyhdlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CXinjyhdlg)
- enum { IDD = IDD_XINJYH };
- CComboBox m_jb;
- CString m_name;
- CString m_pwd;
- CString m_pwd1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CXinjyhdlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CXinjyhdlg)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_XINJYHDLG_H__501E88A6_5FA6_4C94_B6ED_E1AA3E247489__INCLUDED_)