namespace TEWin
{
partial class FrmWin
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWin));
this.axTEWin = new AxTerraExplorerX.AxTE3DWindow();
((System.ComponentModel.ISupportInitialize)(this.axTEWin)).BeginInit();
this.SuspendLayout();
//
// axTEWin
//
this.axTEWin.Dock = System.Windows.Forms.DockStyle.Fill;
this.axTEWin.Enabled = true;
this.axTEWin.Location = new System.Drawing.Point(0, 0);
this.axTEWin.Margin = new System.Windows.Forms.Padding(2);
this.axTEWin.Name = "axTEWin";
this.axTEWin.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTEWin.OcxState")));
this.axTEWin.Size = new System.Drawing.Size(784, 561);
this.axTEWin.TabIndex = 1;
//
// FrmWin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.axTEWin);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmWin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmWin";
((System.ComponentModel.ISupportInitialize)(this.axTEWin)).EndInit();
this.ResumeLayout(false);
}
#endregion
private AxTerraExplorerX.AxTE3DWindow axTEWin;
}
}