TXFG.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #if !defined(AFX_TXFG_H__8F0680BF_F9B8_4B93_92A8_06187C32E069__INCLUDED_)
  2. #define AFX_TXFG_H__8F0680BF_F9B8_4B93_92A8_06187C32E069__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ompanyInfo.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TXFG dialog
  10. class TXFG : public CDialog
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. // Construction
  14. public:
  15. TXFG(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(TXFG)
  18. enum { IDD = IDD_DLGTXFG };
  19. CString m_edit1;
  20. CString m_edit2;
  21. CString m_edit3;
  22. CString m_edit4;
  23. CString m_edit5;
  24. CString m_edit6;
  25. CString m_edit7;
  26. CString m_edit8;
  27. CString m_edit9;
  28. CString m_edit10;
  29. CString m_edit11;
  30. CString m_edit12;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(TXFG)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(TXFG)
  42. virtual BOOL OnInitDialog();
  43. virtual void OnOK();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_TXFG_H__8F0680BF_F9B8_4B93_92A8_06187C32E069__INCLUDED_)