Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/13 13:01:40 (11 years ago)
Author:
bburlacu
Message:

#1772: Merged remaining trunk changes into the EvolutionaryTracking branch.

Location:
branches/HeuristicLab.EvolutionaryTracking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking

  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/LineageExplorerView.Designer.cs

    r9420 r9835  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       this.tabControl1 = new System.Windows.Forms.TabControl();
     27      this.karyographTab = new System.Windows.Forms.TabControl();
    2828      this.tabPage1 = new System.Windows.Forms.TabPage();
    29       this.tabPage2 = new System.Windows.Forms.TabPage();
    3029      this.panel1 = new System.Windows.Forms.Panel();
    3130      this.qualityImprovementTreeView = new System.Windows.Forms.TreeView();
    3231      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
    3332      this.scopeListTreeView = new System.Windows.Forms.TreeView();
     33      this.panel2 = new System.Windows.Forms.Panel();
     34      this.button1 = new System.Windows.Forms.Button();
     35      this.showGenealogyButton = new System.Windows.Forms.Button();
    3436      this.calculateFragmentFrequencyButton = new System.Windows.Forms.Button();
    35       this.showGenealogyButton = new System.Windows.Forms.Button();
    36       this.button1 = new System.Windows.Forms.Button();
    37       this.panel2 = new System.Windows.Forms.Panel();
     37      this.tabPage2 = new System.Windows.Forms.TabPage();
     38      this.panel4 = new System.Windows.Forms.Panel();
    3839      this.panel3 = new System.Windows.Forms.Panel();
    3940      this.showFrequentFragmentsButton = new System.Windows.Forms.Button();
     
    4243      this.bestNTextBox = new System.Windows.Forms.TextBox();
    4344      this.consideredTrees = new System.Windows.Forms.Label();
    44       this.panel4 = new System.Windows.Forms.Panel();
    45       this.tabControl1.SuspendLayout();
     45      this.tabPage3 = new System.Windows.Forms.TabPage();
     46      this.karyograph1 = new HeuristicLab.EvolutionaryTracking.Views.Karyogram();
     47      this.karyographTab.SuspendLayout();
    4648      this.tabPage1.SuspendLayout();
    47       this.tabPage2.SuspendLayout();
    4849      this.panel1.SuspendLayout();
    4950      this.panel2.SuspendLayout();
     51      this.tabPage2.SuspendLayout();
    5052      this.panel3.SuspendLayout();
     53      this.tabPage3.SuspendLayout();
    5154      this.SuspendLayout();
    5255      //
    53       // tabControl1
    54       //
    55       this.tabControl1.Controls.Add(this.tabPage1);
    56       this.tabControl1.Controls.Add(this.tabPage2);
    57       this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
    58       this.tabControl1.Location = new System.Drawing.Point(0, 0);
    59       this.tabControl1.Name = "tabControl1";
    60       this.tabControl1.SelectedIndex = 0;
    61       this.tabControl1.Size = new System.Drawing.Size(1016, 669);
    62       this.tabControl1.TabIndex = 2;
     56      // karyographTab
     57      //
     58      this.karyographTab.Controls.Add(this.tabPage1);
     59      this.karyographTab.Controls.Add(this.tabPage2);
     60      this.karyographTab.Controls.Add(this.tabPage3);
     61      this.karyographTab.Dock = System.Windows.Forms.DockStyle.Fill;
     62      this.karyographTab.Location = new System.Drawing.Point(0, 0);
     63      this.karyographTab.Name = "karyographTab";
     64      this.karyographTab.SelectedIndex = 0;
     65      this.karyographTab.Size = new System.Drawing.Size(1016, 669);
     66      this.karyographTab.TabIndex = 2;
    6367      //
    6468      // tabPage1
     
    7377      this.tabPage1.Text = "Lineages";
    7478      this.tabPage1.UseVisualStyleBackColor = true;
    75       //
    76       // tabPage2
    77       //
    78       this.tabPage2.Controls.Add(this.panel4);
    79       this.tabPage2.Controls.Add(this.panel3);
    80       this.tabPage2.Location = new System.Drawing.Point(4, 22);
    81       this.tabPage2.Name = "tabPage2";
    82       this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    83       this.tabPage2.Size = new System.Drawing.Size(1008, 643);
    84       this.tabPage2.TabIndex = 1;
    85       this.tabPage2.Text = "Fragments";
    86       this.tabPage2.UseVisualStyleBackColor = true;
    8779      //
    8880      // panel1
     
    134126      this.scopeListTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.scopeListTreeView_AfterSelect);
    135127      //
     128      // panel2
     129      //
     130      this.panel2.Controls.Add(this.button1);
     131      this.panel2.Controls.Add(this.showGenealogyButton);
     132      this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
     133      this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     134      this.panel2.Location = new System.Drawing.Point(3, 3);
     135      this.panel2.Name = "panel2";
     136      this.panel2.Size = new System.Drawing.Size(1002, 33);
     137      this.panel2.TabIndex = 1;
     138      //
     139      // button1
     140      //
     141      this.button1.AutoSize = true;
     142      this.button1.Location = new System.Drawing.Point(239, 4);
     143      this.button1.Name = "button1";
     144      this.button1.Size = new System.Drawing.Size(135, 23);
     145      this.button1.TabIndex = 2;
     146      this.button1.Text = "Show frequent fragments";
     147      this.button1.UseVisualStyleBackColor = true;
     148      this.button1.Click += new System.EventHandler(this.button1_Click);
     149      //
     150      // showGenealogyButton
     151      //
     152      this.showGenealogyButton.AutoSize = true;
     153      this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
     154      this.showGenealogyButton.Name = "showGenealogyButton";
     155      this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
     156      this.showGenealogyButton.TabIndex = 1;
     157      this.showGenealogyButton.Text = "Show genealogy";
     158      this.showGenealogyButton.UseVisualStyleBackColor = true;
     159      this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
     160      //
    136161      // calculateFragmentFrequencyButton
    137162      //
     
    145170      this.calculateFragmentFrequencyButton.Click += new System.EventHandler(this.calculateFragmentFrequencyButton_Click);
    146171      //
    147       // showGenealogyButton
    148       //
    149       this.showGenealogyButton.AutoSize = true;
    150       this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
    151       this.showGenealogyButton.Name = "showGenealogyButton";
    152       this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
    153       this.showGenealogyButton.TabIndex = 1;
    154       this.showGenealogyButton.Text = "Show genealogy";
    155       this.showGenealogyButton.UseVisualStyleBackColor = true;
    156       this.showGenealogyButton.Click += new System.EventHandler(this.showGenealogyButton_Click);
    157       //
    158       // button1
    159       //
    160       this.button1.AutoSize = true;
    161       this.button1.Location = new System.Drawing.Point(239, 4);
    162       this.button1.Name = "button1";
    163       this.button1.Size = new System.Drawing.Size(135, 23);
    164       this.button1.TabIndex = 2;
    165       this.button1.Text = "Show frequent fragments";
    166       this.button1.UseVisualStyleBackColor = true;
    167       this.button1.Click += new System.EventHandler(this.button1_Click);
    168       //
    169       // panel2
    170       //
    171       this.panel2.Controls.Add(this.button1);
    172       this.panel2.Controls.Add(this.showGenealogyButton);
    173       this.panel2.Controls.Add(this.calculateFragmentFrequencyButton);
    174       this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
    175       this.panel2.Location = new System.Drawing.Point(3, 3);
    176       this.panel2.Name = "panel2";
    177       this.panel2.Size = new System.Drawing.Size(1002, 33);
    178       this.panel2.TabIndex = 1;
     172      // tabPage2
     173      //
     174      this.tabPage2.Controls.Add(this.panel4);
     175      this.tabPage2.Controls.Add(this.panel3);
     176      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     177      this.tabPage2.Name = "tabPage2";
     178      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     179      this.tabPage2.Size = new System.Drawing.Size(1008, 643);
     180      this.tabPage2.TabIndex = 1;
     181      this.tabPage2.Text = "Fragments";
     182      this.tabPage2.UseVisualStyleBackColor = true;
     183      //
     184      // panel4
     185      //
     186      this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     187      this.panel4.Location = new System.Drawing.Point(3, 33);
     188      this.panel4.Name = "panel4";
     189      this.panel4.Size = new System.Drawing.Size(1002, 607);
     190      this.panel4.TabIndex = 1;
    179191      //
    180192      // panel3
     
    236248      this.consideredTrees.Text = "Best n trees";
    237249      //
    238       // panel4
    239       //
    240       this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
    241       this.panel4.Location = new System.Drawing.Point(3, 33);
    242       this.panel4.Name = "panel4";
    243       this.panel4.Size = new System.Drawing.Size(1002, 607);
    244       this.panel4.TabIndex = 1;
     250      // tabPage3
     251      //
     252      this.tabPage3.Controls.Add(this.karyograph1);
     253      this.tabPage3.Location = new System.Drawing.Point(4, 22);
     254      this.tabPage3.Name = "tabPage3";
     255      this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     256      this.tabPage3.Size = new System.Drawing.Size(1008, 643);
     257      this.tabPage3.TabIndex = 2;
     258      this.tabPage3.Text = "Karyograph";
     259      this.tabPage3.UseVisualStyleBackColor = true;
     260      //
     261      // karyograph1
     262      //
     263      this.karyograph1.BackColor = System.Drawing.SystemColors.Control;
     264      this.karyograph1.Chart = null;
     265      this.karyograph1.Dock = System.Windows.Forms.DockStyle.Fill;
     266      this.karyograph1.Location = new System.Drawing.Point(3, 3);
     267      this.karyograph1.Name = "karyograph1";
     268      this.karyograph1.ScaleOnResize = true;
     269      this.karyograph1.Size = new System.Drawing.Size(1002, 637);
     270      this.karyograph1.TabIndex = 0;
    245271      //
    246272      // LineageExplorerView
     
    248274      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    249275      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    250       this.Controls.Add(this.tabControl1);
     276      this.Controls.Add(this.karyographTab);
    251277      this.Name = "LineageExplorerView";
    252278      this.Size = new System.Drawing.Size(1016, 669);
    253       this.tabControl1.ResumeLayout(false);
     279      this.karyographTab.ResumeLayout(false);
    254280      this.tabPage1.ResumeLayout(false);
    255       this.tabPage2.ResumeLayout(false);
    256281      this.panel1.ResumeLayout(false);
    257282      this.panel2.ResumeLayout(false);
    258283      this.panel2.PerformLayout();
     284      this.tabPage2.ResumeLayout(false);
    259285      this.panel3.ResumeLayout(false);
    260286      this.panel3.PerformLayout();
     287      this.tabPage3.ResumeLayout(false);
    261288      this.ResumeLayout(false);
    262289
     
    265292    #endregion
    266293
    267     private System.Windows.Forms.TabControl tabControl1;
     294    private System.Windows.Forms.TabControl karyographTab;
    268295    private System.Windows.Forms.TabPage tabPage1;
    269296    private System.Windows.Forms.Panel panel1;
     
    283310    private System.Windows.Forms.Label consideredTrees;
    284311    private System.Windows.Forms.Panel panel4;
     312    private System.Windows.Forms.TabPage tabPage3;
     313    private Karyogram karyograph1;
    285314
    286315
Note: See TracChangeset for help on using the changeset viewer.