Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/15 16:10:16 (9 years ago)
Author:
arapeanu
Message:

#2288: Added adjacency matrix update by threshold and target variable functionality + node importance calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/VariableInteractionNetworkView.Designer.cs

    r12229 r12263  
    3131            this.groupBox1 = new System.Windows.Forms.GroupBox();
    3232            this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     33            this.viewHost2 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     34            this.groupBox2 = new System.Windows.Forms.GroupBox();
     35            this.viewHost3 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3336            this.groupBox1.SuspendLayout();
     37            this.groupBox2.SuspendLayout();
    3438            this.SuspendLayout();
    3539            //
     
    3741            //
    3842            this.groupBox1.Controls.Add(this.viewHost1);
     43            this.groupBox1.Controls.Add(this.viewHost2);
    3944            this.groupBox1.Location = new System.Drawing.Point(0, 3);
    4045            this.groupBox1.Name = "groupBox1";
    41             this.groupBox1.Size = new System.Drawing.Size(779, 403);
     46            this.groupBox1.Size = new System.Drawing.Size(635, 228);
    4247            this.groupBox1.TabIndex = 0;
    4348            this.groupBox1.TabStop = false;
    44             this.groupBox1.Text = "Adjacency Matrix";
     49            this.groupBox1.Text = "Adjacency Matrix. Node Impacts";
    4550            //
    4651            // viewHost1
     
    5257            this.viewHost1.Name = "viewHost1";
    5358            this.viewHost1.ReadOnly = false;
    54             this.viewHost1.Size = new System.Drawing.Size(667, 382);
     59            this.viewHost1.Size = new System.Drawing.Size(354, 247);
    5560            this.viewHost1.TabIndex = 0;
    5661            this.viewHost1.ViewsLabelVisible = true;
    5762            this.viewHost1.ViewType = null;
     63            //
     64            // viewHost2
     65            //
     66            this.viewHost2.Caption = "View";
     67            this.viewHost2.Content = null;
     68            this.viewHost2.Enabled = false;
     69            this.viewHost2.Location = new System.Drawing.Point(365, 19);
     70            this.viewHost2.Name = "viewHost2";
     71            this.viewHost2.ReadOnly = false;
     72            this.viewHost2.Size = new System.Drawing.Size(210, 259);
     73            this.viewHost2.TabIndex = 0;
     74            this.viewHost2.ViewsLabelVisible = true;
     75            this.viewHost2.ViewType = null;
     76            //
     77            // groupBox2
     78            //
     79            this.groupBox2.Controls.Add(this.viewHost3);
     80            this.groupBox2.Location = new System.Drawing.Point(6, 268);
     81            this.groupBox2.Name = "groupBox2";
     82            this.groupBox2.Size = new System.Drawing.Size(629, 258);
     83            this.groupBox2.TabIndex = 1;
     84            this.groupBox2.TabStop = false;
     85            this.groupBox2.Text = "Updated Adjacency Matrix (for target variable x1 and threshold 0.2)";
     86            //
     87            // viewHost3
     88            //
     89            this.viewHost3.Caption = "View";
     90            this.viewHost3.Content = null;
     91            this.viewHost3.Enabled = false;
     92            this.viewHost3.Location = new System.Drawing.Point(6, 19);
     93            this.viewHost3.Name = "viewHost3";
     94            this.viewHost3.ReadOnly = false;
     95            this.viewHost3.Size = new System.Drawing.Size(367, 239);
     96            this.viewHost3.TabIndex = 0;
     97            this.viewHost3.ViewsLabelVisible = true;
     98            this.viewHost3.ViewType = null;
    5899            //
    59100            // VariableInteractionNetworkView
     
    61102            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    62103            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     104            this.Controls.Add(this.groupBox2);
    63105            this.Controls.Add(this.groupBox1);
    64106            this.Name = "VariableInteractionNetworkView";
    65             this.Size = new System.Drawing.Size(676, 407);
     107            this.Size = new System.Drawing.Size(635, 513);
    66108            this.groupBox1.ResumeLayout(false);
     109            this.groupBox2.ResumeLayout(false);
    67110            this.ResumeLayout(false);
    68111
     
    73116        private System.Windows.Forms.GroupBox groupBox1;
    74117        private MainForm.WindowsForms.ViewHost viewHost1;
    75 
     118        private MainForm.WindowsForms.ViewHost viewHost2;
     119        private System.Windows.Forms.GroupBox groupBox2;
     120        private MainForm.WindowsForms.ViewHost viewHost3;
    76121    }
    77122}
Note: See TracChangeset for help on using the changeset viewer.