📄 organizeurldlg.h
字号:
#if !defined(AFX_ORGANIZEURLDLG_H__FF268EB4_E027_47F6_82D8_553C302B1465__INCLUDED_)
#define AFX_ORGANIZEURLDLG_H__FF268EB4_E027_47F6_82D8_553C302B1465__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OrganizeURLDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COrganizeURLDlg dialog
class COrganizeURLDlg : public CDialog
{
// Construction
public:
COrganizeURLDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COrganizeURLDlg)
enum { IDD = IDD_DIALOG_URL2 };
CEdit m_edit_url;
CEdit m_edit_title;
CListCtrl m_list_url;
//}}AFX_DATA
public:
void SetLanguage();
int m_action;
void SetUrlListData(CStringList *Url);
void ExpandDialog(bool expn);
CRect m_rectExpn;
CRect m_rectColp;
CStringList m_urllist;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COrganizeURLDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COrganizeURLDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButtonInsert();
afx_msg void OnButtonUpdate();
afx_msg void OnButtonDelete();
afx_msg void OnButtonCancel();
afx_msg void OnButtonAction();
afx_msg void OnClose();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ORGANIZEURLDLG_H__FF268EB4_E027_47F6_82D8_553C302B1465__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -