| | |
| | | { |
| | | openGLControl1 = new SceneControl(); |
| | | splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); |
| | | propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); |
| | | labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
| | | propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); |
| | | ((ISupportInitialize)openGLControl1).BeginInit(); |
| | | ((ISupportInitialize)splitContainerControl1).BeginInit(); |
| | | ((ISupportInitialize)splitContainerControl1.Panel1).BeginInit(); |
| | |
| | | openGLControl1.Dock = DockStyle.Fill; |
| | | openGLControl1.DrawFPS = false; |
| | | openGLControl1.Location = new Point(0, 0); |
| | | openGLControl1.Margin = new Padding(4, 3, 4, 3); |
| | | 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(702, 619); |
| | | openGLControl1.Size = new Size(801, 778); |
| | | openGLControl1.TabIndex = 0; |
| | | openGLControl1.OpenGLInitialized += openGLControl1_OpenGLInitialized; |
| | | openGLControl1.OpenGLDraw += openGLControl1_OpenGLDraw; |
| | |
| | | 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(labelControl1); |
| | | 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(1031, 619); |
| | | splitContainerControl1.SplitterPosition = 319; |
| | | splitContainerControl1.Size = new Size(1178, 796); |
| | | splitContainerControl1.SplitterPosition = 365; |
| | | splitContainerControl1.TabIndex = 1; |
| | | // |
| | | // propertyGridControl1 |
| | | // |
| | | propertyGridControl1.Dock = DockStyle.Fill; |
| | | propertyGridControl1.Location = new Point(0, 0); |
| | | propertyGridControl1.Name = "propertyGridControl1"; |
| | | propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True; |
| | | propertyGridControl1.Size = new Size(319, 619); |
| | | propertyGridControl1.TabIndex = 0; |
| | | // |
| | | // labelControl1 |
| | | // |
| | | labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
| | | labelControl1.Dock = DockStyle.Bottom; |
| | | labelControl1.Location = new Point(0, 605); |
| | | labelControl1.Location = new Point(0, 778); |
| | | labelControl1.Margin = new Padding(3, 4, 3, 4); |
| | | labelControl1.Name = "labelControl1"; |
| | | labelControl1.Size = new Size(702, 14); |
| | | 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(7F, 14F); |
| | | AutoScaleDimensions = new SizeF(8F, 18F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(splitContainerControl1); |
| | | Margin = new Padding(3, 4, 3, 4); |
| | | Name = "NetworkPanel"; |
| | | Size = new Size(1031, 619); |
| | | Size = new Size(1178, 796); |
| | | ((ISupportInitialize)openGLControl1).EndInit(); |
| | | ((ISupportInitialize)splitContainerControl1.Panel1).EndInit(); |
| | | splitContainerControl1.Panel1.ResumeLayout(false); |