2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-03 20:08:21 +00:00
This commit is contained in:
2023-03-27 20:30:35 +03:00
parent 9a74a01bdf
commit 5a9abe4084
9 changed files with 225 additions and 1 deletions

46
Esiur.Analysis.Test/FGraph.Designer.cs generated Normal file
View File

@@ -0,0 +1,46 @@
namespace Esiur.Analysis.Test
{
partial class FGraph
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// FGraph
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(838, 494);
this.Name = "FGraph";
this.Text = "FGraph";
this.ResumeLayout(false);
}
#endregion
}
}