Changeset 2348 for trunk/sources/HeuristicLab.MainForm
- Timestamp:
- 09/14/09 10:25:19 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm/3.2
- Files:
-
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj
r2268 r2348 131 131 <DependentUpon>DockForm.cs</DependentUpon> 132 132 </Compile> 133 <Compile Include=" MultipleDocumentForm.cs">133 <Compile Include="DocumentForm.cs"> 134 134 <SubType>Form</SubType> 135 135 </Compile> 136 <Compile Include=" MultipleDocumentForm.Designer.cs">137 <DependentUpon> MultipleDocumentForm.cs</DependentUpon>136 <Compile Include="DocumentForm.Designer.cs"> 137 <DependentUpon>DocumentForm.cs</DependentUpon> 138 138 </Compile> 139 139 </ItemGroup> … … 169 169 <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon> 170 170 </EmbeddedResource> 171 <EmbeddedResource Include=" MultipleDocumentForm.resx">172 <DependentUpon> MultipleDocumentForm.cs</DependentUpon>171 <EmbeddedResource Include="DocumentForm.resx"> 172 <DependentUpon>DocumentForm.cs</DependentUpon> 173 173 <SubType>Designer</SubType> 174 174 </EmbeddedResource> -
trunk/sources/HeuristicLab.MainForm/3.2/MainFormBase.cs
r2338 r2348 83 83 } 84 84 85 Cursor IMainForm.Cursor {85 public new Cursor Cursor { 86 86 get { return base.Cursor; } 87 87 set { … … 94 94 } 95 95 96 Icon IMainForm.Icon {96 public new Icon Icon { 97 97 get { return base.Icon; } 98 98 set {
Note: See TracChangeset
for help on using the changeset viewer.