SHP2VCTDlg.h
上传用户:bjslfz
上传日期:2022-07-25
资源大小:4430k
文件大小:2k
- // SHP2VCTDlg.h : header file
- //
- #if !defined(AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_)
- #define AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- extern CString csSourseFileName; //保存源文件的文件名
- /////////////////////////////////////////////////////////////////////////////
- // CSHP2VCTDlg dialog
- class CSHP2VCTDlg : public CDialog
- {
- // Construction
- public:
- CSHP2VCTDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSHP2VCTDlg)
- enum { IDD = IDD_SHP2VCT_DIALOG };
- // 数据源的数据格式
- CComboBox m_ComboSource; //数据源组合框
- CComboBox m_ComboTarget; //目标数据组合框
- CString m_InputData; //输入数据路径字符串
- CString m_OutputData; //输出数据路径字符串
- int m_Source; //数据源在组合框的索引值
- int m_Target; //目标数据在组合框的索引值
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSHP2VCTDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CSHP2VCTDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButtonCancel();
- afx_msg void OnButtonInput(); //输入数据按钮单击事件响应函数
- afx_msg void OnButtonOutput(); //输出数据按钮单击事件响应函数
- afx_msg void OnButtonThransfer();
- afx_msg void OnAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHP2VCTDLG_H__0F9645D9_4B19_454D_8DC3_B5857DE135E4__INCLUDED_)