www.pudn.com > RSImageManger.rar > GeocodeDlg.h
#if !defined(AFX_GEOCODEDLG_H__FB41BFDF_FD74_11D3_BAF7_0000863C5F80__INCLUDED_)
#define AFX_GEOCODEDLG_H__FB41BFDF_FD74_11D3_BAF7_0000863C5F80__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// GeocodeDlg.h : header file
//
#include "Resource.h"
/////////////////////////////////////////////////////////////////////////////
// CGeocodeDlg dialog
class CGeocodeDlg : public CDialog
{
// Construction
public:
CGeocodeDlg(CWnd* pParent = NULL); // standard constructor
public:
// Dialog Data
//{{AFX_DATA(CGeocodeDlg)
enum { IDD = IDD_GEOCCORD_DIALOG };
double m_Y2;
double m_X2;
double m_resolutiony;
CString m_filename;
double m_resolutionx;
double m_I;
double m_J;
double m_Y;
double m_X;
double m_I2;
double m_J2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGeocodeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGeocodeDlg)
afx_msg void OnButton1();
afx_msg void OnButton2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_GEOCODEDLG_H__FB41BFDF_FD74_11D3_BAF7_0000863C5F80__INCLUDED_)