namespace HeuristicLab.EvolutionTracking.Views {
partial class GenealogyGraphView {
///
/// 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.splitContainer = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.panel1);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.panel2);
this.splitContainer.Size = new System.Drawing.Size(1128, 700);
this.splitContainer.SplitterDistance = 500;
this.splitContainer.TabIndex = 0;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.genealogyGraphChart);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(500, 700);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.viewHost);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(624, 700);
this.panel2.TabIndex = 0;
//
// viewHost
//
this.viewHost.Caption = "View";
this.viewHost.Content = null;
this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.viewHost.Enabled = false;
this.viewHost.Location = new System.Drawing.Point(0, 0);
this.viewHost.Name = "viewHost";
this.viewHost.ReadOnly = false;
this.viewHost.Size = new System.Drawing.Size(622, 698);
this.viewHost.TabIndex = 0;
this.viewHost.ViewsLabelVisible = true;
this.viewHost.ViewType = null;
//
// genealogyGraphChart
//
this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.genealogyGraphChart.GenealogyGraph = null;
this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
this.genealogyGraphChart.LockGenealogy = false;
this.genealogyGraphChart.Name = "genealogyGraphChart";
this.genealogyGraphChart.ScaleOnResize = true;
this.genealogyGraphChart.SimpleLineages = false;
this.genealogyGraphChart.Size = new System.Drawing.Size(498, 698);
this.genealogyGraphChart.TabIndex = 2;
//
// GenealogyGraphView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer);
this.Name = "GenealogyGraphView";
this.Size = new System.Drawing.Size(1128, 700);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.SplitContainer splitContainer;
protected MainForm.WindowsForms.ViewHost viewHost;
protected System.Windows.Forms.Panel panel1;
protected System.Windows.Forms.Panel panel2;
protected GenealogyGraphChart genealogyGraphChart;
}
}