Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/29/17 16:43:29 (6 years ago)
Author:
bburlacu
Message:

#1772: Refactor SymbolicDataAnalysisGenealogyGraphView

File:
1 edited

Legend:

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

    r13061 r15561  
    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();
    29       this.groupBox = new System.Windows.Forms.GroupBox();
    30       this.openNew_CheckBox = new System.Windows.Forms.CheckBox();
    31       this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
    32       this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
    33       this.trace_checkBox = new System.Windows.Forms.CheckBox();
    34       this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
    3530      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    3631      this.splitContainer.Panel1.SuspendLayout();
    3732      this.splitContainer.Panel2.SuspendLayout();
    3833      this.splitContainer.SuspendLayout();
    39       this.groupBox.SuspendLayout();
    4034      this.SuspendLayout();
    4135      //
     
    4539            | System.Windows.Forms.AnchorStyles.Left)
    4640            | System.Windows.Forms.AnchorStyles.Right)));
    47       this.splitContainer.Location = new System.Drawing.Point(3, 55);
     41      this.splitContainer.Location = new System.Drawing.Point(3, 3);
    4842      this.splitContainer.Name = "splitContainer";
    4943      //
     
    5549      //
    5650      this.splitContainer.Panel2.Controls.Add(this.viewHost);
    57       this.splitContainer.Size = new System.Drawing.Size(1394, 742);
    58       this.splitContainer.SplitterDistance = 694;
     51      this.splitContainer.Size = new System.Drawing.Size(1404, 794);
     52      this.splitContainer.SplitterDistance = 698;
    5953      this.splitContainer.TabIndex = 0;
     54      //
     55      // genealogyGraphChart
     56      //
     57      this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     58            | System.Windows.Forms.AnchorStyles.Left)
     59            | System.Windows.Forms.AnchorStyles.Right)));
     60      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
     61      this.genealogyGraphChart.GenealogyGraph = null;
     62      this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
     63      this.genealogyGraphChart.LockGenealogy = false;
     64      this.genealogyGraphChart.Mode = null;
     65      this.genealogyGraphChart.Name = "genealogyGraphChart";
     66      this.genealogyGraphChart.ScaleOnResize = true;
     67      this.genealogyGraphChart.SelectedGraphNode = null;
     68      this.genealogyGraphChart.ShowToolBar = true;
     69      this.genealogyGraphChart.SimpleLineages = false;
     70      this.genealogyGraphChart.Size = new System.Drawing.Size(693, 790);
     71      this.genealogyGraphChart.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
     72      this.genealogyGraphChart.TabIndex = 0;
    6073      //
    6174      // viewHost
     
    7184      this.viewHost.Name = "viewHost";
    7285      this.viewHost.ReadOnly = false;
    73       this.viewHost.Size = new System.Drawing.Size(697, 743);
     86      this.viewHost.Size = new System.Drawing.Size(703, 795);
    7487      this.viewHost.TabIndex = 0;
    7588      this.viewHost.ViewsLabelVisible = true;
    7689      this.viewHost.ViewType = null;
    77       //
    78       // groupBox
    79       //
    80       this.groupBox.Controls.Add(this.openNew_CheckBox);
    81       this.groupBox.Controls.Add(this.lockGraph_checkBox);
    82       this.groupBox.Controls.Add(this.simpleLineages_checkBox);
    83       this.groupBox.Controls.Add(this.trace_checkBox);
    84       this.groupBox.Location = new System.Drawing.Point(3, 4);
    85       this.groupBox.Name = "groupBox";
    86       this.groupBox.Size = new System.Drawing.Size(602, 44);
    87       this.groupBox.TabIndex = 1;
    88       this.groupBox.TabStop = false;
    89       this.groupBox.Text = "Genealogy Options";
    90       //
    91       // openNew_CheckBox
    92       //
    93       this.openNew_CheckBox.AutoSize = true;
    94       this.openNew_CheckBox.Location = new System.Drawing.Point(485, 19);
    95       this.openNew_CheckBox.Name = "openNew_CheckBox";
    96       this.openNew_CheckBox.Size = new System.Drawing.Size(111, 17);
    97       this.openNew_CheckBox.TabIndex = 1;
    98       this.openNew_CheckBox.Text = "Open in new view";
    99       this.openNew_CheckBox.UseVisualStyleBackColor = true;
    100       //
    101       // lockGraph_checkBox
    102       //
    103       this.lockGraph_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
    104       this.lockGraph_checkBox.AutoSize = true;
    105       this.lockGraph_checkBox.Location = new System.Drawing.Point(157, 15);
    106       this.lockGraph_checkBox.Name = "lockGraph_checkBox";
    107       this.lockGraph_checkBox.Size = new System.Drawing.Size(73, 23);
    108       this.lockGraph_checkBox.TabIndex = 0;
    109       this.lockGraph_checkBox.Text = "Lock Graph";
    110       this.lockGraph_checkBox.UseVisualStyleBackColor = true;
    111       this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
    112       //
    113       // simpleLineages_checkBox
    114       //
    115       this.simpleLineages_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
    116       this.simpleLineages_checkBox.AutoSize = true;
    117       this.simpleLineages_checkBox.Location = new System.Drawing.Point(57, 15);
    118       this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
    119       this.simpleLineages_checkBox.Size = new System.Drawing.Size(94, 23);
    120       this.simpleLineages_checkBox.TabIndex = 0;
    121       this.simpleLineages_checkBox.Text = "Simple Lineages";
    122       this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
    123       this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
    124       //
    125       // trace_checkBox
    126       //
    127       this.trace_checkBox.Appearance = System.Windows.Forms.Appearance.Button;
    128       this.trace_checkBox.AutoSize = true;
    129       this.trace_checkBox.Location = new System.Drawing.Point(6, 15);
    130       this.trace_checkBox.Name = "trace_checkBox";
    131       this.trace_checkBox.Size = new System.Drawing.Size(45, 23);
    132       this.trace_checkBox.TabIndex = 0;
    133       this.trace_checkBox.Text = "Trace";
    134       this.trace_checkBox.UseVisualStyleBackColor = true;
    135       this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
    136       //
    137       // genealogyGraphChart
    138       //
    139       this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    140             | System.Windows.Forms.AnchorStyles.Left)
    141             | System.Windows.Forms.AnchorStyles.Right)));
    142       this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
    143       this.genealogyGraphChart.GenealogyGraph = null;
    144       this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
    145       this.genealogyGraphChart.LockGenealogy = false;
    146       this.genealogyGraphChart.Name = "genealogyGraphChart";
    147       this.genealogyGraphChart.ScaleOnResize = true;
    148       this.genealogyGraphChart.SelectedGraphNode = null;
    149       this.genealogyGraphChart.SimpleLineages = false;
    150       this.genealogyGraphChart.Size = new System.Drawing.Size(689, 738);
    151       this.genealogyGraphChart.TabIndex = 0;
    152       this.genealogyGraphChart.TraceFragments = false;
    15390      //
    15491      // GenealogyGraphView
     
    15693      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    15794      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    158       this.Controls.Add(this.groupBox);
    15995      this.Controls.Add(this.splitContainer);
    16096      this.Name = "GenealogyGraphView";
    161       this.Size = new System.Drawing.Size(1400, 800);
     97      this.Size = new System.Drawing.Size(1410, 800);
    16298      this.splitContainer.Panel1.ResumeLayout(false);
    16399      this.splitContainer.Panel2.ResumeLayout(false);
    164100      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    165101      this.splitContainer.ResumeLayout(false);
    166       this.groupBox.ResumeLayout(false);
    167       this.groupBox.PerformLayout();
    168102      this.ResumeLayout(false);
    169103
     
    175109    protected MainForm.WindowsForms.ViewHost viewHost;
    176110    protected GenealogyGraphChart genealogyGraphChart;
    177     private System.Windows.Forms.GroupBox groupBox;
    178     protected System.Windows.Forms.CheckBox trace_checkBox;
    179     protected System.Windows.Forms.CheckBox simpleLineages_checkBox;
    180     protected System.Windows.Forms.CheckBox lockGraph_checkBox;
    181     protected System.Windows.Forms.CheckBox openNew_CheckBox;
    182111
    183112  }
Note: See TracChangeset for help on using the changeset viewer.