namespace TEWin
|
{
|
partial class FrmWin
|
{
|
/// <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()
|
{
|
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(1024, 768);
|
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(1024, 768);
|
this.Controls.Add(this.axTEWin);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Margin = new System.Windows.Forms.Padding(2);
|
this.Name = "FrmWin";
|
this.ShowInTaskbar = false;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "FrmWin";
|
((System.ComponentModel.ISupportInitialize)(this.axTEWin)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private AxTerraExplorerX.AxTE3DWindow axTEWin;
|
}
|
}
|