Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2288_HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/DirectedGraphChart.Designer.cs @ 16736

Last change on this file since 16736 was 13893, checked in by bburlacu, 8 years ago

#2288: Simplify and optimize code for cluster identification in ConstrainedForceDirectedLayout.cs. Introduce a TrackBar for adjusting network threshold in the RunCollectionVariableInteractionNetworkView. Minor improvements to the DirectedGraphChart (work in progress).

File size: 2.0 KB
Line 
1namespace HeuristicLab.VariableInteractionNetworks.Views {
2  partial class DirectedGraphChart {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20    /// <summary>
21    /// Required method for Designer support - do not modify
22    /// the contents of this method with the code editor.
23    /// </summary>
24    private void InitializeComponent() {
25      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectedGraphChart));
26      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
27      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
28      this.splitContainer.Panel2.SuspendLayout();
29      this.splitContainer.SuspendLayout();
30      this.SuspendLayout();
31      //
32      // toolTip
33      //
34      this.toolTip.ShowAlways = true;
35      //
36      // splitContainer
37      //
38      //
39      // DirectedGraphChart
40      //
41      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
42      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
43      this.Name = "DirectedGraphChart";
44      this.Controls.SetChildIndex(this.splitContainer, 0);
45      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
46      this.splitContainer.Panel2.ResumeLayout(false);
47      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
48      this.splitContainer.ResumeLayout(false);
49      this.ResumeLayout(false);
50
51    }
52    #endregion
53  }
54}
Note: See TracBrowser for help on using the repository browser.