first commit
This commit is contained in:
37
AutomatedCheckingSystem_ATPDlg.h
Normal file
37
AutomatedCheckingSystem_ATPDlg.h
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
// AutomatedCheckingSystem_ATPDlg.h: 头文件
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include "ZZ_Excel.h"
|
||||
#include "ATPDevice.h"
|
||||
|
||||
// CAutomatedCheckingSystemATPDlg 对话框
|
||||
class CAutomatedCheckingSystemATPDlg : public CDialogEx
|
||||
{
|
||||
// 构造
|
||||
public:
|
||||
CAutomatedCheckingSystemATPDlg(CWnd* pParent = nullptr); // 标准构造函数
|
||||
|
||||
// 对话框数据
|
||||
#ifdef AFX_DESIGN_TIME
|
||||
enum { IDD = IDD_AUTOMATEDCHECKINGSYSTEM_ATP_DIALOG };
|
||||
#endif
|
||||
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
|
||||
|
||||
|
||||
// 实现
|
||||
protected:
|
||||
HICON m_hIcon;
|
||||
|
||||
// 生成的消息映射函数
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
|
||||
afx_msg void OnPaint();
|
||||
afx_msg HCURSOR OnQueryDragIcon();
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
afx_msg void OnBnClickedButtonTest();
|
||||
};
|
Reference in New Issue
Block a user