12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #if !defined(AFX_SHOWHIREREG2_H__C8EFE874_BA9B_4F0C_AA29_0EBB12502531__INCLUDED_)
- #define AFX_SHOWHIREREG2_H__C8EFE874_BA9B_4F0C_AA29_0EBB12502531__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShowHireReg2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ShowHireReg2 dialog
- class ShowHireReg2 : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void FillGrid();
- CString m_no;
- CString m_id;
- ShowHireReg2(CWnd* pParent = NULL); // standard constructor
- CSortListCtrl3 m_List1;
- // Dialog Data
- //{{AFX_DATA(ShowHireReg2)
- enum { IDD = IDD_DLGShowHireReg2 };
- int m_radio;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ShowHireReg2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ShowHireReg2)
- virtual BOOL OnInitDialog();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWHIREREG2_H__C8EFE874_BA9B_4F0C_AA29_0EBB12502531__INCLUDED_)
|