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 // _MSC_VER > 1000
- // SelGrowthTXName.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelGrowthTXName dialog
- class SelGrowthTXName : public CDialog
- {
- // Construction
- public:
- CString m_selname;
- void GetTXName();
- SelGrowthTXName(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SelGrowthTXName)
- enum { IDD = IDD_DLGSelGrowthTXName };
- CListBox m_list2;
- CListBox m_list1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelGrowthTXName)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelGrowthTXName)
- 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();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_)
|