Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1412


Ignore:
Timestamp:
03/25/09 13:16:44 (15 years ago)
Author:
abeham
Message:

added IntParameterBoundConstraint (#539)
fixed tab order in DoubleParameterBoundConstraint

Location:
trunk/sources/HeuristicLab.SimOpt
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SimOpt/DoubleParameterBoundConstraintView.Designer.cs

    r591 r1412  
    6060      this.ubTextBox.Name = "ubTextBox";
    6161      this.ubTextBox.Size = new System.Drawing.Size(83, 20);
    62       this.ubTextBox.TabIndex = 31;
     62      this.ubTextBox.TabIndex = 5;
    6363      this.ubTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
    6464      this.ubTextBox.Validated += new System.EventHandler(this.ubTextBox_Validated);
     
    7070      this.lbTextBox.Name = "lbTextBox";
    7171      this.lbTextBox.Size = new System.Drawing.Size(83, 20);
    72       this.lbTextBox.TabIndex = 30;
     72      this.lbTextBox.TabIndex = 2;
    7373      this.lbTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
    7474      this.lbTextBox.Validated += new System.EventHandler(this.lbTextBox_Validated);
     
    8181      this.ubIncludedCheckBox.Name = "ubIncludedCheckBox";
    8282      this.ubIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
    83       this.ubIncludedCheckBox.TabIndex = 29;
     83      this.ubIncludedCheckBox.TabIndex = 6;
    8484      this.ubIncludedCheckBox.Text = "Included?";
    8585      this.ubIncludedCheckBox.UseVisualStyleBackColor = true;
     
    9292      this.lbIncludedCheckBox.Name = "lbIncludedCheckBox";
    9393      this.lbIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
    94       this.lbIncludedCheckBox.TabIndex = 28;
     94      this.lbIncludedCheckBox.TabIndex = 3;
    9595      this.lbIncludedCheckBox.Text = "Included?";
    9696      this.lbIncludedCheckBox.UseVisualStyleBackColor = true;
     
    104104      this.ubEnabledCheckBox.Name = "ubEnabledCheckBox";
    105105      this.ubEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
    106       this.ubEnabledCheckBox.TabIndex = 27;
     106      this.ubEnabledCheckBox.TabIndex = 4;
    107107      this.ubEnabledCheckBox.Text = "Upper bound:";
    108108      this.ubEnabledCheckBox.UseVisualStyleBackColor = true;
     
    116116      this.lbEnabledCheckBox.Name = "lbEnabledCheckBox";
    117117      this.lbEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
    118       this.lbEnabledCheckBox.TabIndex = 26;
     118      this.lbEnabledCheckBox.TabIndex = 1;
    119119      this.lbEnabledCheckBox.Text = "Lower bound:";
    120120      this.lbEnabledCheckBox.UseVisualStyleBackColor = true;
     
    126126      this.pmTextBox.Name = "pmTextBox";
    127127      this.pmTextBox.Size = new System.Drawing.Size(156, 20);
    128       this.pmTextBox.TabIndex = 32;
     128      this.pmTextBox.TabIndex = 0;
    129129      this.pmTextBox.TextChanged += new System.EventHandler(this.pmTextBox_TextChanged);
    130130      //
     
    135135      this.pmLabel.Name = "pmLabel";
    136136      this.pmLabel.Size = new System.Drawing.Size(38, 13);
    137       this.pmLabel.TabIndex = 33;
     137      this.pmLabel.TabIndex = 7;
    138138      this.pmLabel.Text = "Name:";
    139139      //
  • trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj

    r858 r1412  
    6666  </ItemGroup>
    6767  <ItemGroup>
     68    <Compile Include="IntParameterBoundConstraintView.cs">
     69      <SubType>UserControl</SubType>
     70    </Compile>
     71    <Compile Include="IntParameterBoundConstraintView.Designer.cs">
     72      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
     73    </Compile>
     74    <Compile Include="IntParameterBoundConstraint.cs" />
    6875    <Compile Include="SimOptCrossoverPreparator.cs" />
    6976    <Compile Include="SimOptSequentialSubOperatorProcessor.cs" />
     
    96103  </ItemGroup>
    97104  <ItemGroup>
     105    <EmbeddedResource Include="IntParameterBoundConstraintView.resx">
     106      <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon>
     107      <SubType>Designer</SubType>
     108    </EmbeddedResource>
    98109    <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx">
    99110      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
     
    130141      <Name>HeuristicLab.PluginInfrastructure</Name>
    131142    </ProjectReference>
     143    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
     144      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
     145      <Name>HeuristicLab.Random</Name>
     146    </ProjectReference>
    132147    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
    133148      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
Note: See TracChangeset for help on using the changeset viewer.