| | |
| | | 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; |
| | | // |
| | | // propertyGridControl1 |
| | | // |
| | |
| | | propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True; |
| | | propertyGridControl1.Size = new Size(299, 613); |
| | | propertyGridControl1.TabIndex = 0; |
| | | propertyGridControl1.CellValueChanged += propertyGridControl1_CellValueChanged; |
| | | // |
| | | // NetworkPanelDebug |
| | | // |