Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2348


Ignore:
Timestamp:
09/14/09 10:25:19 (15 years ago)
Author:
mkommend
Message:

adapted mainform base to declare gui specific members with the new keyword (ticket #716)

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  
    131131      <DependentUpon>DockForm.cs</DependentUpon>
    132132    </Compile>
    133     <Compile Include="MultipleDocumentForm.cs">
     133    <Compile Include="DocumentForm.cs">
    134134      <SubType>Form</SubType>
    135135    </Compile>
    136     <Compile Include="MultipleDocumentForm.Designer.cs">
    137       <DependentUpon>MultipleDocumentForm.cs</DependentUpon>
     136    <Compile Include="DocumentForm.Designer.cs">
     137      <DependentUpon>DocumentForm.cs</DependentUpon>
    138138    </Compile>
    139139  </ItemGroup>
     
    169169      <DependentUpon>MultipleDocumentMainForm.cs</DependentUpon>
    170170    </EmbeddedResource>
    171     <EmbeddedResource Include="MultipleDocumentForm.resx">
    172       <DependentUpon>MultipleDocumentForm.cs</DependentUpon>
     171    <EmbeddedResource Include="DocumentForm.resx">
     172      <DependentUpon>DocumentForm.cs</DependentUpon>
    173173      <SubType>Designer</SubType>
    174174    </EmbeddedResource>
  • trunk/sources/HeuristicLab.MainForm/3.2/MainFormBase.cs

    r2338 r2348  
    8383    }
    8484
    85     Cursor IMainForm.Cursor {
     85    public new Cursor Cursor {
    8686      get { return base.Cursor; }
    8787      set {
     
    9494    }
    9595
    96     Icon IMainForm.Icon {
     96    public new Icon Icon {
    9797      get { return base.Icon; }
    9898      set {
Note: See TracChangeset for help on using the changeset viewer.