Changeset 188
- Timestamp:
- 04/25/08 11:25:58 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj
r187 r188 241 241 <EmbeddedResource Include="EditKeyValueDialog.resx"> 242 242 <DependentUpon>EditKeyValueDialog.cs</DependentUpon> 243 <SubType>Designer</SubType> 243 244 </EmbeddedResource> 244 245 <EmbeddedResource Include="IntDataView.resx"> … … 248 249 <EmbeddedResource Include="ItemDictionaryView_T.resx"> 249 250 <DependentUpon>ItemDictionaryView_T.cs</DependentUpon> 251 <SubType>Designer</SubType> 250 252 </EmbeddedResource> 251 253 <EmbeddedResource Include="ItemListView_T.resx"> -
trunk/sources/HeuristicLab.Data/ItemDictionaryView_T.cs
r187 r188 34 34 InitializeComponent(); 35 35 ItemDictionary = dictionary; 36 ImageList imageListSmall = new ImageList();37 listView.SmallImageList = imageListSmall;38 36 listView.View = View.Details; 39 imageListSmall.Images.Add(Bitmap.FromFile(@"C:\Documents and Settings\Monika Kofler\Desktop\material.bmp"));40 imageListSmall.Images.Add(Bitmap.FromFile(@"C:\Documents and Settings\Monika Kofler\Desktop\demand.bmp"));41 imageListSmall.Images.Add(Bitmap.FromFile(@"C:\Documents and Settings\Monika Kofler\Desktop\job.bmp"));42 imageListSmall.Images.Add(Bitmap.FromFile(@"C:\Documents and Settings\Monika Kofler\Desktop\tool.bmp"));43 37 listView.Columns[0].Text = "Key"; 44 38 listView.Columns[1].Text = "Value";
Note: See TracChangeset
for help on using the changeset viewer.