view src/win32/Directories.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 #if !defined(AFX_DIRECTORIES_H__7ADB14C1_3C1B_4294_8D66_A4E87D6FC731__INCLUDED_)
2 #define AFX_DIRECTORIES_H__7ADB14C1_3C1B_4294_8D66_A4E87D6FC731__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // Directories.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // Directories dialog
13 class Directories : public CDialog
14 {
15 // Construction
16 public:
17 CString initialFolderDir;
18 CString browseForDir(CString title);
19 Directories(CWnd*pParent = NULL); // standard constructor
21 // Dialog Data
22 //{{AFX_DATA(Directories)
23 enum { IDD = IDD_DIRECTORIES };
24 CEdit m_romPath;
25 CEdit m_gbxromPath;
26 CEdit m_batteryPath;
27 CEdit m_savePath;
28 CEdit m_moviePath;
29 CEdit m_cheatPath;
30 CEdit m_ipsPath;
31 CEdit m_luaPath;
32 CEdit m_aviPath;
33 CEdit m_wavPath;
34 CEdit m_capturePath;
35 CEdit m_watchPath;
36 // CEdit m_pluginPath;
37 //}}AFX_DATA
39 // Overrides
40 // ClassWizard generated virtual function overrides
41 //{{AFX_VIRTUAL(Directories)
42 protected:
43 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
44 //}}AFX_VIRTUAL
46 // Implementation
47 protected:
48 // Generated message map functions
49 //{{AFX_MSG(Directories)
50 virtual BOOL OnInitDialog();
51 afx_msg void OnRomDir();
52 afx_msg void OnRomDirReset();
53 afx_msg void OnGBxRomDir();
54 afx_msg void OnGBxRomDirReset();
55 afx_msg void OnBatteryDir();
56 afx_msg void OnBatteryDirReset();
57 afx_msg void OnSaveDir();
58 afx_msg void OnSaveDirReset();
59 afx_msg void OnMovieDir();
60 afx_msg void OnMovieDirReset();
61 afx_msg void OnCheatDir();
62 afx_msg void OnCheatDirReset();
63 afx_msg void OnIpsDir();
64 afx_msg void OnIpsDirReset();
65 afx_msg void OnLuaDir();
66 afx_msg void OnLuaDirReset();
67 afx_msg void OnAviDir();
68 afx_msg void OnAviDirReset();
69 afx_msg void OnWavDir();
70 afx_msg void OnWavDirReset();
71 afx_msg void OnCaptureDir();
72 afx_msg void OnCaptureDirReset();
73 afx_msg void OnWatchDir();
74 afx_msg void OnWatchDirReset();
75 virtual void OnCancel();
76 virtual void OnOK();
77 //}}AFX_MSG
78 DECLARE_MESSAGE_MAP()
79 };
81 //{{AFX_INSERT_LOCATION}}
82 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
84 #endif // !defined(AFX_DIRECTORIES_H__7ADB14C1_3C1B_4294_8D66_A4E87D6FC731__INCLUDED_)