namespace HeuristicLab.VariableInteractionNetworks.Views { partial class VariableInteractionNetworkView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.viewHost1); this.groupBox1.Location = new System.Drawing.Point(0, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(779, 403); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Adjacency Matrix"; // // viewHost1 // this.viewHost1.Caption = "View"; this.viewHost1.Content = null; this.viewHost1.Enabled = false; this.viewHost1.Location = new System.Drawing.Point(6, 19); this.viewHost1.Name = "viewHost1"; this.viewHost1.ReadOnly = false; this.viewHost1.Size = new System.Drawing.Size(667, 382); this.viewHost1.TabIndex = 0; this.viewHost1.ViewsLabelVisible = true; this.viewHost1.ViewType = null; // // VariableInteractionNetworkView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Name = "VariableInteractionNetworkView"; this.Size = new System.Drawing.Size(676, 407); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private MainForm.WindowsForms.ViewHost viewHost1; } }