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.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.groupBox = new System.Windows.Forms.GroupBox(); this.openNew_CheckBox = new System.Windows.Forms.CheckBox(); this.lockGraph_checkBox = new System.Windows.Forms.CheckBox(); this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox(); this.trace_checkBox = new System.Windows.Forms.CheckBox(); 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.groupBox.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, 55); 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(1394, 742); this.splitContainer.SplitterDistance = 694; this.splitContainer.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(697, 743); this.viewHost.TabIndex = 0; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // groupBox // this.groupBox.Controls.Add(this.openNew_CheckBox); this.groupBox.Controls.Add(this.lockGraph_checkBox); this.groupBox.Controls.Add(this.simpleLineages_checkBox); this.groupBox.Controls.Add(this.trace_checkBox); this.groupBox.Location = new System.Drawing.Point(3, 4); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(602, 44); this.groupBox.TabIndex = 1; this.groupBox.TabStop = false; this.groupBox.Text = "Genealogy Options"; // // openNew_CheckBox // this.openNew_CheckBox.AutoSize = true; this.openNew_CheckBox.Location = new System.Drawing.Point(485, 19); this.openNew_CheckBox.Name = "openNew_CheckBox"; this.openNew_CheckBox.Size = new System.Drawing.Size(111, 17); this.openNew_CheckBox.TabIndex = 1; this.openNew_CheckBox.Text = "Open in new view"; this.openNew_CheckBox.UseVisualStyleBackColor = true; // // lockGraph_checkBox // this.lockGraph_checkBox.Appearance = System.Windows.Forms.Appearance.Button; this.lockGraph_checkBox.AutoSize = true; this.lockGraph_checkBox.Location = new System.Drawing.Point(157, 15); this.lockGraph_checkBox.Name = "lockGraph_checkBox"; this.lockGraph_checkBox.Size = new System.Drawing.Size(73, 23); this.lockGraph_checkBox.TabIndex = 0; this.lockGraph_checkBox.Text = "Lock Graph"; this.lockGraph_checkBox.UseVisualStyleBackColor = true; this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged); // // simpleLineages_checkBox // this.simpleLineages_checkBox.Appearance = System.Windows.Forms.Appearance.Button; this.simpleLineages_checkBox.AutoSize = true; this.simpleLineages_checkBox.Location = new System.Drawing.Point(57, 15); this.simpleLineages_checkBox.Name = "simpleLineages_checkBox"; this.simpleLineages_checkBox.Size = new System.Drawing.Size(94, 23); this.simpleLineages_checkBox.TabIndex = 0; this.simpleLineages_checkBox.Text = "Simple Lineages"; this.simpleLineages_checkBox.UseVisualStyleBackColor = true; this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged); // // trace_checkBox // this.trace_checkBox.Appearance = System.Windows.Forms.Appearance.Button; this.trace_checkBox.AutoSize = true; this.trace_checkBox.Location = new System.Drawing.Point(6, 15); this.trace_checkBox.Name = "trace_checkBox"; this.trace_checkBox.Size = new System.Drawing.Size(45, 23); this.trace_checkBox.TabIndex = 0; this.trace_checkBox.Text = "Trace"; this.trace_checkBox.UseVisualStyleBackColor = true; this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged); // // 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.Name = "genealogyGraphChart"; this.genealogyGraphChart.ScaleOnResize = true; this.genealogyGraphChart.SelectedGraphNode = null; this.genealogyGraphChart.SimpleLineages = false; this.genealogyGraphChart.Size = new System.Drawing.Size(689, 738); this.genealogyGraphChart.TabIndex = 0; this.genealogyGraphChart.TraceFragments = false; // // GenealogyGraphView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox); this.Controls.Add(this.splitContainer); this.Name = "GenealogyGraphView"; this.Size = new System.Drawing.Size(1400, 800); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.groupBox.ResumeLayout(false); this.groupBox.PerformLayout(); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.SplitContainer splitContainer; protected MainForm.WindowsForms.ViewHost viewHost; protected GenealogyGraphChart genealogyGraphChart; private System.Windows.Forms.GroupBox groupBox; protected System.Windows.Forms.CheckBox trace_checkBox; protected System.Windows.Forms.CheckBox simpleLineages_checkBox; protected System.Windows.Forms.CheckBox lockGraph_checkBox; protected System.Windows.Forms.CheckBox openNew_CheckBox; } }