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.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart(); this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(3, 3); this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.viewHost); this.splitContainer.Size = new System.Drawing.Size(1404, 794); this.splitContainer.SplitterDistance = 698; this.splitContainer.TabIndex = 0; // // genealogyGraphChart // this.genealogyGraphChart.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.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control; this.genealogyGraphChart.GenealogyGraph = null; this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0); this.genealogyGraphChart.LockGenealogy = false; this.genealogyGraphChart.Mode = null; this.genealogyGraphChart.Name = "genealogyGraphChart"; this.genealogyGraphChart.ScaleOnResize = true; this.genealogyGraphChart.SelectedGraphNode = null; this.genealogyGraphChart.ShowToolBar = true; this.genealogyGraphChart.SimpleLineages = false; this.genealogyGraphChart.Size = new System.Drawing.Size(693, 790); this.genealogyGraphChart.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default; this.genealogyGraphChart.TabIndex = 0; // // viewHost // this.viewHost.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.viewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.viewHost.Caption = "View"; this.viewHost.Content = null; 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(703, 795); this.viewHost.TabIndex = 0; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // 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(1410, 800); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.SplitContainer splitContainer; protected MainForm.WindowsForms.ViewHost viewHost; protected GenealogyGraphChart genealogyGraphChart; } }