📄 bbbdlg.h
字号:
// bbbDlg.h : header file
//
#if !defined(AFX_BBBDLG_H__196B6212_A7A5_4CCC_92EA_C9F39A7D892F__INCLUDED_)
#define AFX_BBBDLG_H__196B6212_A7A5_4CCC_92EA_C9F39A7D892F__INCLUDED_
#include "MyCoolMenu.h"
#include "DlgBaseInfoM.h"
#include "DlgStoreInfoM.h"
#include "DlgQueryM.h"
#include "DlgConfigM.h"
#include "DlgLogin.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBbbDlg dialog
class CBbbDlg : public CDialog
{
public:
int x;
int y;
BOOL bFlag;
CDlgBaseInfoM *pdlgBaseInfoM;
CDlgStoreInfoM *pdlgStoreInfoM;
CDlgQueryM *pdlgQueryM;
CToolBarCtrl m_tbctrl;
CReBar m_wndReBar;//Rebar条
// Construction
public:
void OnCancel();
void OnOK();
void AdoInit();
CMyCoolMenu m_mnu;
CBbbDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBbbDlg)
enum { IDD = IDD_BBB_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBbbDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBbbDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnNew();
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnOperatorM();
afx_msg void OnButton4();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnAboutbox();
afx_msg void OnBookInfo();
afx_msg void OnProviderInfo();
afx_msg void OnBookType();
afx_msg void OnCkInfo();
afx_msg void OnDeskInfo();
afx_msg void OnBookInput();
afx_msg void OnBookPrice();
afx_msg void OnBookPriceAdjust();
afx_msg void OnInputBack();
afx_msg void OnBookAdjust();
afx_msg void OnSaleM();
afx_msg void OnSaleBack();
afx_msg void OnInputQuery();
afx_msg void OnInputBackQuery();
afx_msg void OnSaleQuery();
afx_msg void OnSaleBackQuery();
afx_msg void OnButton8();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BBBDLG_H__196B6212_A7A5_4CCC_92EA_C9F39A7D892F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -