Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/DirectedGraphChart.Designer.cs @ 13789

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

#2288:

  • Refactor RunCollectionVariableInteractionNetworkView improving functionality, modularity and code organisation.
  • Small tweaks to the DirectedGraphChart and DirectedGraphChartMode
File size: 2.1 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      // pictureBox
33      //
34      //this.pictureBox.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox.Image")));
35      //
36      // toolTip
37      //
38      this.toolTip.ShowAlways = true;
39      //
40      // splitContainer
41      //
42      //
43      // DirectedGraphChart
44      //
45      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
46      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
47      this.Name = "DirectedGraphChart";
48      this.Controls.SetChildIndex(this.splitContainer, 0);
49      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
50      this.splitContainer.Panel2.ResumeLayout(false);
51      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
52      this.splitContainer.ResumeLayout(false);
53      this.ResumeLayout(false);
54
55    }
56    #endregion
57  }
58}
Note: See TracBrowser for help on using the repository browser.