Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7580


Ignore:
Timestamp:
03/07/12 15:42:09 (12 years ago)
Author:
ascheibe
Message:

#1174 added view for uploading existing runs from an experiment

Location:
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r7574 r7580  
    333333    <Compile Include="RunCreation\OKBProblem.cs" />
    334334    <Compile Include="RunCreation\OKBRun.cs" />
     335    <Compile Include="RunCreation\CreateFromExperimentMenuItem.cs" />
    335336    <Compile Include="RunCreation\RunCreationClient.cs" />
     337    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
     338    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
    336339    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
    337340    <Compile Include="Properties\AssemblyInfo.cs" />
     
    343346      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
    344347    </Compile>
     348    <Compile Include="RunCreation\Views\OKBExperimentUploadView.cs">
     349      <SubType>UserControl</SubType>
     350    </Compile>
     351    <Compile Include="RunCreation\Views\OKBExperimentUploadView.Designer.cs">
     352      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
     353    </Compile>
    345354    <Compile Include="RunCreation\Views\OKBProblemView.cs">
    346355      <SubType>UserControl</SubType>
     
    348357    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
    349358      <DependentUpon>OKBProblemView.cs</DependentUpon>
     359    </Compile>
     360    <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.cs">
     361      <SubType>UserControl</SubType>
     362    </Compile>
     363    <Compile Include="RunCreation\Views\OKBRunConfigSelectionView.Designer.cs">
     364      <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon>
    350365    </Compile>
    351366    <Compile Include="RunCreation\Views\OKBRunView.cs">
     
    368383    <None Include="HeuristicLab.snk" />
    369384  </ItemGroup>
     385  <ItemGroup>
     386    <EmbeddedResource Include="RunCreation\Views\OKBExperimentUploadView.resx">
     387      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
     388    </EmbeddedResource>
     389    <EmbeddedResource Include="RunCreation\Views\OKBRunConfigSelectionView.resx">
     390      <DependentUpon>OKBRunConfigSelectionView.cs</DependentUpon>
     391    </EmbeddedResource>
     392  </ItemGroup>
    370393  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    371394  <PropertyGroup>
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBAlgorithmView.cs

    r7331 r7580  
    6666
    6767      base.OnInitialized(e);
     68      //TODO: deregistration of eventhandlers is missing?
    6869      RunCreationClient.Instance.Refreshing += new EventHandler(RunCreationClient_Refreshing);
    6970      RunCreationClient.Instance.Refreshed += new EventHandler(RunCreationClient_Refreshed);
Note: See TracChangeset for help on using the changeset viewer.