root/SettingAccountDlg.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- CSettingAccountDlg
#if !defined(AFX_SETTINGDLG_H__DCF10BC0_23AE_464A_A2F7_C206B96DC3F5__INCLUDED_)
#define AFX_SETTINGDLG_H__DCF10BC0_23AE_464A_A2F7_C206B96DC3F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SettingDlg.h : ヘッダー ファイル
//
/////////////////////////////////////////////////////////////////////////////
// CSettingAccountDlg ダイアログ
class CSettingAccountDlg : public CDialog
{
// コンストラクション
public:
CStringArray m_def_address_array;
CSettingAccountDlg(CWnd* pParent = NULL); // 標準のコンストラクタ
// ダイアログ データ
//{{AFX_DATA(CSettingAccountDlg)
enum { IDD = IDD_SETTING_ACCOUNT };
CEdit m_def_address_edit;
CComboBox m_def_address;
CButton m_apop;
CButton m_deletemail_pop;
CButton m_pop_before_smtp;
CButton m_button_ok;
CEdit m_boxname;
CEdit m_signature;
CEdit m_user;
CEdit m_address;
CEdit m_password;
CEdit m_smtpserver_port;
CEdit m_smtpserver;
CEdit m_popserver_port;
CEdit m_popserver;
//}}AFX_DATA
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CSettingAccountDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV サポート
//}}AFX_VIRTUAL
// インプリメンテーション
protected:
CString m_current_account;
// 生成されたメッセージ マップ関数
//{{AFX_MSG(CSettingAccountDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnSelchangeAutoAddress();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int m_current_def_address;
int m_cur_sel;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_SETTINGDLG_H__DCF10BC0_23AE_464A_A2F7_C206B96DC3F5__INCLUDED_)