📄 programdlg.h
字号:
#if !defined(AFX_PROGRAMDLG_H__370DBE1B_5D09_4371_A4FB_D86CC91C0517__INCLUDED_)
#define AFX_PROGRAMDLG_H__370DBE1B_5D09_4371_A4FB_D86CC91C0517__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProgramDlg.h : header file
//
#include "ComboListCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CProgramDlg dialog
class CProgramDlg : public CDialog
{
// Construction
public:
CProgramDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProgramDlg)
enum { IDD = IDD_DIALOG_PROGRAM };
CComboListCtrl m_listProgram;
CEdit m_ctrChanTag;
CEdit m_ctrChanName;
CComboBox m_ctrWeek;
CString m_strWeek;
CString m_strChanName;
CString m_strChanTag;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProgramDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProgramDlg)
afx_msg void OnSelchangeCOMBOWeek();
virtual BOOL OnInitDialog();
//}}AFX_MSG
afx_msg LRESULT OnEndLabelEditVariableCriteria(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
public:
CString m_ChanTag;
CString m_ChanName;
public:
void RefreshData();
void ConvertWeek( CString week, unsigned long* from, unsigned long* to );
void ConvertTime( unsigned long Time, char* Clock, int flag );
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROGRAMDLG_H__370DBE1B_5D09_4371_A4FB_D86CC91C0517__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -