You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
949 B
C

#pragma once
#include "resource.h"
#include "global.h"
//#include "framelib/FrameFKD_JE.h"
//
//
//class CalcDestinationDLG :
// public CBCGPPropertyPage
//{
// DECLARE_DYNAMIC(CalcDestinationDLG)
//
//public:
// CalcDestinationDLG(CWnd* pParent = NULL);
// virtual ~CalcDestinationDLG();
//
// enum { IDD = IDD_DLG_AIR_DROP};
//
//protected:
// virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV Ö§³Ö
// //virtual BOOL OnInitDialog();
// DECLARE_MESSAGE_MAP()
//
//private:
// double _airDropLon;
// double _airDropLat;
// float _airDropHeight;
// POD_NEED_ANGLE _podNeedAngle;
// float _podYaw;
// float _podPitch;
// DES_LOCATION _desLocation;
//
// double _desLon;
// double _desLat;
// float _desHeight;
//public:
// afx_msg void onBtnClickedSetFlyLocation();
// afx_msg void onBtnClickedSetAirLocation();
// afx_msg void onBtnClickedCalcAngle();
// afx_msg void onBtnClickedCalc();
// afx_msg void OnBnClickedButtonTurn();
//};
//