Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Labas / Messager / MessagerDlg

.h
Скачиваний:
6
Добавлен:
15.06.2014
Размер:
948 б
Скачать
// MessagerDlg.h : header file
//

#pragma once
#include "afxwin.h"


// CMessagerDlg dialog
class CMessagerDlg : public CDialog
{
// Construction
public:
	CMessagerDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	enum { IDD = IDD_MESSAGER_DIALOG };

	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support


// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	DECLARE_MESSAGE_MAP()
public:
	afx_msg void OnBnClickedButton3();
	CString m_cln;
	afx_msg void OnBnClickedButton2();
	CComboBox m_combo;
	CEdit m_mk;
	bool m_but;
	afx_msg void OnBnClickedButton1();
	CListBox m_list;
	afx_msg void OnBnClickedButton4();
	afx_msg void OnBnClickedOk();
	afx_msg void OnBnClickedButton5();
};
Соседние файлы в папке Messager