Skip to content

Commit

Permalink
fix of the missing component reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 1, 2024
1 parent 78491ee commit c29d009
Showing 1 changed file with 48 additions and 50 deletions.
98 changes: 48 additions & 50 deletions Data_science/Visualization/Canvas3D/FormDevice.vb
Original file line number Diff line number Diff line change
@@ -1,58 +1,56 @@
#Region "Microsoft.VisualBasic::e7dbe11251c9a071d384a0aed9c611e4, sciBASIC#\Data_science\Visualization\Canvas3D\FormDevice.vb"

' Author:
'
' asuka (amethyst.asuka@gcmodeller.org)
' xie (genetics@smrucc.org)
' xieguigang (xie.guigang@live.com)
'
' Copyright (c) 2018 GPL3 Licensed
'
'
' GNU GENERAL PUBLIC LICENSE (GPL3)
'
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.



' /********************************************************************************/

' Summaries:


' Code Statistics:

' Total Lines: 32
' Code Lines: 26
' Comment Lines: 0
' Blank Lines: 6
' File Size: 1.02 KB


' Class FormDevice
'
' Sub: FormDevice_Load, SavePlotToolStripMenuItem_Click
'
'
' /********************************************************************************/
' Author:
'
' asuka (amethyst.asuka@gcmodeller.org)
' xie (genetics@smrucc.org)
' xieguigang (xie.guigang@live.com)
'
' Copyright (c) 2018 GPL3 Licensed
'
'
' GNU GENERAL PUBLIC LICENSE (GPL3)
'
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.



' /********************************************************************************/

' Summaries:


' Code Statistics:

' Total Lines: 32
' Code Lines: 26
' Comment Lines: 0
' Blank Lines: 6
' File Size: 1.02 KB


' Class FormDevice
'
' Sub: FormDevice_Load, SavePlotToolStripMenuItem_Click
'
'
' /********************************************************************************/

#End Region

Imports System.Drawing
Imports System.Windows.Forms
Imports Microsoft.VisualBasic.Imaging
Imports Microsoft.VisualBasic.Drawing

Namespace Plot3D.Device

Expand Down

0 comments on commit c29d009

Please sign in to comment.