Subversion Repositories spk

Rev

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

Rev 31 Rev 36
Line 41... Line 41...
41
#else
41
#else
42
	public ref class PackageForm : public Creator::BaseForm
42
	public ref class PackageForm : public Creator::BaseForm
43
#endif	
43
#endif	
44
	{
44
	{
45
	public:
45
	public:
46
		PackageForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page, System::Windows::Forms::ToolStripMenuItem ^tool, CPackages *p, Windows::Forms::ImageList ^imagelist, Collections::Hashtable ^hash, SSettings *set)  : BaseForm(parent, ctrl, page, tool, p, imagelist, hash, set)
46
		PackageForm(System::Windows::Forms::Form ^parent, System::Windows::Forms::TabControl ^ctrl, System::Windows::Forms::TabPage ^page, System::Windows::Forms::ToolStripMenuItem ^tool, CPackages *p, Windows::Forms::ImageList ^imagelist, SSettings *set)  : BaseForm(parent, ctrl, page, tool, p, imagelist, set)
47
		{
47
		{
48
			InitializeComponent();
48
			InitializeComponent();
49
			this->LabelShipWarning->Visible = false;
49
			this->LabelShipWarning->Visible = false;
50
			this->TextExactVersion->Visible = false;
50
			this->TextExactVersion->Visible = false;
51
			this->DoToolTips();
51
			this->DoToolTips();