namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
partial class SymbolicDataAnalysisExpressionLineageExplorerView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.treeView = new System.Windows.Forms.TreeView();
this.symbolicExpressionChartControl = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicExpressionChartControl();
this.SuspendLayout();
//
// treeView
//
this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.treeView.Location = new System.Drawing.Point(3, 3);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(167, 590);
this.treeView.TabIndex = 0;
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
//
// symbolicExpressionChartControl
//
this.symbolicExpressionChartControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.symbolicExpressionChartControl.AutoSize = true;
this.symbolicExpressionChartControl.BackColor = System.Drawing.SystemColors.Control;
this.symbolicExpressionChartControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.symbolicExpressionChartControl.Chart = null;
this.symbolicExpressionChartControl.Location = new System.Drawing.Point(176, 3);
this.symbolicExpressionChartControl.Name = "symbolicExpressionChartControl";
this.symbolicExpressionChartControl.ScaleOnResize = true;
this.symbolicExpressionChartControl.Size = new System.Drawing.Size(657, 593);
this.symbolicExpressionChartControl.TabIndex = 1;
//
// SymbolicDataAnalysisExpressionLineageExplorerView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.symbolicExpressionChartControl);
this.Controls.Add(this.treeView);
this.DoubleBuffered = true;
this.Name = "SymbolicDataAnalysisExpressionLineageExplorerView";
this.Size = new System.Drawing.Size(836, 596);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TreeView treeView;
private SymbolicExpressionChartControl symbolicExpressionChartControl;
}
}