SelGrowthTXName.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_)
  2. #define AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelGrowthTXName.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelGrowthTXName dialog
  10. class SelGrowthTXName : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString m_selname;
  15. void GetTXName();
  16. SelGrowthTXName(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(SelGrowthTXName)
  19. enum { IDD = IDD_DLGSelGrowthTXName };
  20. CListBox m_list2;
  21. CListBox m_list1;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(SelGrowthTXName)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(SelGrowthTXName)
  33. virtual BOOL OnInitDialog();
  34. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  35. afx_msg void OnButton1();
  36. afx_msg void OnButton2();
  37. afx_msg void OnButton3();
  38. virtual void OnOK();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SELGROWTHTXNAME_H__CC273EF8_7FF4_427C_B91A_6C611D6AC146__INCLUDED_)