You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/Module/GeoSigmaViewer/FormTestView.Designer.cs

59 lines
1.9 KiB
C#

namespace GeoSigmaViewer
{
partial class FormTestView
{
/// <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.viewer11 = new GeoSigmaViewer.Viewer1();
this.SuspendLayout();
//
// viewer11
//
this.viewer11.Location = new System.Drawing.Point(63, 26);
this.viewer11.Name = "viewer11";
this.viewer11.Size = new System.Drawing.Size(457, 353);
this.viewer11.TabIndex = 0;
//
// FormTestView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.viewer11);
this.Name = "FormTestView";
this.Text = "FormTestView";
this.Load += new System.EventHandler(this.FormTestView_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FormTestView_Paint);
this.ResumeLayout(false);
}
#endregion
private Viewer1 viewer11;
}
}