Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/VariableInteractionNetworkView.Designer.cs @ 12229

Last change on this file since 12229 was 12229, checked in by arapeanu, 9 years ago

#2288: VariableInteractionNetworkView - calculates adjacency matrix from the mean impacts

File size: 2.8 KB
Line 
1namespace HeuristicLab.VariableInteractionNetworks.Views
2{
3    partial class VariableInteractionNetworkView
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Component Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.groupBox1 = new System.Windows.Forms.GroupBox();
32            this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
33            this.groupBox1.SuspendLayout();
34            this.SuspendLayout();
35            //
36            // groupBox1
37            //
38            this.groupBox1.Controls.Add(this.viewHost1);
39            this.groupBox1.Location = new System.Drawing.Point(0, 3);
40            this.groupBox1.Name = "groupBox1";
41            this.groupBox1.Size = new System.Drawing.Size(779, 403);
42            this.groupBox1.TabIndex = 0;
43            this.groupBox1.TabStop = false;
44            this.groupBox1.Text = "Adjacency Matrix";
45            //
46            // viewHost1
47            //
48            this.viewHost1.Caption = "View";
49            this.viewHost1.Content = null;
50            this.viewHost1.Enabled = false;
51            this.viewHost1.Location = new System.Drawing.Point(6, 19);
52            this.viewHost1.Name = "viewHost1";
53            this.viewHost1.ReadOnly = false;
54            this.viewHost1.Size = new System.Drawing.Size(667, 382);
55            this.viewHost1.TabIndex = 0;
56            this.viewHost1.ViewsLabelVisible = true;
57            this.viewHost1.ViewType = null;
58            //
59            // VariableInteractionNetworkView
60            //
61            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
62            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
63            this.Controls.Add(this.groupBox1);
64            this.Name = "VariableInteractionNetworkView";
65            this.Size = new System.Drawing.Size(676, 407);
66            this.groupBox1.ResumeLayout(false);
67            this.ResumeLayout(false);
68
69        }
70
71        #endregion
72
73        private System.Windows.Forms.GroupBox groupBox1;
74        private MainForm.WindowsForms.ViewHost viewHost1;
75
76    }
77}
Note: See TracBrowser for help on using the repository browser.