⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postdlg.h

📁 往新浪论坛sina:tech?richwin上加帖子的程序
💻 H
字号:
/*
	版权所有:周田鼠
	          http://www.geocities.com/zhoutianshu
			  zhoutianshu@yahoo.com
	感谢空心菜。
*/


#if !defined(AFX_POSTDLG_H__1FAAECC3_B285_11D3_ACBC_00104B0DC2A6__INCLUDED_)
#define AFX_POSTDLG_H__1FAAECC3_B285_11D3_ACBC_00104B0DC2A6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PostDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// PostDlg dialog

class PostDlg : public CDialog
{
// Construction
public:
	void TransformString(CString &s);
	void PostRichwin();
	PostDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(PostDlg)
	enum { IDD = IDD_DIALOG1 };
	CString	m_author;
	CString	m_body;
	CString	m_subject;
	CString	m_urlname;
	CString	m_copyfrom;
	CString	m_pass;
	CString	m_refimg;
	CString	m_refurl;
	int		m_newORreply;
	CString	m_refid;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(PostDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(PostDlg)
	virtual void OnOK();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_POSTDLG_H__1FAAECC3_B285_11D3_ACBC_00104B0DC2A6__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -