SHP2VCTDlg.h
上传用户:bjslfz
上传日期:2022-07-25
资源大小:4430k
文件大小:2k
源码类别:

文件操作

开发平台:

C/C++

  1. // SHP2VCTDlg.h : header file
  2. //
  3. #if !defined(AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_)
  4. #define AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. extern CString csSourseFileName; //保存源文件的文件名
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSHP2VCTDlg dialog
  11. class CSHP2VCTDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSHP2VCTDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CSHP2VCTDlg)
  18. enum { IDD = IDD_SHP2VCT_DIALOG };
  19. // 数据源的数据格式
  20. CComboBox m_ComboSource;     //数据源组合框
  21. CComboBox m_ComboTarget;      //目标数据组合框
  22. CString m_InputData; //输入数据路径字符串
  23. CString m_OutputData; //输出数据路径字符串
  24. int m_Source; //数据源在组合框的索引值
  25. int m_Target; //目标数据在组合框的索引值
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CSHP2VCTDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CSHP2VCTDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. afx_msg void OnButtonCancel();
  42. afx_msg void OnButtonInput();               //输入数据按钮单击事件响应函数
  43. afx_msg void OnButtonOutput();              //输出数据按钮单击事件响应函数
  44. afx_msg void OnButtonThransfer();
  45. afx_msg void OnAbout();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_)