Subversion Repositories spk

Rev

Rev 170 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 170 Rev 218
Line 22... Line 22...
22
	public ref class ImportShip : public System::Windows::Forms::Form
22
	public ref class ImportShip : public System::Windows::Forms::Form
23
	{
23
	{
24
	private:
24
	private:
25
		int				 m_iStatus;
25
		int				 m_iStatus;
26
		bool			 m_bError;
26
		bool			 m_bError;
27
		Utils::CStringList	*_lModels;
27
		Utils::WStringList	*_lModels;
28
		CProgressInfo	*m_pInfo;
28
		CProgressInfo	*m_pInfo;
29
		String			^m_sID;
29
		String			^m_sID;
30
		CXspFile		*m_pShip;
30
		CXspFile		*m_pShip;
31
		String			^m_sError;
31
		String			^m_sError;
32
		CVirtualFileSystem *m_pVfs;
32
		CVirtualFileSystem *m_pVfs;