Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 15:17:08 (15 years ago)
Author:
swagner
Message:

Removed plugin HeuristicLab.Constraints (#804)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r2520 r2524  
    5757      this.variablesTabPage = new System.Windows.Forms.TabPage();
    5858      this.operatorBaseVariablesView = new HeuristicLab.Core.Views.OperatorBaseVariablesView();
    59       this.constraintsTabPage = new System.Windows.Forms.TabPage();
    60       this.constrainedItemBaseView = new HeuristicLab.Core.Views.ConstrainedItemBaseView();
    6159      this.descriptionTabPage = new System.Windows.Forms.TabPage();
    6260      this.descriptionTextBox = new System.Windows.Forms.TextBox();
     
    6563      this.variableInfosTabPage.SuspendLayout();
    6664      this.variablesTabPage.SuspendLayout();
    67       this.constraintsTabPage.SuspendLayout();
    6865      this.descriptionTabPage.SuspendLayout();
    6966      this.SuspendLayout();
     
    7471      this.tabControl.Controls.Add(this.variableInfosTabPage);
    7572      this.tabControl.Controls.Add(this.variablesTabPage);
    76       this.tabControl.Controls.Add(this.constraintsTabPage);
    7773      this.tabControl.Controls.Add(this.descriptionTabPage);
    7874      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     
    206202      this.operatorBaseVariablesView.TabIndex = 0;
    207203      //
    208       // constraintsTabPage
    209       //
    210       this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
    211       this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
    212       this.constraintsTabPage.Name = "constraintsTabPage";
    213       this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
    214       this.constraintsTabPage.Size = new System.Drawing.Size(427, 325);
    215       this.constraintsTabPage.TabIndex = 3;
    216       this.constraintsTabPage.Text = "Constraints";
    217       this.constraintsTabPage.UseVisualStyleBackColor = true;
    218       //
    219       // constrainedItemBaseView
    220       //
    221       this.constrainedItemBaseView.Caption = "Constrained Item";
    222       this.constrainedItemBaseView.ConstrainedItem = null;
    223       this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
    224       this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
    225       this.constrainedItemBaseView.Name = "constrainedItemBaseView";
    226       this.constrainedItemBaseView.Size = new System.Drawing.Size(421, 319);
    227       this.constrainedItemBaseView.TabIndex = 0;
    228       //
    229204      // descriptionTabPage
    230205      //
     
    262237      this.variableInfosTabPage.ResumeLayout(false);
    263238      this.variablesTabPage.ResumeLayout(false);
    264       this.constraintsTabPage.ResumeLayout(false);
    265239      this.descriptionTabPage.ResumeLayout(false);
    266240      this.descriptionTabPage.PerformLayout();
     
    278252    private System.Windows.Forms.TabPage variablesTabPage;
    279253    private HeuristicLab.Core.Views.OperatorBaseVariablesView operatorBaseVariablesView;
    280     private System.Windows.Forms.TabPage constraintsTabPage;
    281     private HeuristicLab.Core.Views.ConstrainedItemBaseView constrainedItemBaseView;
    282254    private System.Windows.Forms.TabPage descriptionTabPage;
    283255    private System.Windows.Forms.TextBox descriptionTextBox;
Note: See TracChangeset for help on using the changeset viewer.