lixiaojun
2024-11-11 00bcee19c5dff21a9848c16b45419efb74bf07e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
namespace Yw.WinFrmUI
{
    partial class HydroQ3dViewPage
    {
        /// <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 Component 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()
        {
            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;
    }
}