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.
25 lines
499 B
C++
25 lines
499 B
C++
#pragma once
|
|
|
|
#include "afxwin.h"
|
|
#include "afxcmn.h"
|
|
#include "ShadeButtonST.h"
|
|
#include "SendControlCommand.h"
|
|
// CControlDlgFH96Page2 对话框
|
|
|
|
class CControlDlgFH96Page2 : public CDialogEx
|
|
{
|
|
DECLARE_DYNAMIC(CControlDlgFH96Page2)
|
|
|
|
public:
|
|
CControlDlgFH96Page2(CWnd* pParent = NULL); // 标准构造函数
|
|
virtual ~CControlDlgFH96Page2();
|
|
|
|
// 对话框数据
|
|
enum { IDD = IDD_DLG_CONTROL_96_2 };
|
|
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
|
|
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|