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.
|
|
|
|
#pragma once
|
|
|
|
|
#include "Resource.h"
|
|
|
|
|
#include "afxwin.h"
|
|
|
|
|
#include "BtnST.h"
|
|
|
|
|
#include "Globe.h"
|
|
|
|
|
|
|
|
|
|
// UAVSelectDlg <20>Ի<EFBFBD><D4BB><EFBFBD>
|
|
|
|
|
|
|
|
|
|
class UAVSelectDlg : public CDialogEx
|
|
|
|
|
{
|
|
|
|
|
DECLARE_DYNAMIC(UAVSelectDlg)
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
UAVSelectDlg(int uavFlag, CWnd* pParent = NULL); // <20><><EFBFBD><D7BC><EFBFBD>캯<EFBFBD><ECBAAF>
|
|
|
|
|
virtual ~UAVSelectDlg();
|
|
|
|
|
|
|
|
|
|
void SetSelStatus(bool b);
|
|
|
|
|
|
|
|
|
|
// <20>Ի<EFBFBD><D4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
enum { IDD = IDD_DIALOG_BUTTON };
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV ֧<><D6A7>
|
|
|
|
|
|
|
|
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
|
public:
|
|
|
|
|
afx_msg void OnBnClickedRadioUav2();
|
|
|
|
|
virtual BOOL OnInitDialog();
|
|
|
|
|
public:
|
|
|
|
|
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
|
|
|
|
|
afx_msg void OnBnClickedButton1();
|
|
|
|
|
afx_msg void OnBnClickedButtonUav1();
|
|
|
|
|
virtual BOOL OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult);
|
|
|
|
|
private:
|
|
|
|
|
CButtonST m_uavBtn;
|
|
|
|
|
int m_uavFlag; //<2F><><EFBFBD><EFBFBD>123<32>ŷɻ<C5B7>
|
|
|
|
|
protected:
|
|
|
|
|
afx_msg LRESULT OnSleUav(WPARAM wParam, LPARAM lParam);
|
|
|
|
|
};
|