-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDataStructDlg.h
More file actions
57 lines (48 loc) · 1.46 KB
/
DataStructDlg.h
File metadata and controls
57 lines (48 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// DataStructDlg.h : 头文件
//
#pragma once
// CDataStructDlg 对话框
class CDataStructDlg : public CDialogEx
{
// 构造
public:
CDataStructDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_DATASTRUCT_DIALOG };
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 OnBnClickedButton2();
afx_msg void OnBnClickedBtnbfs();
afx_msg void OnBnClickedBtndfs();
afx_msg void OnBnClickedBtnhangary();
afx_msg void OnBnClickedButton39();
afx_msg void OnBnClickedButton40();
afx_msg void OnBnClickedButton41();
afx_msg void OnBnClickedButton42();
afx_msg void OnBnClickedButton18();
afx_msg void OnBnClickedButton8();
afx_msg void OnBnClickedButton9();
afx_msg void OnBnClickedButton10();
afx_msg void OnBnClickedButton11();
afx_msg void OnBnClickedButton12();
afx_msg void OnBnClickedButton13();
afx_msg void OnBnClickedButton14();
afx_msg void OnBnClickedButton15();
afx_msg void OnBnClickedButton16();
afx_msg void OnBnClickedButton17();
afx_msg void OnBnClickedButton21();
afx_msg void OnBnClickedButton22();
afx_msg void OnBnClickedButton23();
afx_msg void OnBnClickedButton24();
afx_msg void OnBnClickedButton25();
};