?? songmanage.h
字號:
#if !defined(AFX_ADDSONG_H__B645154F_7641_4523_9684_CCD67D2573F1__INCLUDED_)
#define AFX_ADDSONG_H__B645154F_7641_4523_9684_CCD67D2573F1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddSong.h : header file
//
#include "AddRecord.h"
/////////////////////////////////////////////////////////////////////////////
// CSongManage dialog
class CSongManage : public CDialog
{
// Construction
public:
CSongManage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSongManage)
enum { IDD = IDD_SongManage };
CListCtrl m_songlist;
CString m_fstalphabet;
CString m_speech;
CString m_singer;
CString m_songname;
CString m_songpath;
CString m_namelen;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSongManage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
int m_nIndexsong;
int m_nIndexlist;
BOOL m_bChgrecord;
CAddRecord m_Addrecord;
protected:
void SetAllItem();
void SetItemText(_RecordsetPtr pRecordset);
// Generated message map functions
//{{AFX_MSG(CSongManage)
afx_msg void OnFilePath();
afx_msg void OnDeleteRecord();
virtual BOOL OnInitDialog();
afx_msg void OnDblclkSonglist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSaveRecord();
afx_msg void OnChgRecord();
afx_msg void OnQuery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDSONG_H__B645154F_7641_4523_9684_CCD67D2573F1__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -