Changeset 3496
- Timestamp:
- 04/22/10 21:46:54 (15 years ago)
- 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 33 33 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 34 34 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); 35 40 // 36 41 // variableCollectionView … … 59 64 this.importButton.Click += new System.EventHandler(this.importButton_Click); 60 65 // 61 // ProblemDataView66 // DataAnalysisProblemDataView 62 67 // 63 68 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); … … 65 70 this.Controls.Add(this.variableCollectionView); 66 71 this.Controls.Add(this.importButton); 67 this.Name = " ProblemDataView";72 this.Name = "DataAnalysisProblemDataView"; 68 73 this.Size = new System.Drawing.Size(588, 450); 69 74 this.Controls.SetChildIndex(this.importButton, 0); -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj
r3442 r3496 194 194 <DependentUpon>EstimatedValuesView.cs</DependentUpon> 195 195 </EmbeddedResource> 196 <EmbeddedResource Include="DataAnalysisProblemDataView.resx">197 <DependentUpon>DataAnalysisProblemDataView.cs</DependentUpon>198 </EmbeddedResource>199 196 <EmbeddedResource Include="LineChartView.resx"> 200 197 <DependentUpon>LineChartView.cs</DependentUpon>
Note: See TracChangeset
for help on using the changeset viewer.