namespace Yw.WinFrmUI { partial class HydroQ3dViewPage { /// /// 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(HydroQ3dViewPage)); drawer1 = new Q3d.Drawer(); SuspendLayout(); // // drawer1 // drawer1.BackColor = Color.Transparent; drawer1.Dock = DockStyle.Fill; drawer1.IsEditMode = true; drawer1.Location = new Point(0, 0); //var pf = (PointF)resources.GetObject("drawer1.MapCenter"); //drawer1.MapCenter = new Yw.WinFrmUI.Q3d.PointF3D(pf.X, pf.Y, 0); //drawer1.mapOption = (Q3d.MapDimensions)resources.GetObject("drawer1.mapOption"); drawer1.Name = "drawer1"; drawer1.Size = new Size(224, 174); drawer1.TabIndex = 0; drawer1.zoom = 1F; // // HydroQ3dViewPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(drawer1); Name = "HydroQ3dViewPage"; ResumeLayout(false); } #endregion private Q3d.Drawer drawer1; } }