1 | namespace 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 | }
|
---|