namespace GeoSigmaViewer
{
partial class FormTestView
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing&&(components!=null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}