Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/14/08 14:42:29 (16 years ago)
Author:
gkronber
Message:

worked on exporters and display of function-names in the functionView (#177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP/FunctionView.Designer.cs

    r645 r654  
    5151      this.components = new System.ComponentModel.Container();
    5252      this.funTreeView = new System.Windows.Forms.TreeView();
     53      this.representationContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
    5354      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5455      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
     
    5960      this.editButton = new System.Windows.Forms.Button();
    6061      this.treeNodeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
    61       this.copyToClipboardMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    62       this.copyToClipboardSExpressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    6362      this.splitContainer.Panel1.SuspendLayout();
    6463      this.splitContainer.Panel2.SuspendLayout();
     
    6766      this.variablesSplitContainer.Panel1.SuspendLayout();
    6867      this.variablesSplitContainer.SuspendLayout();
    69       this.treeNodeContextMenu.SuspendLayout();
    7068      this.SuspendLayout();
    7169      //
    7270      // funTreeView
    7371      //
     72      this.funTreeView.ContextMenuStrip = this.representationContextMenu;
    7473      this.funTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
    7574      this.funTreeView.HideSelection = false;
     
    8079      this.funTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.funTreeView_MouseUp);
    8180      this.funTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.functionTreeView_AfterSelect);
     81      //
     82      // representationContextMenu
     83      //
     84      this.representationContextMenu.Name = "representationContextMenu";
     85      this.representationContextMenu.Size = new System.Drawing.Size(61, 4);
    8286      //
    8387      // splitContainer
     
    167171      // treeNodeContextMenu
    168172      //
    169       this.treeNodeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    170             this.copyToClipboardMenuItem,
    171             this.copyToClipboardSExpressionToolStripMenuItem});
    172173      this.treeNodeContextMenu.Name = "treeNodeContextMenu";
    173       this.treeNodeContextMenu.Size = new System.Drawing.Size(259, 70);
    174       //
    175       // copyToClipboardMenuItem
    176       //
    177       this.copyToClipboardMenuItem.Name = "copyToClipboardMenuItem";
    178       this.copyToClipboardMenuItem.Size = new System.Drawing.Size(258, 22);
    179       this.copyToClipboardMenuItem.Text = "Copy to clip-board (Model-Analyzer)";
    180       this.copyToClipboardMenuItem.Click += new System.EventHandler(this.copyToClipboardMenuItem_Click);
    181       //
    182       // copyToClipboardSExpressionToolStripMenuItem
    183       //
    184       this.copyToClipboardSExpressionToolStripMenuItem.Name = "copyToClipboardSExpressionToolStripMenuItem";
    185       this.copyToClipboardSExpressionToolStripMenuItem.Size = new System.Drawing.Size(258, 22);
    186       this.copyToClipboardSExpressionToolStripMenuItem.Text = "Copy to clip-board (S-Expression)";
    187       this.copyToClipboardSExpressionToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardSExpressionToolStripMenuItem_Click);
     174      this.treeNodeContextMenu.Size = new System.Drawing.Size(61, 4);
    188175      //
    189176      // FunctionTreeView
     
    201188      this.variablesSplitContainer.Panel1.ResumeLayout(false);
    202189      this.variablesSplitContainer.ResumeLayout(false);
    203       this.treeNodeContextMenu.ResumeLayout(false);
    204190      this.ResumeLayout(false);
    205191
     
    217203    private System.Windows.Forms.Label label1;
    218204    private System.Windows.Forms.ContextMenuStrip treeNodeContextMenu;
    219     private System.Windows.Forms.ToolStripMenuItem copyToClipboardMenuItem;
    220     private System.Windows.Forms.ToolStripMenuItem copyToClipboardSExpressionToolStripMenuItem;
     205    private System.Windows.Forms.ContextMenuStrip representationContextMenu;
    221206
    222207  }
Note: See TracChangeset for help on using the changeset viewer.