📄 dadjust.h
字号:
#if !defined(AFX_DADJUST_H__16F529BA_72C9_4ECE_BAC2_2CBA3BFF7A7F__INCLUDED_)
#define AFX_DADJUST_H__16F529BA_72C9_4ECE_BAC2_2CBA3BFF7A7F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DAdjust.h : header file
//
#include "AdjustButton.h"
#include "DToolText.h"
/////////////////////////////////////////////////////////////////////////////
// CDAdjust dialog
class CDAdjust : public CDialog
{
// Construction
public:
CString m_StoreID;
CListBox m_List;
void DeleButtons();
void AddButtons(CString sID);
void UpDate();
FindButton(bool bNew,CPoint pos);
CDAdjust(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDAdjust)
enum { IDD = IDD_ADJUST };
CStatic m_StaFrm;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDAdjust)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDAdjust)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
void OnButtonUp();
void OnButtonDown();
void OnRButtonUp();
void OnRButtonDown();
afx_msg void OnSelchangeList();
afx_msg void OnButexit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CDToolText textDlg;
AdjustButton m_Button[100][100];
int m_OldRow,m_OldNum;
int m_NewRow,m_NewNum;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DADJUST_H__16F529BA_72C9_4ECE_BAC2_2CBA3BFF7A7F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -