📄 a1dlg.h
字号:
// a1Dlg.h : header file
//
#include "myfunction.h"
#include "ToolBar1.h"
#if !defined(AFX_A1DLG_H__502E2B5B_B762_11D7_A240_5254AB3E4F7E__INCLUDED_)
#define AFX_A1DLG_H__502E2B5B_B762_11D7_A240_5254AB3E4F7E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CA1Dlg dialog
class CA1Dlg : public CDialog
{
DECLARE_DYNAMIC(CA1Dlg);
// Construction
public:
void InitTheMenu();
bool EnableXT(bool enable);
bool EnableDH(bool enable);
bool EnableKC(bool enable);
bool EnableCW(bool enable);
bool EnableZM(bool enable);
bool EnableINFO(bool enable);
bool EnableRK(bool enable);
bool EnableXS(bool enable);
void InitPurview();
CA1Dlg(CWnd* pParent = NULL); // standard constructor
virtual ~CA1Dlg();
// Dialog Data
CStandardBar m_StandardBar;
CStatusBarCtrl m_StatusBarCtrl;
bool m_bXiaoshou;
bool m_bRuku;
bool m_bKucun;
bool m_bDiaohuo;
bool m_bCaiwu;
bool m_bZhangmu;
bool m_bJichuxinxi;
bool m_bXitong;
LRunSql m_runsql;
//{{AFX_DATA(CA1Dlg)
enum { IDD = IDD_A1_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CA1Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CA1Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnXiugaiMima();
afx_msg void OnYonghuquanxian();
afx_msg void OnXiugaiQuanxian();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnXiaoshouChaxun();
afx_msg void OnRukuChaxun();
afx_msg void OnYaopinXinxi();
afx_msg void OnCaiwuRijie();
afx_msg void OnYuangongInfo();
afx_msg void OnGongyingshangInfo();
afx_msg void OnKehuInfo();
afx_msg void OnXiaoshoutuihuoChaxun();
afx_msg void OnRukutuihuoChaxun();
afx_msg void OnKucunChaxun();
afx_msg void OnDiaohuoChaxun();
afx_msg void OnXiaoshoutuihuoJiezhang();
afx_msg void OnRukuJiezhang();
afx_msg void OnRukutuihuoJiezhang();
afx_msg void OnCaiwuYuejie();
afx_msg void OnKhWanglaizhang();
afx_msg void OnGysWanglaizhang();
afx_msg void OnPrintPriview();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnCangkuGuanli();
afx_msg void OnBeifen();
afx_msg void OnHuifu();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnDhdj();
afx_msg void OnKcpd();
afx_msg void OnRkdj();
afx_msg void OnRkjz();
afx_msg void OnRkth();
afx_msg void OnXsdj();
afx_msg void OnXsjz();
afx_msg void OnXsth();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_A1DLG_H__502E2B5B_B762_11D7_A240_5254AB3E4F7E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -