?? admcolumndlg.h
字號:
#if !defined(AFX_ADMCOLUMNDLG_H__D63883C9_2C1A_4BD8_8E70_A88F01EF7243__INCLUDED_)
#define AFX_ADMCOLUMNDLG_H__D63883C9_2C1A_4BD8_8E70_A88F01EF7243__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AdmColumnDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAdmColumnDlg dialog
#include "StyleList.h"
class CAdmColumnDlg : public CDialog
{
// Construction
public:
CAdmColumnDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAdmColumnDlg)
enum { IDD = IDD_ADMIN_COLUMN };
CComboBox m_cmbChannel;
CStyleList m_ColList;
CString m_Channel;
//}}AFX_DATA
int selectID;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAdmColumnDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAdmColumnDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBtnupdateEdt();
afx_msg void OnBtnupdateIns();
afx_msg void OnSelchangeCombo1();
afx_msg void OnSelendokCombo1();
afx_msg void OnBtnupdateRinfo3();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
CStringArray allChannels;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADMCOLUMNDLG_H__D63883C9_2C1A_4BD8_8E70_A88F01EF7243__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -