Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7808


Ignore:
Timestamp:
05/14/12 16:01:00 (12 years ago)
Author:
spimming
Message:

#1807:

  • experiment wizard initial commit
  • plugin file frames added
  • wizard renamed
Location:
branches/DataAnalysisService
Files:
13 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/DataAnalysisService.sln

    r7803 r7808  
    33# Visual Studio 2010
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard", "HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj", "{77169FE1-C48A-49AE-A0DD-67921D7835AB}"
     5EndProject
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard", "HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard\3.3\HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard.csproj", "{2DCCE95D-3266-4256-966A-64054BEA34F1}"
    57EndProject
    68Global
     
    1416    {77169FE1-C48A-49AE-A0DD-67921D7835AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
    1517    {77169FE1-C48A-49AE-A0DD-67921D7835AB}.Release|Any CPU.Build.0 = Release|Any CPU
     18    {2DCCE95D-3266-4256-966A-64054BEA34F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     19    {2DCCE95D-3266-4256-966A-64054BEA34F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
     20    {2DCCE95D-3266-4256-966A-64054BEA34F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
     21    {2DCCE95D-3266-4256-966A-64054BEA34F1}.Release|Any CPU.Build.0 = Release|Any CPU
    1622  EndGlobalSection
    1723  GlobalSection(SolutionProperties) = preSolution
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/Controls/WizardBanner.Designer.cs

    r7803 r7808  
    3535      this.etchedLine1.Edge = HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.Controls.EtchEdge.Bottom;
    3636      this.etchedLine1.LightColor = System.Drawing.SystemColors.ControlLight;
    37       this.etchedLine1.Location = new System.Drawing.Point(0, 71);
     37      this.etchedLine1.Location = new System.Drawing.Point(0, 61);
    3838      this.etchedLine1.Name = "etchedLine1";
    3939      this.etchedLine1.Size = new System.Drawing.Size(541, 20);
     
    7070      this.Controls.Add(this.etchedLine1);
    7171      this.Name = "WizardBanner";
    72       this.Size = new System.Drawing.Size(541, 91);
     72      this.Size = new System.Drawing.Size(541, 81);
    7373      this.ResumeLayout(false);
    7474
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.csproj

    r7804 r7808  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</RootNamespace>
    12     <AssemblyName>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard</AssemblyName>
     12    <AssemblyName>HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    6262    </Compile>
    6363    <Compile Include="Properties\AssemblyInfo.cs" />
    64     <Compile Include="Wizard.cs">
     64    <Compile Include="WizardBase.cs">
    6565      <SubType>Form</SubType>
    6666    </Compile>
    67     <Compile Include="Wizard.Designer.cs">
    68       <DependentUpon>Wizard.cs</DependentUpon>
     67    <Compile Include="WizardBase.Designer.cs">
     68      <DependentUpon>WizardBase.cs</DependentUpon>
    6969    </Compile>
    7070    <Compile Include="WizardPage.cs">
     
    8383      <DependentUpon>WizardBanner.cs</DependentUpon>
    8484    </EmbeddedResource>
    85     <EmbeddedResource Include="Wizard.resx">
    86       <DependentUpon>Wizard.cs</DependentUpon>
     85    <EmbeddedResource Include="WizardBase.resx">
     86      <DependentUpon>WizardBase.cs</DependentUpon>
    8787    </EmbeddedResource>
    8888  </ItemGroup>
    8989  <ItemGroup>
    9090    <None Include="HeuristicLab.snk" />
     91    <None Include="Plugin.cs.frame" />
    9192  </ItemGroup>
    9293  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3/WizardPage.cs

    r7803 r7808  
    88    }
    99
    10     public Wizard ParentWizard {
    11       get { return (Wizard)ParentForm; }
     10    public WizardBase ParentWizard {
     11      get { return (WizardBase)ParentForm; }
    1212    }
    1313
Note: See TracChangeset for help on using the changeset viewer.