Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/11 15:38:24 (13 years ago)
Author:
mkommend
Message:

#1460: Corrected StringConvertibleValueView and adapted StringConvertibleValueTupleView and derived views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueTupleView.Designer.cs

    r5809 r5891  
    9494      this.Item2Label.Text = "Item2:";
    9595      //
    96       // ValueTypeTupleView
     96      // StringConvertibleValueTupleView
    9797      //
    9898      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    9999      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     100      this.Controls.Add(this.Item1Label);
    100101      this.Controls.Add(this.Item2Label);
    101       this.Controls.Add(this.Item1Label);
     102      this.Controls.Add(this.Item1View);
    102103      this.Controls.Add(this.Item2View);
    103       this.Controls.Add(this.Item1View);
    104       this.Name = "ValueTypeTupleView";
     104      this.Name = "StringConvertibleValueTupleView";
    105105      this.Size = new System.Drawing.Size(308, 56);
    106106      this.ResumeLayout(false);
    107107      this.PerformLayout();
    108 
    109108    }
    110109
Note: See TracChangeset for help on using the changeset viewer.