Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/10 00:26:13 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r2916 r2947  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserDefinedAlgorithmView));
    4748      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
    4849      this.saveOperatorGraphButton = new System.Windows.Forms.Button();
     
    6465      // createUserDefinedAlgorithmButton
    6566      //
     67      this.createUserDefinedAlgorithmButton.Enabled = false;
    6668      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
     69      this.createUserDefinedAlgorithmButton.Visible = false;
    6770      //
    6871      // tabControl
     
    114117      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
    115118      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
    116       this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 374);
     119      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
    117120      this.operatorGraphTabPage.TabIndex = 2;
    118121      this.operatorGraphTabPage.Text = "Operator Graph";
     
    160163      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
    161164      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    162       this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 338);
     165      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
    163166      this.operatorGraphViewHost.TabIndex = 0;
    164167      this.operatorGraphViewHost.ViewType = null;
     
    169172      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
    170173      this.globalScopeTabPage.Name = "globalScopeTabPage";
    171       this.globalScopeTabPage.Size = new System.Drawing.Size(705, 374);
     174      this.globalScopeTabPage.Size = new System.Drawing.Size(705, 441);
    172175      this.globalScopeTabPage.TabIndex = 3;
    173176      this.globalScopeTabPage.Text = "Global Scope";
     
    183186      this.globalScopeView.Location = new System.Drawing.Point(3, 3);
    184187      this.globalScopeView.Name = "globalScopeView";
    185       this.globalScopeView.Size = new System.Drawing.Size(699, 368);
     188      this.globalScopeView.Size = new System.Drawing.Size(699, 435);
    186189      this.globalScopeView.TabIndex = 0;
    187190      //
Note: See TracChangeset for help on using the changeset viewer.