Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/12 15:09:52 (12 years ago)
Author:
bburlacu
Message:

#1772: Modified genealogy graph chart and view to reflect changes in the class hierarchy.

File:
1 edited

Legend:

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

    r8213 r8556  
    2828      this.splitContainer = new System.Windows.Forms.SplitContainer();
    2929      this.genealogyTableLayout = new System.Windows.Forms.TableLayoutPanel();
     30      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
     31      this.topControlBox = new System.Windows.Forms.GroupBox();
    3032      this.graphControlsPanel = new System.Windows.Forms.Panel();
     33      this.similarityModeLabel = new System.Windows.Forms.Label();
     34      this.similarityModeSelector = new System.Windows.Forms.ComboBox();
    3135      this.selectModeButton = new System.Windows.Forms.RadioButton();
    3236      this.moveModeButton = new System.Windows.Forms.RadioButton();
    3337      this.zoomModeButton = new System.Windows.Forms.RadioButton();
    34       this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
    35       this.topControlBox = new System.Windows.Forms.GroupBox();
    36       this.similarityModeLabel = new System.Windows.Forms.Label();
    37       this.similarityModeSelector = new System.Windows.Forms.ComboBox();
    3838      this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
    39       this.inDegreeButton = new System.Windows.Forms.Button();
    40       this.outDegreeButton = new System.Windows.Forms.Button();
    4139      this.mainTableLayout.SuspendLayout();
    4240      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    4543      this.splitContainer.SuspendLayout();
    4644      this.genealogyTableLayout.SuspendLayout();
     45      this.topControlBox.SuspendLayout();
    4746      this.graphControlsPanel.SuspendLayout();
    48       this.topControlBox.SuspendLayout();
    4947      this.SuspendLayout();
    5048      //
     
    6260      this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    6361      this.mainTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
    64       this.mainTableLayout.Size = new System.Drawing.Size(528, 443);
     62      this.mainTableLayout.Size = new System.Drawing.Size(787, 584);
    6563      this.mainTableLayout.TabIndex = 6;
    6664      //
     
    8179      this.splitContainer.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
    8280      this.splitContainer.Panel2MinSize = 50;
    83       this.splitContainer.Size = new System.Drawing.Size(522, 387);
    84       this.splitContainer.SplitterDistance = 241;
     81      this.splitContainer.Size = new System.Drawing.Size(781, 528);
     82      this.splitContainer.SplitterDistance = 360;
    8583      this.splitContainer.TabIndex = 7;
    8684      //
     
    9088      this.genealogyTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    9189      this.genealogyTableLayout.Controls.Add(this.genealogyGraphChart, 0, 1);
    92       this.genealogyTableLayout.Controls.Add(this.graphControlsPanel, 0, 0);
    9390      this.genealogyTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
    9491      this.genealogyTableLayout.Location = new System.Drawing.Point(0, 0);
     
    9794      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
    9895      this.genealogyTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    99       this.genealogyTableLayout.Size = new System.Drawing.Size(239, 385);
     96      this.genealogyTableLayout.Size = new System.Drawing.Size(358, 526);
    10097      this.genealogyTableLayout.TabIndex = 4;
    101       //
    102       // graphControlsPanel
    103       //
    104       this.graphControlsPanel.Controls.Add(this.outDegreeButton);
    105       this.graphControlsPanel.Controls.Add(this.inDegreeButton);
    106       this.graphControlsPanel.Controls.Add(this.selectModeButton);
    107       this.graphControlsPanel.Controls.Add(this.moveModeButton);
    108       this.graphControlsPanel.Controls.Add(this.zoomModeButton);
    109       this.graphControlsPanel.Location = new System.Drawing.Point(3, 3);
    110       this.graphControlsPanel.Name = "graphControlsPanel";
    111       this.graphControlsPanel.Size = new System.Drawing.Size(194, 30);
    112       this.graphControlsPanel.TabIndex = 0;
    113       //
    114       // selectModeButton
    115       //
    116       this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
    117       this.selectModeButton.AutoSize = true;
    118       this.selectModeButton.Location = new System.Drawing.Point(65, 3);
    119       this.selectModeButton.Name = "selectModeButton";
    120       this.selectModeButton.Size = new System.Drawing.Size(24, 23);
    121       this.selectModeButton.TabIndex = 5;
    122       this.selectModeButton.TabStop = true;
    123       this.selectModeButton.Text = "S";
    124       this.selectModeButton.UseVisualStyleBackColor = true;
    125       this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
    126       //
    127       // moveModeButton
    128       //
    129       this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
    130       this.moveModeButton.AutoSize = true;
    131       this.moveModeButton.Location = new System.Drawing.Point(3, 3);
    132       this.moveModeButton.Name = "moveModeButton";
    133       this.moveModeButton.Size = new System.Drawing.Size(26, 23);
    134       this.moveModeButton.TabIndex = 3;
    135       this.moveModeButton.TabStop = true;
    136       this.moveModeButton.Text = "M";
    137       this.moveModeButton.UseVisualStyleBackColor = true;
    138       this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
    139       //
    140       // zoomModeButton
    141       //
    142       this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
    143       this.zoomModeButton.AutoSize = true;
    144       this.zoomModeButton.Location = new System.Drawing.Point(35, 3);
    145       this.zoomModeButton.Name = "zoomModeButton";
    146       this.zoomModeButton.Size = new System.Drawing.Size(24, 23);
    147       this.zoomModeButton.TabIndex = 4;
    148       this.zoomModeButton.TabStop = true;
    149       this.zoomModeButton.Text = "Z";
    150       this.zoomModeButton.UseVisualStyleBackColor = true;
    151       this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
    15298      //
    15399      // symbolicExpressionTreeChart
     
    158104      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
    159105      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
    160       this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(275, 385);
     106      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(415, 526);
    161107      this.symbolicExpressionTreeChart.Spacing = 5;
    162108      this.symbolicExpressionTreeChart.SuspendRepaint = false;
     
    167113      // topControlBox
    168114      //
     115      this.topControlBox.Controls.Add(this.graphControlsPanel);
    169116      this.topControlBox.Controls.Add(this.similarityModeLabel);
    170117      this.topControlBox.Controls.Add(this.similarityModeSelector);
     
    172119      this.topControlBox.Location = new System.Drawing.Point(3, 3);
    173120      this.topControlBox.Name = "topControlBox";
    174       this.topControlBox.Size = new System.Drawing.Size(522, 44);
     121      this.topControlBox.Size = new System.Drawing.Size(781, 44);
    175122      this.topControlBox.TabIndex = 6;
    176123      this.topControlBox.TabStop = false;
    177124      this.topControlBox.Text = "Controls";
     125      //
     126      // graphControlsPanel
     127      //
     128      this.graphControlsPanel.Controls.Add(this.selectModeButton);
     129      this.graphControlsPanel.Controls.Add(this.moveModeButton);
     130      this.graphControlsPanel.Controls.Add(this.zoomModeButton);
     131      this.graphControlsPanel.Location = new System.Drawing.Point(246, 14);
     132      this.graphControlsPanel.Name = "graphControlsPanel";
     133      this.graphControlsPanel.Size = new System.Drawing.Size(93, 30);
     134      this.graphControlsPanel.TabIndex = 2;
    178135      //
    179136      // similarityModeLabel
     
    199156      this.similarityModeSelector.SelectedIndexChanged += new System.EventHandler(this.similarityModeSelector_SelectedIndexChanged);
    200157      //
     158      // selectModeButton
     159      //
     160      this.selectModeButton.Appearance = System.Windows.Forms.Appearance.Button;
     161      this.selectModeButton.Location = new System.Drawing.Point(63, 3);
     162      this.selectModeButton.Name = "selectModeButton";
     163      this.selectModeButton.Size = new System.Drawing.Size(24, 24);
     164      this.selectModeButton.TabIndex = 11;
     165      this.selectModeButton.TabStop = true;
     166      this.selectModeButton.UseVisualStyleBackColor = true;
     167      this.selectModeButton.CheckedChanged += new System.EventHandler(this.selectModeButton_CheckedChanged);
     168      //
     169      // moveModeButton
     170      //
     171      this.moveModeButton.Appearance = System.Windows.Forms.Appearance.Button;
     172      this.moveModeButton.Location = new System.Drawing.Point(3, 3);
     173      this.moveModeButton.Name = "moveModeButton";
     174      this.moveModeButton.Size = new System.Drawing.Size(24, 24);
     175      this.moveModeButton.TabIndex = 9;
     176      this.moveModeButton.TabStop = true;
     177      this.moveModeButton.UseVisualStyleBackColor = true;
     178      this.moveModeButton.CheckedChanged += new System.EventHandler(this.moveModeButton_CheckedChanged);
     179      //
     180      // zoomModeButton
     181      //
     182      this.zoomModeButton.Appearance = System.Windows.Forms.Appearance.Button;
     183      this.zoomModeButton.Location = new System.Drawing.Point(33, 3);
     184      this.zoomModeButton.Name = "zoomModeButton";
     185      this.zoomModeButton.Size = new System.Drawing.Size(24, 24);
     186      this.zoomModeButton.TabIndex = 10;
     187      this.zoomModeButton.TabStop = true;
     188      this.zoomModeButton.UseVisualStyleBackColor = true;
     189      this.zoomModeButton.CheckedChanged += new System.EventHandler(this.zoomModeButton_CheckedChanged);
     190      //
    201191      // genealogyGraphChart
    202192      //
    203193      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
    204194      this.genealogyGraphChart.Dock = System.Windows.Forms.DockStyle.Fill;
    205       this.genealogyGraphChart.Location = new System.Drawing.Point(3, 39);
     195      this.genealogyGraphChart.Location = new System.Drawing.Point(3, 3);
    206196      this.genealogyGraphChart.Name = "genealogyGraphChart";
    207197      this.genealogyGraphChart.ScaleOnResize = true;
    208       this.genealogyGraphChart.Size = new System.Drawing.Size(233, 343);
     198      this.genealogyGraphChart.Size = new System.Drawing.Size(352, 520);
    209199      this.genealogyGraphChart.TabIndex = 2;
    210       //
    211       // inDegreeButton
    212       //
    213       this.inDegreeButton.AutoSize = true;
    214       this.inDegreeButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    215       this.inDegreeButton.Location = new System.Drawing.Point(95, 3);
    216       this.inDegreeButton.Name = "inDegreeButton";
    217       this.inDegreeButton.Size = new System.Drawing.Size(28, 23);
    218       this.inDegreeButton.TabIndex = 6;
    219       this.inDegreeButton.Text = "IN";
    220       this.inDegreeButton.UseVisualStyleBackColor = true;
    221       this.inDegreeButton.Click += new System.EventHandler(this.inDegreeButton_Click);
    222       //
    223       // outDegreeButton
    224       //
    225       this.outDegreeButton.AutoSize = true;
    226       this.outDegreeButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    227       this.outDegreeButton.Location = new System.Drawing.Point(129, 3);
    228       this.outDegreeButton.Name = "outDegreeButton";
    229       this.outDegreeButton.Size = new System.Drawing.Size(40, 23);
    230       this.outDegreeButton.TabIndex = 7;
    231       this.outDegreeButton.Text = "OUT";
    232       this.outDegreeButton.UseVisualStyleBackColor = true;
    233       this.outDegreeButton.Click += new System.EventHandler(this.outDegreeButton_Click);
    234200      //
    235201      // GenealogyGraphView
     
    239205      this.Controls.Add(this.mainTableLayout);
    240206      this.Name = "GenealogyGraphView";
    241       this.Size = new System.Drawing.Size(528, 443);
     207      this.Size = new System.Drawing.Size(787, 584);
    242208      this.mainTableLayout.ResumeLayout(false);
    243209      this.splitContainer.Panel1.ResumeLayout(false);
     
    246212      this.splitContainer.ResumeLayout(false);
    247213      this.genealogyTableLayout.ResumeLayout(false);
    248       this.graphControlsPanel.ResumeLayout(false);
    249       this.graphControlsPanel.PerformLayout();
    250214      this.topControlBox.ResumeLayout(false);
    251215      this.topControlBox.PerformLayout();
     216      this.graphControlsPanel.ResumeLayout(false);
    252217      this.ResumeLayout(false);
    253218
     
    268233    private System.Windows.Forms.RadioButton moveModeButton;
    269234    private System.Windows.Forms.RadioButton zoomModeButton;
    270     private System.Windows.Forms.Button inDegreeButton;
    271     private System.Windows.Forms.Button outDegreeButton;
    272235
    273236  }
Note: See TracChangeset for help on using the changeset viewer.