Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/12 10:10:14 (12 years ago)
Author:
bburlacu
Message:

#1832: Moved replacement and impact values calculation code from view to separate files. Implemented simplifier actions: copy, cut, delete, insert node/subtree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TreeSimplifierView/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionTreeChart.Designer.cs

    r7372 r7784  
    2020#endregion
    2121
    22 using System;
    23 using System.Windows.Forms;
    24 using HeuristicLab.Common;
    2522
    2623namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
     
    5350      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    5451      this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    55       this.changeValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5652      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    5753      this.contextMenuStrip.SuspendLayout();
     
    6157      //
    6258      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    63             this.saveImageToolStripMenuItem,
    64             this.changeValueToolStripMenuItem});
     59            this.saveImageToolStripMenuItem});
    6560      this.contextMenuStrip.Name = "contextMenuStrip";
    66       this.contextMenuStrip.Size = new System.Drawing.Size(153, 70);
    67       this.contextMenuStrip.Opened += new System.EventHandler(this.contextMenuStrip_Opened);
     61      this.contextMenuStrip.Size = new System.Drawing.Size(153, 48);
    6862      //
    6963      // saveImageToolStripMenuItem
     
    7367      this.saveImageToolStripMenuItem.Text = "Save Image";
    7468      this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
    75       //
    76       // changeValueToolStripMenuItem
    77       //
    78       this.changeValueToolStripMenuItem.Enabled = false;
    79       this.changeValueToolStripMenuItem.Name = "changeValueToolStripMenuItem";
    80       this.changeValueToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    81       this.changeValueToolStripMenuItem.Text = "Change Value";
    82       this.changeValueToolStripMenuItem.Click += new System.EventHandler(this.changeValueToolStripMenuItem_Click);
    8369      //
    8470      // saveFileDialog
     
    10591
    10692    private System.Windows.Forms.ToolTip toolTip;
    107     private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
    10893    private System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
    10994    private System.Windows.Forms.SaveFileDialog saveFileDialog;
    110     private System.Windows.Forms.ToolStripMenuItem changeValueToolStripMenuItem;
     95    internal System.Windows.Forms.ContextMenuStrip contextMenuStrip;
    11196  }
    11297}
Note: See TracChangeset for help on using the changeset viewer.