Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/15 23:17:56 (9 years ago)
Author:
bburlacu
Message:

#1772: Added some useful functionality to the GenealogyGraphView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.Designer.cs

    r11817 r11852  
    2626    private void InitializeComponent() {
    2727      this.splitContainer = new System.Windows.Forms.SplitContainer();
     28      this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
    2829      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    2930      this.groupBox = new System.Windows.Forms.GroupBox();
     
    3132      this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
    3233      this.trace_checkBox = new System.Windows.Forms.CheckBox();
    33       this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
     34      this.openNew_CheckBox = new System.Windows.Forms.CheckBox();
    3435      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    3536      this.splitContainer.Panel1.SuspendLayout();
     
    5859      this.splitContainer.TabIndex = 0;
    5960      //
     61      // genealogyGraphChart
     62      //
     63      this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     64            | System.Windows.Forms.AnchorStyles.Left)
     65            | System.Windows.Forms.AnchorStyles.Right)));
     66      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
     67      this.genealogyGraphChart.GenealogyGraph = null;
     68      this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
     69      this.genealogyGraphChart.LockGenealogy = false;
     70      this.genealogyGraphChart.Name = "genealogyGraphChart";
     71      this.genealogyGraphChart.ScaleOnResize = true;
     72      this.genealogyGraphChart.SimpleLineages = false;
     73      this.genealogyGraphChart.Size = new System.Drawing.Size(689, 738);
     74      this.genealogyGraphChart.TabIndex = 0;
     75      this.genealogyGraphChart.TraceFragments = false;
     76      this.genealogyGraphChart.UpdateEnabled = true;
     77      //
    6078      // viewHost
    6179      //
     
    7795      // groupBox
    7896      //
     97      this.groupBox.Controls.Add(this.openNew_CheckBox);
    7998      this.groupBox.Controls.Add(this.lockGraph_checkBox);
    8099      this.groupBox.Controls.Add(this.simpleLineages_checkBox);
     
    123142      this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
    124143      //
    125       // genealogyGraphChart
     144      // openNew_CheckBox
    126145      //
    127       this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    128             | System.Windows.Forms.AnchorStyles.Left)
    129             | System.Windows.Forms.AnchorStyles.Right)));
    130       this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
    131       this.genealogyGraphChart.GenealogyGraph = null;
    132       this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
    133       this.genealogyGraphChart.LockGenealogy = false;
    134       this.genealogyGraphChart.Name = "genealogyGraphChart";
    135       this.genealogyGraphChart.ScaleOnResize = true;
    136       this.genealogyGraphChart.SimpleLineages = false;
    137       this.genealogyGraphChart.Size = new System.Drawing.Size(689, 738);
    138       this.genealogyGraphChart.TabIndex = 0;
    139       this.genealogyGraphChart.TraceFragments = false;
     146      this.openNew_CheckBox.AutoSize = true;
     147      this.openNew_CheckBox.Location = new System.Drawing.Point(237, 20);
     148      this.openNew_CheckBox.Name = "openNew_CheckBox";
     149      this.openNew_CheckBox.Size = new System.Drawing.Size(111, 17);
     150      this.openNew_CheckBox.TabIndex = 1;
     151      this.openNew_CheckBox.Text = "Open in new view";
     152      this.openNew_CheckBox.UseVisualStyleBackColor = true;
    140153      //
    141154      // GenealogyGraphView
     
    166179    protected System.Windows.Forms.CheckBox simpleLineages_checkBox;
    167180    protected System.Windows.Forms.CheckBox lockGraph_checkBox;
     181    protected System.Windows.Forms.CheckBox openNew_CheckBox;
    168182
    169183  }
Note: See TracChangeset for help on using the changeset viewer.