#if !defined(AFX_CONFIGDLG1_H__21CE32D0_A399_4534_A40D_703E8BC459AB__INCLUDED_) #define AFX_CONFIGDLG1_H__21CE32D0_A399_4534_A40D_703E8BC459AB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ConfigDlg1.h : header file // ///////////////////////////////////////////////////////////////////////////// // CConfigDlg1 dialog class CConfigDlg1 : public CDialog { // Construction public: void UpdatePlaylist( int iPlaylist, char* sPlaylist ); void SetPlaylist(int iPlaylist, char *sPlaylist); void SetFormData(char *sVersion, int bScanRepeat, int bAutoRepeat, int iRefreshInterval, int iText, int iSplit, int iTZ); void UpdateFormData(int * bScanRepeat, int * bAutoRepeat, int* iRefreshInterval, int* iText, int* iSplit, int *iTZ); CConfigDlg1(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CConfigDlg1) enum { IDD = IDD_CONFIG }; CButton m_TextEnable; CButton m_TextOption; CButton m_ScanRep; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConfigDlg1) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConfigDlg1) afx_msg void OnConfigOk(); afx_msg void OnButtonBrowse(); afx_msg void OnButtonBrowse1(); afx_msg void OnButtonBrowse2(); afx_msg void OnButtonBrowse3(); afx_msg void OnButtonBrowse4(); afx_msg void OnButtonBrowse5(); afx_msg void OnConfigCancel(); afx_msg void OnDropdownCombo1(); afx_msg void OnCheckScanRep(); afx_msg void OnTextEnable(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void DoBrowse( CString* cStr ); CString acPlaylists[ 6 ]; int bScanRepeat; int bAutoRepeat; int iRefreshInterval; int iText; int iSplit; int iTZ; CString sVersion; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONFIGDLG1_H__21CE32D0_A399_4534_A40D_703E8BC459AB__INCLUDED_)