123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_)
- #define AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class SelGrowthTXName : public CDialog
- {
- public:
- CString m_selname;
- void GetTXName();
- SelGrowthTXName(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGSelGrowthTXName };
- CListBox m_list2;
- CListBox m_list1;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- virtual void OnOK();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|