Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 15:39:26 (14 years ago)
Author:
mkommend
Message:

added first version of OperatorGraphVisualization (ticket #867)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorGraphView.Designer.cs

    r2790 r2801  
    4949      this.initialOperatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    5050      this.operatorsView = new HeuristicLab.Core.Views.OperatorSetView();
    51       this.graphView = new HeuristicLab.Core.Views.OperatorTreeView();
    5251      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5352      this.graphGroupBox = new System.Windows.Forms.GroupBox();
     53      this.viewHost = new HeuristicLab.Core.Views.ViewHost();
    5454      this.operatorsContextMenuStrip.SuspendLayout();
    5555      this.splitContainer.Panel1.SuspendLayout();
     
    8282                  | System.Windows.Forms.AnchorStyles.Right)));
    8383      this.operatorsView.Caption = "Operator Set";
     84      this.operatorsView.Content = null;
    8485      this.operatorsView.Location = new System.Drawing.Point(3, 3);
    8586      this.operatorsView.Name = "operatorsView";
     
    8788      this.operatorsView.TabIndex = 0;
    8889      this.operatorsView.Load += new System.EventHandler(this.operatorsView_Load);
    89       //
    90       // graphView
    91       //
    92       this.graphView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    93                   | System.Windows.Forms.AnchorStyles.Left)
    94                   | System.Windows.Forms.AnchorStyles.Right)));
    95       this.graphView.Caption = "Operator";
    96       this.graphView.Location = new System.Drawing.Point(6, 19);
    97       this.graphView.Name = "graphView";
    98       this.graphView.Size = new System.Drawing.Size(590, 183);
    99       this.graphView.TabIndex = 0;
    10090      //
    10191      // splitContainer
     
    122112                  | System.Windows.Forms.AnchorStyles.Left)
    123113                  | System.Windows.Forms.AnchorStyles.Right)));
    124       this.graphGroupBox.Controls.Add(this.graphView);
     114      this.graphGroupBox.Controls.Add(this.viewHost);
    125115      this.graphGroupBox.Location = new System.Drawing.Point(3, 3);
    126116      this.graphGroupBox.Name = "graphGroupBox";
     
    129119      this.graphGroupBox.TabStop = false;
    130120      this.graphGroupBox.Text = "Operator &Graph";
     121      //
     122      // viewHost
     123      //
     124      this.viewHost.Content = null;
     125      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
     126      this.viewHost.Location = new System.Drawing.Point(3, 16);
     127      this.viewHost.Name = "viewHost";
     128      this.viewHost.Size = new System.Drawing.Size(596, 189);
     129      this.viewHost.TabIndex = 0;
    131130      //
    132131      // OperatorGraphView
     
    151150    protected System.Windows.Forms.ToolStripMenuItem initialOperatorToolStripMenuItem;
    152151    protected OperatorSetView operatorsView;
    153     protected OperatorTreeView graphView;
    154152    protected System.Windows.Forms.SplitContainer splitContainer;
    155153    protected System.Windows.Forms.GroupBox graphGroupBox;
     154    private ViewHost viewHost;
    156155  }
    157156}
Note: See TracChangeset for help on using the changeset viewer.