📄 joinflowerinfodlg.h
字号:
#if !defined(AFX_JOINFLOWERINFODLG_H__2F48DB85_B9FC_4412_AD99_F1BD1F211FD4__INCLUDED_)
#define AFX_JOINFLOWERINFODLG_H__2F48DB85_B9FC_4412_AD99_F1BD1F211FD4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JoinFlowerInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// JoinFlowerInfoDlg dialog
class JoinFlowerInfoDlg : public CDialog, public CADOView
{
// Construction
public:
BOOL DeleteAllRows(void);
BOOL SetRow(int row, CString *strArray, int nCount);
JoinFlowerInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(JoinFlowerInfoDlg)
enum { IDD = IDD_JOIN_FLOWER };
CEditableListCtrl m_CEditList_JoinFloList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(JoinFlowerInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void InitSavePath(void);
CString m_strSPath;
CString m_strDuty;
CString m_strJoinTime;
CString m_strCompany;
CString m_strSex;
CString m_strName;
CString m_strData;
void ShowJoinFlowerInfo(void);
// Generated message map functions
//{{AFX_MSG(JoinFlowerInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnJoinFlowerBtnType();
afx_msg LRESULT OnListEditDBClick(WPARAM wParam, LPARAM lParam);
afx_msg void OnJoinFlowerBtnQuery();
afx_msg void OnClickJoinFlowerList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnJoinFlowerBtnSetpath();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JOINFLOWERINFODLG_H__2F48DB85_B9FC_4412_AD99_F1BD1F211FD4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -