cliconfigdlg.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. // CliConfigDlg.h : header file
  2. //
  3. #if !defined(AFX_CliConfigDLG_H__A9B0D790_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_)
  4. #define AFX_CliConfigDLG_H__A9B0D790_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCliConfigDlg dialog
  10. class CCliConfigDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCliConfigDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CCliConfigDlg)
  17. enum { IDD = IDD_CLICONFIG_DIALOG };
  18. CComboBox m_comboServer;
  19. CString m_strArtPath;
  20. BOOL m_bCaptureFrameData;
  21. CString m_strFrameDataFilename;
  22. BOOL m_bLogToFile;
  23. CDate m_dateArt;
  24. BOOL m_bCockpit;
  25. BOOL m_bEnvironment;
  26. BOOL m_bMusic;
  27. BOOL m_bPosters;
  28. BOOL m_bRoundRadar;
  29. BOOL m_bSoftwareHUD;
  30. CString m_strZoneCommandLine;
  31. CString m_strZoneCurrentDir;
  32. CString m_strZoneExeName;
  33. CString m_strZoneFilePath;
  34. CString m_strZoneGUID;
  35. CString m_strZoneVersion;
  36. CString m_strZoneLobby;
  37. //}}AFX_DATA
  38. CString m_strRetailFilename;
  39. CString m_strTestFilename;
  40. CString m_strDebugFilename;
  41. CString m_strOtherFilename;
  42. CString m_strServer;
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(CCliConfigDlg)
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. HICON m_hIcon;
  51. // Generated message map functions
  52. //{{AFX_MSG(CCliConfigDlg)
  53. virtual BOOL OnInitDialog();
  54. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  55. afx_msg void OnPaint();
  56. afx_msg HCURSOR OnQueryDragIcon();
  57. virtual void OnOK();
  58. afx_msg void OnCaptureframedata();
  59. afx_msg void OnDebugbuild();
  60. afx_msg void OnExefilenamebutton();
  61. afx_msg void OnArtpathbutton();
  62. afx_msg void OnRetailbuild();
  63. afx_msg void OnOtherbuild();
  64. afx_msg void OnFramefilebutton();
  65. afx_msg void OnTestbuild();
  66. //}}AFX_MSG
  67. DECLARE_MESSAGE_MAP()
  68. };
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_CliConfigDLG_H__A9B0D790_7FFA_11D2_BFE5_00A0C9C9CCA4__INCLUDED_)