📄 menu_contractflowerdlg.h
字号:
#if !defined(AFX_MENU_CONTRACTFLOWERDLG_H__BBD10739_7332_4013_8FA7_DA6F4C090AC4__INCLUDED_)
#define AFX_MENU_CONTRACTFLOWERDLG_H__BBD10739_7332_4013_8FA7_DA6F4C090AC4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Menu_ContractFlowerDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Menu_ContractFlowerDlg dialog
class Menu_ContractFlowerDlg : public CDialog, public CADOView
{
// Construction
public:
BOOL DeleteAllRows();
BOOL SetRow(int row, CString *strArray, int nCount);
Menu_ContractFlowerDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Menu_ContractFlowerDlg)
enum { IDD = IDD_MENU3_CONTRACT_FLOWER };
CEditableListCtrl m_Menu3_CF_List;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Menu_ContractFlowerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void ModifyIASContract(CString strBT, CString strET);
BOOL ContractRecToExcel(void);
void InitShowContractPath(void);
int m_nItemCount;
CString m_strContractPath;
CString m_CF_ContractBT;
CString m_CF_ContractET;
Menu_ContractNewTimeDlg Cm_ContractNewTDlg;
void QueryInfoByData(CString strTime);
void MakeShowStyle(void);
// Generated message map functions
//{{AFX_MSG(Menu_ContractFlowerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnMenu3CfBtnQuery();
afx_msg void OnMenu3CfBtnModifyendt();
afx_msg void OnClickMenu3CfList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnMenu3CfBtnPath();
afx_msg void OnMenu3CfBtnExcel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MENU_CONTRACTFLOWERDLG_H__BBD10739_7332_4013_8FA7_DA6F4C090AC4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -