Subversion Repositories spk

Rev

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

Rev 121 Rev 196
Line 21... Line 21...
21
	///          resources associated with this form.
21
	///          resources associated with this form.
22
	/// </summary>
22
	/// </summary>
23
	public ref class StartUp : public System::Windows::Forms::Form
23
	public ref class StartUp : public System::Windows::Forms::Form
24
	{
24
	{
25
	public:
25
	public:
26
		StartUp(CPackages *p, Utils::String *dir, bool hide, bool advanced)
26
		StartUp(CPackages *p, Utils::WString *dir, bool hide, bool advanced)
27
		{
27
		{
28
			InitializeComponent();
28
			InitializeComponent();
29
 
29
 
30
			m_bLoaded = false;
30
			m_bLoaded = false;
31
			m_pPackages = p;
31
			m_pPackages = p;
Line 66... Line 66...
66
		}
66
		}
67
	private: System::Windows::Forms::Label^  label1;
67
	private: System::Windows::Forms::Label^  label1;
68
	private: System::Windows::Forms::ProgressBar^  progressBar1;
68
	private: System::Windows::Forms::ProgressBar^  progressBar1;
69
	protected: 
69
	protected: 
70
		CPackages  *m_pPackages;
70
		CPackages  *m_pPackages;
71
		Utils::String  *_sDir;
71
		Utils::WString  *_sDir;
72
		bool	    m_bLoaded;
72
		bool	    m_bLoaded;
73
		int			m_iLoadStatus;
73
		int			m_iLoadStatus;
74
		int			m_iProgressMax;
74
		int			m_iProgressMax;
75
		int			m_iProgressCount;
75
		int			m_iProgressCount;
76
		bool		m_bHide;
76
		bool		m_bHide;