root/SettingGeneralOtherDlg.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- CSettingGeneralOtherDlg
#if !defined(AFX_SETTINGGENERALOTHERDLG_H__2D070D89_4B2B_4B11_8A74_ADAFE9D50F74__INCLUDED_)
#define AFX_SETTINGGENERALOTHERDLG_H__2D070D89_4B2B_4B11_8A74_ADAFE9D50F74__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SettingGeneralOtherDlg.h : ヘッダー ファイル
//
/////////////////////////////////////////////////////////////////////////////
// CSettingGeneralOtherDlg ダイアログ
class CSettingGeneralOtherDlg : public CDialog
{
// コンストラクション
public:
CSettingGeneralOtherDlg(CWnd* pParent = NULL); // 標準のコンストラクタ
// ダイアログ データ
//{{AFX_DATA(CSettingGeneralOtherDlg)
enum { IDD = IDD_SETTING_GENERAL_OTHER };
CEdit m_autofetch_minute;
CComboBox m_def_account;
CEdit m_editor_path;
//}}AFX_DATA
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CSettingGeneralOtherDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV サポート
//}}AFX_VIRTUAL
// インプリメンテーション
protected:
// 生成されたメッセージ マップ関数
//{{AFX_MSG(CSettingGeneralOtherDlg)
afx_msg void OnEditorRef();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_SETTINGGENERALOTHERDLG_H__2D070D89_4B2B_4B11_8A74_ADAFE9D50F74__INCLUDED_)