Free cookie consent management tool by TermsFeed Policy Generator

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/HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard/3.3
Files:
3 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • 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.