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

📄 easytradedlg.h

📁 短信防伪系统客户端
💻 H
字号:
// EasyTradeDlg.h : header file
//

#if !defined(AFX_EASYTRADEDLG_H__BDB6038D_BE8D_49AE_8E56_810ADF86590A__INCLUDED_)
#define AFX_EASYTRADEDLG_H__BDB6038D_BE8D_49AE_8E56_810ADF86590A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "RxMenu.h"
/////////////////////////////////////////////////////////////////////////////
// CEasyTradeDlg dialog

class CEasyTradeDlg : public CDialog
{
// Construction
public:
	void InitMenu();
	CEasyTradeDlg(CWnd* pParent = NULL);	// standard constructor
public:
	STARTUPINFO si;
	PROCESS_INFORMATION pi;
// Dialog Data
	//{{AFX_DATA(CEasyTradeDlg)
	enum { IDD = IDD_SYSLONGON_DlG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEasyTradeDlg)
	public:
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual void OnCancel();
	virtual void OnButexit();
	HICON m_hIcon;
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	// Generated message map functions
	//{{AFX_MSG(CEasyTradeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnClose();
	afx_msg void OnPopTc();
	afx_msg void OnTray(WPARAM wParam, LPARAM lParam);
	virtual void OnOK();
	afx_msg void OnSysSeting();
	afx_msg void OnMenDatabase();
	afx_msg void OnStartService();
	afx_msg void OnCloseService();
	afx_msg void OnMenDatatj();
	afx_msg void OnDataFind();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CRxMenu m_Menu;
	DWORD dwStyle;
};

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

#endif // !defined(AFX_EASYTRADEDLG_H__BDB6038D_BE8D_49AE_8E56_810ADF86590A__INCLUDED_)

⌨️ 快捷键说明

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