?? assetsselectdlg.h
字號:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
#include "datacombo.h"
//}}AFX_INCLUDES
#if !defined(AFX_ASSETSSELECTDLG_H__D2618B26_FBDA_47A0_854F_960B6B461E31__INCLUDED_)
#define AFX_ASSETSSELECTDLG_H__D2618B26_FBDA_47A0_854F_960B6B461E31__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AssetsSelectDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAssetsSelectDlg dialog
class CAssetsSelectDlg : public CDialog
{
public:
CString cSearchValue;
// Construction
public:
CAssetsSelectDlg(CWnd* pParent = NULL); // standard constructor
void RefreshData();
// Dialog Data
//{{AFX_DATA(CAssetsSelectDlg)
enum { IDD = IDD_ASSETSSELECT_DIALOG };
CComboBox m_type;
CAdodc m_Adodc1;
CAdodc m_Adodc2;
CDataGrid m_DataGrid;
CDataCombo m_search;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAssetsSelectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAssetsSelectDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeTypeCombo();
afx_msg void OnClickSearchDatacombo(short Area);
virtual void OnOK();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASSETSSELECTDLG_H__D2618B26_FBDA_47A0_854F_960B6B461E31__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -