#if !defined(AFX_STARTMISSIONDLG_H__2CF35C77_D048_4D60_B469_05CE16F22AB8__INCLUDED_)
#define AFX_STARTMISSIONDLG_H__2CF35C77_D048_4D60_B469_05CE16F22AB8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StartMissionDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CStartMissionDlg dialog

class CStartMissionDlg : public CDialog
{
// Construction
public:
	CStartMissionDlg(CWnd* pParent = NULL);   // standard constructor

	BOOL dataGood();
	int getJumpNum();
	void setNormalName(CString u);
	void setAbortName(CString p);
	void setWindowTitle(CString t);

// Dialog Data
	//{{AFX_DATA(CStartMissionDlg)
	enum { IDD = IDD_START_MISSION };
	CString	m_abortName;
	CString	m_normalName;
	int		m_jumpNum;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStartMissionDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	BOOL _dataGood;

	virtual BOOL OnInitDialog();
	CString m_wText;

	// Generated message map functions
	//{{AFX_MSG(CStartMissionDlg)
		virtual void OnCancel();
		virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STARTMISSIONDLG_H__2CF35C77_D048_4D60_B469_05CE16F22AB8__INCLUDED_)
