Created RelationBase and NodeBase gui test classes
[LivingGraph.git] / GUI / GraphBase.Designer.cs
blob1a0ab7f133a30b102b8e8747c2b9027d7799c0bd
1 namespace LivingGraph.GUI
3 partial class GraphBase
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
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)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Component Designer generated code
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()
31 this.SuspendLayout();
32 //
33 // GraphBase
34 //
35 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
36 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
37 this.Name = "GraphBase";
38 this.Size = new System.Drawing.Size(419, 289);
39 this.ResumeLayout(false);
43 #endregion