Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/13 11:42:24 (10 years ago)
Author:
bburlacu
Message:

#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic and HeuristicLab.Problems.DataAnalysis.Symbolic.Views and integrated some modifications from the old branch.

File:
1 edited

Legend:

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

    r10264 r10269  
    2828    private void InitializeComponent() {
    2929      this.components = new System.ComponentModel.Container();
    30       this.splitContainer = new System.Windows.Forms.SplitContainer();
    31       this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
    3230      this.topControlBox = new System.Windows.Forms.Panel();
    3331      this.graphControlsGroupBox = new System.Windows.Forms.GroupBox();
     
    3533      this.highlightAllButton = new System.Windows.Forms.Button();
    3634      this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox();
    37       this.groupBox1 = new System.Windows.Forms.GroupBox();
    38       this.matchConstantsCheckBox = new System.Windows.Forms.CheckBox();
    39       this.matchVariableWeightsCheckBox = new System.Windows.Forms.CheckBox();
    40       this.matchVariableNamesCheckBox = new System.Windows.Forms.CheckBox();
    4135      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4236      this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
    43       ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    44       this.splitContainer.Panel1.SuspendLayout();
    45       this.splitContainer.Panel2.SuspendLayout();
    46       this.splitContainer.SuspendLayout();
    4737      this.topControlBox.SuspendLayout();
    4838      this.graphControlsGroupBox.SuspendLayout();
    49       this.groupBox1.SuspendLayout();
    5039      this.SuspendLayout();
    51       //
    52       // splitContainer
    53       //
    54       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    55             | System.Windows.Forms.AnchorStyles.Left)
    56             | System.Windows.Forms.AnchorStyles.Right)));
    57       this.splitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    58       this.splitContainer.Location = new System.Drawing.Point(3, 53);
    59       this.splitContainer.Name = "splitContainer";
    60       //
    61       // splitContainer.Panel1
    62       //
    63       this.splitContainer.Panel1.Controls.Add(this.genealogyGraphChart);
    64       this.splitContainer.Panel1MinSize = 50;
    65       //
    66       // splitContainer.Panel2
    67       //
    68       this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
    69       this.splitContainer.Panel2MinSize = 50;
    70       this.splitContainer.Size = new System.Drawing.Size(1066, 722);
    71       this.splitContainer.SplitterDistance = 488;
    72       this.splitContainer.TabIndex = 7;
    73       //
    74       // symbolicExpressionTreeChart
    75       //
    76       this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
    77       this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
    78       this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
    79       this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
    80       this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
    81       this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(572, 720);
    82       this.symbolicExpressionTreeChart.Spacing = 5;
    83       this.symbolicExpressionTreeChart.SuspendRepaint = false;
    84       this.symbolicExpressionTreeChart.TabIndex = 2;
    85       this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
    86       this.symbolicExpressionTreeChart.Tree = null;
    8740      //
    8841      // topControlBox
     
    14194      this.simpleLineagesCheckBox.CheckedChanged += new System.EventHandler(this.simpleLineagesCheckBox_CheckedChanged);
    14295      //
    143       // groupBox1
    144       //
    145       this.groupBox1.Controls.Add(this.matchConstantsCheckBox);
    146       this.groupBox1.Controls.Add(this.matchVariableWeightsCheckBox);
    147       this.groupBox1.Controls.Add(this.matchVariableNamesCheckBox);
    148       this.groupBox1.Location = new System.Drawing.Point(104, 1);
    149       this.groupBox1.Name = "groupBox1";
    150       this.groupBox1.Size = new System.Drawing.Size(325, 44);
    151       this.groupBox1.TabIndex = 12;
    152       this.groupBox1.TabStop = false;
    153       this.groupBox1.Text = "Matching constraints";
    154       //
    155       // matchConstantsCheckBox
    156       //
    157       this.matchConstantsCheckBox.AutoSize = true;
    158       this.matchConstantsCheckBox.Checked = true;
    159       this.matchConstantsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    160       this.matchConstantsCheckBox.Location = new System.Drawing.Point(6, 19);
    161       this.matchConstantsCheckBox.Name = "matchConstantsCheckBox";
    162       this.matchConstantsCheckBox.Size = new System.Drawing.Size(102, 17);
    163       this.matchConstantsCheckBox.TabIndex = 5;
    164       this.matchConstantsCheckBox.Text = "Constant values";
    165       this.matchConstantsCheckBox.UseVisualStyleBackColor = true;
    166       this.matchConstantsCheckBox.CheckedChanged += new System.EventHandler(this.matchConstantsCheckBox_CheckedChanged);
    167       //
    168       // matchVariableWeightsCheckBox
    169       //
    170       this.matchVariableWeightsCheckBox.AutoSize = true;
    171       this.matchVariableWeightsCheckBox.Checked = true;
    172       this.matchVariableWeightsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    173       this.matchVariableWeightsCheckBox.Location = new System.Drawing.Point(114, 19);
    174       this.matchVariableWeightsCheckBox.Name = "matchVariableWeightsCheckBox";
    175       this.matchVariableWeightsCheckBox.Size = new System.Drawing.Size(103, 17);
    176       this.matchVariableWeightsCheckBox.TabIndex = 6;
    177       this.matchVariableWeightsCheckBox.Text = "Variable weights";
    178       this.matchVariableWeightsCheckBox.UseVisualStyleBackColor = true;
    179       this.matchVariableWeightsCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableWeightsCheckBox_CheckedChanged);
    180       //
    181       // matchVariableNamesCheckBox
    182       //
    183       this.matchVariableNamesCheckBox.AutoSize = true;
    184       this.matchVariableNamesCheckBox.Checked = true;
    185       this.matchVariableNamesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    186       this.matchVariableNamesCheckBox.Location = new System.Drawing.Point(223, 19);
    187       this.matchVariableNamesCheckBox.Name = "matchVariableNamesCheckBox";
    188       this.matchVariableNamesCheckBox.Size = new System.Drawing.Size(98, 17);
    189       this.matchVariableNamesCheckBox.TabIndex = 7;
    190       this.matchVariableNamesCheckBox.Text = "Variable names";
    191       this.matchVariableNamesCheckBox.UseVisualStyleBackColor = true;
    192       this.matchVariableNamesCheckBox.CheckedChanged += new System.EventHandler(this.matchVariableNamesCheckBox_CheckedChanged);
    193       //
    19496      // genealogyGraphChart
    19597      //
     98      this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     99            | System.Windows.Forms.AnchorStyles.Right)));
    196100      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
    197       this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
    198       this.genealogyGraphChart.Location = new System.Drawing.Point(0, 0);
     101      this.genealogyGraphChart.Chart = null;
     102      this.genealogyGraphChart.GenealogyGraph = null;
     103      this.genealogyGraphChart.Location = new System.Drawing.Point(3, 51);
    199104      this.genealogyGraphChart.LockGenealogy = false;
    200105      this.genealogyGraphChart.Name = "genealogyGraphChart";
    201106      this.genealogyGraphChart.ScaleOnResize = true;
    202107      this.genealogyGraphChart.SimpleLineages = false;
    203       this.genealogyGraphChart.Size = new System.Drawing.Size(486, 720);
    204       this.genealogyGraphChart.TabIndex = 2;
     108      this.genealogyGraphChart.Size = new System.Drawing.Size(1066, 724);
     109      this.genealogyGraphChart.TabIndex = 7;
    205110      //
    206111      // GenealogyGraphView
     
    208113      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    209114      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    210       this.Controls.Add(this.groupBox1);
    211       this.Controls.Add(this.splitContainer);
     115      this.Controls.Add(this.genealogyGraphChart);
    212116      this.Controls.Add(this.topControlBox);
    213117      this.Name = "GenealogyGraphView";
    214118      this.Size = new System.Drawing.Size(1072, 778);
    215       this.splitContainer.Panel1.ResumeLayout(false);
    216       this.splitContainer.Panel2.ResumeLayout(false);
    217       ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    218       this.splitContainer.ResumeLayout(false);
    219119      this.topControlBox.ResumeLayout(false);
    220120      this.graphControlsGroupBox.ResumeLayout(false);
    221       this.groupBox1.ResumeLayout(false);
    222       this.groupBox1.PerformLayout();
    223121      this.ResumeLayout(false);
    224122
     
    227125    #endregion
    228126
    229     private System.Windows.Forms.SplitContainer splitContainer;
    230     private SymbolicExpressionTreeChart symbolicExpressionTreeChart;
    231 
    232     private GenealogyGraphChart genealogyGraphChart;
    233127    private System.Windows.Forms.ToolTip toolTip;
    234128    private System.Windows.Forms.Panel topControlBox;
    235     private System.Windows.Forms.GroupBox groupBox1;
    236     private System.Windows.Forms.CheckBox matchConstantsCheckBox;
    237     private System.Windows.Forms.CheckBox matchVariableWeightsCheckBox;
    238     private System.Windows.Forms.CheckBox matchVariableNamesCheckBox;
    239129    private System.Windows.Forms.GroupBox graphControlsGroupBox;
    240130    private System.Windows.Forms.Button highlightAllButton;
    241131    private System.Windows.Forms.CheckBox simpleLineagesCheckBox;
    242132    private System.Windows.Forms.CheckBox lockGenealogyCheckBox;
     133    private GenealogyGraphChart genealogyGraphChart;
    243134
    244135  }
Note: See TracChangeset for help on using the changeset viewer.