?? dialogs.h
字號(hào):
#if !defined(AFX_DIALOGS_H__B99B3F69_7BDD_4955_890A_2A5089A96AE9__INCLUDED_)
#define AFX_DIALOGS_H__B99B3F69_7BDD_4955_890A_2A5089A96AE9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogS.h : header file
//
#include"MYCTRL.h"
/////////////////////////////////////////////////////////////////////////////
// CDialogS dialog
#include"ButtonST.h"
#include"MyStatic.h"
#include"XPButton.h"
#include"DialogAS.h"
#include"DialogMS.h"
#include"DialogCS.h"
class CDialogS : public CDialog
{
// Construction
public:
CDialogS(CWnd* pParent = NULL); // standard constructor
CBitmap mybitmap;
int rli;
CDialogAS* DAS;
CDialogMS* DMS;
CDialogCS* DCS;
int onep[100];
int towp[100];
int onetp[200];
int towtp[200];
// Dialog Data
//{{AFX_DATA(CDialogS)
enum { IDD = IDD_DIALOG6 };
CButtonST m_b4;
CButtonST m_b3;
CButtonST m_b2;
CXPButton m_cl;
CButtonST m_b1;
CXPButton m_add;
CXPButton m_st;
CMYCTRL m_l;
CMYCTRL m_r;
CString m_w1;
CString m_w2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogS)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialogS)
virtual BOOL OnInitDialog();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnChangeEdit1();
afx_msg void OnChangeEdit2();
afx_msg void OnKillfocusEdit1();
afx_msg void OnKillfocusEdit2();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnClose();
afx_msg void OnButtonb2();
virtual void OnOK();
afx_msg void OnButton1();
afx_msg void OnButtonb3();
afx_msg void OnButtonb4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGS_H__B99B3F69_7BDD_4955_890A_2A5089A96AE9__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -