Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/10 05:23:56 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/LookupParameterView.Designer.cs

    r2754 r2756  
    2121
    2222namespace HeuristicLab.Parameters.Views {
    23   partial class SubScopesItemParameterView<T> {
     23  partial class LookupParameterView<T> {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    3333    protected override void Dispose(bool disposing) {
    3434      if (disposing) {
    35         if (typeSelectorDialog != null) typeSelectorDialog.Dispose();
    3635        if (components != null) components.Dispose();
    3736      }
     
    4645    /// </summary>
    4746    private void InitializeComponent() {
    48       this.components = new System.ComponentModel.Container();
    4947      this.actualNameTextBox = new System.Windows.Forms.TextBox();
    5048      this.actualNameLabel = new System.Windows.Forms.Label();
    51       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5249      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5350      this.SuspendLayout();
     
    10198      this.actualNameLabel.Text = "&Actual Name:";
    10299      //
    103       // SubScopesItemParameterView
     100      // LookupParameterView
    104101      //
    105102      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    107104      this.Controls.Add(this.actualNameTextBox);
    108105      this.Controls.Add(this.actualNameLabel);
    109       this.Name = "SubScopesItemParameterView";
     106      this.Name = "LookupParameterView";
    110107      this.Size = new System.Drawing.Size(386, 143);
    111108      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
     
    127124    protected System.Windows.Forms.TextBox actualNameTextBox;
    128125    protected System.Windows.Forms.Label actualNameLabel;
    129     protected System.Windows.Forms.ToolTip toolTip;
    130126  }
    131127}
Note: See TracChangeset for help on using the changeset viewer.