Subversion Repositories spk

Rev

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

Rev 1 Rev 94
Line 24... Line 24...
24
			m_pShipData = shipData;
24
			m_pShipData = shipData;
25
			m_bUpdateing = false;
25
			m_bUpdateing = false;
26
 
26
 
27
			this->Dock = System::Windows::Forms::DockStyle::Fill;
27
			this->Dock = System::Windows::Forms::DockStyle::Fill;
28
		}
28
		}
29
 
-
 
30
		String ^AddText(String ^text, String ^def);
-
 
31
		String ^FindText(int game, int page, int id);
-
 
32
 
29
 
33
		void UpdateDisplay();
30
		void UpdateDisplay();
34
		void UpdateShields();
31
		void UpdateShields();
35
 
32
 
36
	protected:
33
	protected: