📄 dialogs3.h
字号:
#if !defined(AFX_DIALOGS3_H__F3792F68_6C33_4EC1_BAB4_4BD1E91981EA__INCLUDED_)
#define AFX_DIALOGS3_H__F3792F68_6C33_4EC1_BAB4_4BD1E91981EA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dialogs3.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogs3 dialog
#include "MyStatic.h"
#include "MYCTRL.h"
#include "XPButton.h"
#include "ButtonST.h"
class CDialogs3 : public CDialog
{
// Construction
public:
CDialogs3(CWnd* pParent = NULL); // standard constructor
CBitmap mybitmap;
int onep[240];
int towp[260];
int threep[300];
int test[600];
int zt[20];
double ct[20];
double rt[20];
double tt[20];
BOOL f1,f2,f3,f4,f5,fb1,fb2;
// Dialog Data
//{{AFX_DATA(CDialogs3)
enum { IDD = IDD_DIALOG4 };
CMYCTRL m_l2;
CMYCTRL m_l1;
CButtonST m_b5;
CButtonST m_b4;
CButtonST m_b3;
CButtonST m_b2;
CButtonST m_b1;
CMyStatic m_5;
CMyStatic m_4;
CMyStatic m_3;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogs3)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDialogs3)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnButton2();
afx_msg void OnButton1();
afx_msg void OnClickOk2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
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_DIALOGS3_H__F3792F68_6C33_4EC1_BAB4_4BD1E91981EA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -