namespace HStation.WinFrmUI
{
partial class XhsProjectSimulationQ3dCtrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectHydroQ3dCtrl));
drawer1 = new Yw.WinFrmUI.Q3d.Drawer();
SuspendLayout();
//
// drawer1
//
drawer1.BackColor = Color.Transparent;
drawer1.Dock = DockStyle.Fill;
drawer1.IsEditMode = true;
drawer1.Location = new Point(0, 0);
drawer1.MapCenter = (PointF)resources.GetObject("drawer1.MapCenter");
drawer1.mapOption = (Yw.WinFrmUI.Q3d.MapDimensions)resources.GetObject("drawer1.mapOption");
drawer1.Name = "drawer1";
drawer1.Size = new Size(889, 597);
drawer1.TabIndex = 0;
drawer1.zoom = 1F;
//
// XhsProjectHydroQ3dCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(drawer1);
Name = "XhsProjectHydroQ3dCtrl";
Size = new Size(889, 597);
ResumeLayout(false);
}
#endregion
private Yw.WinFrmUI.Q3d.Drawer drawer1;
}
}