- Timestamp:
- 09/20/10 01:06:41 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Common.Resources/3.3
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj ¶
r4266 r4438 431 431 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ActualSize.png" /> 432 432 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Disconnect.png" /> 433 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_PublishToWeb.png" /> 434 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Refresh.png" /> 433 435 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Performance.ico" /> 434 436 </ItemGroup> -
TabularUnified trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.Designer.cs ¶
r4266 r4438 565 565 } 566 566 567 public static System.Drawing.Bitmap PublishToWeb { 568 get { 569 object obj = ResourceManager.GetObject("PublishToWeb", resourceCulture); 570 return ((System.Drawing.Bitmap)(obj)); 571 } 572 } 573 567 574 public static System.Drawing.Bitmap Redo { 568 575 get { 569 576 object obj = ResourceManager.GetObject("Redo", resourceCulture); 577 return ((System.Drawing.Bitmap)(obj)); 578 } 579 } 580 581 public static System.Drawing.Bitmap Refresh { 582 get { 583 object obj = ResourceManager.GetObject("Refresh", resourceCulture); 570 584 return ((System.Drawing.Bitmap)(obj)); 571 585 } -
TabularUnified trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx ¶
r4266 r4438 179 179 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DeleteFolder.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 180 180 </data> 181 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />182 181 <data name="Disconnect" type="System.Resources.ResXFileRef, System.Windows.Forms"> 183 182 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Disconnect.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> … … 336 335 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ProtectForm.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 337 336 </data> 337 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 338 <data name="PublishToWeb" type="System.Resources.ResXFileRef, System.Windows.Forms"> 339 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_PublishToWeb.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 340 </data> 338 341 <data name="Redo" type="System.Resources.ResXFileRef, System.Windows.Forms"> 339 342 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Redo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 340 343 </data> 344 <data name="Refresh" type="System.Resources.ResXFileRef, System.Windows.Forms"> 345 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 346 </data> 341 347 <data name="RefreshDocument" type="System.Resources.ResXFileRef, System.Windows.Forms"> 342 348 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_RefreshDocument.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Note: See TracChangeset
for help on using the changeset viewer.