Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 06:14:03 (14 years ago)
Author:
swagner
Message:

Adapted views according the new read-only property (#973)

File:
1 edited

Legend:

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

    r3361 r3454  
    5252      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5353      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
    54       this.saveOperatorGraphButton = new System.Windows.Forms.Button();
    5554      this.openOperatorGraphButton = new System.Windows.Forms.Button();
    5655      this.newOperatorGraphButton = new System.Windows.Forms.Button();
     
    9998      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
    10099      //
    101       // saveProblemButton
    102       //
    103       this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
    104       //
    105100      // openProblemButton
    106101      //
     
    228223      // operatorGraphTabPage
    229224      //
    230       this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
    231225      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
    232226      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
     
    238232      this.operatorGraphTabPage.Text = "Operator Graph";
    239233      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
    240       //
    241       // saveOperatorGraphButton
    242       //
    243       this.saveOperatorGraphButton.Enabled = false;
    244       this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    245       this.saveOperatorGraphButton.Location = new System.Drawing.Point(63, 3);
    246       this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
    247       this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
    248       this.saveOperatorGraphButton.TabIndex = 1;
    249       this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph");
    250       this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
    251234      //
    252235      // openOperatorGraphButton
     
    328311    protected System.Windows.Forms.TabPage operatorGraphTabPage;
    329312    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
    330     protected System.Windows.Forms.Button saveOperatorGraphButton;
    331313    protected System.Windows.Forms.Button openOperatorGraphButton;
    332314    protected System.Windows.Forms.Button newOperatorGraphButton;
Note: See TracChangeset for help on using the changeset viewer.