Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3496


Ignore:
Timestamp:
04/22/10 21:46:54 (14 years ago)
Author:
mkommend
Message:

corrected DataAnalysisProblemDataView (ticket #938)

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisProblemDataView.Designer.cs

    r3442 r3496  
    3333      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    3434      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     35      this.nameTextBox.Size = new System.Drawing.Size(513, 20);
     36      //
     37      // descriptionTextBox
     38      //
     39      this.descriptionTextBox.Size = new System.Drawing.Size(513, 20);
    3540      //
    3641      // variableCollectionView
     
    5964      this.importButton.Click += new System.EventHandler(this.importButton_Click);
    6065      //
    61       // ProblemDataView
     66      // DataAnalysisProblemDataView
    6267      //
    6368      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    6570      this.Controls.Add(this.variableCollectionView);
    6671      this.Controls.Add(this.importButton);
    67       this.Name = "ProblemDataView";
     72      this.Name = "DataAnalysisProblemDataView";
    6873      this.Size = new System.Drawing.Size(588, 450);
    6974      this.Controls.SetChildIndex(this.importButton, 0);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj

    r3442 r3496  
    194194      <DependentUpon>EstimatedValuesView.cs</DependentUpon>
    195195    </EmbeddedResource>
    196     <EmbeddedResource Include="DataAnalysisProblemDataView.resx">
    197       <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>
    198     </EmbeddedResource>
    199196    <EmbeddedResource Include="LineChartView.resx">
    200197      <DependentUpon>LineChartView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.