Subversion Repositories spk

Rev

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

Rev 1 Rev 116
Line 105... Line 105...
105
			m_iType = 2;
105
			m_iType = 2;
106
			this->Text = "Select CutData Entries";
106
			this->Text = "Select CutData Entries";
107
			this->ListShip->MultiSelect = true;
107
			this->ListShip->MultiSelect = true;
108
			this->columnHeader1->Text = "Cuts";
108
			this->columnHeader1->Text = "Cuts";
109
			this->columnHeader2->Text = "Filename";
109
			this->columnHeader2->Text = "Filename";
-
 
110
		}
-
 
111
 
-
 
112
		String ^GetShipName()
-
 
113
		{
-
 
114
			return _US(m_lData->FindString(_S(m_sData))->data.ToString());
110
		}
115
		}
111
 
116
 
112
		String ^GetData() { return m_sData; }
117
		String ^GetData() { return m_sData; }
113
 
118
 
114
	protected:
119
	protected: