Subversion Repositories spk

Rev

Rev 128 | Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 129
Line 21... Line 21...
21
	///          resources associated with this form.
21
	///          resources associated with this form.
22
	/// </summary>
22
	/// </summary>
23
	public ref class SpkForm : public System::Windows::Forms::Form
23
	public ref class SpkForm : public System::Windows::Forms::Form
24
	{
24
	{
25
	public:
25
	public:
26
		SpkForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page);
26
		SpkForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page, CPackages *packages);
27
 
27
 
28
		bool ReadSelectedMultiPackage();
28
		bool ReadSelectedMultiPackage();
29
		bool ReadMultiPackage();
29
		bool ReadMultiPackage();
30
		bool IsMultiPackage();
30
		bool IsMultiPackage();
31
		void SetToolButton(ToolStripMenuItem ^menu);
31
		void SetToolButton(ToolStripMenuItem ^menu);