📄 dialogs1.h
字号:
#if !defined(AFX_DIALOGS1_H__49DDD3C4_DF0A_47CF_85AA_3886C3BD8A88__INCLUDED_)
#define AFX_DIALOGS1_H__49DDD3C4_DF0A_47CF_85AA_3886C3BD8A88__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dialogs1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogs1 dialog
#include"MyStatic.h"
#include "MYCTRL.h"
class CDialogs1 : public CDialog
{
// Construction
public:
CDialogs1(CWnd* pParent = NULL); // standard constructor
CBitmap mybitmap;
int number;
int res[30];
double zt[400];
double ztm[20];
int onep[240];
int towp[260];
int threep[300];
int test[600];
BOOL f1,f2;
// Dialog Data
//{{AFX_DATA(CDialogs1)
enum { IDD = IDD_DIALOG3 };
CMYCTRL m_2;
CMYCTRL m_1;
CMyStatic m_c3;
CMyStatic m_c1;
CMyStatic m_c2;
int m_e;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogs1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDialogs1)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnClickOk1();
afx_msg void OnChangeEdit1();
afx_msg void OnClickOk2();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGS1_H__49DDD3C4_DF0A_47CF_85AA_3886C3BD8A88__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -