Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/09 02:09:35 (15 years ago)
Author:
swagner
Message:

Refactoring of the operator architecture (#95)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.Designer.cs

    r1529 r2027  
    4949    private void InitializeComponent() {
    5050      this.tabControl = new System.Windows.Forms.TabControl();
    51       this.variableInfosTabPage = new System.Windows.Forms.TabPage();
    52       this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
    53       this.variablesTabPage = new System.Windows.Forms.TabPage();
    54       this.operatorBaseVariablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
    55       this.constraintsTabPage = new System.Windows.Forms.TabPage();
    56       this.constrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
     51      this.parametersTabPage = new System.Windows.Forms.TabPage();
     52      this.operatorBaseParametersView = new HeuristicLab.Core.OperatorBaseParametersView();
    5753      this.descriptionTabPage = new System.Windows.Forms.TabPage();
    5854      this.operatorBaseDescriptionView = new HeuristicLab.Core.OperatorBaseDescriptionView();
    5955      this.tabControl.SuspendLayout();
    60       this.variableInfosTabPage.SuspendLayout();
    61       this.variablesTabPage.SuspendLayout();
    62       this.constraintsTabPage.SuspendLayout();
     56      this.parametersTabPage.SuspendLayout();
    6357      this.descriptionTabPage.SuspendLayout();
    6458      this.SuspendLayout();
     
    6660      // tabControl
    6761      //
    68       this.tabControl.Controls.Add(this.variableInfosTabPage);
    69       this.tabControl.Controls.Add(this.variablesTabPage);
    70       this.tabControl.Controls.Add(this.constraintsTabPage);
     62      this.tabControl.Controls.Add(this.parametersTabPage);
    7163      this.tabControl.Controls.Add(this.descriptionTabPage);
    7264      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     
    7769      this.tabControl.TabIndex = 0;
    7870      //
    79       // variableInfosTabPage
     71      // parametersTabPage
    8072      //
    81       this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
    82       this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
    83       this.variableInfosTabPage.Name = "variableInfosTabPage";
    84       this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
    85       this.variableInfosTabPage.Size = new System.Drawing.Size(415, 307);
    86       this.variableInfosTabPage.TabIndex = 0;
    87       this.variableInfosTabPage.Text = "Variable Infos";
    88       this.variableInfosTabPage.UseVisualStyleBackColor = true;
     73      this.parametersTabPage.Controls.Add(this.operatorBaseParametersView);
     74      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     75      this.parametersTabPage.Name = "parametersTabPage";
     76      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
     77      this.parametersTabPage.Size = new System.Drawing.Size(415, 307);
     78      this.parametersTabPage.TabIndex = 0;
     79      this.parametersTabPage.Text = "Parameters";
     80      this.parametersTabPage.UseVisualStyleBackColor = true;
    8981      //
    9082      // operatorBaseVariableInfosView
    9183      //
    92       this.operatorBaseVariableInfosView.Caption = "Operator";
    93       this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
    94       this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
    95       this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
    96       this.operatorBaseVariableInfosView.Operator = null;
    97       this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(409, 301);
    98       this.operatorBaseVariableInfosView.TabIndex = 0;
    99       //
    100       // variablesTabPage
    101       //
    102       this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
    103       this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
    104       this.variablesTabPage.Name = "variablesTabPage";
    105       this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
    106       this.variablesTabPage.Size = new System.Drawing.Size(415, 307);
    107       this.variablesTabPage.TabIndex = 1;
    108       this.variablesTabPage.Text = "Local Variables";
    109       this.variablesTabPage.UseVisualStyleBackColor = true;
    110       //
    111       // operatorBaseVariablesView
    112       //
    113       this.operatorBaseVariablesView.Caption = "Operator";
    114       this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
    115       this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
    116       this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
    117       this.operatorBaseVariablesView.Operator = null;
    118       this.operatorBaseVariablesView.Size = new System.Drawing.Size(409, 301);
    119       this.operatorBaseVariablesView.TabIndex = 0;
    120       //
    121       // constraintsTabPage
    122       //
    123       this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
    124       this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
    125       this.constraintsTabPage.Name = "constraintsTabPage";
    126       this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
    127       this.constraintsTabPage.Size = new System.Drawing.Size(415, 307);
    128       this.constraintsTabPage.TabIndex = 2;
    129       this.constraintsTabPage.Text = "Constraints";
    130       this.constraintsTabPage.UseVisualStyleBackColor = true;
    131       //
    132       // constrainedItemBaseView
    133       //
    134       this.constrainedItemBaseView.Caption = "Constrained Data";
    135       this.constrainedItemBaseView.ConstrainedItem = null;
    136       this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
    137       this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
    138       this.constrainedItemBaseView.Name = "constrainedItemBaseView";
    139       this.constrainedItemBaseView.Size = new System.Drawing.Size(409, 301);
    140       this.constrainedItemBaseView.TabIndex = 0;
     84      this.operatorBaseParametersView.Caption = "Operator";
     85      this.operatorBaseParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
     86      this.operatorBaseParametersView.Location = new System.Drawing.Point(3, 3);
     87      this.operatorBaseParametersView.Name = "operatorBaseVariableInfosView";
     88      this.operatorBaseParametersView.Operator = null;
     89      this.operatorBaseParametersView.Size = new System.Drawing.Size(409, 301);
     90      this.operatorBaseParametersView.TabIndex = 0;
    14191      //
    14292      // descriptionTabPage
     
    170120      this.Size = new System.Drawing.Size(423, 333);
    171121      this.tabControl.ResumeLayout(false);
    172       this.variableInfosTabPage.ResumeLayout(false);
    173       this.variablesTabPage.ResumeLayout(false);
    174       this.constraintsTabPage.ResumeLayout(false);
     122      this.parametersTabPage.ResumeLayout(false);
    175123      this.descriptionTabPage.ResumeLayout(false);
    176124      this.ResumeLayout(false);
     
    181129
    182130    protected TabControl tabControl;
    183     protected TabPage variableInfosTabPage;
    184     protected TabPage variablesTabPage;
    185     private TabPage constraintsTabPage;
    186     protected ConstrainedItemBaseView constrainedItemBaseView;
    187     protected OperatorBaseVariableInfosView operatorBaseVariableInfosView;
    188     protected OperatorBaseVariablesView operatorBaseVariablesView;
     131    protected TabPage parametersTabPage;
     132    protected OperatorBaseParametersView operatorBaseParametersView;
    189133    private TabPage descriptionTabPage;
    190134    private OperatorBaseDescriptionView operatorBaseDescriptionView;
Note: See TracChangeset for help on using the changeset viewer.