ningshuxia
昨天 71c12ff40d58c3dbdde6867396dd99224e57fc32
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
namespace Yw.WinFrmUI.HydroL3d
{
    partial class NetworkPanel
    {
        /// <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()
        {
            openGLControl1 = new SceneControl();
            splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            labelControl1 = new DevExpress.XtraEditors.LabelControl();
            propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
            ((ISupportInitialize)openGLControl1).BeginInit();
            ((ISupportInitialize)splitContainerControl1).BeginInit();
            ((ISupportInitialize)splitContainerControl1.Panel1).BeginInit();
            splitContainerControl1.Panel1.SuspendLayout();
            ((ISupportInitialize)splitContainerControl1.Panel2).BeginInit();
            splitContainerControl1.Panel2.SuspendLayout();
            splitContainerControl1.SuspendLayout();
            ((ISupportInitialize)propertyGridControl1).BeginInit();
            SuspendLayout();
            // 
            // openGLControl1
            // 
            openGLControl1.BackColor = Color.WhiteSmoke;
            openGLControl1.Dock = DockStyle.Fill;
            openGLControl1.DrawFPS = false;
            openGLControl1.Location = new Point(0, 0);
            openGLControl1.Margin = new Padding(5, 4, 5, 4);
            openGLControl1.Name = "openGLControl1";
            openGLControl1.OpenGLVersion = SharpGL.Version.OpenGLVersion.OpenGL2_1;
            openGLControl1.RenderContextType = RenderContextType.DIBSection;
            openGLControl1.RenderTrigger = RenderTrigger.TimerBased;
            openGLControl1.Size = new Size(801, 778);
            openGLControl1.TabIndex = 0;
            openGLControl1.OpenGLInitialized += openGLControl1_OpenGLInitialized;
            openGLControl1.OpenGLDraw += openGLControl1_OpenGLDraw;
            openGLControl1.Resized += openGLControl1_Resized;
            openGLControl1.MouseClick += openGLControl1_MouseClick;
            openGLControl1.MouseDoubleClick += openGLControl1_MouseDoubleClick;
            openGLControl1.MouseDown += openGLControl1_MouseDown;
            openGLControl1.MouseHover += openGLControl1_MouseHover;
            openGLControl1.MouseMove += openGLControl1_MouseMove;
            openGLControl1.MouseUp += openGLControl1_MouseUp;
            // 
            // splitContainerControl1
            // 
            splitContainerControl1.Dock = DockStyle.Fill;
            splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            splitContainerControl1.Location = new Point(0, 0);
            splitContainerControl1.Margin = new Padding(3, 4, 3, 4);
            splitContainerControl1.Name = "splitContainerControl1";
            // 
            // splitContainerControl1.Panel1
            // 
            splitContainerControl1.Panel1.Controls.Add(openGLControl1);
            splitContainerControl1.Panel1.Controls.Add(labelControl1);
            splitContainerControl1.Panel1.Text = "Panel1";
            // 
            // splitContainerControl1.Panel2
            // 
            splitContainerControl1.Panel2.Controls.Add(propertyGridControl1);
            splitContainerControl1.Panel2.Text = "Panel2";
            splitContainerControl1.Size = new Size(1178, 796);
            splitContainerControl1.SplitterPosition = 365;
            splitContainerControl1.TabIndex = 1;
            // 
            // labelControl1
            // 
            labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            labelControl1.Dock = DockStyle.Bottom;
            labelControl1.Location = new Point(0, 778);
            labelControl1.Margin = new Padding(3, 4, 3, 4);
            labelControl1.Name = "labelControl1";
            labelControl1.Size = new Size(801, 18);
            labelControl1.TabIndex = 1;
            labelControl1.Text = "labelControl1";
            // 
            // propertyGridControl1
            // 
            propertyGridControl1.Dock = DockStyle.Fill;
            propertyGridControl1.Location = new Point(0, 0);
            propertyGridControl1.Margin = new Padding(3, 4, 3, 4);
            propertyGridControl1.Name = "propertyGridControl1";
            propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
            propertyGridControl1.OptionsView.MinRowAutoHeight = 13;
            propertyGridControl1.Size = new Size(365, 796);
            propertyGridControl1.TabIndex = 0;
            // 
            // NetworkPanel
            // 
            AutoScaleDimensions = new SizeF(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(splitContainerControl1);
            Margin = new Padding(3, 4, 3, 4);
            Name = "NetworkPanel";
            Size = new Size(1178, 796);
            ((ISupportInitialize)openGLControl1).EndInit();
            ((ISupportInitialize)splitContainerControl1.Panel1).EndInit();
            splitContainerControl1.Panel1.ResumeLayout(false);
            ((ISupportInitialize)splitContainerControl1.Panel2).EndInit();
            splitContainerControl1.Panel2.ResumeLayout(false);
            ((ISupportInitialize)splitContainerControl1).EndInit();
            splitContainerControl1.ResumeLayout(false);
            ((ISupportInitialize)propertyGridControl1).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private SharpGL.SceneControl openGLControl1;
        private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
        private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
        private DevExpress.XtraEditors.LabelControl labelControl1;
    }
}