Mercurial > vba-linux
view src/win32/Directories.h @ 4:5f6f2134e8ce
apu appears to not be used
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:35:58 -0600 |
parents | f9f4f1b99eed |
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 > 10005 #pragma once6 #endif // _MSC_VER > 10007 // Directories.h : header file8 //10 /////////////////////////////////////////////////////////////////////////////11 // Directories dialog13 class Directories : public CDialog14 {15 // Construction16 public:17 CString initialFolderDir;18 CString browseForDir(CString title);19 Directories(CWnd*pParent = NULL); // standard constructor21 // Dialog Data22 //{{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_DATA39 // Overrides40 // ClassWizard generated virtual function overrides41 //{{AFX_VIRTUAL(Directories)42 protected:43 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support44 //}}AFX_VIRTUAL46 // Implementation47 protected:48 // Generated message map functions49 //{{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_MSG78 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_)