Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/10 16:40:24 (14 years ago)
Author:
gkronber
Message:

Fixed problems in persistence and cloning of functions and function libraries. Added test-functionality to editor for function libraries. Fixed bugs in editor for function libraries. #748 (FunctionLibraryView is empty)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP/3.3/FunctionLibraryInjectorView.Designer.cs

    r2728 r2729  
    4646      this.variableInfosTabPage.Size = new System.Drawing.Size(470, 411);
    4747      //
    48       // variablesTabPage
    49       //
    50       this.variablesTabPage.Size = new System.Drawing.Size(470, 411);
    51       //
    52       // constrainedItemBaseView
    53       //
    54       this.constrainedItemBaseView.Size = new System.Drawing.Size(464, 405);
    55       //
    5648      // operatorBaseVariableInfosView
    5749      //
    5850      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(464, 405);
    59       //
    60       // operatorBaseVariablesView
    61       //
    62       this.operatorBaseVariablesView.Size = new System.Drawing.Size(464, 405);
    6351      //
    6452      // loadButton
     
    6957      this.loadButton.Size = new System.Drawing.Size(75, 23);
    7058      this.loadButton.TabIndex = 0;
    71       this.loadButton.Text = "Load...";
     59      this.loadButton.Text = "Import...";
    7260      this.loadButton.UseVisualStyleBackColor = true;
    7361      this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
     
    8068      this.saveButton.Size = new System.Drawing.Size(75, 23);
    8169      this.saveButton.TabIndex = 2;
    82       this.saveButton.Text = "Save...";
     70      this.saveButton.Text = "Export...";
    8371      this.saveButton.UseVisualStyleBackColor = true;
    8472      this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
Note: See TracChangeset for help on using the changeset viewer.