Subversion Repositories spk

Rev

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

Rev 162 Rev 205
Line 20... Line 20...
20
	///          resources associated with this form.
20
	///          resources associated with this form.
21
	/// </summary>
21
	/// </summary>
22
	public ref class DownloadPackageList : public System::Windows::Forms::Form
22
	public ref class DownloadPackageList : public System::Windows::Forms::Form
23
	{
23
	{
24
	public:
24
	public:
25
		DownloadPackageList(CPackages *p, Utils::CStringList *servers);
25
		DownloadPackageList(CPackages *p, Utils::WStringList *servers);
26
 
26
 
27
		void NextServer();
27
		void NextServer();
28
		void Finished();
28
		void Finished();
29
		void ExtractWebData(String ^data);
29
		void ExtractWebData(String ^data);
30
 
30
 
Line 41... Line 41...
41
		}
41
		}
42
 
42
 
43
	private:
43
	private:
44
		int			  m_iServerPos;
44
		int			  m_iServerPos;
45
		CPackages	 *m_pPackages;
45
		CPackages	 *m_pPackages;
46
		Utils::CStringList *m_pServers;
46
		Utils::WStringList *m_pServers;
47
		Utils::String *_pCurrentServer;
47
		Utils::WString *_pCurrentServer;
48
	private: System::Windows::Forms::ProgressBar^  progressBar1;
48
	private: System::Windows::Forms::ProgressBar^  progressBar1;
49
	private: System::Windows::Forms::Label^  label1;
49
	private: System::Windows::Forms::Label^  label1;
50
	private: System::Windows::Forms::Label^  label2;
50
	private: System::Windows::Forms::Label^  label2;
51
	private: System::Windows::Forms::Panel^  panel1;
51
	private: System::Windows::Forms::Panel^  panel1;
52
	private: System::Windows::Forms::Panel^  panel2;
52
	private: System::Windows::Forms::Panel^  panel2;