📄 income.h
字号:
#pragma once
#include "resource.h"
#include "afxcmn.h"
#include "myhead.h"
// CIncome dialog
class CIncome : public CDialog
{
DECLARE_DYNAMIC(CIncome)
public:
CIncome(CWnd* pParent = NULL); // standard constructor
virtual ~CIncome();
BOOL OnInitDialog();
//CString str_brand[BRAND_MAX_NUM][2];
//CString str_mode[MODE_MAX_NUM][2];
// Dialog Data
enum { IDD = IDD_DIALOG_INCOME };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
DECLARE_MESSAGE_MAP()
public:
CListCtrl m_list_inout;
afx_msg void OnCbnSelchangeComboBrand();
afx_msg void OnBnClickedButtonReport();
afx_msg void OnCbnSelchangeComboMode();
afx_msg void OnNMClickListInout(NMHDR *pNMHDR, LRESULT *pResult);
afx_msg void OnBnClickedButtonAdd();
afx_msg void OnBnClickedButtonExport();
afx_msg void OnBnClickedButtonPrint();
void ResetTimeCtrl();
afx_msg void OnBnClickedButtonVerify();
afx_msg void OnBnClickedButtonPrintsendlist();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -