Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 38a255f1 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

removing old files, deleting commented (deprecated) code

parent 7c9742cc
No related branches found
No related tags found
No related merge requests found
' Copyright 2014 European Union.
' Licensed under the EUPL (the 'Licence');
'
' * You may not use this work except in compliance with the Licence.
' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
' * Unless required by applicable law or agreed to in writing,
' software distributed under the Licence is distributed on an "AS IS" basis,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
'
' See the LICENSE.txt for the specific language governing permissions and limitations.
''' <summary>
''' Global File Brower properties and cFilebrowser instances.
''' </summary>
''' <remarks></remarks>
Public Module FB_Global
Public FB_FolderHistory(19) As String
Public FB_Drives() As String
Public FB_Init As Boolean
Public FB_FilHisDir As String
'-----------------------------
Public fbFolder As cFileBrowser
Public fbVECTO As cFileBrowser
Public fbFileLists As cFileBrowser
Public fbVEH As cFileBrowser
Public fbDRI As cFileBrowser
Public fbMAP As cFileBrowser
Public fbFLD As cFileBrowser
Public fbENG As cFileBrowser
Public fbGBX As cFileBrowser
Public fbACC As cFileBrowser
Public fbDfTargetSpeed As cFileBrowser
Public fbDfVelocityDrop As cFileBrowser
Public fbAUX As cFileBrowser
Public fbGBS As cFileBrowser
Public fbTLM As cFileBrowser
Public fbPTOLM As cFileBrowser
Public fbRLM As cFileBrowser
Public fbTCC As cFileBrowser
Public fbCDx As cFileBrowser
Public fbVMOD As cFileBrowser
End Module
This diff is collapsed.
This diff is collapsed.
......@@ -41,26 +41,3 @@ Public Enum MessageType
End Enum
Module PTOType
'Public ReadOnly PtoTypeStrings As New Dictionary(Of tPTOType, String) From {
' {tPTOType.None, "None"},
' {tPTOType.OnlyDriveShaftShiftClawSynchronizerSchieberad,
' "only the drive shaft of the PTO - shift claw, synchronizer, Schieberad"},
' {tPTOType.OnlyDriveShaftMultiDiscClutch, "only the drive shaft of the PTO - multi-disc clutch"},
' {tPTOType.OnlyDriveShaftMultiDiscClutchOilPump, "only the drive shaft of the PTO - multi-disc clutch, oil pump"},
' {tPTOType.DriveShaftUpTo2GearWheelsShiftClawSynchronizerSchieberad,
' "drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, Schieberad"},
' {tPTOType.DriveShaftUpTo2GearWheelsMultiDiscClutch, "drive shaft and/or up to 2 gear wheels - multi-disc clutch"},
' {tPTOType.DriveShaftUpTo2GearWheelsMultiDiscClutchOilPump,
' "drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump"},
' {tPTOType.DriveShaftMoreThan2GearWheelsShiftClawSynchronizerSchieberad,
' "drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, Schieberad"},
' {tPTOType.DriveShaftMoreThan2GearWheelsMultiDiscClutch,
' "drive shaft and/or more than 2 gear wheels - multi-disc clutch"},
' {tPTOType.DriveShaftMoreThan2GearWheelsMultiDiscClutchOilPump,
' "drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump"}
' }
End Module
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment